Re: [PATCH 1/2] Documentation: dt: reset: Add syscon reset binding

2016-02-07 Thread Andrew F. Davis
On 02/04/2016 09:49 AM, Philipp Zabel wrote: Hi Andrew, Am Dienstag, den 02.02.2016, 13:25 -0600 schrieb Andrew F. Davis: [...] sti also chose a single address cell and a logical number to enumerate the resets and to store the actual reset control and status bit position in a table in the drive

Re: [PATCH 1/2] Documentation: dt: reset: Add syscon reset binding

2016-02-04 Thread Philipp Zabel
Hi Andrew, Am Dienstag, den 02.02.2016, 13:25 -0600 schrieb Andrew F. Davis: [...] > > sti also chose a single address cell and a logical number to enumerate > > the resets and to store the actual reset control and status bit position > > in a table in the driver. Is there a reason not to follow t

Re: [PATCH 1/2] Documentation: dt: reset: Add syscon reset binding

2016-02-02 Thread Andrew F. Davis
On 02/02/2016 10:44 AM, Philipp Zabel wrote: Hi Andrew, I like the idea to introduce a generic binding in principle, but it should be able to cover a lot of the cases in the wild. And I'm not sure we know this to be the case yet. Currently we have three syscon users in drivers/reset: reset-berl

Re: [PATCH 1/2] Documentation: dt: reset: Add syscon reset binding

2016-02-02 Thread Philipp Zabel
Hi Andrew, I like the idea to introduce a generic binding in principle, but it should be able to cover a lot of the cases in the wild. And I'm not sure we know this to be the case yet. Currently we have three syscon users in drivers/reset: reset-berlin, reset-zynq, and sti/reset-syscfg. berlin is

Re: [PATCH 1/2] Documentation: dt: reset: Add syscon reset binding

2016-02-02 Thread Andrew F. Davis
On 01/28/2016 09:22 PM, Rob Herring wrote: On Mon, Jan 25, 2016 at 01:02:43PM -0600, Andrew F. Davis wrote: Add syscon reset controller binding. This will hook to the reset framework and use syscon/regmap to set reset bits. This allows reset control of individual SoC subsytems and devices with m

Re: [PATCH 1/2] Documentation: dt: reset: Add syscon reset binding

2016-01-28 Thread Rob Herring
On Mon, Jan 25, 2016 at 01:02:43PM -0600, Andrew F. Davis wrote: > Add syscon reset controller binding. This will hook to the reset > framework and use syscon/regmap to set reset bits. This allows > reset control of individual SoC subsytems and devices with > memory-mapped reset registers in a comm

[PATCH 1/2] Documentation: dt: reset: Add syscon reset binding

2016-01-25 Thread Andrew F. Davis
Add syscon reset controller binding. This will hook to the reset framework and use syscon/regmap to set reset bits. This allows reset control of individual SoC subsytems and devices with memory-mapped reset registers in a common register memory space. Signed-off-by: Andrew F. Davis [s-a...@ti.com