[PATCH v3] media: i2c: ADV7604: Migrate to regmap

2015-06-19 Thread Pablo Anton
This is a preliminary patch in order to add support for ALSA. It replaces all current i2c access with regmap. Signed-off-by: Pablo Anton Signed-off-by: Jean-Michel Hautbois Acked-by: Hans Verkuil Tested-by: Hans Verkuil --- v3: check return value of regmap_read start configure_regmaps

[PATCH v2] media: i2c: ADV7604: Migrate to regmap

2015-06-16 Thread Pablo Anton
This is a preliminary patch in order to add support for ALSA. It replaces all current i2c access with regmap. Signed-off-by: Pablo Anton Signed-off-by: Jean-Michel Hautbois --- v2: Rebase after renaming drivers/media/i2c/adv7604.c | 337 1 file

[PATCH] media: i2c: ADV7604: Rename adv7604 prefixes.

2015-02-03 Thread Pablo Anton
It is confusing which parts of the driver are adv7604 specific, adv7611 specific or common for both. This patch renames any adv7604 prefixes (both for functions and defines) to adv76xx whenever they are common. Signed-off-by: Pablo Anton Signed-off-by: Jean-Michel Hautbois --- drivers/media