index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: make gpiod_to_irq() return negative for NO_IRQ
Linus Walleij
2016-05-02
1
-3
/
+12
*
gpio: xgene: implement .get_direction()
Linus Walleij
2016-05-01
1
-0
/
+12
*
gpio: xgene: Enable ACPI support for X-Gene GFC GPIO driver
Duc Dang
2016-05-01
1
-0
/
+9
*
gpio: tegra: Implement gpio_get_direction callback
Laxman Dewangan
2016-04-30
1
-0
/
+16
*
gpio: set up initial state from .get_direction()
Linus Walleij
2016-04-30
1
-7
/
+24
*
gpio: rename gpio-generic.c into gpio-mmio.c
Christian Lamparter
2016-04-29
2
-0
/
+3
*
gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module case
Christian Lamparter
2016-04-29
1
-1
/
+1
*
gpio: dwapb: add gpio-signaled acpi event support
Jiang Qiu
2016-04-29
1
-0
/
+17
*
gpio: dwapb: convert device node to fwnode
Jiang Qiu
2016-04-29
3
-21
/
+19
*
gpio: dwapb: remove name from dwapb_port_property
Jiang Qiu
2016-04-29
3
-15
/
+11
*
gpio/qoriq: select IRQ_DOMAIN
Arnd Bergmann
2016-04-29
1
-0
/
+1
*
gpio: tegra: Add support for gpio debounce
Laxman Dewangan
2016-04-29
1
-1
/
+68
*
gpio: tegra: Get rid of all file scoped global variables
Laxman Dewangan
2016-04-29
1
-152
/
+198
*
gpio: tegra: Make of_device_id compatible data to constant
Laxman Dewangan
2016-04-29
1
-2
/
+2
*
gpio: tegra: Don't open code of_device_get_match_data()
Laxman Dewangan
2016-04-29
1
-26
/
+24
*
gpio: pl061: implement .get_direction()
Linus Walleij
2016-04-28
1
-0
/
+8
*
gpio: pl061: remove range check
Linus Walleij
2016-04-28
1
-6
/
+0
*
gpio: clarify open drain/source docs
Linus Walleij
2016-04-27
1
-6
/
+14
*
gpio: omap: fix irq triggering in smart-idle wakeup mode
Grygorii Strashko
2016-04-26
1
-40
/
+2
*
ASoC: ac97: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-5
/
+3
*
ASoC: wm8996: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-10
/
+6
*
ASoC: wm8962: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-10
/
+5
*
ASoC: wm8903: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-11
/
+6
*
ASoC: wm5100: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-10
/
+6
*
ASoC: rt5677: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-11
/
+6
*
serial: sc16is7xx: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-10
/
+6
*
serial: max310x: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-6
/
+6
*
staging: vme: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-11
/
+6
*
ssb: gpio_driver: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-19
/
+14
*
platform: x86: intel-pmic: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-3
/
+3
*
input: adp5588-keys: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-5
/
+5
*
arc: select GPIOLIB directly
Linus Walleij
2016-04-26
2
-2
/
+2
*
sparc: remove ARCH_WANT_OPTIONAL_GPIOLIB
Linus Walleij
2016-04-26
1
-1
/
+0
*
cris: do away with ARCH_REQUIRE_GPIOLIB
Linus Walleij
2016-04-26
1
-1
/
+1
*
nios2: remove ARCH_WANT_OPTIONAL_GPIOLIB
Linus Walleij
2016-04-26
1
-1
/
+0
*
m68k: do away with ARCH_REQUIRE_GPIOLIB
Linus Walleij
2016-04-26
1
-1
/
+1
*
xtensa: remove ARCH_WANT_OPTIONAL_GPIOLIB
Linus Walleij
2016-04-26
1
-1
/
+0
*
alpha: remove ARCH_WANT_OPTIONAL_GPIOLIB
Linus Walleij
2016-04-26
1
-1
/
+0
*
metag: remove ARCH_WANT_OPTIONAL_GPIOLIB
Linus Walleij
2016-04-26
1
-1
/
+0
*
avr32: do away with ARCH_REQUIRE_GPIOLIB
Linus Walleij
2016-04-26
1
-1
/
+1
*
gpio: remove deps on ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
Linus Walleij
2016-04-26
1
-1
/
+0
*
gpio: revert bank bindings
Linus Walleij
2016-04-26
1
-7
/
+0
*
gpio: move gpiod_set_array_value_priv()
Linus Walleij
2016-04-26
2
-12
/
+16
*
gpio: f7188x: fix edit mistake
Linus Walleij
2016-04-18
1
-1
/
+1
*
gpio/reset: move gpio-{poweroff|restart} DT doc to proper place
Wolfram Sang
2016-04-15
2
-0
/
+0
*
gpio: brcmstb: Return proper error if bank width is invalid
Axel Lin
2016-04-15
1
-0
/
+1
*
gpio: gpiolib: Print error number if gpio hog failed
Laxman Dewangan
2016-04-14
1
-5
/
+6
*
gpio: of: Scan available child node for gpio-hog
Laxman Dewangan
2016-04-14
1
-1
/
+1
*
gpio: tegra: Allow compile test
Alexander Stein
2016-04-14
2
-1
/
+6
*
gpio: gpiolib-of: Allow compile testing
Alexander Stein
2016-04-14
1
-1
/
+1
[next]