aboutsummaryrefslogtreecommitdiff
path: root/include/linux/of_gpio.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-11gpio: of: Make of_gpio_simple_xlate() privateGravatar Geert Uytterhoeven 1-11/+0
2019-02-13gpio: add core support for pull-up/pull-down configurationGravatar Thomas Petazzoni 1-0/+2
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+1
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-5/+1
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepGravatar Andrew Jeffery 1-1/+1
2017-10-20gpio: Fix loose spellingGravatar Andrew Jeffery 1-1/+1
2017-05-29gpio: Add new flags to control sleep status of GPIOsGravatar Charles Keepax 1-0/+1
2017-04-07gpio: core: Decouple open drain/source flag with active low/highGravatar Laxman Dewangan 1-0/+1
2016-10-03gpio: OF: localize some gpiochip init functionsGravatar Linus Walleij 1-5/+0
2016-01-05gpio: of: provide optional of_mm_gpiochip_add_data() functionGravatar Linus Walleij 1-2/+8
2016-01-04gpiolib: always initialize *flags from of_get_named_gpio_flagsGravatar Arnd Bergmann 1-0/+3
2015-10-16gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagGravatar Laurent Pinchart 1-0/+1
2015-07-28gpio: defer probe if pinctrl cannot be foundGravatar Tomeu Vizoso 1-2/+2
2015-01-15gpio/gpiolib-of: Create of_mm_gpiochip_removeGravatar Ricardo Ribalda Delgado 1-0/+1
2014-05-21gpio: make of_get_named_gpiod_flags() privateGravatar Alexandre Courbot 1-32/+3
2013-10-29gpiolib: include gpio/consumer.h in of_gpio.h for desc_to_gpio()Gravatar Stephen Rothwell 1-1/+1
2013-10-19gpiolib: port of_ functions to use gpiodGravatar Alexandre Courbot 1-5/+24
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Gravatar Grant Likely 1-17/+23
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGravatar Grant Likely 1-1/+0
2012-02-05of_gpio: add support of of_gpio_named_count to be able to count named gpioGravatar Jean-Christophe PLAGNIOL-VILLARD 1-2/+25
2011-12-12of: create of_phandle_args to simplify return of phandle parsing dataGravatar Grant Likely 1-4/+6
2011-07-28of/gpio: export of_gpio_simple_xlateGravatar Jamie Iles 1-0/+9
2011-06-28of/gpio: Add new method for getting gpios under different property namesGravatar John Bonesio 1-5/+37
2010-07-05of/gpio: add default of_xlate function if device has a node pointerGravatar Anton Vorontsov 1-2/+5
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGravatar Grant Likely 1-0/+3
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipGravatar Anton Vorontsov 1-24/+5
2008-12-21of/gpio: Implement of_gpio_count()Gravatar Anton Vorontsov 1-0/+6
2008-12-03of/gpio: Implement of_get_gpio_flags()Gravatar Anton Vorontsov 1-4/+34
2008-07-22of_gpio: Should use new <linux/gpio.h> headerGravatar Wolfgang Grandegger 1-1/+1
2008-04-17[POWERPC] OF helpers for the GPIO APIGravatar Anton Vorontsov 1-0/+69