Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
097963959594c5eccaba42510f7033f703211bda
/
include
/
linux
/
gpio
/
driver.h
acf1fcf
Merge branch 'thread-irq-simpler' into devel
by Linus Walleij
· 8 years ago
d245b3f
gpio: simplify adding threaded interrupts
by Linus Walleij
· 8 years ago
08bcd3e
gpio: fix struct gpio_chip comment
by Anthony Best
· 8 years ago
97139d4
treewide: remove redundant #include <linux/kconfig.h>
by Masahiro Yamada
· 8 years ago
22a5db9
Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into devel
by Linus Walleij
· 8 years ago
79b804c
gpiolib: Make it possible to exclude GPIOs from IRQ domain
by Mika Westerberg
· 8 years ago
d47529b
gpio: don't include module.h in shared driver header
by Paul Gortmaker
· 8 years ago
c663e5f
gpio: support native single-ended hardware drivers
by Linus Walleij
· 9 years ago
0cf3292
gpio: Add devm_ apis for gpiochip_add_data and gpiochip_remove
by Laxman Dewangan
· 9 years ago
df4878e
gpio: store reflect the label to userspace
by Linus Walleij
· 9 years ago
143b65d
gpio: create an API to detect open drain/source on lines
by Linus Walleij
· 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
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
ff2b135
gpio: make the gpiochip a real device
by Linus Walleij
· 9 years ago
c474e34
gpio: generic: make bgpio_pdata always visible
by Arnd Bergmann
· 9 years ago
0f4630f
gpio: generic: factor into gpio_chip struct
by Linus Walleij
· 9 years ago
b08ea35
gpio: add a data pointer to gpio_chip
by Linus Walleij
· 9 years ago
60befd2
gpio: update gpiochip .get() callback description
by Vladimir Zapolskiy
· 9 years ago
58383c78
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
c771c2f
gpiolib: provide generic request/free implementations
by Jonas Gorski
· 9 years ago
41d6bb4
gpiolib: add description for gpio irqchip fields in struct gpio_chip
by Grygorii Strashko
· 9 years ago
a0a8bcf
gpiolib: irqchip: use different lockdep class for each gpio irqchip
by Grygorii Strashko
· 9 years ago
30bb6fb
gpio: Remove double "base" in comment
by Geert Uytterhoeven
· 10 years ago
af6c235
gpio: discourage passing base to gpio_chip
by Linus Walleij
· 10 years ago
25e4fe9
gpiolib: cleanup chained handler and data
by Dmitry Eremin-Solenikov
· 10 years ago
6a4b6b0
gpio: sysfs: clean up chip class-device handling
by Johan Hovold
· 10 years ago
964cb34
gpio: move pincontrol calls to <linux/gpio/driver.h>
by Linus Walleij
· 10 years ago
5f42424
gpiolib: allow simultaneous setting of multiple GPIO outputs
by Rojhalat Ibrahim
· 10 years ago
e3a2e87
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
by Alexandre Courbot
· 10 years ago
ea58459
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
28596c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
295494a
gpiolib: add irq_not_threaded flag to gpio_chip
by Octavian Purdila
· 10 years ago
e1db170
gpio: gpiolib: set gpiochip_remove retval to void
by abdoulaye berthe
· 11 years ago
7d75a87
gpio: fix 'CONFIG_GPIO_IRQCHIP' comments
by Paul Bolle
· 10 years ago
abdc08a
gpio: change gpiochip_request_own_desc() prototype
by Alexandre Courbot
· 10 years ago
0a6d315
gpio: split gpiod board registration into machine header
by Linus Walleij
· 11 years ago
f7d4ad9
gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc
by Guenter Roeck
· 11 years ago
d74be6d
gpio: remove gpiod_lock/unlock_as_irq()
by Alexandre Courbot
· 11 years ago
1bd6b60
gpio: make gpiochip_get_desc() gpiolib-private
by Alexandre Courbot
· 11 years ago
14c8a62
gpio: drop retval check enforcing from gpiochip_remove()
by Linus Walleij
· 11 years ago
1c8732b
gpio: support threaded interrupts in irqchip helpers
by Linus Walleij
· 11 years ago
c3626fd
gpio: unmap gpio irqs properly
by Linus Walleij
· 11 years ago
1425052
gpio: add IRQ chip helpers in gpiolib
by Linus Walleij
· 11 years ago
bb1e88c
gpiolib: add gpiochip_get_desc() driver function
by Alexandre Courbot
· 11 years ago
f9244ae
gpiolib: convert gpiod_lookup description to kernel-doc
by Andy Shevchenko
· 11 years ago
ad82478
gpio: better lookup method for platform GPIOs
by Alexandre Courbot
· 11 years ago
bdc54ef
Merge tag 'v3.13-rc3' into devel
by Linus Walleij
· 11 years ago
9fb1f39
gpio/pinctrl: make gpio_chip members typed boolean
by Linus Walleij
· 11 years ago
c9a9972
gpiolib: add missing declarations
by Alexandre Courbot
· 11 years ago
53e7cac
gpiolib: use dedicated flags for GPIO properties
by Alexandre Courbot
· 11 years ago
f3ed0b6
gpiolib: provide a declaration of seq_file in gpio/driver.h
by Stephen Rothwell
· 11 years ago
bae48da
gpiolib: add gpiod_get() and gpiod_put() functions
by Alexandre Courbot
· 11 years ago
79a9bec
gpiolib: export descriptor-based GPIO interface
by Alexandre Courbot
· 11 years ago