V4L/DVB (7613): em28xx: rename registers
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 18 Apr 2008 00:44:58 +0000 (21:44 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:09:42 +0000 (14:09 -0300)
commit41facaa4b63cc1a0ff5a900149a29942d47e1491
tree8c6b1ec84b0ed96e27f6edfc9c297d593b55288f
parent7e26ca8012a8392c5e53055b8ff3d9512faee6c6
V4L/DVB (7613): em28xx: rename registers

Now, all registers will follow the same convension:

EM28XX_R<reg_number>_<reg_name>

This allows to associate a register with its value, and also with a canonical
name. Also, registers that are specific to a given chip were renamed accordingly,
as EM2800_foo (for 2800 only registers) or EM2880_foo (for registers that started
to appear on em2880).

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/em28xx/em28xx-cards.c
drivers/media/video/em28xx/em28xx-core.c
drivers/media/video/em28xx/em28xx-reg.h
drivers/media/video/em28xx/em28xx-video.c
drivers/media/video/em28xx/em28xx.h