Re: [PATCH 2/7] drivers/amba: don't check resource with devm_ioremap_resource

2014-02-05 Thread Stephen Warren
On 01/14/2014 04:58 AM, Wolfram Sang wrote: > devm_ioremap_resource does sanity checks on the given resource. No need to > duplicate this in the driver. Applied to Tegra's for-3.15/drivers branch. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH 2/7] drivers/amba: don't check resource with devm_ioremap_resource

2014-01-14 Thread Wolfram Sang
> This looks fine. I expect to apply it for 3.15 after the 3.14 merge > window, unless it's urgent to get it into 3.14 for some reason? Nope, it is not. I wasn't aiming for 3.14, it was simply in my queue. signature.asc Description: Digital signature

Re: [PATCH 2/7] drivers/amba: don't check resource with devm_ioremap_resource

2014-01-14 Thread Stephen Warren
On 01/14/2014 04:58 AM, Wolfram Sang wrote: > devm_ioremap_resource does sanity checks on the given resource. No need to > duplicate this in the driver. This looks fine. I expect to apply it for 3.15 after the 3.14 merge window, unless it's urgent to get it into 3.14 for some reason? -- To unsubsc

Re: [PATCH 2/7] drivers/amba: don't check resource with devm_ioremap_resource

2014-01-14 Thread Thierry Reding
On Tue, Jan 14, 2014 at 12:58:53PM +0100, Wolfram Sang wrote: > devm_ioremap_resource does sanity checks on the given resource. No need to > duplicate this in the driver. > > Signed-off-by: Wolfram Sang > --- > > Should go via subsystem tree > > drivers/amba/tegra-ahb.c | 2 -- > 1 file change

[PATCH 2/7] drivers/amba: don't check resource with devm_ioremap_resource

2014-01-14 Thread Wolfram Sang
devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang --- Should go via subsystem tree drivers/amba/tegra-ahb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/amba/tegra-ahb.c b/drivers/amba/tegra-ahb.