MIPS: PowerTV: Streamline access to platform device registers
authorDavid VomLehn <dvomlehn@cisco.com>
Thu, 24 Dec 2009 01:34:46 +0000 (17:34 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 27 Jan 2010 23:03:31 +0000 (00:03 +0100)
Pre-compute addresses for the basic ASIC registers. This speeds up access
and allows memory for unused configurations to be freed. In addition,
uninitialized register addresses will be returned as NULL to catch bad
usage quickly.

Signed-off-by: David VomLehn <dvomlehn@cisco.com>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/806/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found