index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-12
gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()
Bartosz Golaszewski
1
-5
/
+5
2024-02-12
gpio: sysfs: pass the GPIO device - not chip - to sysfs callbacks
Bartosz Golaszewski
1
-7
/
+7
2024-02-12
gpio: sysfs: extend the critical section for unregistering sysfs devices
Bartosz Golaszewski
1
-7
/
+8
2024-02-12
gpio: remove unneeded code from gpio_device_get_desc()
Bartosz Golaszewski
1
-10
/
+0
2024-02-12
gpio: reinforce desc->flags handling
Bartosz Golaszewski
1
-17
/
+25
2024-02-12
gpio: remove gpio_lock
Bartosz Golaszewski
4
-98
/
+47
2024-02-12
gpio: sysfs: use gpio_device_find() to iterate over existing devices
Bartosz Golaszewski
3
-25
/
+24
2024-02-12
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
3
-30
/
+61
2024-02-12
gpio: add SRCU infrastructure to struct gpio_desc
Bartosz Golaszewski
2
-2
/
+19
2024-02-12
gpio: don't set label from irq helpers
Bartosz Golaszewski
1
-13
/
+8
2024-02-12
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
3
-4
/
+10
2024-02-12
gpio: remove unused logging helpers
Bartosz Golaszewski
1
-13
/
+0
2024-02-12
gpio: of: assign and read the hog pointer atomically
Bartosz Golaszewski
2
-3
/
+3
2024-02-12
gpio: protect the list of GPIO devices with SRCU
Bartosz Golaszewski
1
-112
/
+135
2024-02-12
gpio: constify opaque pointer in gpio_device_find() match function
Krzysztof Kozlowski
3
-7
/
+8
2024-02-12
Merge tag 'v6.8-rc4' into gpio/for-next
Bartosz Golaszewski
3
-8
/
+46
2024-02-08
gpio: set device type for GPIO chips
Bartosz Golaszewski
1
-4
/
+9
2024-02-08
gpio: remove GPIO device from the list unconditionally in error path
Bartosz Golaszewski
1
-4
/
+4
2024-02-05
gpio: gpiolib: make gpio_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-02
gpio: vf610: enable COMPILE_TEST
Martin Kaiser
1
-1
/
+1
2024-02-02
gpio: vf610: allow disabling the vf610 driver
Martin Kaiser
1
-1
/
+2
2024-01-29
gpio: unexport GPIO irq domain functions only used internally
Bartosz Golaszewski
1
-51
/
+42
2024-01-29
gpio: cdev: remove leftover function pointer typedefs
Bartosz Golaszewski
1
-5
/
+0
2024-01-22
gpio: eic-sprd: Clear interrupt after set the interrupt type
Wenhua Lin
1
-4
/
+28
2024-01-22
gpio: eic-sprd: Optimize the calculation method of eic number
Wenhua Lin
1
-6
/
+4
2024-01-22
gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
Mario Limonciello
1
-0
/
+14
2024-01-22
gpio: legacy: mark old interfaces as deprecated in kernel docs
Bartosz Golaszewski
2
-0
/
+14
2024-01-18
Merge tag 'gpio-fixes-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-98
/
+111
2024-01-18
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-15
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
[prev]
[next]