Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-04-16 | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass | 1 | -3/+3 |
2015-01-29 | dm: gpio: Add better functions to request GPIOs | Simon Glass | 1 | -0/+20 |
2014-10-23 | dm: gpio: sandbox: Drop request()/free() in the driver | Simon Glass | 1 | -82/+0 |
2014-10-23 | dm: gpio: sandbox: Implement the remove() method | Simon Glass | 1 | -0/+8 |
2014-10-23 | dm: gpio: sandbox: Implement the get_function() method | Simon Glass | 1 | -1/+8 |
2014-06-20 | dm: Rename struct device_id to udevice_id | Simon Glass | 1 | -1/+1 |
2014-05-27 | dm: rename device struct to udevice | Heiko Schocher | 1 | -17/+17 |
2014-03-04 | sandbox: Convert GPIOs to use driver model | Simon Glass | 1 | -78/+139 |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 1 | -17/+1 |
2012-03-12 | sandbox: gpio: add basic driver for simulating GPIOs | Simon Glass | 1 | -0/+209 |