Re: [PATCH] i2c/designware: dw_i2c_init_driver as subsys initcall

2012-02-26 Thread Viresh Kumar
On 11/16/2011 10:28 AM, Pratyush ANAND wrote: There are few drivers(for example stmpe-gpio) which are available on i2c bus but has been initialized as subsys initcall. Therefore i2c driver must also be initialized as subsys initcall. Signed-off-by: Pratyush Anand pratyush.an...@st.com ---

Re: [PATCH] i2c/designware: dw_i2c_init_driver as subsys initcall

2012-02-24 Thread Viresh Kumar
On 11/16/2011 1:52 PM, Baruch Siach wrote: Dependencies should be stated explicitly. Since this subsys_initcall thing is quite common among the i2c masters I'm willing to ack this one for now. But the real solution is to make the dependencies between devices clear and explicit. Baruch,

Re: [PATCH] i2c/designware: dw_i2c_init_driver as subsys initcall

2012-02-24 Thread Baruch Siach
Hi Viresh, On Fri, Feb 24, 2012 at 04:32:08PM +0530, Viresh Kumar wrote: On 11/16/2011 1:52 PM, Baruch Siach wrote: Dependencies should be stated explicitly. Since this subsys_initcall thing is quite common among the i2c masters I'm willing to ack this one for now. But the real

Re: [PATCH] i2c/designware: dw_i2c_init_driver as subsys initcall

2011-11-16 Thread Baruch Siach
Hi Shiraz, On Wed, Nov 16, 2011 at 10:57:19AM +0530, Shiraz Hashim wrote: On Wed, Nov 16, 2011 at 01:14:41PM +0800, Baruch Siach wrote: Hi Pratyush Anand, On Wed, Nov 16, 2011 at 10:28:07AM +0530, Pratyush Anand wrote: There are few drivers(for example stmpe-gpio) which are available

Re: [PATCH] i2c/designware: dw_i2c_init_driver as subsys initcall

2011-11-15 Thread Baruch Siach
Hi Pratyush Anand, On Wed, Nov 16, 2011 at 10:28:07AM +0530, Pratyush Anand wrote: There are few drivers(for example stmpe-gpio) which are available on i2c bus but has been initialized as subsys initcall. Therefore i2c driver must also be initialized as subsys initcall. Signed-off-by:

Re: [PATCH] i2c/designware: dw_i2c_init_driver as subsys initcall

2011-11-15 Thread Shiraz Hashim
Hi Baruch, On Wed, Nov 16, 2011 at 01:14:41PM +0800, Baruch Siach wrote: Hi Pratyush Anand, On Wed, Nov 16, 2011 at 10:28:07AM +0530, Pratyush Anand wrote: There are few drivers(for example stmpe-gpio) which are available on i2c bus but has been initialized as subsys initcall. Therefore