Age | Commit message (Expand) | Author |
2016-03-17 | gpio: Use const where possible | Simon Glass |
2016-03-17 | gpio: Add a function to obtain a GPIO vector value | Simon Glass |
2016-01-25 | bug.h: move BUILD_BUG_* defines to include/linux/bug.h | Masahiro Yamada |
2016-01-20 | dm: gpio: Allow the uclass to work without printf() | Simon Glass |
2015-08-05 | dm: gpio: Check a GPIO is valid before using it | Simon Glass |
2015-07-21 | dm: gpio: Add dm_gpio_request() to manually request a GPIO | Simon Glass |
2015-07-21 | dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name | Simon Glass |
2015-06-08 | dm: gpio: uclass: Add flag to control sequence numbering | Bhuvanchandra DV |
2015-05-13 | dm: gpio: Add error handling and a function to claim vector GPIOs | Simon Glass |
2015-04-18 | dm: gpio: Add an implementation for gpio_get_number() | Simon Glass |
2015-04-18 | dm: gpio: request list: return the count if requests max_count reached | Przemyslaw Marczak |
2015-04-16 | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass |
2015-01-29 | dm: gpio: Add better functions to request GPIOs | Simon Glass |
2015-01-29 | dm: gpio: Add a driver GPIO translation method | Simon Glass |
2015-01-29 | dm: gpio: Add a native driver model API | Simon Glass |
2014-11-21 | dm: gpio: Add a function to read an ID from a list of GPIOs | Simon Glass |
2014-10-23 | dm: gpio: Add gpio_requestf() helper for printf() strings | Simon Glass |
2014-10-23 | dm: Move the function for getting GPIO status into the uclass | Simon Glass |
2014-10-23 | dm: gpio: Add gpio_get_function() and friends | Simon Glass |
2014-10-23 | dm: gpio: Implement GPIO reservation in the uclass | Simon Glass |
2014-10-23 | dm: gpio: Support numbered GPIOs | Simon Glass |
2014-06-20 | dm: Use case-insensitive comparison for GPIO banks | Simon Glass |
2014-05-27 | dm: rename device struct to udevice | Heiko Schocher |
2014-03-04 | dm: Add GPIO support and tests | Simon Glass |