
5 Feb
2008
5 Feb
'08
6:03 p.m.
are found in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git
Kumar Gala (1): QE: Move FDT support into a common file
Timur Tabi (1): 85xx,86xx: Determine I2C clock frequencies and store in global_data
common/fdt_support.c | 48 ---------------------- cpu/mpc83xx/fdt.c | 13 +----- cpu/mpc85xx/fdt.c | 8 +-- cpu/mpc85xx/speed.c | 3 + cpu/mpc86xx/speed.c | 2 + drivers/qe/Makefile | 3 +- drivers/qe/fdt.c | 90 +++++++++++++++++++++++++++++++++++++++++ drivers/qe/qe.h | 1 + include/asm-ppc/global_data.h | 6 ++- 9 files changed, 108 insertions(+), 66 deletions(-) create mode 100644 drivers/qe/fdt.c