ARM: PL011: Allow better handling of vendor data
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 Dec 2010 17:48:26 +0000 (17:48 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 5 Jan 2011 16:58:44 +0000 (16:58 +0000)
Rather than copying all vendor data into the port structure, copy
just that which is frequently used, and keep a pointer to the
remaining vendor data structure.  This makes it easier to add
vendor quirks in the future.

Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found