summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-uclass.c
Commit message (Expand)AuthorAgeLines
* dm: gpio: Add methods for open drain settingmario.six@gdsys.cc2016-06-03-0/+32
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-17-7/+23
* gpio: Use const where possibleSimon Glass2016-03-17-5/+5
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-17-0/+18
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-25-0/+1
* dm: gpio: Allow the uclass to work without printf()Simon Glass2016-01-20-0/+8
* dm: gpio: Check a GPIO is valid before using itSimon Glass2015-08-05-1/+5
* dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-21-1/+1
* dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-21-8/+26
* dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV2015-06-08-0/+1
* dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass2015-05-13-3/+35
* dm: gpio: Add an implementation for gpio_get_number()Simon Glass2015-04-18-0/+12
* dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak2015-04-18-5/+1
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-11/+11
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-29-2/+164
* dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-29-0/+16
* dm: gpio: Add a native driver model APISimon Glass2015-01-29-71/+147
* dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2014-11-21-0/+19
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-23-0/+21
* dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-23-0/+39
* dm: gpio: Add gpio_get_function() and friendsSimon Glass2014-10-23-0/+47
* dm: gpio: Implement GPIO reservation in the uclassSimon Glass2014-10-23-14/+78
* dm: gpio: Support numbered GPIOsSimon Glass2014-10-23-12/+25
* dm: Use case-insensitive comparison for GPIO banksSimon Glass2014-06-20-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-14/+14
* dm: Add GPIO support and testsSimon Glass2014-03-04-0/+266