[PATCH] drivers: media: platform: convert to devm_ioremap_resource()

2013-04-10 Thread Silviu-Mihai Popescu
Convert all uses of devm_request_and_ioremap() to the newly introduced devm_ioremap_resource() which provides more consistent error handling. Signed-off-by: Silviu-Mihai Popescu silviupopescu1...@gmail.com --- drivers/media/platform/sh_veu.c |6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH v2] drivers: staging: davinci_vpfe: use resource_size()

2013-03-18 Thread Silviu-Mihai Popescu
This uses the resource_size() function instead of explicit computation. Signed-off-by: Silviu-Mihai Popescu silviupopescu1...@gmail.com --- drivers/staging/media/davinci_vpfe/dm365_ipipe.c |2 +- drivers/staging/media/davinci_vpfe/dm365_isif.c|4 ++-- drivers/staging/media

[PATCH] drivers: staging: davinci_vpfe: use resource_size()

2013-03-17 Thread Silviu-Mihai Popescu
This uses the resource_size() function instead of explicit computation. Signed-off-by: Silviu-Mihai Popescu silviupopescu1...@gmail.com --- drivers/staging/media/davinci_vpfe/dm365_ipipe.c |3 ++- drivers/staging/media/davinci_vpfe/dm365_isif.c|6 -- drivers/staging/media

[PATCH] soc_camera: convert to devm_ioremap_resource()

2013-03-11 Thread Silviu-Mihai Popescu
-Mihai Popescu silviupopescu1...@gmail.com --- drivers/media/platform/soc_camera/pxa_camera.c |6 +++--- .../platform/soc_camera/sh_mobile_ceu_camera.c |8 +++- drivers/media/platform/soc_camera/sh_mobile_csi2.c |8 +++- 3 files changed, 9 insertions(+), 13 deletions