Re: [PATCH] mfd: syscon: Allow to using subdevices

2013-11-14 Thread Alexander Shiyan
Hello. > On Thu, Nov 14, 2013 at 12:52:03PM +, Alexander Shiyan wrote: > > This patch adds support for using subdevices within syscon node. > > Primary usage of this is describe all devices with same memory > > region in one container. > > I think if you need to do this, you should not be usi

Re: [PATCH] mfd: syscon: Allow to using subdevices

2013-11-14 Thread Mark Rutland
On Thu, Nov 14, 2013 at 12:52:03PM +, Alexander Shiyan wrote: > This patch adds support for using subdevices within syscon node. > Primary usage of this is describe all devices with same memory > region in one container. I think if you need to do this, you should not be using syscon. What exac

Re: [PATCH] mfd: syscon: Allow to using subdevices

2013-11-14 Thread Lee Jones
> This patch adds support for using subdevices within syscon node. > Primary usage of this is describe all devices with same memory > region in one container. Can you show me an example where people have placed devices as children to syscon? > Signed-off-by: Alexander Shiyan > --- > drivers/mfd

[PATCH] mfd: syscon: Allow to using subdevices

2013-11-14 Thread Alexander Shiyan
This patch adds support for using subdevices within syscon node. Primary usage of this is describe all devices with same memory region in one container. Signed-off-by: Alexander Shiyan --- drivers/mfd/syscon.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mfd/syscon.c b/drivers/