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: use (!foo) instead of (foo == NULL)
Varka Bhadram
2015-04-08
6
-7
/
+7
*
gpio: arizona: drop owner assignment from platform_drivers
Varka Bhadram
2015-04-08
1
-1
/
+0
*
gpio: max7300: remove 'ret' variable
Varka Bhadram
2015-04-08
1
-3
/
+1
*
gpio: use devm_kzalloc
Varka Bhadram
2015-04-08
2
-5
/
+5
*
gpio: sch: use uapi/linux/pci_ids.h directly
Michael S. Tsirkin
2015-04-08
1
-1
/
+1
*
gpio: x-gene: fix devm_ioremap_resource() check
Vladimir Zapolskiy
2015-04-08
1
-1
/
+1
*
gpio: loongson: Add Loongson-3A/3B GPIO driver support
Huacai Chen
2015-04-08
2
-20
/
+30
*
MIPS: Move Loongson GPIO driver to drivers/gpio
Huacai Chen
2015-04-07
3
-0
/
+112
*
gpio: gpio-tb10x: remove incorrect __exit markup
Dmitry Torokhov
2015-03-27
1
-1
/
+1
*
gpio: omap: get rid of GPIO_INDEX() macro
Grygorii Strashko
2015-03-27
1
-9
/
+0
*
gpio: omap: get rid of omap_irq_to_gpio()
Grygorii Strashko
2015-03-27
1
-12
/
+5
*
gpio: omap: get rid of GPIO_BIT() macro
Grygorii Strashko
2015-03-27
1
-1
/
+0
*
gpio: omap: convert gpio irq functions to use GPIO offset
Grygorii Strashko
2015-03-27
1
-33
/
+34
*
gpio: omap: drop 'gpio' param from omap_gpio_init_irq()
Grygorii Strashko
2015-03-27
1
-7
/
+5
*
gpio: omap: convert debounce functions switch to use gpio offset
Grygorii Strashko
2015-03-27
1
-7
/
+7
*
gpio: omap: simplify omap_set_gpio_dataout_x()
Grygorii Strashko
2015-03-27
1
-5
/
+5
*
gpio: omap: convert omap_gpio_is_input() to use gpio offset
Grygorii Strashko
2015-03-27
1
-6
/
+4
*
altera_gpio_probe() can be static
kbuild test robot
2015-03-27
1
-1
/
+1
*
gpio: rcar: Prevent module clock disable when wake-up is enabled
Geert Uytterhoeven
2015-03-26
1
-2
/
+31
*
gpio: rcar: Add more register documentation
Geert Uytterhoeven
2015-03-26
1
-12
/
+12
*
gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe()
Geert Uytterhoeven
2015-03-26
1
-3
/
+3
*
gpio/crystalcove: Add additional GPIO for Panel control
Shobhit Kumar
2015-03-26
1
-1
/
+6
*
gpio: dwapb: enable for Quark
Andy Shevchenko
2015-03-19
1
-2
/
+1
*
gpio / ACPI: Use local variable instead of ACPI_HANDLE()
Rafael J. Wysocki
2015-03-19
1
-1
/
+1
*
gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()
Rafael J. Wysocki
2015-03-19
1
-7
/
+9
*
gpio: f7188x: add GPIO support for F71869A
Andreas Bofjall
2015-03-17
2
-5
/
+25
*
gpio: f7188x: add GPIO support for F71869
Andreas Bofjall
2015-03-17
2
-5
/
+24
*
gpio: f7188x: correct spelling of "Fintek"
Andreas Bofjall
2015-03-17
1
-1
/
+1
*
gpio: fix constconst in devres
Linus Walleij
2015-03-17
1
-1
/
+1
*
gpio: omap: irq_shutdown: remove unnecessary call of gpiochip_unlock_as_irq
Grygorii Strashko
2015-03-09
1
-1
/
+0
*
gpio: pxa: simplify BANK_OFF macro offset calculation
Rob Herring
2015-03-09
1
-2
/
+1
*
gpio: dwapb: re-enable GPIO_DWAPB for arm64
Kefeng Wang
2015-03-09
1
-1
/
+1
*
drivers/gpio: Altera soft IP GPIO driver
Tien Hock Loh
2015-03-07
3
-0
/
+385
*
gpio: vf610: Replaces comma between expression statements by semicolon
Axel Lin
2015-03-06
1
-8
/
+8
*
gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functions
Rojhalat Ibrahim
2015-03-05
1
-0
/
+89
*
gpiolib: add gpiod_get_array and gpiod_put_array functions
Rojhalat Ibrahim
2015-03-05
3
-0
/
+236
*
gpiolib: define gpio suffixes globally
Rojhalat Ibrahim
2015-03-05
2
-8
/
+9
*
gpio: add parameter to allow the use named gpios
Olliver Schinagl
2015-03-04
1
-1
/
+17
*
gpio: pcf857x: Propagate wake-up setting to parent irq controller
Geert Uytterhoeven
2015-03-04
1
-3
/
+34
*
gpio: pcf857x: Switch to use gpiolib irqchip helpers
Geert Uytterhoeven
2015-03-04
2
-94
/
+28
*
gpio: add GPIO hogging mechanism
Benoit Parrot
2015-03-04
3
-19
/
+219
*
gpio: max732x: convert to GPIOLIB_IRQCHIP
Linus Walleij
2015-03-02
2
-93
/
+43
*
gpio: mb86s70: Return error if requesting an already assigned gpio
Axel Lin
2015-03-02
1
-0
/
+5
*
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2015-02-12
1
-1
/
+198
|
\
|
*
ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driver
Dmitry Eremin-Solenikov
2015-01-29
1
-0
/
+197
|
*
ARM: 8278/1: sa1100: split irq handling for low GPIOs
Dmitry Eremin-Solenikov
2015-01-29
1
-1
/
+1
*
|
Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2015-02-11
30
-753
/
+1351
|
\
\
|
*
|
gpio: kconfig: replace PPC_OF with PPC
Kevin Hao
2015-02-04
1
-1
/
+1
|
*
|
gpio: pxa: add PXA1928 gpio type support
Rob Herring
2015-02-03
1
-2
/
+15
|
*
|
gpio: pxa: remove mach IRQ includes
Rob Herring
2015-02-03
1
-20
/
+18
[next]