summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/board-usi_topkick.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: kirkwood: topkick: init mvsdio via DTJason Cooper2013-02-281-6/+0
| | | | | Signed-off-by: Jason Cooper <jason@lakedaemon.net> Tested-by: Andrew Lunn <andrew@lunn.ch>
* ARM: kirkwood: topkick: convert to pinctrlJason Cooper2013-02-281-42/+0
| | | | Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* ARM: Kirkwood: Use fixed-regulator instead of board gpio callAndrew Lunn2013-01-061-4/+0
| | | | | | | | | | | | With the change to a DT based pinctrl/gpio driver, using gpio API calls in board-*.c files no longer works, a dereferenced NULL pointer exception occurs instead. By converting the GPIO code into a fixed-regulator which gets probed later once pinctrl/gpio is available, we avoid the exception. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Stefan Peter <s.peter@mplch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* ARM: Kirkwood: remove kirkwood_ehci_init() from new boardsJason Cooper2012-11-241-1/+0
| | | | | | | ehci-orion initialization moved to DT. New boards don't need to call kirkwood_ehci_init(). Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* ARM: Kirkwood: new board USI TopkickJason Cooper2012-11-211-0/+82
This is a new kirkwood box made by Universal Scientific Industrial, Inc. The product description is here: http://www.usish.com/english/products_topkick1281p2.php It is very similar to the dreamplug and other plug devices, with the exception that it has room for a 2.5" SATA HDD internally. Signed-off-by: Jason Cooper <jason@lakedaemon.net> Acked-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
OpenPOWER on IntegriCloud