Re: [U-Boot] [PATCH v2 08/10] dm: syscon: Provide a generic syscon driver

2016-08-01 Thread Paul Burton
On 01/08/16 03:20, Simon Glass wrote: Hi Paul, On 27 July 2016 at 08:26, Paul Burton wrote: Provide a trivial syscon driver matching the generic "syscon" compatible string, allowing for simple system controllers to be used without a custom driver just as in Linux. Signed-off-by: Paul Burton

Re: [U-Boot] [PATCH v2 08/10] dm: syscon: Provide a generic syscon driver

2016-07-31 Thread Simon Glass
Hi Paul, On 27 July 2016 at 08:26, Paul Burton wrote: > Provide a trivial syscon driver matching the generic "syscon" compatible > string, allowing for simple system controllers to be used without a > custom driver just as in Linux. > > Signed-off-by: Paul Burton > > --- > > Changes in v2: > - N

[U-Boot] [PATCH v2 08/10] dm: syscon: Provide a generic syscon driver

2016-07-27 Thread Paul Burton
Provide a trivial syscon driver matching the generic "syscon" compatible string, allowing for simple system controllers to be used without a custom driver just as in Linux. Signed-off-by: Paul Burton --- Changes in v2: - New patch drivers/core/syscon-uclass.c | 11 +++ 1 file changed,