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
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-20
gpiolib: Handle no pin_ranges in gpiochip_generic_config()
Emil Renner Berthing
1
-0
/
+5
2024-02-08
gpio: remove GPIO device from the list unconditionally in error path
Bartosz Golaszewski
1
-4
/
+4
2024-01-22
gpio: eic-sprd: Clear interrupt after set the interrupt type
Wenhua Lin
1
-4
/
+28
2024-01-22
gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
Mario Limonciello
1
-0
/
+14
2024-01-19
Merge tag 'gpio-fixes-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-98
/
+111
2024-01-19
Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2024-01-17
gpiolib: revert the attempt to protect the GPIO device list with an rwsem
Bartosz Golaszewski
4
-89
/
+97
2024-01-16
gpio: EN7523: fix kernel-doc warnings
Randy Dunlap
1
-3
/
+3
2024-01-15
gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe
Su Hui
1
-0
/
+2
2024-01-15
gpio: rtd: Fix signedness bug in probe
Dan Carpenter
1
-6
/
+9
2024-01-04
gpiolib: replace the GPIO device mutex with a read-write semaphore
Bartosz Golaszewski
3
-11
/
+11
2024-01-04
gpiolib: remove the GPIO device from the list when it's unregistered
Bartosz Golaszewski
1
-3
/
+3
2024-01-03
gpio: nuvoton: Add Nuvoton NPCM sgpio driver
Jim Liu
3
-0
/
+627
2024-01-03
gpio: rtd: Add support for Realtek DHC(Digital Home Center) RTD SoCs
Tzuyi Chang
3
-0
/
+618
2024-01-03
gpio: pmic-eic-sprd: Configure the bit corresponding to the EIC through offset
Wenhua Lin
1
-9
/
+10
2024-01-02
gpio: dwapb: Use generic request, free and set_config
Emil Renner Berthing
1
-4
/
+9
2023-12-27
gpio: sysfs: drop tabs from local variable declarations
Bartosz Golaszewski
1
-33
/
+32
2023-12-27
gpiolib: drop tabs from local variable declarations
Bartosz Golaszewski
1
-20
/
+18
2023-12-27
gpiolib: remove extra_checks
Bartosz Golaszewski
1
-22
/
+9
2023-12-27
gpio: tps65219: don't use CONFIG_DEBUG_GPIO
Bartosz Golaszewski
1
-9
/
+9
2023-12-27
gpiolib: cdev: replace locking wrappers for gpio_device with guards
Kent Gibson
1
-158
/
+47
2023-12-27
gpiolib: cdev: replace locking wrappers for config_mutex with guards
Kent Gibson
1
-39
/
+24
2023-12-27
gpiolib: cdev: allocate linereq using kvzalloc()
Kent Gibson
1
-2
/
+2
2023-12-27
gpiolib: cdev: include overflow.h
Kent Gibson
1
-0
/
+1
2023-12-27
Merge tag 'v6.7-rc7' into gpio/for-next
Bartosz Golaszewski
3
-14
/
+29
2023-12-21
gpio: dwapb: mask/unmask IRQ when disable/enale it
xiongxin
1
-4
/
+8
2023-12-21
gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
Kent Gibson
1
-4
/
+12
2023-12-19
gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()
Kent Gibson
1
-38
/
+36
2023-12-19
gpiolib: cdev: improve documentation of get/set values
Kent Gibson
1
-1
/
+23
2023-12-19
gpiolib: cdev: fully adopt guard() and scoped_guard()
Kent Gibson
1
-86
/
+57
2023-12-19
gpiolib: remove debounce_period_us from struct gpio_desc
Kent Gibson
2
-8
/
+0
2023-12-19
gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
Kent Gibson
1
-23
/
+142
2023-12-18
Merge tag 'intel-gpio-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Bartosz Golaszewski
3
-59
/
+22
2023-12-18
gpio: mmio: Clean up headers
Andy Shevchenko
1
-13
/
+11
2023-12-18
gpio: mmio: Make use of device properties
Andy Shevchenko
1
-18
/
+7
2023-12-18
gpiolib: use a mutex to protect the list of GPIO devices
Bartosz Golaszewski
4
-100
/
+90
2023-12-18
gpiolib: rename static functions that are called with the lock taken
Bartosz Golaszewski
1
-4
/
+4
2023-12-18
gpio: xilinx: remove excess kernel doc
Bartosz Golaszewski
1
-1
/
+0
2023-12-15
gpiolib: allocate memory atomically with a spinlock held
Bartosz Golaszewski
1
-1
/
+9
2023-12-13
backlight: hx8357: Convert to agnostic GPIO API
Andy Shevchenko
1
-2
/
+2
2023-12-08
gpio: sim: implement the dbg_show() callback
Bartosz Golaszewski
1
-0
/
+22
2023-12-08
Merge tag 'gpio-remove-gpiochip_is_requested-for-v6.8-rc1' into gpio/for-next
Bartosz Golaszewski
4
-25
/
+43
2023-12-08
gpiolib: remove gpiochip_is_requested()
Bartosz Golaszewski
1
-35
/
+13
2023-12-08
gpio: stmpe: use gpiochip_dup_line_label()
Bartosz Golaszewski
1
-1
/
+5
2023-12-08
gpio: wm8994: use gpiochip_dup_line_label()
Bartosz Golaszewski
1
-5
/
+8
2023-12-08
gpio: wm831x: use gpiochip_dup_line_label()
Bartosz Golaszewski
1
-5
/
+9
2023-12-08
gpiolib: provide gpiochip_dup_line_label()
Bartosz Golaszewski
1
-0
/
+29
2023-12-07
gpio: sim: fix the email address in MODULE_AUTHOR()
Bartosz Golaszewski
1
-1
/
+1
2023-12-07
gpio: max730x: don't use kernel-doc marker for regular comment
Randy Dunlap
1
-1
/
+1
2023-12-01
gpio: ixp4xx: Handle clock output on pin 14 and 15
Linus Walleij
1
-1
/
+50
[next]