History log of /arch/sh/boards/board-urquell.c
Revision Date Author Comments
4059e43a6e091d80a1539f4c43bc3caab0e578f6 18-May-2012 Paul Mundt <lethal@linux-sh.org> sh: urquell evt2irq migration.

Migrate urquell to evt2irq backed hwirq lookups.

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>
3366e3585fbf0d40ce6f2382b544851cf4df1654 29-Mar-2010 Paul Mundt <lethal@linux-sh.org> sh: Move platform smp ops in to their own structure.

This cribs the MIPS plat_smp_ops approach for wrapping up the platform
ops. This will allow for mixing and matching different ops on the same
platform in the future.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
14965f16b4bb8f3e51b09c1d8f61b8e98f9d12db 19-Jan-2010 Paul Mundt <lethal@linux-sh.org> sh: Fix up sdk7780 and urquell builds.

These two got broken in the heartbeat private data conversion,
fix them up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
dea3cf1c3935047a5b0d21b21d26718e09135f97 19-Jan-2010 Paul Mundt <lethal@linux-sh.org> sh: urquell: Handle EXTAL configuration here, too.

urquell happens to use the same mode pins and EXTAL configuration as
SDK7786, so just copy it over.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
a09d2831b3457a92a58d67bddfed370516acfe28 14-Jan-2010 Paul Mundt <lethal@linux-sh.org> sh: heartbeat: Update boards for access size hinting.

This updates the existing boards that specify the register width through
platform data to use the resource flags instead. This eliminates platform
data completely in most cases, and permits further improvement in the
heartbeat driver as well as shrinking the overall private data size.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
5d0e945a249c729caa69b3b0c6f19ba002c433b5 15-Jun-2009 Paul Mundt <lethal@linux-sh.org> sh: urquell: Add system FPGA mode pin support.

Urquell has a system FPGA capable of reading the mode pin states from
software, wire this up in the machvec.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
1bc571853381b81514cfc815b07a5cc2be4c86d2 10-Apr-2009 Kuninori Morimoto <morimoto.kuninori@renesas.com> sh: urquell: Fix up address mapping in board comments.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
6e9793812583e3c9e3674c8c8af1b114afae8673 07-Apr-2009 Kuninori Morimoto <morimoto.kuninori@renesas.com> sh: urquell: Add board comment

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
71c1d19e451c2823677a43182e482f66a23ed10a 26-Mar-2009 Kuninori Morimoto <morimoto.kuninori@renesas.com> sh: urquell: enable LAN device

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
929ef1a1f566087e4b362e3a56c50bf9db30e3c5 05-Mar-2009 Kuninori Morimoto <morimoto.kuninori@renesas.com> sh: urquell: Add smc91x support and update defconfig accordingly.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
5ac072e110ff358a9ebc318a1b54f0182b799f72 03-Mar-2009 Kuninori Morimoto <morimoto.kuninori@renesas.com> sh: Urquell board support.

This adds preliminary support for the SH7786-based Urquell board.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>