Skip to content

Commit

Permalink
V4L/DVB: tm6000: Add request at Req07/Req08 register definitions
Browse files Browse the repository at this point in the history
Use a pair Req/Reg for all registers at req07 and req08 groups. This
makes easier to replace them at the code with a script and helps to
avoid using the wrong req with some register.

This change were generated by this script:

if (m/^(\#define TM6010_REQ)([0-9].)([^\s]+)(\s+)0x([A-F0-9].)/) {
$name="$1$2$3"; $sp=$4; $req=$2; $val=$5; $val=~tr/A-F/a-f/; printf
"$name%s0x%s, 0x%s\n", $sp, $req, $val; } else { print $_ }

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed May 18, 2010
1 parent c4bccf5 commit 77012fb
Showing 1 changed file with 235 additions and 235 deletions.
Loading

0 comments on commit 77012fb

Please sign in to comment.