Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
015feacf932108429f59b511b29d7e98a629e333
/
drivers
/
gpio
92c74bc
Revert "gpio: gpiolib-of: Allow compile testing"
by Linus Walleij
· 9 years ago
85b03b3
Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"
by Johan Hovold
· 9 years ago
87041a5
gpio: sch: Fix Oops on module load on Asus Eee PC 1201
by Colin Pitrat
· 9 years ago
00bf377
Merge tag 'pinctrl-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 9 years ago
144b5ae
Merge tag 'gpio-v4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
9ee8ff4
gpio: tegra: Make lockdep class file-scoped
by Thierry Reding
· 9 years ago
f4ae916
gpio: Allow PC/104 devices on X86_64
by William Breathitt Gray
· 9 years ago
bfbbe44
gpio: make library immune to error pointers
by Linus Walleij
· 9 years ago
79bb71b
gpio: make sure gpiod_to_irq() returns negative on NULL desc
by Linus Walleij
· 9 years ago
053ae64
gpio: 104-idi-48: Fix missing spin_lock_init for ack_lock
by Axel Lin
· 9 years ago
b66b2a0
gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
by Ben Dooks
· 9 years ago
60a5eab
gpio: select ANON_INODES
by Linus Walleij
· 9 years ago
7d4defe
gpio: include <linux/io-mapping.h> in gpiolib-of
by Linus Walleij
· 9 years ago
f4833b8
gpiolib: Fix unaligned used of reference counters
by Ricardo Ribalda Delgado
· 9 years ago
11f33a6
gpiolib: Fix NULL pointer deference
by Ricardo Ribalda Delgado
· 9 years ago
0f84f29
gpio: zynq: initialize clock even without CONFIG_PM
by Helmut Grohne
· 9 years ago
d15d6cf
gpio: 104-dio-48e: Fix control port offset computation off-by-one error
by William Breathitt Gray
· 9 years ago
545ebd9
gpio: drop lock before reading GPIO direction
by Linus Walleij
· 9 years ago
54d7719
gpio: bail out silently on NULL descriptors
by Linus Walleij
· 9 years ago
8b92e17
gpio: handle compatible ioctl() pointers
by Linus Walleij
· 9 years ago
9c10280
gpio: flush direction status in gpiochip_lock_as_irq()
by Linus Walleij
· 9 years ago
320a648
gpio: lpc32xx: disable broken to_irq support
by Sylvain Lemieux
· 9 years ago
287980e
remove lots of IS_ERR_VALUE abuses
by Arnd Bergmann
· 9 years ago
3aa2fc1
Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
1eccc6e
Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
a90295b
gpio: zevio: make it explicitly non-modular
by Paul Gortmaker
· 9 years ago
52ad905
gpio: timberdale: make it explicitly non-modular
by Paul Gortmaker
· 9 years ago
3b52bb9
gpio: stmpe: make it explicitly non-modular
by Paul Gortmaker
· 9 years ago
6a5ead9
gpio: sodaville: make it explicitly non-modular
by Paul Gortmaker
· 9 years ago
1b0d5287
gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms
by Duc Dang
· 9 years ago
fd9c553
gpio: of: make it possible to name GPIO lines
by Linus Walleij
· 9 years ago
cc73660
gpio: ws16c48: Utilize the ISA bus driver
by William Breathitt Gray
· 9 years ago
86ea8a9
gpio: 104-idio-16: Utilize the ISA bus driver
by William Breathitt Gray
· 9 years ago
72bf744
gpio: 104-idi-48: Utilize the ISA bus driver
by William Breathitt Gray
· 9 years ago
4c23db0
gpio: 104-dio-48e: Utilize the ISA bus driver
by William Breathitt Gray
· 9 years ago
4c37ce8
gpio: make gpiod_to_irq() return negative for NO_IRQ
by Linus Walleij
· 9 years ago
3b711e0
gpio: xgene: implement .get_direction()
by Linus Walleij
· 9 years ago
0c60de3
gpio: xgene: Enable ACPI support for X-Gene GFC GPIO driver
by Duc Dang
· 9 years ago
7df89e9
gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup list
by Ville Syrjälä
· 9 years ago
f002d07
gpio: tegra: Implement gpio_get_direction callback
by Laxman Dewangan
· 9 years ago
72d3200
gpio: set up initial state from .get_direction()
by Linus Walleij
· 9 years ago
e9f4d56
gpio: rename gpio-generic.c into gpio-mmio.c
by Christian Lamparter
· 9 years ago
8f01c9d
gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module case
by Christian Lamparter
· 9 years ago
e6cb348
gpio: dwapb: add gpio-signaled acpi event support
by Jiang Qiu
· 9 years ago
4ba8cfa
gpio: dwapb: convert device node to fwnode
by Jiang Qiu
· 9 years ago
e815918
gpio: dwapb: remove name from dwapb_port_property
by Jiang Qiu
· 9 years ago
a8fa91a
gpio/qoriq: select IRQ_DOMAIN
by Arnd Bergmann
· 9 years ago
3737de4
gpio: tegra: Add support for gpio debounce
by Laxman Dewangan
· 9 years ago
b546be0
gpio: tegra: Get rid of all file scoped global variables
by Laxman Dewangan
· 9 years ago
804f568
gpio: tegra: Make of_device_id compatible data to constant
by Laxman Dewangan
· 9 years ago
171b92c
gpio: tegra: Don't open code of_device_get_match_data()
by Laxman Dewangan
· 9 years ago
3484f1b
gpio: pl061: implement .get_direction()
by Linus Walleij
· 9 years ago
682366d
gpio: pl061: remove range check
by Linus Walleij
· 9 years ago
0c0451e
gpio: omap: fix irq triggering in smart-idle wakeup mode
by Grygorii Strashko
· 9 years ago
296ad4ac
gpio: remove deps on ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
by Linus Walleij
· 9 years ago
44c7288f
gpio: move gpiod_set_array_value_priv()
by Linus Walleij
· 9 years ago
327819d
gpio: f7188x: fix edit mistake
by Linus Walleij
· 9 years ago
35b3fc88
gpio: brcmstb: Return proper error if bank width is invalid
by Axel Lin
· 9 years ago
c31a571
gpio: gpiolib: Print error number if gpio hog failed
by Laxman Dewangan
· 9 years ago
d1279d9
gpio: of: Scan available child node for gpio-hog
by Laxman Dewangan
· 9 years ago
4dd4dd1
gpio: tegra: Allow compile test
by Alexander Stein
· 9 years ago
1e4a806
gpio: gpiolib-of: Allow compile testing
by Alexander Stein
· 9 years ago
190ea43
gpio: wm8994: use the new open drain callback
by Linus Walleij
· 9 years ago
51c27da
gpio: wm831x: use the new open drain callback
by Linus Walleij
· 9 years ago
640b913
gpio: vx855: use the new open drain callback
by Linus Walleij
· 9 years ago
811a188
gpio: menz127: use the new open drain callback
by Linus Walleij
· 9 years ago
f90c6bd
gpio: f7188x: use the new open drain callback
by Linus Walleij
· 9 years ago
148c864
gpio: f7188x: use BIT() macro
by Linus Walleij
· 9 years ago
04b8695
gpio: sx150x: use the new open drain callback
by Linus Walleij
· 9 years ago
d17322f
gpio: sx150x: move platform data into driver
by Linus Walleij
· 9 years ago
f30e49f
gpio: tps65218: use the new open drain callback
by Linus Walleij
· 9 years ago
dfbd379
gpio: of: Return error if gpio hog configuration failed
by Laxman Dewangan
· 9 years ago
ce0e2c6
Revert "gpio: rcar: Fine-grained Runtime PM support"
by Linus Walleij
· 9 years ago
42c2501
Revert "gpio: rcar: Add Runtime PM handling for interrupts"
by Linus Walleij
· 9 years ago
44896be
gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2
by Yong Li
· 9 years ago
615d23f
gpio: zynq: Fix the error path
by Shubhrajyoti Datta
· 9 years ago
bd37c99
gpio: Loongson1: add Loongson1 GPIO driver
by Kelvin Cheung
· 9 years ago
9b8e3ec
gpio: pca953x: Use correct u16 value for register word write
by Yong Li
· 9 years ago
159f3cd
gpiolib: Defer gpio device setup until after gpiolib initialization
by Guenter Roeck
· 9 years ago
476e2fc
gpiolib: Do not use devm functions when registering gpio chip
by Guenter Roeck
· 9 years ago
c4e5ffb
gpio: pxa: fix legacy non pinctrl aware builds
by Robert Jarzmik
· 9 years ago
2548753
gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*
by Dmitry Torokhov
· 9 years ago
a0e6373
gpio: tps6586x: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
02c7a13
gpio: tps65910: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
f9f2b5c
gpio: palmas: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
24a876c
gpio: sx150x: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
8513334
gpio: tc3589x: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
fe7b778
gpio: rc5t583: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
8b866b0
gpio: tc3589x: implement open drain/source callback
by Linus Walleij
· 9 years ago
cee1b40
gpio: tc3589x: use BIT() macro
by Linus Walleij
· 9 years ago
c663e5f
gpio: support native single-ended hardware drivers
by Linus Walleij
· 9 years ago
6e66a65
gpio: tpic2810: Make sure cached buffer has consistent status with h/w status
by Axel Lin
· 9 years ago
18fb0a9
gpio: zx: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
b33d12d
gpio: xgene: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
3c90c6d
gpio: sta2x11: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
ef3e710
gpio: pl061: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
ed329f3
gpio: mvebu: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
4bb9f72
gpio: moxart: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
0de6a80
gpio: mc9s08dz60: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
d5610e5
gpio: mb86s7x: make explicitly non-modular
by Paul Gortmaker
· 9 years ago
Next »