| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: gpio: Add methods for open drain setting | mario.six@gdsys.cc | 2016-06-03 | 1 | -0/+32 |
* | dm: gpio: add a default gpio xlate routine | Eric Nelson | 2016-05-17 | 1 | -7/+23 |
* | gpio: Use const where possible | Simon Glass | 2016-03-17 | 1 | -5/+5 |
* | gpio: Add a function to obtain a GPIO vector value | Simon Glass | 2016-03-17 | 1 | -0/+18 |
* | bug.h: move BUILD_BUG_* defines to include/linux/bug.h | Masahiro Yamada | 2016-01-25 | 1 | -0/+1 |
* | dm: gpio: Allow the uclass to work without printf() | Simon Glass | 2016-01-20 | 1 | -0/+8 |
* | dm: gpio: Check a GPIO is valid before using it | Simon Glass | 2015-08-05 | 1 | -1/+5 |
* | dm: gpio: Add dm_gpio_request() to manually request a GPIO | Simon Glass | 2015-07-21 | 1 | -1/+1 |
* | dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name | Simon Glass | 2015-07-21 | 1 | -8/+26 |
* | dm: gpio: uclass: Add flag to control sequence numbering | Bhuvanchandra DV | 2015-06-08 | 1 | -0/+1 |
* | dm: gpio: Add error handling and a function to claim vector GPIOs | Simon Glass | 2015-05-13 | 1 | -3/+35 |
* | dm: gpio: Add an implementation for gpio_get_number() | Simon Glass | 2015-04-18 | 1 | -0/+12 |
* | dm: gpio: request list: return the count if requests max_count reached | Przemyslaw Marczak | 2015-04-18 | 1 | -5/+1 |
* | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass | 2015-04-16 | 1 | -11/+11 |
* | dm: gpio: Add better functions to request GPIOs | Simon Glass | 2015-01-29 | 1 | -2/+164 |
* | dm: gpio: Add a driver GPIO translation method | Simon Glass | 2015-01-29 | 1 | -0/+16 |
* | dm: gpio: Add a native driver model API | Simon Glass | 2015-01-29 | 1 | -71/+147 |
* | dm: gpio: Add a function to read an ID from a list of GPIOs | Simon Glass | 2014-11-21 | 1 | -0/+19 |
* | dm: gpio: Add gpio_requestf() helper for printf() strings | Simon Glass | 2014-10-23 | 1 | -0/+21 |
* | dm: Move the function for getting GPIO status into the uclass | Simon Glass | 2014-10-23 | 1 | -0/+39 |
* | dm: gpio: Add gpio_get_function() and friends | Simon Glass | 2014-10-23 | 1 | -0/+47 |
* | dm: gpio: Implement GPIO reservation in the uclass | Simon Glass | 2014-10-23 | 1 | -14/+78 |
* | dm: gpio: Support numbered GPIOs | Simon Glass | 2014-10-23 | 1 | -12/+25 |
* | dm: Use case-insensitive comparison for GPIO banks | Simon Glass | 2014-06-20 | 1 | -1/+1 |
* | dm: rename device struct to udevice | Heiko Schocher | 2014-05-27 | 1 | -14/+14 |
* | dm: Add GPIO support and tests | Simon Glass | 2014-03-04 | 1 | -0/+266 |