Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: syscon: Allow finding devices by driver data | Simon Glass | 2016-01-24 | -0/+17 |
| | | | | | | | | We have a way to find a regmap by its syscon driver data value. Add the same for syscon itself. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
* | dm: test: Add a test for the system controller uclass | Simon Glass | 2015-07-21 | -0/+31 |
Add a test to confirm that we can access system controllers and find their driver data. Signed-off-by: Simon Glass <sjg@chromium.org> |