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
2013-09-23
gpio: pca953x: Don't flip bits on PCA957x GPIO expanders when probing them.
Graeme Smecher
1
-11
/
+0
2013-09-23
gpio: gpio-mc33880: Remove redundant spi_set_drvdata
Sachin Kamat
1
-3
/
+0
2013-09-23
gpio: gpio-74x164: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-09-23
gpio: gpio-74x164: Remove redundant spi_set_drvdata
Sachin Kamat
1
-3
/
+0
2013-09-23
Merge branch 'iop-cleanup' into devel
Linus Walleij
3
-0
/
+140
2013-09-22
gpio: rcar: Remove #gpio-range-cells DT property usage
Laurent Pinchart
1
-4
/
+3
2013-09-20
gpio: bcm-kona: only use set_irq_flags() on ARM
Linus Walleij
1
-6
/
+14
2013-09-20
ARM: plat-iop: pass physical base for GPIO
Linus Walleij
1
-1
/
+1
2013-09-20
gpio: iop: use readl/writel accessors
Linus Walleij
1
-8
/
+16
2013-09-20
ARM: plat-iop: instantiate GPIO from platform device
Linus Walleij
1
-2
/
+34
2013-09-20
ARM: plat-iop: remove custom complex GPIO implementation
Linus Walleij
1
-6
/
+3
2013-09-20
gpio: decouple the IOP GPIO driver from platform
Linus Walleij
1
-2
/
+2
2013-09-20
ARM: plat-iop: move the GPIO driver to drivers/gpio
Linus Walleij
3
-0
/
+103
2013-09-20
gpio: ucb1400: Can be built as a module
Jean Delvare
1
-1
/
+1
2013-09-20
gpio: bt8xx: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-09-20
gpio: arizona: Add wm8997 support to probe
Charles Keepax
1
-0
/
+1
2013-09-20
gpio: bcm281xx: Add GPIO driver
Markus Mayer
3
-0
/
+639
2013-09-20
gpiolib: factorize gpiod_get/set functions
Alexandre Courbot
1
-39
/
+33
2013-09-19
emev2: GPIOLIB: Enable support for OF
Ian Molton
2
-1
/
+2
2013-09-19
gpio: palmas: add support for TPS80036
Laxman Dewangan
1
-35
/
+69
2013-09-19
gpiolib: Include GPIO label in log messages for GPIOs
Mark Brown
1
-0
/
+21
2013-09-19
gpiolib: Provide helper macros for logging of GPIO events
Mark Brown
1
-20
/
+32
2013-09-18
gpio: pcf857x: only use set_irq_flags() on ARM
Linus Walleij
1
-3
/
+7
2013-09-17
gpiolib-acpi: convert acpi_evaluate_object() to acpi_execute_simple_method()
Zhang Rui
1
-8
/
+1
2013-09-17
gpio: pcf857x: call the gpio user handler iff gpio_to_irq is done
George Cherian
1
-3
/
+19
2013-09-17
gpio: pcf857x: remove the irq_demux_work and gpio->irq
George Cherian
1
-37
/
+0
2013-09-17
gpio: pcf857x: change to devm_request_threaded_irq
George Cherian
1
-4
/
+24
2013-09-17
gpio: samsung: Skip initialization if device tree is present
Tomasz Figa
1
-27
/
+7
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
1
-3
/
+3
2013-09-12
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
3
-0
/
+166
2013-09-10
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-2
/
+2
2013-09-07
Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
49
-1019
/
+1775
2013-09-04
gpio: return -ENOTSUPP if debounce cannot be set
Linus Walleij
1
-2
/
+5
2013-09-03
gpio: improve error path in gpiolib
Linus Walleij
1
-16
/
+25
2013-08-30
gpio: add GPIO support for F71882FG and F71889F
Simon Guinot
3
-0
/
+480
2013-08-30
gpio: mcp23s08: rename the device tree property
Lars Poeschel
1
-7
/
+34
2013-08-29
gpio: implement gpio-ranges binding document fix
Stephen Warren
1
-2
/
+2
2013-08-29
gpio: (gpio-pca953x) move header to linux/platform_data/
Vivien Didelot
1
-1
/
+1
2013-08-29
gpio: samsung: Drop support for Exynos SoCs
Tomasz Figa
1
-871
/
+0
2013-08-26
gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins.
David Daney
3
-0
/
+166
2013-08-23
gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()
Laurent Pinchart
1
-5
/
+4
2013-08-23
gpio: pcf857x: Sort headers alphabetically
Laurent Pinchart
1
-2
/
+2
2013-08-23
gpio: max7301: Reverting "Do not force SPI speed when using OF Platform"
Christophe Leroy
1
-2
/
+1
2013-08-16
gpio: Fix bit masking in Kontron PLD GPIO driver
Brunner Michael
1
-15
/
+9
2013-08-16
gpio: pca953x: fix gpio input on gpio offsets >= 8
Andrew Ruder
1
-1
/
+1
2013-08-16
drivers/gpio: simplify use of devm_ioremap_resource
Julia Lawall
2
-12
/
+2
2013-08-16
drivers/gpio/gpio-omap.c: convert comma to semicolon
Julia Lawall
1
-1
/
+1
2013-08-16
gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enable
Mathias Nyman
1
-0
/
+1
2013-08-16
gpio: Fix platform driver name in Kontron PLD GPIO driver
Michael Brunner
1
-1
/
+1
2013-08-16
gpio: adnp: Fix segfault if request_threaded_irq fails
Lars Poeschel
1
-5
/
+1
[prev]
[next]