History log of /arch/sh/boards/board-apsh4a3a.c
Revision Date Author Comments
920f5500936c075b18ffce1ad2fdc456ee733a0b 27-Jun-2012 Guennadi Liakhovetski <g.liakhovetski@gmx.de> sh: add fixed voltage regulators to apsh4a3a

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>
7912825d8b755e6a5b9839eab910f451b0271aba 24-Jun-2011 Paul Mundt <lethal@linux-sh.org> sh: Tidy up pre-clkdev clk_get() error handling.

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>
bc34b0850be0aa99a49b714ea8a495fbe9a8c273 13-Jan-2011 Paul Mundt <lethal@linux-sh.org> sh: Add support for AP-SH4A-3A board.

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>