From: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> The ADV748x has 12 pages mapped on to I2C addresses. The existing implementation only has 11 of these in the map enumeration, and this can cause an off-by-one error when programming the map addresses. This short series simplifies the regmap configuration tables, and adds the missing CBUS page to better model the device, and remove the off by one error. Kieran Bingham (2): media: i2c: adv748x: Simplify regmap configuration media: i2c: adv748x: Add missing CBUS page. drivers/media/i2c/adv748x/adv748x-core.c | 114 +++++++------------------------ drivers/media/i2c/adv748x/adv748x.h | 2 + 2 files changed, 27 insertions(+), 89 deletions(-) -- 2.7.4