commit | 41facaa4b63cc1a0ff5a900149a29942d47e1491 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Apr 17 21:44:58 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Apr 24 14:09:42 2008 -0300 |
tree | 8c6b1ec84b0ed96e27f6edfc9c297d593b55288f | |
parent | 7e26ca8012a8392c5e53055b8ff3d9512faee6c6 [diff] |
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>