[media] v4l: omap4iss: Create and use register access functions
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sat, 31 Aug 2013 01:23:17 +0000 (22:23 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 11 Dec 2013 08:59:20 +0000 (06:59 -0200)
commit11abbfd30f74f79fe78d9ff79cc3fcfa86a975c5
treebe69233e2baf10e6f924e92830ae7401950afd75
parent1be9ba20e1b3dccc7fb972f0f370ae27c0187718
[media] v4l: omap4iss: Create and use register access functions

Replace the direct readl/writel calls with helper functions that take an
ISS pointer and compute the register memory address. Also add bit clear,
set and update helpers.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/staging/media/omap4iss/iss.c
drivers/staging/media/omap4iss/iss.h
drivers/staging/media/omap4iss/iss_ipipe.c
drivers/staging/media/omap4iss/iss_ipipeif.c
drivers/staging/media/omap4iss/iss_resizer.c