[U-Boot] [PATCH 1/2] Add a reset driver framework/uclass

Simon Glass sjg at chromium.org
Wed Jun 8 04:43:33 CEST 2016


Hi Stephen,

On 2 June 2016 at 09:59, Stephen Warren <swarren at wwwdotorg.org> wrote:
> On 05/18/2016 10:54 AM, Stephen Warren wrote:
>>
>> On 05/17/2016 03:56 PM, Simon Glass wrote:
>>>
>>> Hi Stephen,
>>>
>>> On 17 May 2016 at 10:46, Stephen Warren <swarren at wwwdotorg.org> wrote:
>>>>
>>>> From: Stephen Warren <swarren at nvidia.com>
>>>>
>>>> A reset controller is a hardware module that controls reset signals that
>>>> affect other hardware modules or chips.
>>>>
>>>> This patch defines a standard API that connects reset clients (i.e. the
>>>> drivers for devices affected by reset signals) to drivers for reset
>>>> controllers/providers. Initially, DT is the only supported method for
>>>> connecting the two.
>>>>
>>>> The DT binding specification (reset.txt) was taken from Linux kernel
>>>> v4.5's Documentation/devicetree/bindings/reset/reset.txt.
>
>
> Simon, any further thoughts on this?

It looks fine to me. This brings it in line with GPIOs and I think
that is a good thing.

But can you change reset_client.h to reset.h and reset_uclass.h to
reset-uclass.h?

Otherwise:

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list