On 21 January 2016 at 19:43, Simon Glass <s...@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 <s...@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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to