index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: modepin: Enable module autoloading
Liao Chen
2024-09-02
1
-0
/
+1
*
gpio: rockchip: fix OF node leak in probe()
Krzysztof Kozlowski
2024-09-02
1
-0
/
+1
*
gpio: mlxbf3: Support shutdown() function
Asmaa Mnebhi
2024-08-10
1
-0
/
+14
*
Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-07-27
1
-1
/
+1
|
\
|
*
gpio: virtuser: avoid non-constant format string
Arnd Bergmann
2024-07-19
1
-1
/
+1
*
|
Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-07-27
1
-4
/
+1
|
\
\
|
*
|
of: remove internal arguments from of_property_for_each_u32()
Luca Ceresoli
2024-07-25
1
-4
/
+1
*
|
|
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-03
1
-1
/
+1
*
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-07-19
1
-5
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
2024-07-17
1
-2
/
+2
|
*
|
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
2024-07-17
1
-5
/
+5
*
|
|
Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-16
16
-104
/
+2312
|
\
\
\
|
*
|
|
gpio: mc33880: Convert comma to semicolon
Chen Ni
2024-07-10
1
-1
/
+1
|
*
|
|
gpio: virtuser: actually use the "trimmed" local variable
Bartosz Golaszewski
2024-07-10
1
-3
/
+3
|
*
|
|
gpio: virtuser: new virtual testing driver for the GPIO API
Bartosz Golaszewski
2024-07-09
3
-0
/
+1820
|
*
|
|
gpio: sim: lock GPIOs as interrupts when they are requested
Bartosz Golaszewski
2024-07-04
1
-1
/
+24
|
*
|
|
gpiolib: unexport gpiochip_get_desc()
Bartosz Golaszewski
2024-07-02
2
-1
/
+1
|
*
|
|
gpio: add sloppy logic analyzer using polling
Wolfram Sang
2024-07-01
3
-0
/
+364
|
*
|
|
gpio: ath79: convert to dynamic GPIO base allocation
Shiji Yang
2024-06-26
1
-2
/
+0
|
*
|
|
gpiolib: put gpio_suffixes in a single compilation unit
Bartosz Golaszewski
2024-06-14
4
-5
/
+10
|
*
|
|
gpio: sim: use devm_mutex_init()
Bartosz Golaszewski
2024-06-11
1
-10
/
+1
|
*
|
|
gpio: sim: drop kernel.h include
Bartosz Golaszewski
2024-06-11
1
-1
/
+1
|
*
|
|
gpio: sim: use device_match_name() instead of strcmp(dev_name(...
Bartosz Golaszewski
2024-06-11
1
-12
/
+12
|
*
|
|
gpiolib: Show more info for interrupt only lines in debugfs
Andy Shevchenko
2024-06-04
1
-2
/
+2
|
*
|
|
gpiolib: Return label, if set, for IRQ only line
Andy Shevchenko
2024-06-04
1
-6
/
+6
|
*
|
|
gpiolib: make gpiochip_set_desc_names() return void
Bartosz Golaszewski
2024-06-03
1
-8
/
+4
|
*
|
|
gpio: pca953x: Add support for TI TCA9535 variant
Fabio Estevam
2024-06-03
1
-0
/
+1
|
*
|
|
gpio: brcmstb: Allow building driver for ARCH_BCM2835
Peter Robinson
2024-06-03
1
-1
/
+1
|
*
|
|
gpiolib: cdev: Cleanup kfifo_out() error handling
Kent Gibson
2024-05-30
1
-26
/
+27
|
*
|
|
gpiolib: cdev: Refactor allocation of linereq events kfifo
Kent Gibson
2024-05-30
1
-13
/
+13
|
*
|
|
gpiolib: cdev: Add INIT_KFIFO() for linereq events
Kent Gibson
2024-05-30
1
-0
/
+1
|
*
|
|
gpio: rdc321x: Convert PCIBIOS_* return codes to errnos
Ilpo Järvinen
2024-05-30
1
-3
/
+3
|
*
|
|
gpio: amd8111: Convert PCIBIOS_* return codes to errnos
Ilpo Järvinen
2024-05-30
1
-1
/
+3
|
*
|
|
gpio: syscon: do not report bogus error
Etienne Buira
2024-05-29
1
-11
/
+16
|
*
|
|
gpio: prevent potential speculation leaks in gpio_device_get_desc()
Hagar Hemdan
2024-05-27
1
-1
/
+2
*
|
|
|
gpiolib: of: add polarity quirk for TSC2005
Dmitry Torokhov
2024-07-05
1
-0
/
+8
*
|
|
|
gpio: mmio: do not calculate bgpio_bits via "ngpios"
Shiji Yang
2024-07-03
1
-2
/
+0
*
|
|
|
gpiolib: of: fix lookup quirk for MIPS Lantiq
Dmitry Torokhov
2024-07-02
1
-2
/
+12
|
|
/
/
|
/
|
|
*
|
|
gpiolib: cdev: Ignore reconfiguration without direction
Kent Gibson
2024-06-27
1
-5
/
+7
*
|
|
gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
Kent Gibson
2024-06-27
1
-6
/
+10
*
|
|
gpio: graniterapids: Add missing raw_spinlock_init()
Aapo Vienamo
2024-06-26
1
-0
/
+2
*
|
|
gpio: davinci: Validate the obtained number of IRQs
Aleksandr Mishin
2024-06-24
1
-0
/
+5
*
|
|
gpio: pca953x: fix pca953x_irq_bus_sync_unlock race
Ian Ray
2024-06-21
1
-0
/
+2
|
|
/
|
/
|
*
|
gpio: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-07
4
-0
/
+4
*
|
gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
Matthias Schiffer
2024-06-03
1
-4
/
+42
*
|
gpio: tqmx86: store IRQ trigger type and unmask status separately
Matthias Schiffer
2024-06-03
1
-20
/
+28
*
|
gpio: tqmx86: introduce shadow register for GPIO output value
Matthias Schiffer
2024-06-03
1
-7
/
+11
*
|
gpio: tqmx86: fix typo in Kconfig label
Gregor Herburger
2024-06-03
1
-1
/
+1
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-05-23
1
-1
/
+0
|
\
[next]