Hi Stephen, On 2 June 2016 at 09:59, Stephen Warren <[email protected]> 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 <[email protected]> wrote: >>>> >>>> From: Stephen Warren <[email protected]> >>>> >>>> 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

