
Dear Angelo Dureghello,
In message 4E882611.1080008@gmail.com you wrote:
Add support for mcf5307 cpu.
Signed-off-by: Angelo Dureghello sysamfw@gmail.com
Changes for v5:
- updated to current remote master
arch/m68k/cpu/mcf530x/Makefile | 48 +++++++ arch/m68k/cpu/mcf530x/config.mk | 25 ++++ arch/m68k/cpu/mcf530x/cpu.c | 48 +++++++ arch/m68k/cpu/mcf530x/cpu.h | 33 +++++ arch/m68k/cpu/mcf530x/cpu_init.c | 162 +++++++++++++++++++++++ arch/m68k/cpu/mcf530x/interrupts.c | 42 ++++++ arch/m68k/cpu/mcf530x/speed.c | 36 +++++ arch/m68k/cpu/mcf530x/start.S | 253 ++++++++++++++++++++++++++++++++++++ arch/m68k/include/asm/cache.h | 2 +- arch/m68k/include/asm/immap.h | 22 +++ arch/m68k/include/asm/immap_5307.h | 78 +++++++++++ arch/m68k/include/asm/m5307.h | 124 ++++++++++++++++++ arch/m68k/include/asm/timer.h | 2 +- include/common.h | 6 +- 14 files changed, 876 insertions(+), 5 deletions(-)
Checkpatch says: total: 34 errors, 37 warnings, 911 lines checked
Please cleanup and resubmit. Thanks.
Best regards,
Wolfgang Denk