Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c8866e55a94fb02b83b13f289e5e470fc928703a
/
include
/
asm-generic
/
gpio.h
c2d3306
Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 11 years ago
79a9bec
gpiolib: export descriptor-based GPIO interface
by Alexandre Courbot
· 11 years ago
586a87e
pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib
by Christian Ruppert
· 11 years ago
d468bf9
gpio: add API to be strict about GPIO IRQ usage
by Linus Walleij
· 11 years ago
6c0b4e6
gpiolib: let gpio_chip reference its descriptors
by Alexandre Courbot
· 12 years ago
1a989d0
gpiolib: link all gpio_chips using a list
by Alexandre Courbot
· 12 years ago
710b40e
gpiolib: remove gpiochip_reserve()
by Alexandre Courbot
· 12 years ago
6a89a31
gpio: devm_gpio_* support should not depend on GPIOLIB
by Shawn Guo
· 12 years ago
d59b4ea
gpio: fix warning of 'struct gpio_chip' declaration
by Shawn Guo
· 12 years ago
b0885d0
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 12 years ago
316511c
gpiolib: rename pin range arguments
by Linus Walleij
· 12 years ago
3f0f867
gpiolib: let gpiochip_add_pin_range() specify offset
by Linus Walleij
· 12 years ago
50309a9
gpiolib: iron out include ladder mistakes
by Linus Walleij
· 12 years ago
1e63d7b
gpiolib: separation of pin concerns
by Linus Walleij
· 12 years ago
165adc9
gpiolib: fix up function prototypes etc
by Linus Walleij
· 12 years ago
f23f151
gpiolib: provide provision to register pin ranges
by Shiraz Hashim
· 12 years ago
80b0a60
gpiolib: add gpio get direction callback support
by Mathias Nyman
· 12 years ago
1ae9631
gpio: Document device_node's det_debounce
by Roland Stigge
· 12 years ago
07ce8ec
gpiolib: Remove 'const' from data argument of gpiochip_find()
by Grant Likely
· 12 years ago
3d0f7cf
gpio: Adjust of_xlate API to support multiple GPIO chips
by Grant Likely
· 12 years ago
09d71ff
gpiolib: Implement devm_gpio_request_one()
by Mark Brown
· 13 years ago
6e2cf65
gpio: constify the data parameter to gpiochip_find()
by Grant Likely
· 13 years ago
1a0703e
GPIO: add bindings for managed devices
by John Crispin
· 13 years ago
15c9a0a
of: create of_phandle_args to simplify return of phandle parsing data
by Grant Likely
· 13 years ago
1a2d397
gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()
by Grant Likely
· 13 years ago
eb9ae7f
gpio: fix build error in include/asm-generic/gpio.h
by Hamo
· 13 years ago
feb8369
gpiolib: Ensure struct gpio is always defined
by Mark Brown
· 13 years ago
c001fb7
gpio: add GPIOF_ values regardless on kconfig settings
by Randy Dunlap
· 13 years ago
7c29597
gpio: make gpio_{request,free}_array gpio array parameter const
by Lars-Peter Clausen
· 13 years ago
3474cb3
gpio: Convert gpio_is_valid to return bool
by Joe Perches
· 13 years ago
d8a3515
Revert "gpiolib: annotate gpio-intialization with __must_check"
by Linus Torvalds
· 14 years ago
0fdae42
gpiolib: annotate gpio-intialization with __must_check
by Wolfram Sang
· 14 years ago
09cd952
gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h
by Anton Vorontsov
· 14 years ago
c956126
gpio: doc updates
by David Brownell
· 14 years ago
594fa26
of/gpio: stop using device_node data pointer to find gpio_chip
by Grant Likely
· 14 years ago
a19e3da
of/gpio: Kill of_gpio_chip and add members directly to gpio_chip
by Anton Vorontsov
· 14 years ago
c4b5be9
gpiolib: introduce set_debounce method
by Felipe Balbi
· 14 years ago
7839ec7
gpiolib: document that names can contain printk format specifiers
by Uwe Kleine-König
· 14 years ago
6215499
gpiolib: make names array and its values const
by Uwe Kleine-König
· 14 years ago
3e45f1d
gpio: introduce gpio_request_one() and friends
by Eric Miao
· 15 years ago
0769746
gpiolib: add support for changing value polarity in sysfs
by Jani Nikula
· 15 years ago
1f018c8
asm-generic/gpio.h: add some forward decls of the device struct
by Mike Frysinger
· 15 years ago
b3db4a8
asm-generic/gpio.h: pull in linux/kernel.h for might_sleep()
by Mike Frysinger
· 15 years ago
a4177ee
gpiolib: allow exported GPIO nodes to be named using sysfs links
by Jani Nikula
· 15 years ago
926b663
gpiolib: allow GPIOs to be named
by Daniel Silverstone
· 16 years ago
35e8bb5
gpiolib: request/free hooks
by David Brownell
· 16 years ago
0f6d504
gpiolib: gpio_to_irq() hooks
by David Brownell
· 16 years ago
4fd5463
gpio: make gpiochip label const
by Dmitry Baryshkov
· 16 years ago
25947d5
gpio: fix build on CONFIG_GPIO_SYSFS=n
by Atsushi Nemoto
· 16 years ago
6a9436d
gpiolib: fix typo in comment
by Michael Buesch
· 16 years ago
7444a72
gpiolib: allow user-selection
by Michael Buesch
· 16 years ago
d8f388d
gpio: sysfs interface
by David Brownell
· 16 years ago
6ea0205
gpio: build fixes
by David Brownell
· 16 years ago
169b6a7
gpiochip_reserve()
by Anton Vorontsov
· 17 years ago
e6de180
gpio: define gpio_is_valid()
by Guennadi Liakhovetski
· 17 years ago
438d890
gpiolib: better rmmod infrastructure
by Guennadi Liakhovetski
· 17 years ago
d2876d0
gpiolib: add gpio provider infrastructure
by David Brownell
· 17 years ago
4c20386
[PATCH] GPIO core
by David Brownell
· 18 years ago