altera_uart: Add support for getting mapbase and IRQ from resources
authorAnton Vorontsov <cbouatmailru@gmail.com>
Fri, 1 Oct 2010 13:21:42 +0000 (17:21 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:20:07 +0000 (10:20 -0700)
commit6b5756f176568a710d008d3b478128fafb6707f0
tree4293e5e28ad656366a478d79f6e0d157ceb5c3f6
parent2f8b9c15cd88ce22bd80e6eb3988dbaa49f1efd3
altera_uart: Add support for getting mapbase and IRQ from resources

This makes it much easier to integrate the driver with the rest of
the Linux (e.g. MFD subsystem).

The old method is still supported though.

Also, from now on, there is one platform device per port (no
changes are needed for the platform code, as no one registers
the devices anywhere in-tree yet).

Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Acked-by: Tobias Klauser <tklauser@distanz.ch>
Cc: Alan Cox <alan@linux.intel.com>,
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/altera_uart.c