[git pull] m68knommu arch updates

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Greg Ungerer
Date: Thursday, July 24, 2008 - 12:22 am

Linus,

Please pull to get the m68knommu architecture updates.

Thanks, Greg.


The following changes since commit deca05c3e81df4fcc38aa891eb8d8add14bce68b:
  Greg Ungerer (1):
        m68knommu: change to a configs directory for board configurations

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-linus

Greg Ungerer (6):
      m68knommu: defconfig for M5249EVB board
      m68knommu: defconfig for M5275EVB board
      m68knommu: defconfig for M5307C3 board
      m68knommu: defconfig for M5407C3 board
      m68knommu: remove last use of CONFIG_FADS and CONFIG_RPXCLASSIC
      m68knommu: put ColdFire head code into .text.head section

Sebastian Siewior (11):
      m68knommu: Add Coldfire DMA Timer support
      m68knommu: m68knommu: add old stack trace method
      m68knommu: move code within time.c
      m68knommu: complete generic time
      m68knommu: add sched_clock() for the DMA timer
      m68knommu: add ffs and __ffs plattform which support ISA A+ or ISA C
      m68knommu: add byteswap assembly opcode for ISA A+
      m68knommu: add read_barrier_depends() and irqs_disabled_flags()
      m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS support
      m68knommu: fec: remove FADS
      m68knommu: remove RPXCLASSIC from the m68k tree

 arch/m68knommu/Kconfig                       |   15 +
 arch/m68knommu/Makefile                      |   11 +-
 arch/m68knommu/configs/m5249evb_defconfig    |  497 ++++++++++++++++++++
 arch/m68knommu/configs/m5275evb_defconfig    |  627 +++++++++++++++++++++++++
 arch/m68knommu/configs/m5307c3_defconfig     |  580 +++++++++++++++++++++++
 arch/m68knommu/configs/m5407c3_defconfig     |  641 ++++++++++++++++++++++++++
 arch/m68knommu/kernel/time.c                 |   40 +-
 arch/m68knommu/kernel/traps.c                |   38 ++-
 arch/m68knommu/kernel/vmlinux.lds.S          |    1 +
 arch/m68knommu/platform/coldfire/Makefile    |    2 +-
 arch/m68knommu/platform/coldfire/dma_timer.c |   84 ++++
 arch/m68knommu/platform/coldfire/head.S      |    3 +-
 arch/m68knommu/platform/coldfire/pit.c       |   91 ++++-
 drivers/net/fec.c                            |   54 +---
 include/asm-m68knommu/bitops.h               |   30 ++
 include/asm-m68knommu/byteorder.h            |   16 +-
 include/asm-m68knommu/commproc.h             |   19 -
 include/asm-m68knommu/system.h               |   11 +
 18 files changed, 2643 insertions(+), 117 deletions(-)
 create mode 100644 arch/m68knommu/configs/m5249evb_defconfig
 create mode 100644 arch/m68knommu/configs/m5275evb_defconfig
 create mode 100644 arch/m68knommu/configs/m5307c3_defconfig
 create mode 100644 arch/m68knommu/configs/m5407c3_defconfig
 create mode 100644 arch/m68knommu/platform/coldfire/dma_timer.c

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git pull] m68knommu arch updates, Greg Ungerer, (Thu Jul 24, 12:22 am)