[U-Boot] [PATCH v9 07/49] dm: Add a power sequencing uclass

Simon Glass sjg at chromium.org
Fri Jan 22 16:17:24 CET 2016


On 21 January 2016 at 19:43, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list