Re: [PATCH 11/15] regulator: ti-abb: Convert to use devm_ioremap_resource

2013-06-17 Thread Thierry Reding
On Mon, Jun 17, 2013 at 05:08:53PM +0100, Mark Brown wrote: > On Mon, Jun 17, 2013 at 04:04:52PM +0530, Tushar Behera wrote: > > On 06/17/2013 03:35 PM, Mark Brown wrote: > > > On Mon, Jun 17, 2013 at 02:42:25PM +0530, Tushar Behera wrote: > > > >> Ping. > i > > > Don't send contentless pings. I

Re: [PATCH 11/15] regulator: ti-abb: Convert to use devm_ioremap_resource

2013-06-17 Thread Mark Brown
On Mon, Jun 17, 2013 at 04:04:52PM +0530, Tushar Behera wrote: > On 06/17/2013 03:35 PM, Mark Brown wrote: > > On Mon, Jun 17, 2013 at 02:42:25PM +0530, Tushar Behera wrote: > >> Ping. i > > Don't send contentless pings. I seem to recall you already got some > > review on this. > > The comment

Re: [PATCH 11/15] regulator: ti-abb: Convert to use devm_ioremap_resource

2013-06-17 Thread Tushar Behera
On 06/17/2013 03:35 PM, Mark Brown wrote: > On Mon, Jun 17, 2013 at 02:42:25PM +0530, Tushar Behera wrote: >> On 06/10/2013 05:05 PM, Tushar Behera wrote: >>> Commit 75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()") >>> introduced devm_ioremap_resource() and deprecated the use of >>>

Re: [PATCH 11/15] regulator: ti-abb: Convert to use devm_ioremap_resource

2013-06-17 Thread Mark Brown
On Mon, Jun 17, 2013 at 02:42:25PM +0530, Tushar Behera wrote: > On 06/10/2013 05:05 PM, Tushar Behera wrote: > > Commit 75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()") > > introduced devm_ioremap_resource() and deprecated the use of > > devm_request_and_ioremap(). > Ping. Don't s

Re: [PATCH 11/15] regulator: ti-abb: Convert to use devm_ioremap_resource

2013-06-17 Thread Tushar Behera
On 06/10/2013 05:05 PM, Tushar Behera wrote: > Commit 75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()") > introduced devm_ioremap_resource() and deprecated the use of > devm_request_and_ioremap(). > > Signed-off-by: Tushar Behera > CC: Mark Brown > CC: Liam Girdwood > --- > drive

Re: [PATCH 11/15] regulator: ti-abb: Convert to use devm_ioremap_resource

2013-06-10 Thread Tushar Behera
On 06/10/2013 05:31 PM, Sachin Kamat wrote: > On 10 June 2013 17:05, Tushar Behera wrote: >> Commit 75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()") >> introduced devm_ioremap_resource() and deprecated the use of >> devm_request_and_ioremap(). >> >> Signed-off-by: Tushar Behera >>

Re: [PATCH 11/15] regulator: ti-abb: Convert to use devm_ioremap_resource

2013-06-10 Thread Sachin Kamat
On 10 June 2013 17:05, Tushar Behera wrote: > Commit 75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()") > introduced devm_ioremap_resource() and deprecated the use of > devm_request_and_ioremap(). > > Signed-off-by: Tushar Behera > CC: Mark Brown > CC: Liam Girdwood > --- > driver