
22 Jan
2016
22 Jan
'16
4:17 p.m.
On 21 January 2016 at 19:43, Simon Glass sjg@chromium.org wrote:
Some devices need special sequences to be used when starting up. Add a uclass for this. Drivers can be added to provide specific features as needed.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v9: None Changes in v2: None
drivers/misc/Kconfig | 18 ++++++++++++++++++ drivers/misc/Makefile | 1 + drivers/misc/pwrseq-uclass.c | 24 ++++++++++++++++++++++++ include/dm/uclass-id.h | 1 + include/pwrseq.h | 18 ++++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 drivers/misc/pwrseq-uclass.c create mode 100644 include/pwrseq.h
Applied to u-boot-rockchip.