]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/sh/include/asm/cpu_sh7763.h
sh: tmu: Changed TMU driver using array of structures
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Tue, 21 Aug 2012 04:14:46 +0000 (13:14 +0900)
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Tue, 21 Aug 2012 06:00:33 +0000 (15:00 +0900)
commit73f35e0b156c771333d449ca86b99600d094d37f
treec6a12e577144fc1d888684730774910147346e7e
parente66443fdb5355e68cfdbbdd37248c4b7eb4968f5
sh: tmu: Changed TMU driver using array of structures

This changed into access using array of structure from access to the register
using the definition of the register by macro.
And removed white space.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15 files changed:
arch/sh/include/asm/clk.h
arch/sh/include/asm/cpu_sh7706.h
arch/sh/include/asm/cpu_sh7710.h
arch/sh/include/asm/cpu_sh7720.h
arch/sh/include/asm/cpu_sh7722.h
arch/sh/include/asm/cpu_sh7723.h
arch/sh/include/asm/cpu_sh7724.h
arch/sh/include/asm/cpu_sh7734.h
arch/sh/include/asm/cpu_sh7750.h
arch/sh/include/asm/cpu_sh7757.h
arch/sh/include/asm/cpu_sh7763.h
arch/sh/include/asm/cpu_sh7780.h
arch/sh/include/asm/cpu_sh7785.h
arch/sh/lib/time.c
include/sh_tmu.h [new file with mode: 0644]