Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0b89312379e5742ccca4bec11a27fb9f5b630e52
0b89312
gpio: bcm-kona: Use devm_gpiochip_add_data() for gpio registration
by Laxman Dewangan
· 9 years ago
db303a9
gpio: arizona: Use devm_gpiochip_add_data() for gpio registration
by Laxman Dewangan
· 9 years ago
7c263fe
gpio: adp5588: Use devm_gpiochip_add_data() for gpio registration
by Laxman Dewangan
· 9 years ago
8ae6ace
gpio: adp5520: Use devm_gpiochip_add_data() for gpio registration
by Laxman Dewangan
· 9 years ago
daa994b
gpio: adnp: Use devm_gpiochip_add_data() for gpio registration
by Laxman Dewangan
· 9 years ago
a718ed2
gpio: 74xx-mmio: Use devm_gpiochip_add_data() for gpio registration
by Laxman Dewangan
· 9 years ago
77ae582
gpio: Add missing devm_gpio_ wrapper in devres.txt
by Laxman Dewangan
· 9 years ago
38115ea
gpio: Add resource management devm_gpio_chip_{add_data,remove}
by Laxman Dewangan
· 9 years ago
0cf3292
gpio: Add devm_ apis for gpiochip_add_data and gpiochip_remove
by Laxman Dewangan
· 9 years ago
e5451c8
Merge remote-tracking branch 'linusw-gpio/for-next' into devm_gpiochip
by Laxman Dewangan
· 9 years ago
a101ad9
Share upstreaming patches
by ldewangan
· 9 years ago
3cf42ef
Merge branch 'devel' into for-next
by Linus Walleij
· 9 years ago
9d8cc89
gpio: fixup line flags for userspace ABI
by Linus Walleij
· 9 years ago
2307f3a
Revert "gpio: remove broken irq_to_gpio() interface"
by Linus Walleij
· 9 years ago
bd203bd
gpiolib: fix crash when gpiochip removed
by Bamvor Jian Zhang
· 9 years ago
3e089d9
gpio: pisosr: add missing unlock
by Sudip Mukherjee
· 9 years ago
8cae5f9
gpio: X-Gene standby GPIO controller DTS binding
by Quan Nguyen
· 9 years ago
1013fc4
gpio: xgene: Enable X-Gene standby GPIO as interrupt controller
by Quan Nguyen
· 9 years ago
ff53d12
MIPS: txx9: rbtx4938: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
be7658f
MIPS: txx9: iocled: use gpiochip data pointer
by Linus Walleij
· 9 years ago
41f6f8e
MIPS: rb532: use gpiochip data pointer
by Linus Walleij
· 9 years ago
d98312f
MIPS: txx9: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
f5abf9e
MIPS: jz4740: use gpiochip data pointer
by Linus Walleij
· 9 years ago
6483d82
MIPS: bcm63xx: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
1b2766f
MIPS: ar7: use gpiochip data pointer
by Linus Walleij
· 9 years ago
948e0ed8
MIPS: alchemy: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
ebdbcba
m68k: gpio: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
e095840
blackfin: extgpio: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
03be35d
blackfin: gpio: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
66d718d
ARM: plat-orion: use gpiochip data pointer
by Linus Walleij
· 9 years ago
c788aab
ARM: w90x900: use gpiochip data pointer
by Linus Walleij
· 9 years ago
985b7f2
ARM: simpad: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
264af42
ARM: s3c24xx: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
010b16d
ARM: ixp4xx: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
006a7f6
ARM: imx: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
90b9bb8
ARM: gemini: switch to gpiochip_add_data()
by Linus Walleij
· 9 years ago
050c542
ARM: scoop: use gpiochip data pointer
by Linus Walleij
· 9 years ago
69fd6ae
pinctrl: cygnus-gpio: use gpiochip data pointer
by Linus Walleij
· 9 years ago
521a2ad
gpio: add userspace ABI for GPIO line information
by Linus Walleij
· 9 years ago
df4878e
gpio: store reflect the label to userspace
by Linus Walleij
· 9 years ago
0a7439e
gpio: tps65218: remove unused #include
by Linus Walleij
· 9 years ago
aa6aedb
gpio: allow setting ARCH_NR_GPIOS from Kconfig
by Arnd Bergmann
· 9 years ago
d7f7764
gpio: ks8695: remove irq_to_gpio function
by Arnd Bergmann
· 9 years ago
ee2204a
gpio: remove broken irq_to_gpio() interface
by Arnd Bergmann
· 9 years ago
b61a459
MIPS: jz4740: Fix surviving instance of irq_to_gpio()
by Ralf Baechle
· 9 years ago
969f07b
gpio: use kzalloc to allocate gpio_device
by Josh Cartwright
· 9 years ago
aaf2b3a
gpio-mcp23s08: correctly handling failed allocation
by Insu Yun
· 9 years ago
818cc6a
gpio: tps65218: Make tps65218_gpio_output set proper output level
by Axel Lin
· 9 years ago
ce02d18
gpio: tpic2810: Make tpic2810_direction_output set proper output level
by Axel Lin
· 9 years ago
143b65d
gpio: create an API to detect open drain/source on lines
by Linus Walleij
· 9 years ago
d6f434e
gpio: davinci: Fix possible NULL pointer deference
by Nicholas Krause
· 9 years ago
ed07247
gpio: Remove unused asm/gpio.h files
by Bjorn Helgaas
· 9 years ago
288e6ea
gpio: Include linux/gpio.h instead of asm/gpio.h
by Bjorn Helgaas
· 9 years ago
047b2f62
gpio: TS-4800: remove useless bgpio_init flags
by Julien Grossholtz
· 9 years ago
43c54ec
gpio: move the subdriver data pointer into gpio_device
by Linus Walleij
· 9 years ago
20ec3e3
gpio: move the pin ranges into gpio_device
by Linus Walleij
· 9 years ago
4e6fd26
pinctrl: sirf/atlas7: stop poking around in GPIO internals
by Linus Walleij
· 9 years ago
148ad68
gpio: ws16c48: Use devm_request_region
by William Breathitt Gray
· 9 years ago
1344145
gpio: sch311x: Use devm_request_region
by William Breathitt Gray
· 9 years ago
8a06b08
gpio: ich: Use devm_request_region
by William Breathitt Gray
· 9 years ago
35568c4
gpio: amd8111: Use devm_request_region
by William Breathitt Gray
· 9 years ago
cb32389
gpio: 104-idio-16: Use devm_request_region
by William Breathitt Gray
· 9 years ago
5cfc057
gpio: 104-idi-48: Use devm_request_region
by William Breathitt Gray
· 9 years ago
aa6c360
gpio: 104-dio-48e: Use devm_request_region
by William Breathitt Gray
· 9 years ago
22aeddb
gpio: misc: Pass correct license string to MODULE_LICENSE
by William Breathitt Gray
· 9 years ago
33a68e8
gpio: reference count the gpio device for each desc
by Linus Walleij
· 9 years ago
fdeb8e1
gpio: reflect base and ngpio into gpio_device
by Linus Walleij
· 9 years ago
6cee382
gpio/pinctrl: sunxi: stop poking around in private vars
by Linus Walleij
· 9 years ago
1c3cdb1
gpio: move descriptors into gpio_device
by Linus Walleij
· 9 years ago
afbc4f3
gpio: move sysfs mock device to the gpio_device
by Linus Walleij
· 9 years ago
9efd9e6
gpio: remember to finally free gpio_device
by Linus Walleij
· 9 years ago
c366c76
gpio: add tps65218 gpio
by Nicolas Saenz Julienne
· 9 years ago
b866526
gpio: Add driver for TI TPIC2810
by Andrew F. Davis
· 9 years ago
df6df93
gpio: Add driver for SPI serializers
by Andrew F. Davis
· 9 years ago
28be55d
gpio: ath79: Update the copyright notice
by Alban Bedel
· 9 years ago
2b8f89e
gpio: ath79: Add support for the interrupt controller
by Alban Bedel
· 9 years ago
2f890cf
gpio: ath79: Make the driver removable
by Alban Bedel
· 9 years ago
409d878
gpio: ath79: Allow building in compile tests
by Alban Bedel
· 9 years ago
ab32770
gpio: ath79: Move to the generic GPIO driver
by Alban Bedel
· 9 years ago
6ec9249a
gpio: davinci: Fix the number of controllers allocated
by Lokesh Vutla
· 9 years ago
310a7e6
gpio: davinci: Add the missing of-node pointer
by Keerthy
· 9 years ago
60afe31
Merge branch 'chardev' into devel
by Linus Walleij
· 9 years ago
fe95046
gpio: ABI: mark the sysfs ABI as obsolete
by Linus Walleij
· 9 years ago
40c159b
gpio: add a userspace character device ABI
by Linus Walleij
· 9 years ago
6d591c4
tools/gpio: create GPIO tools
by Linus Walleij
· 9 years ago
3c702e9
gpio: add a userspace chardev ABI for GPIOs
by Linus Walleij
· 9 years ago
34ffd85
gpio: refer to gpio device in prints and debugfs
by Linus Walleij
· 9 years ago
ff2b135
gpio: make the gpiochip a real device
by Linus Walleij
· 9 years ago
42178e2
drivers/gpio: Switch gpio-mpc8xxx to use gpio-generic
by Liu Gang
· 9 years ago
daec0be
Merge branch 'error-return-from-get' into devel
by Linus Walleij
· 9 years ago
5041e79
gpio: add TS-4800 fpga GPIO support
by Julien Grossholtz
· 9 years ago
9cd56ab
gpio: add bindings for TS-4800 gpio controller
by Julien Grossholtz
· 9 years ago
ccdbddf
gpio: davinci: use irq_data_get_chip_type
by Geliang Tang
· 9 years ago
5df7fd4
gpio/qoriq: Add qoriq platforms support
by Liu Gang
· 9 years ago
1920906f
gpio-f7188x: Add F81866 GPIO supports
by Peter Hung
· 9 years ago
1b06d64
gpio: Add GPIO support for the ACCES 104-DIO-48E
by William Breathitt Gray
· 9 years ago
9c26df9
gpio: Add GPIO support for the WinSystems WS16C48
by William Breathitt Gray
· 9 years ago
4332e01
gpio: 104-idi-48: Allow IRQ sharing
by William Breathitt Gray
· 9 years ago
73c13c8
gpio: gpio-altera: Remove gpiochip on probe failure.
by Phil Reid
· 9 years ago
a80bb4c
unicore: gpio: Be sure to clamp return value
by Linus Walleij
· 9 years ago
Next »