summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/gpio.h
AgeCommit message (Expand)AuthorLines
2020-02-10gpio: Avoid kernel.h inclusion where it's possibleAndy Shevchenko-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-02-19gpio: allow setting ARCH_NR_GPIOS from KconfigArnd Bergmann-0/+4
2015-05-12gpio: remove gpiod_sysfs_set_active_lowJohan Hovold-5/+0
2015-03-19gpio: move pincontrol calls to <linux/gpio/driver.h>Linus Walleij-48/+0
2014-09-23gpio: Increase ARCH_NR_GPIOs to 512Mika Westerberg-1/+1
2014-07-24gpio: remove gpio_ensure_requested()Alexandre Courbot-3/+12
2014-07-23gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot-12/+3
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot-3/+0
2014-02-07gpio: make gpiod_direction_output take a logical valuePhilipp Zabel-1/+1
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-160/+65
2013-10-19gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot-160/+62
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert-0/+10
2013-10-16gpio: add API to be strict about GPIO IRQ usageLinus Walleij-0/+3
2013-02-11gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot-0/+3
2013-02-09gpiolib: link all gpio_chips using a listAlexandre Courbot-0/+2
2013-02-04gpiolib: remove gpiochip_reserve()Alexandre Courbot-1/+0
2013-01-22gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo-6/+0
2013-01-22gpio: fix warning of 'struct gpio_chip' declarationShawn Guo-37/+37
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-1/+4
2012-11-21gpiolib: rename pin range argumentsLinus Walleij-2/+2
2012-11-21gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij-2/+4
2012-11-11gpiolib: iron out include ladder mistakesLinus Walleij-21/+35
2012-11-11gpiolib: separation of pin concernsLinus Walleij-2/+2
2012-11-11gpiolib: fix up function prototypes etcLinus Walleij-0/+6
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim-0/+25
2012-10-26gpiolib: add gpio get direction callback supportMathias Nyman-1/+4
2012-09-30gpio: Document device_node's det_debounceRoland Stigge-0/+2
2012-05-18gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely-1/+1
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely-1/+1
2012-05-18gpiolib: Implement devm_gpio_request_one()Mark Brown-0/+2
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely-2/+2
2012-01-04GPIO: add bindings for managed devicesJohn Crispin-0/+4
2011-12-12of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely-2/+3
2011-12-12gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely-0/+1
2011-10-26gpio: fix build error in include/asm-generic/gpio.hHamo-2/+2
2011-10-24gpiolib: Ensure struct gpio is always definedMark Brown-12/+1
2011-06-16gpio: add GPIOF_ values regardless on kconfig settingsRandy Dunlap-10/+0
2011-05-27gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen-2/+2
2011-05-26gpio: Convert gpio_is_valid to return boolJoe Perches-3/+3
2011-01-13Revert "gpiolib: annotate gpio-intialization with __must_check"Linus Torvalds-5/+5
2011-01-13gpiolib: annotate gpio-intialization with __must_checkWolfram Sang-5/+5
2010-10-27gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.hAnton Vorontsov-2/+2
2010-09-09gpio: doc updatesDavid Brownell-1/+13
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely-0/+3
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov-0/+12
2010-05-27gpiolib: introduce set_debounce methodFelipe Balbi-0/+5
2010-05-27gpiolib: document that names can contain printk format specifiersUwe Kleine-König-1/+3
2010-05-27gpiolib: make names array and its values constUwe Kleine-König-1/+1
2010-03-06gpio: introduce gpio_request_one() and friendsEric Miao-0/+26