History log of /arch/sh/include/cpu-sh4/cpu/sh7723.h
Revision Date Author Comments
544089a9f654832125ee4602e48636139a17aa00 22-Nov-2011 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> sh: sh7723.h: bugfix: remove unused clock index

Current sh clocks are using pm_runtime frame work instead of old hwblk.
So, HWBLK_UNKNOWN, HWBLK_DBG and HWBLK_SUBC are not needed for now.

Now mstp32 clocks are registered by sh_clk_mstp32_register(),
but the clock which isn't defined by SH_CLK_MSTP32() macro
will be crash. because it doesn't have enable_reg.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2094e504a7489a2d774d544592360e578d9325f8 17-Jul-2009 Magnus Damm <damm@igel.co.jp> sh: hwblk support for sh7723

This patch adds hwblk support for the sh7723 processor.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
e4218ef506a2f8b0b5bf1a4b6effcc2f8983f86b 02-Jun-2009 Magnus Damm <damm@igel.co.jp> sh: sh7723 mode pin V2

This patch is sh7723 mode pin V2. Mode pins and
pin function controller comments are added.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
40e24c403f325715f9c43b9fed2068641201ee0b 20-Oct-2008 Paul Mundt <lethal@linux-sh.org> sh: Move SH-4 CPU headers down one more level.

These accidentally got placed in to cpu-sh4 instead of cpu-sh4/cpu, push
them down one more level.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>