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

Stephen Warren swarren at wwwdotorg.org
Thu Jun 2 18:59:01 CEST 2016


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?


More information about the U-Boot mailing list