summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-uclass.c
AgeCommit message (Expand)Author
2017-07-06gpio: add static to get_function()Masahiro Yamada
2017-06-01dm: gpio: Add live tree supportSimon Glass
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass
2017-05-12gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-06-04dm: gpio: Add methods for open drain settingmario.six@gdsys.cc
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson
2016-03-17gpio: Use const where possibleSimon Glass
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada
2016-01-21dm: gpio: Allow the uclass to work without printf()Simon Glass
2015-08-06dm: gpio: Check a GPIO is valid before using itSimon Glass
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass
2015-06-08dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass
2015-04-18dm: gpio: Add an implementation for gpio_get_number()Simon Glass
2015-04-18dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-01-30dm: gpio: Add better functions to request GPIOsSimon Glass
2015-01-30dm: gpio: Add a driver GPIO translation methodSimon Glass
2015-01-30dm: gpio: Add a native driver model APISimon Glass
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass
2014-10-24dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-24dm: Move the function for getting GPIO status into the uclassSimon Glass
2014-10-24dm: gpio: Add gpio_get_function() and friendsSimon Glass
2014-10-24dm: gpio: Implement GPIO reservation in the uclassSimon Glass
2014-10-24dm: gpio: Support numbered GPIOsSimon Glass
2014-06-20dm: Use case-insensitive comparison for GPIO banksSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add GPIO support and testsSimon Glass