index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
gpiolib: add build option for CDEV v1 ABI
Kent Gibson
1
-0
/
+12
2020-09-30
gpiolib: make cdev a build option
Kent Gibson
3
-3
/
+31
2020-09-30
gpiolib: cdev: replace strncpy() with strscpy()
Kent Gibson
1
-16
/
+7
2020-09-30
gpiolib: cdev: gpio_desc_to_lineinfo() should set info offset
Kent Gibson
1
-1
/
+2
2020-09-30
gpio: mockup: refactor the module init function
Bartosz Golaszewski
1
-47
/
+49
2020-09-30
gpio: mockup: use the generic 'gpio-line-names' property
Bartosz Golaszewski
1
-32
/
+38
2020-09-30
gpio: mockup: pass the chip label as device property
Bartosz Golaszewski
1
-9
/
+8
2020-09-30
gpio: mockup: increase the number of supported device properties
Bartosz Golaszewski
1
-2
/
+2
2020-09-30
gpio: mockup: remove unneeded return statement
Bartosz Golaszewski
1
-2
/
+0
2020-09-30
gpio: mockup: use pr_fmt()
Bartosz Golaszewski
1
-4
/
+4
2020-09-30
gpio: mockup: use KBUILD_MODNAME
Bartosz Golaszewski
1
-4
/
+3
2020-09-30
gpio: mockup: drop unneeded includes
Bartosz Golaszewski
1
-2
/
+0
2020-09-30
gpio: mpc8xxx: simplify ls1028a/ls1088a support
Michael Walle
1
-33
/
+12
2020-09-30
gpio: mockup: fix resource leak in error path
Bartosz Golaszewski
1
-0
/
+2
2020-09-29
gpio: mxc: Support module build
Anson Huang
2
-1
/
+7
2020-09-28
gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION
Ed Wildgoose
1
-1
/
+1
2020-09-24
gpio: aspeed: fix ast2600 bank properties
Tao Ren
1
-2
/
+2
2020-09-24
gpio/aspeed-sgpio: don't enable all interrupts by default
Jeremy Kerr
1
-5
/
+3
2020-09-24
gpio/aspeed-sgpio: enable access to all 80 input & output sgpios
Jeremy Kerr
1
-42
/
+84
2020-09-24
gpio: pca953x: Fix uninitialized pending variable
Ye Li
1
-1
/
+1
2020-09-21
Merge tag 'gpio-updates-for-v5.10-part1' of git://git.kernel.org/pub/scm/linu...
Linus Walleij
14
-161
/
+181
2020-09-17
gpio: Add support for the sl28cpld GPIO controller
Michael Walle
3
-0
/
+174
2020-09-17
gpiolib: check for parent device in devprop_gpiochip_set_names()
Bartosz Golaszewski
1
-0
/
+4
2020-09-17
gpiolib: Fix line event handling in syscall compatible mode
Andy Shevchenko
1
-4
/
+30
2020-09-14
gpiolib: unexport devprop_gpiochip_set_names()
Bartosz Golaszewski
3
-64
/
+47
2020-09-14
gpiolib: generalize devprop_gpiochip_set_names() for device properties
Bartosz Golaszewski
4
-22
/
+14
2020-09-14
gpiolib: switch to simpler IDA interface
Bartosz Golaszewski
1
-3
/
+3
2020-09-11
gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macro
Andy Shevchenko
1
-16
/
+3
2020-09-09
gpio: mockup: fix resource leak in error path
Bartosz Golaszewski
1
-0
/
+2
2020-09-09
gpio: siox: explicitly support only threaded irqs
Ahmad Fatoum
1
-0
/
+1
2020-09-09
gpio: tc35894: Disable Direct KBD interrupts to enable gpio irq
dillon min
1
-2
/
+16
2020-09-09
gpio: tc35894: fix up tc35894 interrupt configuration
dillon min
1
-1
/
+1
2020-08-31
gpio: sprd: Clear interrupt when setting the type as edge
Taiping Lai
1
-0
/
+3
2020-08-28
gpio: zynq: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+3
2020-08-28
gpio: pisosr: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-08-28
gpio: pca953x: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-08-28
gpio: omap: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+1
2020-08-28
gpio: davinci: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+2
2020-08-28
gpio: bcm-kona: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+1
2020-08-27
gpio: dwapb: Use resource managed GPIO-chip add data method
Serge Semin
1
-35
/
+2
2020-08-27
gpio: dwapb: Get clocks by means of resource managed interface
Serge Semin
1
-16
/
+32
2020-08-27
gpio: dwapb: Get reset control by means of resource managed interface
Serge Semin
1
-6
/
+29
2020-08-27
gpio: dwapb: Discard ACPI GPIO-chip IRQs request
Serge Semin
1
-4
/
+0
2020-08-27
gpio: dwapb: Discard GPIO-to-IRQ mapping function
Serge Semin
1
-10
/
+0
2020-08-27
gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip
Serge Semin
2
-94
/
+111
2020-08-27
gpio: dwapb: Add max GPIOs macro
Serge Semin
1
-4
/
+4
2020-08-27
gpio: dwapb: Move MFD-specific IRQ handler
Serge Semin
1
-5
/
+5
2020-08-27
gpio: dwapb: Add ngpios DT-property support
Serge Semin
1
-1
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
6
-13
/
+11
2020-08-19
gpio: omap: Fix warnings if PM is disabled
Tony Lindgren
1
-2
/
+2
[prev]
[next]