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: mmio: replace open-coded for_each_set_bit()
Andy Shevchenko
2020-07-16
1
-13
/
+7
|
*
|
gpio: pca9570: add GPO driver for PCA9570
Sungbo Eo
2020-07-16
3
-0
/
+155
|
*
|
gpio: max77620: Initialize hardware state of interrupts
Dmitry Osipenko
2020-07-16
1
-0
/
+25
|
*
|
gpio: max77620: Use irqchip template
Dmitry Osipenko
2020-07-16
1
-8
/
+6
|
*
|
gpio: max77620: Don't shadow error code of platform_get_irq()
Dmitry Osipenko
2020-07-16
1
-4
/
+6
|
*
|
gpio: max77620: Don't set of_node
Dmitry Osipenko
2020-07-16
1
-4
/
+1
|
*
|
gpio: max77620: Fix missing release of interrupt
Dmitry Osipenko
2020-07-16
1
-2
/
+3
|
*
|
gpio: max77620: Replace 8 with MAX77620_GPIO_NR
Dmitry Osipenko
2020-07-16
1
-3
/
+3
|
*
|
gpiolib: cdev: refactor lineevent cleanup into lineevent_free
Kent Gibson
2020-07-12
1
-23
/
+21
|
*
|
gpiolib: cdev: refactor linehandle cleanup into linehandle_free
Kent Gibson
2020-07-12
1
-20
/
+19
|
*
|
gpiolib: cdev: remove recalculation of offset
Kent Gibson
2020-07-12
1
-13
/
+7
|
*
|
gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH
Kent Gibson
2020-07-12
1
-5
/
+5
|
*
|
gpiolib: cdev: rename priv to cdev
Kent Gibson
2020-07-12
1
-45
/
+45
|
*
|
gpiolib: cdev: use blocking notifier call chain instead of atomic
Kent Gibson
2020-07-12
3
-20
/
+20
|
*
|
gpiolib: cdev: remove pointless decrement of i
Kent Gibson
2020-07-12
1
-2
/
+0
|
*
|
gpiolib: cdev: rename numdescs to num_descs
Kent Gibson
2020-07-12
1
-10
/
+10
|
*
|
gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with othe...
Kent Gibson
2020-07-12
1
-35
/
+35
|
*
|
gpiolib: cdev: refactor gpiohandle_flags_to_desc_flags
Kent Gibson
2020-07-12
1
-41
/
+19
|
*
|
gpiolib: cdev: minor indentation fixes
Kent Gibson
2020-07-12
1
-14
/
+14
|
*
|
gpiolib: cdev: sort includes
Kent Gibson
2020-07-12
1
-11
/
+11
|
*
|
gpiolib: move gpiolib-sysfs function declarations into their own header
Kent Gibson
2020-07-12
4
-18
/
+26
|
*
|
Merge branch 'devel' into for-next
Linus Walleij
2020-07-09
23
-1201
/
+1335
|
|
\
\
|
|
*
\
Merge branch 'lee-fixes' into devel
Linus Walleij
2020-07-08
8
-25
/
+31
|
|
|
\
\
|
|
|
*
|
gpio: gpio-mlxbf2.c: Provide __releases() annotation to stop confusing Sparse
Lee Jones
2020-07-08
1
-0
/
+2
|
|
|
*
|
gpio: gpio-mlxbf2: Tell the compiler that ACPI functions may not be use
Lee Jones
2020-07-08
1
-1
/
+1
|
|
|
*
|
gpio: gpio-mlxbf: Tell the compiler that ACPI functions may not be used
Lee Jones
2020-07-08
1
-1
/
+1
|
|
|
*
|
gpio: gpio-it87: Fix formatting issues which confuse kerneldoc
Lee Jones
2020-07-08
1
-7
/
+7
|
|
|
*
|
gpio: gpio-syscon: Fix formatting issues which confuse kerneldoc
Lee Jones
2020-07-08
1
-6
/
+6
|
|
|
*
|
gpio: gpio-sama5d2-piobu: Demote all kerneldoc headers to basic comment blocks
Lee Jones
2020-07-08
1
-8
/
+8
|
|
|
*
|
gpio: gpio-pmic-eic-sprd: Fix incorrectly named property 'map'
Lee Jones
2020-07-08
1
-1
/
+1
|
|
|
*
|
gpio: gpio-altera: Add missing kerneldoc entry and demote comment
Lee Jones
2020-07-08
1
-1
/
+2
|
|
|
*
|
gpio: gpiolib-of: Provide documentation for of_gpio_spi_cs_get_count()
Lee Jones
2020-07-08
1
-0
/
+3
|
|
*
|
|
gpio: aggregator: Use bitmap_parselist() for parsing GPIO offsets
Geert Uytterhoeven
2020-07-07
1
-33
/
+26
|
|
*
|
|
gpio: aggregator: Drop pre-initialization in get_arg()
Geert Uytterhoeven
2020-07-07
1
-2
/
+2
|
|
*
|
|
Merge tag 'gpio-updates-for-v5.9-part1' of git://git.kernel.org/pub/scm/linux...
Linus Walleij
2020-06-30
8
-13
/
+101
|
|
|
\
\
\
|
|
|
*
|
|
gpiolib: Deduplicate find_first_zero_bit() call
Andy Shevchenko
2020-06-30
1
-6
/
+4
|
|
|
*
|
|
gpio: omap: Add missing PM ops for suspend
Tony Lindgren
2020-06-30
1
-0
/
+26
|
|
|
*
|
|
gpio: Drop superfluous dependencies on GPIOLIB
Geert Uytterhoeven
2020-06-24
1
-2
/
+2
|
|
|
*
|
|
gpio: zynq: Remove error prints in EPROBE_DEFER
Shubhrajyoti Datta
2020-06-24
1
-1
/
+2
|
|
|
*
|
|
gpio: zynq: Add pmc gpio support
Shubhrajyoti Datta
2020-06-24
1
-0
/
+16
|
|
|
*
|
|
gpio: zynq: Disable the irq if it is not a wakeup source
Shubhrajyoti Datta
2020-06-24
1
-0
/
+8
|
|
|
*
|
|
gpio: zynq: Add Versal support
Shubhrajyoti Datta
2020-06-24
1
-1
/
+27
|
|
|
*
|
|
gpio: zynq: protect direction in/out with a spinlock
Glenn Langedock
2020-06-24
1
-0
/
+11
|
|
|
*
|
|
gpio: max732x: remove redundant check from probe()
Gaurav Singh
2020-06-22
1
-1
/
+1
|
|
|
*
|
|
gpio: pca953x: Add support for the PCAL9535
Jan Kiszka
2020-06-16
1
-0
/
+2
|
|
|
*
|
|
drivers: gpio: Fix trivial spelling
Kieran Bingham
2020-06-15
1
-1
/
+1
|
|
|
*
|
|
gpio: mpc8xxx: change the gpio interrupt flags.
Song Hui
2020-06-15
1
-1
/
+1
|
|
|
*
|
|
gpiolib: sysfs: use kobj_to_dev
Wang Qing
2020-06-15
1
-1
/
+1
|
|
|
|
/
/
|
|
*
|
|
Merge branch 'ib-for-each-requested' into devel
Linus Walleij
2020-06-20
2
-12
/
+4
|
|
|
\
\
\
|
|
|
|
|
/
|
|
|
|
/
|
|
|
|
*
|
gpio: xra1403: Make use of for_each_requested_gpio()
Andy Shevchenko
2020-06-20
1
-6
/
+2
[prev]
[next]