index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
gpio: xgene-sb: Tidy up ACPI and OF ID tables
Andy Shevchenko
1
-4
/
+4
2024-10-22
gpio: xgene-sb: Drop ACPI_PTR() and CONFIG_ACPI guards
Andy Shevchenko
1
-4
/
+2
2024-10-22
gpio: xgene-sb: Remove unneeded definitions for properties
Andy Shevchenko
1
-9
/
+3
2024-10-22
gpiolib: cdev: remove redundant store of debounce_period_us
Kent Gibson
1
-4
/
+0
2024-10-22
gpio: grgpio: remove remove()
Bartosz Golaszewski
1
-16
/
+13
2024-10-22
gpio: grgpio: use a helper variable to store the address of ofdev->dev
Bartosz Golaszewski
1
-11
/
+12
2024-10-22
gpio: grgpio: order headers alphabetically
Bartosz Golaszewski
1
-10
/
+10
2024-10-22
gpio: grgpio: drop Kconfig dependency on OF_GPIO
Bartosz Golaszewski
1
-1
/
+0
2024-10-22
gpiolib: notify user-space about in-kernel line state changes
Bartosz Golaszewski
3
-23
/
+94
2024-10-22
gpiolib: switch the line state notifier to atomic
Bartosz Golaszewski
3
-10
/
+10
2024-10-22
gpio: cdev: put emitting the line state events on a workqueue
Bartosz Golaszewski
1
-11
/
+71
2024-10-22
gpiolib: add a per-gpio_device line state notification workqueue
Bartosz Golaszewski
2
-0
/
+10
2024-10-22
gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomic
Bartosz Golaszewski
1
-6
/
+9
2024-10-22
gpio: cdev: go back to storing debounce period in the GPIO descriptor
Bartosz Golaszewski
3
-143
/
+43
2024-10-22
gpiolib: unduplicate chip guard in set_config path
Bartosz Golaszewski
1
-14
/
+9
2024-10-22
gpiolib: notify user-space when a driver requests its own desc
Bartosz Golaszewski
1
-0
/
+2
2024-10-21
gpio: max730x: use devres to shrink and simplify code
Bartosz Golaszewski
1
-11
/
+6
2024-10-21
gpio: ftgpio010: shrink code
Bartosz Golaszewski
1
-36
/
+9
2024-10-21
gpio: 74x164: shrink code
Bartosz Golaszewski
1
-15
/
+6
2024-10-17
gpio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
22
-23
/
+23
2024-10-17
gpio: menz127: simplify error path and remove remove()
Bartosz Golaszewski
1
-34
/
+24
2024-10-17
gpio: amdpt: remove remove()
Bartosz Golaszewski
1
-9
/
+1
2024-10-17
gpio: fold the Kconfig prompt into the option type for GPIO CDEV
Bartosz Golaszewski
1
-2
/
+1
2024-10-17
gpio: sysfs: constify gpio class
Bartosz Golaszewski
1
-3
/
+2
2024-10-14
gpio: ljca: use devm_mutex_init() to simplify the error path and remove()
Bartosz Golaszewski
1
-8
/
+9
2024-10-14
gpio: mpc8xxx: use generic device_is_compatible()
Bartosz Golaszewski
1
-5
/
+3
2024-10-14
gpio: mpc8xxx: use a helper variable to store the address of pdev->dev
Bartosz Golaszewski
1
-25
/
+21
2024-10-14
gpio: vf610: use generic device_get_match_data()
Bartosz Golaszewski
1
-4
/
+3
2024-10-14
gpio: eic-sprd: use generic device_get_match_data()
Bartosz Golaszewski
1
-2
/
+2
2024-10-14
gpio: davinci: use generic device properties
Bartosz Golaszewski
1
-5
/
+3
2024-10-14
gpio: davinci: allow building the module with COMPILE_TEST=y
Bartosz Golaszewski
2
-2
/
+2
2024-10-14
gpio: ts4900: use generic device properties
Bartosz Golaszewski
1
-3
/
+3
2024-10-14
gpio: mvebu: drop dependency on OF_GPIO
Bartosz Golaszewski
1
-1
/
+0
2024-10-14
gpio: add support for FTDI's MPSSE as GPIO
Mary Strodl
3
-0
/
+530
2024-10-14
gpio: aspeed: Support G7 Aspeed gpio controller
Billy Tsai
1
-0
/
+147
2024-10-14
gpio: aspeed: Create llops to handle hardware access
Billy Tsai
1
-214
/
+235
2024-10-14
gpio: aspeed: Remove the name for bank array
Billy Tsai
1
-13
/
+4
2024-10-14
gpio: aspeed: Change the macro to support deferred probe
Billy Tsai
1
-2
/
+3
2024-10-14
Merge tag 'v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-next
Bartosz Golaszewski
3
-8
/
+10
2024-10-10
Merge tag 'ib-mfd-gpio-i2c-watchdog-v6.13' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd into gpio/for-next
Bartosz Golaszewski
3
-0
/
+207
2024-10-09
gpio: Congatec Board Controller gpio driver
Thomas Richard
3
-0
/
+207
2024-10-08
gpio: aspeed: Use devm_clk api to manage clock source
Billy Tsai
1
-1
/
+1
2024-10-08
gpio: aspeed: Add the flush write to ensure the write complete.
Billy Tsai
1
-0
/
+2
2024-10-08
gpio: cdev: update flags at once when reconfiguring from user-space
Bartosz Golaszewski
1
-31
/
+39
2024-10-08
gpiolib: unify two loops initializing GPIO descriptors
Bartosz Golaszewski
1
-3
/
+2
2024-10-08
gpiolib: use v2 defines for line state change events
Bartosz Golaszewski
1
-2
/
+2
2024-10-08
gpio: xilinx: use generic device properties
Bartosz Golaszewski
1
-9
/
+8
2024-10-08
gpio: xilinx: use helper variable to store the address of pdev->dev
Bartosz Golaszewski
1
-17
/
+17
2024-10-08
gpio: xilinx: drop dependency on GPIO_OF
Bartosz Golaszewski
1
-1
/
+0
2024-10-08
gpio: mvebu: use generic device properties
Bartosz Golaszewski
1
-4
/
+4
[prev]
[next]