index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-14
pinctrl: nsp: Fix potential NULL dereference
Wei Yongjun
1
-0
/
+2
2018-07-14
pinctrl: nsp: off by ones in nsp_pinmux_enable()
Dan Carpenter
1
-2
/
+2
2018-07-14
pinctrl: sh-pfc: r8a77970: remove SH_PFC_PIN_CFG_DRIVE_STRENGTH flag
Niklas Söderlund
1
-8
/
+6
2018-07-14
pinctrl: ingenic: Fix inverted direction for < JZ4770
Paul Cercueil
1
-1
/
+1
2018-07-14
pinctrl: mt7622: fix a kernel panic when gpio-hog is being applied
Sean Wang
1
-2
/
+2
2018-07-14
pinctrl: mt7622: stop using the deprecated pinctrl_add_gpio_range
Sean Wang
1
-5
/
+14
2018-07-14
pinctrl: mt7622: fix that pinctrl_claim_hogs cannot work
Sean Wang
1
-3
/
+12
2018-07-14
pinctrl: mt7622: fix initialization sequence between eint and gpiochip
Sean Wang
1
-5
/
+5
2018-07-14
pinctrl: mt7622: fix error path on failing at groups building
Sean Wang
1
-1
/
+1
2018-06-18
pinctrl: mt7622: fix a kernel panic when pio don't work as EINT controller
Sean Wang
1
-1
/
+5
2018-06-18
pinctrl: actions: Fix uninitialized error in owl_pin_config_set()
Geert Uytterhoeven
1
-1
/
+1
2018-06-18
pinctrl: single: Add allocation failure checking of saved_vals
Colin Ian King
1
-3
/
+11
2018-06-18
pinctrl: devicetree: Fix pctldev pointer overwrite
Fabio Estevam
1
-2
/
+5
2018-06-18
pinctrl: mediatek: remove redundant return value check of platform_get_resour...
Wei Yongjun
1
-5
/
+0
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
28
-162
/
+217
2018-06-13
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
2
-4
/
+5
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
7
-8
/
+9
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
3
-3
/
+5
2018-06-09
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-2
/
+2
2018-06-07
Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
91
-2130
/
+11679
2018-06-07
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+3
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
2
-4
/
+3
2018-06-04
pinctrl: cherryview: limit Strago DMI workarounds to version 1.0
Dmitry Torokhov
1
-0
/
+4
2018-05-24
pinctrl/stm32: Add irq_eoi for stm32gpio irqchip
Ludovic Barre
1
-6
/
+7
2018-05-24
pinctrl: at91-pio4: add missing of_node_put
Julia Lawall
1
-1
/
+3
2018-05-24
pinctrl: armada-37xx: Fix spurious irq management
Terry Zhou
1
-1
/
+2
2018-05-24
pinctrl: msm: fix gpio-hog related boot issues
Christian Lamparter
1
-5
/
+18
2018-05-24
pinctrl: mediatek: remove unused fields in struct mtk_eint_hw
Sean Wang
6
-6
/
+0
2018-05-24
pinctrl: mediatek: use generic EINT register maps for each SoC
Sean Wang
7
-102
/
+6
2018-05-24
pinctrl: mediatek: add EINT support to MT7622 SoC
Sean Wang
2
-1
/
+144
2018-05-24
pinctrl: mediatek: refactor EINT related code for all MediaTek pinctrl can fit
Sean Wang
11
-527
/
+756
2018-05-24
pinctrl: freescale: Switch to SPDX identifier
Fabio Estevam
25
-271
/
+151
2018-05-24
Merge tag 'samsung-pinctrl-4.18-2' of https://git.kernel.org/pub/scm/linux/ke...
Linus Walleij
6
-1017
/
+51
2018-05-24
Merge tag 'sh-pfc-for-v4.18-tag2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Walleij
9
-14
/
+2803
2018-05-23
pinctrl: samsung: Fix suspend/resume for Exynos5433 GPF1..5 banks
Marek Szyprowski
1
-1
/
+1
2018-05-23
pinctrl: sh-pfc: rcar-gen3: Fix grammar in static pin comments
Geert Uytterhoeven
4
-12
/
+12
2018-05-23
pinctrl: sh-pfc: r8a77965: Add I2C pin support
Niklas Söderlund
1
-0
/
+77
2018-05-23
pinctrl: sh-pfc: r8a77990: Add EthernetAVB pins, groups and functions
Takeshi Kihara
1
-0
/
+90
2018-05-23
pinctrl: sh-pfc: r8a77990: Add I2C{1,2,4,5,6,7} pins, groups and functions
Takeshi Kihara
1
-0
/
+190
2018-05-23
pinctrl: sh-pfc: r8a77990: Add SCIF pins, groups and functions
Takeshi Kihara
1
-0
/
+365
2018-05-23
pinctrl: sh-pfc: r8a77990: Add bias pinconf support
Takeshi Kihara
1
-9
/
+331
2018-05-23
pinctrl: sh-pfc: Initial R8A77990 PFC support
Takeshi Kihara
5
-0
/
+1741
2018-05-23
pinctrl: sh-pfc: Add PORT_GP_11 helper macro
Takeshi Kihara
1
-2
/
+6
2018-05-23
pinctrl: berlin: switch to SPDX license identifier
Jisheng Zhang
6
-32
/
+6
2018-05-23
pinctrl: rockchip: Add set_config callback support for gpiolib
Shawn Lin
1
-0
/
+52
2018-05-23
pinctrl: rockchip: Add pinctrl support for PX30
David Wu
1
-0
/
+194
2018-05-23
pinctrl: mvebu: update use "nand" function for "rb" pin
Chris Packham
1
-1
/
+1
2018-05-23
pinctrl: actions: Add gpio support for Actions S900 SoC
Manivannan Sadhasivam
4
-1
/
+247
2018-05-23
pinctrl: pinctrl-single: Add functions to save and restore pinctrl context
Keerthy
1
-1
/
+71
2018-05-16
pinctrl: nand: meson-gxl: fix missing data pins
Yixun Lan
1
-2
/
+2
[next]