index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2020-05-12
pinctrl: rockchip: fix memleak in rockchip_dt_node_to_map
Dafna Hirschfeld
1
-3
/
+4
2020-05-12
pinctrl: rockchip: return ENOMEM instead of EINVAL if allocation fails
Dafna Hirschfeld
1
-2
/
+2
2020-05-12
pinctrl: mediatek: add pinctrl-mtk-common-v2 module license
Arnd Bergmann
1
-0
/
+4
2020-05-12
pinctrl: ingenic: Add irq_{request,release}_resources callbacks
Paul Cercueil
1
-0
/
+21
2020-05-12
pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chip
Venkata Narendra Kumar Gutta
1
-0
/
+25
2020-05-12
pinctrl: rk805: Constify rk805_gpio_cfgs
Rikard Falkeborn
1
-2
/
+2
2020-05-09
Merge tag 'sh-pfc-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
1
-1
/
+1
2020-04-28
pinctrl: db8500: Fix some old bugs
Linus Walleij
1
-1
/
+5
2020-04-28
pinctrl: ab8505: Define group for GPIO pin 50
Linus Walleij
1
-0
/
+1
2020-04-28
pinctrl: bm1880: add pwm37 to bm1880_pctrl_groups
Jason Yan
1
-0
/
+1
2020-04-28
pinctrl: stmfx: stmfx_pinconf_set doesn't require to get direction anymore
Amelie Delaunay
1
-5
/
+1
2020-04-28
pinctrl: fix several typos
Dejin Zheng
6
-7
/
+8
2020-04-28
pinctrl: meson: wire up the gpio_chip's set_config callback
Martin Blumenstingl
1
-0
/
+1
2020-04-28
pinctrl: meson: implement the gpio_chip get_direction callback
Martin Blumenstingl
1
-0
/
+13
2020-04-28
pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOs
Jonathan Bakker
1
-0
/
+9
2020-04-28
pinctrl: qcom: Add sm8250 pinctrl driver.
Venkata Narendra Kumar Gutta
3
-0
/
+1371
2020-04-22
pinctrl: intel: Move npins closer to pin_base in struct intel_community
Andy Shevchenko
1
-2
/
+3
2020-04-22
pinctrl: intel: Update description in struct intel_community
Andy Shevchenko
1
-3
/
+3
2020-04-20
pinctrl: rza1: Fix wrong array assignment of rza1l_swio_entries
Jason Yan
1
-1
/
+1
2020-04-17
Merge tag 'intel-pinctrl-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
3
-7
/
+13
2020-04-17
pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler
Grace Kao
1
-0
/
+4
2020-04-17
pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler
Grace Kao
1
-0
/
+4
2020-04-17
pinctrl: mcp23s08: add module license
Jason Yan
1
-0
/
+1
2020-04-17
pinctrl: qcom: Remove duplicated include from pinctrl-msm.c
YueHaibing
1
-1
/
+0
2020-04-16
pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly
Andy Shevchenko
1
-5
/
+5
2020-04-16
pinctrl: mcp23s08: Split to three parts: core, I²C, SPI
Andy Shevchenko
6
-452
/
+459
2020-04-16
pinctrl: mcp23s08: Use for_each_set_bit() and hweight_long()
Andy Shevchenko
1
-19
/
+11
2020-04-16
pinctrl: mcp23s08: Make use of device properties
Andy Shevchenko
1
-16
/
+12
2020-04-16
pinctrl: mcp23s08: Propagate error code from device_property_read_u32()
Andy Shevchenko
1
-3
/
+2
2020-04-16
pinctrl: mcp23s08: Refactor mcp23s08_spi_regmap_init()
Andy Shevchenko
1
-33
/
+28
2020-04-16
pinctrl: mcp23s08: Drop unused parameter in mcp23s08_probe_one()
Andy Shevchenko
1
-3
/
+3
2020-04-16
pinctrl: mcp23s08: Consolidate SPI and I²C code
Andy Shevchenko
1
-228
/
+233
2020-04-16
pinctrl: mcp23s08: Deduplicate IRQ chip filling
Andy Shevchenko
1
-13
/
+7
2020-04-16
pinctrl: mcp23s08: Get rid of legacy platform data
Andy Shevchenko
1
-30
/
+12
2020-04-16
pinctrl: imx: Add imx8dxl driver
Anson Huang
3
-0
/
+201
2020-04-16
pinctrl: qcom: fix wrong write in update_dual_edge
Ansuel Smith
1
-1
/
+1
2020-04-16
pinctrl: actions: fix function group name for i2c0_group
Amit Singh Tomar
1
-1
/
+1
2020-04-16
pinctrl: sunxi: handle probe defferal
Corentin Labbe
1
-2
/
+5
2020-04-16
pinctrl: mediatek: remove shadow variable declaration
Light Hsieh
1
-2
/
+0
2020-04-16
pinctrl: mediatek: make MediaTek MT6765 pinctrl ready for buiding loadable mo...
Light Hsieh
2
-1
/
+5
2020-04-16
pinctrl: mediatek: make MediaTek pinctrl v2 driver ready for buidling loadabl...
Light Hsieh
5
-4
/
+51
2020-04-16
pinctrl: nomadik:remove unneeded variable
Ding Xiang
1
-3
/
+1
2020-04-15
pinctrl: baytrail: Use platform_get_irq_optional() explicitly
Andy Shevchenko
1
-5
/
+4
2020-04-14
pinctrl: intel: Add Intel Jasper Lake pin controller support
Andy Shevchenko
3
-0
/
+353
2020-04-14
pinctrl: intel: Introduce new flag to force GPIO base to be 0
Andy Shevchenko
2
-0
/
+5
2020-04-14
pinctrl: tigerlake: Use generic flag for special GPIO base treatment
Andy Shevchenko
1
-17
/
+15
2020-04-14
pinctrl: icelake: Use generic flag for special GPIO base treatment
Andy Shevchenko
1
-16
/
+14
2020-04-14
pinctrl: cannonlake: Use generic flag for special GPIO base treatment
Andy Shevchenko
1
-30
/
+28
2020-04-14
pinctrl: intel: Introduce common flags for GPIO mapping scheme
Andy Shevchenko
2
-8
/
+25
2020-04-13
pinctrl: baytrail: Enable pin configuration setting for GPIO chip
Andy Shevchenko
1
-0
/
+1
[prev]
[next]