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
2015-12-10
gpio: drop surplus PCI and USB dependencies
Andrew F. Davis
1
-8
/
+5
2015-12-10
gpio: pch: allow use from device tree
Paul Burton
1
-0
/
+1
2015-12-10
gpio: pch: allow build on MIPS platforms
Paul Burton
1
-1
/
+1
2015-12-10
gpio: 74x164: Use a single SPI transfer instead of multiple transfers
Geert Uytterhoeven
1
-32
/
+15
2015-12-10
gpio: 74x164: Allocate buffer with gen_74x164_chip
Geert Uytterhoeven
1
-12
/
+11
2015-12-10
gpio: pxa: change the interrupt management
Robert Jarzmik
1
-63
/
+82
2015-12-10
gpio: pxa: convert to devm_ioremap
Robert Jarzmik
1
-5
/
+2
2015-12-10
gpio: pxa: convert to one gpiochip
Robert Jarzmik
1
-101
/
+120
2015-12-09
gpio: pca953x: make inclusion of <linux/of_platform.h> unconditional
Linus Walleij
1
-2
/
+0
2015-12-09
gpio: pca935x: fix of-only probed devices
Ben Dooks
1
-32
/
+44
2015-12-09
gpio: pca953x: add onsemi,pca9654 id
Ben Dooks
1
-0
/
+2
2015-12-04
gpio: davinci: fix missed parent conversion
Linus Walleij
1
-1
/
+1
2015-12-01
gpio: samsung: move gpio-samsung driver back to platform code
Arnd Bergmann
3
-1336
/
+0
2015-12-01
gpio: Add GPIO support for the ACCES 104-IDI-48
William Breathitt Gray
3
-0
/
+359
2015-11-30
gpio: use dev_get_platdata()
Nizam Haider
5
-6
/
+6
2015-11-30
gpio: 104-idio-16: Disable IRQ on device probe
William Breathitt Gray
1
-0
/
+3
2015-11-30
gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacks
Grygorii Strashko
1
-2
/
+0
2015-11-30
gpio: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
6
-6
/
+0
2015-11-29
gpiolib: make comment consistent with code
Bamvor Jian Zhang
1
-2
/
+3
2015-11-29
gpiolib: fix oops, if gpio name is NULL
Vladimir Zapolskiy
1
-1
/
+1
2015-11-19
gpio: 104-idio-16: Use lowercase symbol names for const variables
William Breathitt Gray
1
-19
/
+18
2015-11-19
gpiolib: do not allow to insert an empty gpiochip
Bamvor Jian Zhang
1
-0
/
+5
2015-11-19
gpiolib: improve overlap check of range of gpio
Bamvor Jian Zhang
1
-19
/
+36
2015-11-19
gpiolib: keep comment consistent with code
Bamvor Jian Zhang
1
-1
/
+1
2015-11-19
gpio: pxa: change initcall level second attempt
Robert Jarzmik
1
-2
/
+14
2015-11-19
gpiolib: tighten up ACPI legacy gpio lookups
Dmitry Torokhov
3
-0
/
+54
2015-11-19
gpio: Add IRQ support to ACCES 104-IDIO-16 driver
William Breathitt Gray
2
-2
/
+116
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
74
-168
/
+179
2015-11-17
gpio-tegra: Do not create the debugfs entry by default
Suzuki K. Poulose
1
-49
/
+56
2015-11-17
gpio: palmas: fix a possible NULL dereference
LABBE Corentin
1
-0
/
+2
2015-11-17
gpio: syscon: fix a possible NULL dereference
LABBE Corentin
1
-1
/
+5
2015-11-17
gpio: 74xx: fix a possible NULL dereference
LABBE Corentin
1
-2
/
+5
2015-11-06
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2015-11-05
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
4
-5
/
+0
2015-11-04
Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-47
/
+119
2015-11-04
Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...
Mark Brown
4
-5
/
+0
2015-11-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2015-11-01
gpio: fix up SPI submenu
Linus Walleij
1
-16
/
+18
2015-11-01
gpio: drop surplus I2C dependencies
Linus Walleij
1
-6
/
+1
2015-11-01
gpio: drop surplus X86 dependencies
Linus Walleij
1
-5
/
+2
2015-10-31
gpio / ACPI: Allow shared GPIO event to be read via operation region
Mika Westerberg
1
-1
/
+20
2015-10-31
gpio: group port-mapped I/O drivers in a menu
Linus Walleij
1
-77
/
+78
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
4
-5
/
+0
2015-10-27
gpio: xilinx: Drop architecture dependencies
Soren Brinkmann
1
-1
/
+1
2015-10-27
gpio: generic: Revert to old error handling in bgpio_map
Guenter Roeck
1
-1
/
+1
2015-10-27
gpio: Add GPIO support for the ACCES 104-IDIO-16
William Breathitt Gray
3
-0
/
+227
2015-10-26
gpio: driver for AMD Promontory
YD Tseng
3
-0
/
+269
2015-10-25
Merge branch 'device-properties'
Rafael J. Wysocki
3
-47
/
+119
2015-10-22
gpio: xlp: Convert to use gpiolib irqchip helpers
Kamlakant Patel
2
-11
/
+12
2015-10-19
gpio/xilinx: enable for MIPS
Zubair Lutfullah Kakakhel
1
-1
/
+1
[prev]
[next]