Re: [PATCH] mfd: ssbi: promote the driver to subsys level

2014-09-17 Thread Srinivas Kandagatla
On 17/09/14 23:25, Lee Jones wrote: On Wed, 17 Sep 2014, Lee Jones wrote: On Wed, 17 Sep 2014, Srinivas Kandagatla wrote: On 17 Sep 2014 09:03, "Lee Jones" wrote: On Wed, 17 Sep 2014, Srinivas Kandagatla wrote: This patch promtes the driver to be at subsystem level as this driver will

Re: [PATCH] mfd: ssbi: promote the driver to subsys level

2014-09-17 Thread Lee Jones
On Wed, 17 Sep 2014, Lee Jones wrote: > On Wed, 17 Sep 2014, Srinivas Kandagatla wrote: > > > On 17 Sep 2014 09:03, "Lee Jones" wrote: > > > > > > On Wed, 17 Sep 2014, Srinivas Kandagatla wrote: > > > > > > > This patch promtes the driver to be at subsystem level as this driver > > > > will be u

Re: [PATCH] mfd: ssbi: promote the driver to subsys level

2014-09-17 Thread Lee Jones
On Wed, 17 Sep 2014, Srinivas Kandagatla wrote: > On 17 Sep 2014 09:03, "Lee Jones" wrote: > > > > On Wed, 17 Sep 2014, Srinivas Kandagatla wrote: > > > > > This patch promtes the driver to be at subsystem level as this driver > > > will be used by gpio controller drivers which inturn are used by

Re: [PATCH] mfd: ssbi: promote the driver to subsys level

2014-09-17 Thread Lee Jones
On Wed, 17 Sep 2014, Srinivas Kandagatla wrote: > This patch promtes the driver to be at subsystem level as this driver > will be used by gpio controller drivers which inturn are used by many > platform drivers. Any reason why you're not using -EPROBE? > Signed-off-by: Srinivas Kandagatla > ---

[PATCH] mfd: ssbi: promote the driver to subsys level

2014-09-16 Thread Srinivas Kandagatla
This patch promtes the driver to be at subsystem level as this driver will be used by gpio controller drivers which inturn are used by many platform drivers. Signed-off-by: Srinivas Kandagatla --- drivers/mfd/ssbi.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/driver