Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dm: Support address translation for simple-bus | Simon Glass | 2015-08-06 | 1 | -0/+30 |
| | | | | | | | | The 'ranges' property can be used to specify a translation from the system address to the bus address. Add support for this using the dev_get_addr() function, which devices should use to find their address. Signed-off-by: Simon Glass <sjg@chromium.org> | ||||
* | dm: core: Add support for simple-bus | Simon Glass | 2014-10-22 | 1 | -0/+33 |
Add a driver for the simple-bus nodes, which allows devices within these nodes to be bound. Signed-off-by: Simon Glass <sjg@chromium.org> |