Re: [PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-11-13 Thread Wolfram Sang
On Wed, Aug 08, 2012 at 08:54:32AM +0200, Thierry Reding wrote: > Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls > by a single call to devm_request_and_ioremap() simplifies the code. > > Signed-off-by: Thierry Reding Applied to for-next, thanks. -- Pengutronix e.K.

Re: [PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-11-13 Thread Wolfram Sang
On Wed, Aug 08, 2012 at 08:54:32AM +0200, Thierry Reding wrote: Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls by a single call to devm_request_and_ioremap() simplifies the code. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de Applied to for-next,

Re: [PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-10-15 Thread Jean Delvare
On Mon, 15 Oct 2012 09:21:41 +0200, Thierry Reding wrote: > On Mon, Oct 15, 2012 at 09:10:15AM +0200, Jean Delvare wrote: > > On Wed, 8 Aug 2012 08:54:32 +0200, Thierry Reding wrote: > > > Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls > > > by a single call to

Re: [PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-10-15 Thread Thierry Reding
On Mon, Oct 15, 2012 at 09:10:15AM +0200, Jean Delvare wrote: > Hi Thierry, > > On Wed, 8 Aug 2012 08:54:32 +0200, Thierry Reding wrote: > > Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls > > by a single call to devm_request_and_ioremap() simplifies the code. > > > >

Re: [PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-10-15 Thread Jean Delvare
Hi Thierry, On Wed, 8 Aug 2012 08:54:32 +0200, Thierry Reding wrote: > Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls > by a single call to devm_request_and_ioremap() simplifies the code. > > Signed-off-by: Thierry Reding > --- > drivers/i2c/busses/i2c-ocores.c | 15

Re: [PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-10-15 Thread Jean Delvare
Hi Thierry, On Wed, 8 Aug 2012 08:54:32 +0200, Thierry Reding wrote: Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls by a single call to devm_request_and_ioremap() simplifies the code. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de ---

Re: [PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-10-15 Thread Thierry Reding
On Mon, Oct 15, 2012 at 09:10:15AM +0200, Jean Delvare wrote: Hi Thierry, On Wed, 8 Aug 2012 08:54:32 +0200, Thierry Reding wrote: Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls by a single call to devm_request_and_ioremap() simplifies the code.

Re: [PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-10-15 Thread Jean Delvare
On Mon, 15 Oct 2012 09:21:41 +0200, Thierry Reding wrote: On Mon, Oct 15, 2012 at 09:10:15AM +0200, Jean Delvare wrote: On Wed, 8 Aug 2012 08:54:32 +0200, Thierry Reding wrote: Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls by a single call to

[PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-08-08 Thread Thierry Reding
Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls by a single call to devm_request_and_ioremap() simplifies the code. Signed-off-by: Thierry Reding --- drivers/i2c/busses/i2c-ocores.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git

[PATCH] i2c: i2c-ocores: Use devm_request_and_ioremap()

2012-08-08 Thread Thierry Reding
Replacing the devm_request_mem_region() and devm_ioremap_nocache() calls by a single call to devm_request_and_ioremap() simplifies the code. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- drivers/i2c/busses/i2c-ocores.c | 15 +++ 1 file changed, 3 insertions(+),