summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/board-apsh4a3a.c
Commit message (Collapse)AuthorAgeFilesLines
* sh: add fixed voltage regulators to apsh4a3aGuennadi Liakhovetski2012-06-281-0/+10
| | | | | | | On apsh4a3a provide a dummy regulator for the smsc911x driver. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Tidy up pre-clkdev clk_get() error handling.Paul Mundt2011-06-241-1/+1
| | | | | | | | | | clk_get() used to return NULL or an errno value depending on whether a clkdev lookup failed or a clock wasn't found in the primary clock list. As these disjoint paths were unified and everything now is handled via clkdev lookups, the NULL case never makes it out of clk_get(). Update accordingly and always look to the errno value. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Add support for AP-SH4A-3A board.Paul Mundt2011-01-131-0/+175
This adds preliminary support for the alpha project AP-SH4A-3A reference platform (SH7785 based). Additional paltform information available at: http://www.apnet.co.jp/product/superh/ap-sh4a-3a.html Signed-off-by: Paul Mundt <lethal@linux-sh.org>
OpenPOWER on IntegriCloud