summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion/rd88f5182-setup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Orion: distinguish between physical and virtual addressesLennert Buytenhek2008-02-081-4/+4
| | | | | | | | | | Hack up the Orion port to distinguish between virtual and physical addresses of register windows. This will allow moving virtual mappings higher up in the address space, to free up more kernel virtual address space. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
* [ARM] Orion: Use the sata_mv driver for the integrated SATA controllerSaeed Bishara2008-02-081-0/+9
| | | | | | | | This patch adds instantiation for the sata_mv driver, enabling the integrated SATA controller. Signed-off-by: Saeed Bishara <saeed@marvell.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
* [ARM] OrionNAS RD board supportRonen Shitrit2008-01-261-0/+306
serial, NOR, PCI and Ethernet is activated at the moment. Signed-off-by: Ronen Shitrit <rshitrit@marvell.com> Reviewed-by: Tzachi Perelstein <tzachi@marvell.com> Reviewed-by: Nicolas Pitre <nico@marvell.com> Reviewed-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>