Hi Steven,

On 07/06/12 07:28, Steven King wrote:
Add support for the Coldfire 5441x (54410/54415/54416/54417/54418).  Currently
we only support noMMU mode.  It requires the PIT patch posted previously as it
uses the PIT instead of the dma timer as a clock source so we can get all that
GENERIC_CLOCKEVENTS goodness.  It also adds some simple clk definitions and
very simple minded power management.  The gpio code is tweeked and some
additional devices are added to devices.c.  The Makefile uses -mv4e as
apparently, the only difference a v4m (m5441x) and a v4e is the later has a
FPU, which I don't think should matter to us in the kernel.

Signed-off-by: Steven King<sfk...@fdwdc.com>

Looks pretty good. Moved onto the for-next branch of the m68knommu git tree.

Thanks
Greg


---
  arch/m68k/Kconfig.cpu                   |    8 +
  arch/m68k/Makefile                      |    1 +
  arch/m68k/include/asm/gpio.h            |   10 +-
  arch/m68k/include/asm/m5441xsim.h       |  270 +++++++++++++++++++++++++++++++
  arch/m68k/include/asm/m54xxacr.h        |    4 +
  arch/m68k/include/asm/mcfclk.h          |   43 +++++
  arch/m68k/include/asm/mcfgpio.h         |   30 +++-
  arch/m68k/include/asm/mcfsim.h          |    2 +
  arch/m68k/include/asm/mcftimer.h        |    2 +-
  arch/m68k/platform/coldfire/Makefile    |    1 +
  arch/m68k/platform/coldfire/clk.c       |  107 +++++++++++-
  arch/m68k/platform/coldfire/device.c    |   57 ++++++-
  arch/m68k/platform/coldfire/intc-simr.c |   26 ++-
  arch/m68k/platform/coldfire/m5441x.c    |  224 +++++++++++++++++++++++++
  arch/m68k/platform/coldfire/timers.c    |    2 +-
  15 files changed, 763 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     g...@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to