]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data
authorSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2012 20:48:49 +0000 (20:48 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Feb 2013 14:05:42 +0000 (09:05 -0500)
commit609e6ec3f623f3c3aa2a056654fbc5886e092897
treee96d7d41daca9156d94c3a289f3312b46ac74412
parent67ac13b1b9b6ca00893714fbc8cbf556bab6fd59
ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data

Move these fields into arch_global_data and tidy up. This is needed for
both ppc and m68k since they share the i2c driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
12 files changed:
arch/m68k/cpu/mcf5227x/speed.c
arch/m68k/cpu/mcf523x/speed.c
arch/m68k/cpu/mcf52x2/speed.c
arch/m68k/cpu/mcf532x/speed.c
arch/m68k/cpu/mcf5445x/speed.c
arch/m68k/cpu/mcf547x_8x/speed.c
arch/m68k/include/asm/global_data.h
arch/powerpc/cpu/mpc83xx/speed.c
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/cpu/mpc86xx/speed.c
arch/powerpc/include/asm/global_data.h
drivers/i2c/fsl_i2c.c