summaryrefslogtreecommitdiffstats
path: root/drivers/serial/apbuart.c
Commit message (Collapse)AuthorAgeFilesLines
* apbuart: Use of_find_node_by_path to find root node.Kristoffer Glembo2009-11-131-1/+1
| | | | | Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* apbuart: Fix build and missing driver unregister.David S. Miller2009-11-061-3/+3
| | | | | | | | linux/of_platform.h needs to be included OF driver needs to be unregistered Signed-off-by: David S. Miller <davem@davemloft.net>
* apbuart: Kill dependency on deprecated Sparc-only PROM interfaces.David S. Miller2009-11-041-6/+6
| | | | | | | | Use the proper modern OF ones instead. Noticed by Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>
* apbuart: Fix build warning.David S. Miller2009-11-041-2/+2
| | | | | | | drivers/serial/apbuart.c: In function ‘apbuart_probe’: drivers/serial/apbuart.c:574: warning: format ‘%x’ expects type ‘unsigned int’, but argument 2 has type ‘resource_size_t’ Signed-off-by: David S. Miller <davem@davemloft.net>
* sparc: Support for GRLIB APBUART serial portKristoffer Glembo2009-11-041-0/+710
This patch adds support for the APBUART serial port from Aeroflex Gaisler's IP library GRLIB. It is currently used in all LEON3 designs (SPARC V8) but can be used on other platforms as well (which support OF). Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>
OpenPOWER on IntegriCloud