13 Jun, 2008

1 commit


01 May, 2008

2 commits


15 Feb, 2008

3 commits


01 Feb, 2008

9 commits

  • Switch the ColdFire TIMER timer to use GENERIC_TIME.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer
     
  • Switch the ColdFire PIT timer to using GENERIC_TIME.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer
     
  • Move the ColdFire DMA address table into its own file, and out
    of each of the different CPU config files. No need to have a copy
    of it in each of the config setup files.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer
     
  • Modify Makefiles to support separate coldfire platform directory.

    Currently the common ColdFire CPU family code sits in the
    arch/m68knommu/platform/5307 directory. This is confusing, the files
    containing this common code are in no way specific to the 5307 ColdFire.
    Create an arch/m68knommu/platform/coldfire directory to contain this
    common code. Other m68knommu CPU varients do not need use this code
    though, so it doesn't make sense to move it to arch/m68knommu/kernel.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer
     
  • Move common ColdFire CPU vectors.c to common coldfire platform directory.

    Currently the common ColdFire CPU family code sits in the
    arch/m68knommu/platform/5307 directory. This is confusing, the files
    containing this common code are in no way specific to the 5307 ColdFire.
    Create an arch/m68knommu/platform/coldfire directory to contain this
    common code. Other m68knommu CPU varients do not need use this code
    though, so it doesn't make sense to move it to arch/m68knommu/kernel.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer
     
  • Move common ColdFire CPU timers.c to common coldfire platform directory.

    Currently the common ColdFire CPU family code sits in the
    arch/m68knommu/platform/5307 directory. This is confusing, the files
    containing this common code are in no way specific to the 5307 ColdFire.
    Create an arch/m68knommu/platform/coldfire directory to contain this
    common code. Other m68knommu CPU varients do not need use this code
    though, so it doesn't make sense to move it to arch/m68knommu/kernel.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer
     
  • Move common ColdFire CPU pit.c to common coldfire platform directory.

    Currently the common ColdFire CPU family code sits in the
    arch/m68knommu/platform/5307 directory. This is confusing, the files
    containing this common code are in no way specific to the 5307 ColdFire.
    Create an arch/m68knommu/platform/coldfire directory to contain this
    common code. Other m68knommu CPU varients do not need use this code
    though, so it doesn't make sense to move it to arch/m68knommu/kernel.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer
     
  • Move common ColdFire CPU head.S to common coldfire platform directory.

    Currently the common ColdFire CPU family code sits in the
    arch/m68knommu/platform/5307 directory. This is confusing, the files
    containing this common code are in no way specific to the 5307 ColdFire.
    Create an arch/m68knommu/platform/coldfire directory to contain this
    common code. Other m68knommu CPU varients do not need use this code
    though, so it doesn't make sense to move it to arch/m68knommu/kernel.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer
     
  • Move common ColdFire CPU entry.S to common coldfire platform directory.

    Currently the common ColdFire CPU family code sits in the
    arch/m68knommu/platform/5307 directory. This is confusing, the files
    containing this common code are in no way specific to the 5307 ColdFire.
    Create an arch/m68knommu/platform/coldfire directory to contain this
    common code. Other m68knommu CPU varients do not need use this code
    though, so it doesn't make sense to move it to arch/m68knommu/kernel.

    Signed-off-by: Greg Ungerer
    Signed-off-by: Linus Torvalds

    Greg Ungerer