index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
of_gpio.h
Age
Commit message (
Expand
)
Author
2023-03-06
gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h
Arnd Bergmann
2023-01-30
gpiolib: of: Move enum of_gpio_flags to its only user
Andy Shevchenko
2023-01-30
gpiolib: Remove unused of_mm_gpiochip_add()
Andy Shevchenko
2023-01-30
gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()
Dmitry Torokhov
2023-01-30
gpiolib: of: stop exporting of_gpio_named_count()
Dmitry Torokhov
2023-01-30
gpiolib: of: remove of_gpio_count()
Dmitry Torokhov
2022-11-28
gpio: Do not include <linux/kernel.h> when not really needed.
Christophe JAILLET
2022-07-19
gpiolib: of: support bias pull disable
Nuno Sá
2021-08-05
gpiolib: constify passed device_node pointer
Krzysztof Kozlowski
2020-02-10
gpio: Avoid kernel.h inclusion where it's possible
Andy Shevchenko
2019-09-11
gpio: of: Make of_gpio_simple_xlate() private
Geert Uytterhoeven
2019-02-13
gpio: add core support for pull-up/pull-down configuration
Thomas Petazzoni
2018-02-01
Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-01-08
of: Use SPDX license tag for DT files
Rob Herring
2017-12-02
gpio: gpiolib: Generalise state persistence beyond sleep
Andrew Jeffery
2017-10-20
gpio: Fix loose spelling
Andrew Jeffery
2017-05-29
gpio: Add new flags to control sleep status of GPIOs
Charles Keepax
2017-04-07
gpio: core: Decouple open drain/source flag with active low/high
Laxman Dewangan
2016-10-03
gpio: OF: localize some gpiochip init functions
Linus Walleij
2016-01-05
gpio: of: provide optional of_mm_gpiochip_add_data() function
Linus Walleij
2016-01-04
gpiolib: always initialize *flags from of_get_named_gpio_flags
Arnd Bergmann
2015-10-16
gpiolib: Add and use OF_GPIO_SINGLE_ENDED flag
Laurent Pinchart
2015-07-28
gpio: defer probe if pinctrl cannot be found
Tomeu Vizoso
2015-01-15
gpio/gpiolib-of: Create of_mm_gpiochip_remove
Ricardo Ribalda Delgado
2014-05-21
gpio: make of_get_named_gpiod_flags() private
Alexandre Courbot
2013-10-29
gpiolib: include gpio/consumer.h in of_gpio.h for desc_to_gpio()
Stephen Rothwell
2013-10-19
gpiolib: port of_ functions to use gpiod
Alexandre Courbot
2013-02-13
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
Grant Likely
2012-05-18
gpio: Adjust of_xlate API to support multiple GPIO chips
Grant Likely
2012-02-05
of_gpio: add support of of_gpio_named_count to be able to count named gpio
Jean-Christophe PLAGNIOL-VILLARD
2011-12-12
of: create of_phandle_args to simplify return of phandle parsing data
Grant Likely
2011-07-28
of/gpio: export of_gpio_simple_xlate
Jamie Iles
2011-06-28
of/gpio: Add new method for getting gpios under different property names
John Bonesio
2010-07-05
of/gpio: add default of_xlate function if device has a node pointer
Anton Vorontsov
2010-07-05
of/gpio: stop using device_node data pointer to find gpio_chip
Grant Likely
2010-07-05
of/gpio: Kill of_gpio_chip and add members directly to gpio_chip
Anton Vorontsov
2008-12-21
of/gpio: Implement of_gpio_count()
Anton Vorontsov
2008-12-03
of/gpio: Implement of_get_gpio_flags()
Anton Vorontsov
2008-07-22
of_gpio: Should use new <linux/gpio.h> header
Wolfgang Grandegger
2008-04-17
[POWERPC] OF helpers for the GPIO API
Anton Vorontsov