Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-03-17 Thread Sachin Kamat
>> There's no need for me to take the patch I think; now that 3.9-rc1 is >> out, the serial and driver core trees all have whatever dependencies >> this series needed, so any patches can go through their usual trees, I >> think... (Sorry, the context of this discussion was little while ago). > > Ok

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-03-15 Thread gre...@linuxfoundation.org
On Fri, Mar 15, 2013 at 11:14:01AM -0600, Stephen Warren wrote: > On 03/15/2013 10:38 AM, gre...@linuxfoundation.org wrote: > > On Sat, Feb 02, 2013 at 10:22:16AM +0530, Sachin Kamat wrote: > >> > >> > >> On Friday, 1 February 2013, Stephen Warren wrote: > >>> On 02/01/2013 02:49 AM, Sachin Kamat

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-03-15 Thread Stephen Warren
On 03/15/2013 10:38 AM, gre...@linuxfoundation.org wrote: > On Sat, Feb 02, 2013 at 10:22:16AM +0530, Sachin Kamat wrote: >> >> >> On Friday, 1 February 2013, Stephen Warren wrote: >>> On 02/01/2013 02:49 AM, Sachin Kamat wrote: On 1 February 2013 09:54, Stephen Warren wrote: >> >> T

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-03-15 Thread gre...@linuxfoundation.org
On Sat, Feb 02, 2013 at 10:22:16AM +0530, Sachin Kamat wrote: > > > On Friday, 1 February 2013, Stephen Warren wrote: > > On 02/01/2013 02:49 AM, Sachin Kamat wrote: > >> On 1 February 2013 09:54, Stephen Warren wrote: > > The entire series is merged in Greg's driver-core tree [1] and

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-02-01 Thread Stephen Warren
On 02/01/2013 02:49 AM, Sachin Kamat wrote: > On 1 February 2013 09:54, Stephen Warren wrote: >>> >>> The entire series is merged in Greg's driver-core tree [1] and I >>> presume all other associated patches would also be picked up by him. >>> Isn't it Greg? >>> >>> [1] git://git.kernel.org/pub/sc

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-02-01 Thread Sachin Kamat
On 1 February 2013 09:54, Stephen Warren wrote: >> >> The entire series is merged in Greg's driver-core tree [1] and I >> presume all other associated patches would also be picked up by him. >> Isn't it Greg? >> >> [1] git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git > > The Te

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-01-31 Thread Stephen Warren
On 01/31/2013 09:20 PM, Sachin Kamat wrote: > On 31 January 2013 22:30, Stephen Warren wrote: >> On 01/31/2013 03:25 AM, Sachin Kamat wrote: >>> Use the newly introduced devm_ioremap_resource() instead of >>> devm_request_and_ioremap() which provides more consistent error handling. >> >> Presumabl

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-01-31 Thread Sachin Kamat
On 31 January 2013 22:30, Stephen Warren wrote: > On 01/31/2013 03:25 AM, Sachin Kamat wrote: >> Use the newly introduced devm_ioremap_resource() instead of >> devm_request_and_ioremap() which provides more consistent error handling. > > Presumably though that function isn't yet available in the t

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-01-31 Thread Stephen Warren
On 01/31/2013 03:25 AM, Sachin Kamat wrote: > Use the newly introduced devm_ioremap_resource() instead of > devm_request_and_ioremap() which provides more consistent error handling. Presumably though that function isn't yet available in the tree that this new serial driver was merged through is it

[PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-01-31 Thread Sachin Kamat
Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling. Signed-off-by: Sachin Kamat Cc: Laxman Dewangan Cc: linux-ser...@vger.kernel.org --- Compile tested with linux-next (20130128). --- drivers/tty/serial/serial-teg