From: Mauro Carvalho Chehab Date: Thu, 11 Mar 2010 13:26:46 +0000 (-0300) Subject: V4L/DVB: tm6000: Add request at Req07/Req08 register definitions X-Git-Tag: v2.6.35-rc1~480^2~359 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77012fb9954ebe355ce4ecfdaf9a0d5b88cb665b;p=pandora-kernel.git V4L/DVB: tm6000: Add request at Req07/Req08 register definitions 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 --- Reading git-diff-tree failed