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
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
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+7
2023-02-22
Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2
-5
/
+8
2023-02-22
Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
31
-1252
/
+620
2023-02-21
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-163
/
+0
2023-02-17
gpio: sim: fix a memory leak
Bartosz Golaszewski
1
-1
/
+1
2023-02-16
Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Bartosz Golaszewski
2
-1
/
+12
2023-02-15
gpio: mlxbf2: select GPIOLIB_IRQCHIP
Linus Walleij
1
-0
/
+1
2023-02-15
gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAx
Werner Sembach
1
-0
/
+12
2023-02-15
gpio: vf610: make irq_chip immutable
Alexander Stein
1
-18
/
+23
2023-02-15
gpiolib: acpi: remove redundant declaration
Raag Jadav
1
-1
/
+0
2023-02-13
gpio: sim: Use %pfwP specifier instead of calling fwnode API directly
Andy Shevchenko
1
-5
/
+4
2023-02-08
gpiolib: Clear the gpio_device's fwnode initialized flag before adding
Saravana Kannan
1
-0
/
+7
2023-02-02
gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()
Tom Rix
1
-22
/
+18
2023-02-01
mfd: remove ucb1400 support
Arnd Bergmann
3
-93
/
+0
2023-01-30
gpiolib: of: Move enum of_gpio_flags to its only user
Andy Shevchenko
1
-0
/
+15
2023-01-30
gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWM
Uwe Kleine-König
1
-3
/
+3
2023-01-30
gpio: zevio: Add missing header
Andy Shevchenko
1
-0
/
+1
2023-01-30
gpio: pcf857x: Drop unneeded explicit casting
Andy Shevchenko
1
-1
/
+1
2023-01-30
gpio: pcf857x: Make use of device properties
Andy Shevchenko
1
-7
/
+4
2023-01-30
gpio: pcf857x: Get rid of legacy platform data
Andy Shevchenko
1
-32
/
+2
2023-01-30
gpio: rockchip: Do not mention legacy API in the code
Andy Shevchenko
1
-1
/
+1
2023-01-30
gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
1
-1
/
+0
2023-01-30
gpio: zevio: Use proper headers and drop OF_GPIO dependency
Andy Shevchenko
2
-4
/
+5
2023-01-30
gpio: zevio: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
1
-1
/
+0
2023-01-30
gpio: xilinx: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
1
-11
/
+0
2023-01-30
gpio: ge: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
1
-1
/
+0
2023-01-30
gpio: davinci: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
1
-1
/
+0
2023-01-30
gpio: omap: use dynamic allocation of base
Andreas Kemnade
1
-1
/
+1
2023-01-30
gpio: davinci: Do not mention legacy API in the code
Andy Shevchenko
1
-1
/
+1
2023-01-30
gpiolib: Remove unused of_mm_gpiochip_add()
Andy Shevchenko
1
-2
/
+2
2023-01-30
gpio: pcf857x: Implement get_multiple/set_multiple methods
Radu Rendec
1
-0
/
+29
2023-01-30
gpio: pcf857x: Fix indentation of variable declarations
Radu Rendec
1
-15
/
+15
2023-01-30
gpio: pcf857x: Replace 'unsigned' with 'unsigned int'
Radu Rendec
1
-11
/
+11
2023-01-30
gpio: tegra186: add Tegra234 PMC compatible in GPIO driver
Prathamesh Shete
1
-0
/
+1
2023-01-30
gpio: regmap: use new regmap_might_sleep()
Michael Walle
1
-9
/
+1
2023-01-30
gpiolib: sort header inclusion alphabetically
Andy Shevchenko
1
-17
/
+18
2023-01-30
gpiolib: Get rid of not used of_node member
Andy Shevchenko
5
-47
/
+8
2023-01-30
gpiolib: Introduce gpio_device_get() and gpio_device_put()
Andy Shevchenko
3
-20
/
+25
2023-01-30
gpio: vf610: connect GPIO label to dev name
Haibo Chen
1
-1
/
+1
2023-01-30
gpio: pca9570: rename platform_data to chip_data
Bartosz Golaszewski
1
-12
/
+12
2023-01-30
gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIs
Dmitry Torokhov
2
-101
/
+0
2023-01-30
gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()
Dmitry Torokhov
1
-4
/
+13
2023-01-30
gpiolib: of: remove obsolete comment for of_gpio_get_count()
Dmitry Torokhov
1
-6
/
+0
2023-01-30
gpiolib: of: stop exporting of_gpio_named_count()
Dmitry Torokhov
1
-0
/
+26
2023-01-30
gpio: i8255: Remove unused legacy interface
William Breathitt Gray
2
-282
/
+1
2023-01-30
gpio: gpio-mm: Migrate to regmap API
William Breathitt Gray
2
-124
/
+31
2023-01-30
gpio: 104-dio-48e: Migrate to regmap API
William Breathitt Gray
1
-130
/
+7
2023-01-30
gpio: i8255: Migrate to gpio-regmap API
William Breathitt Gray
3
-12
/
+136
2023-01-30
gpio: 104-idi-48: Migrate to gpio-regmap API
William Breathitt Gray
2
-78
/
+21
2023-01-30
gpio: 104-idi-48: Migrate to the regmap-irq API
William Breathitt Gray
2
-158
/
+93
[next]