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