You need to sign in or sign up before continuing.
  1. 15 3月, 2011 2 次提交
    • G
      m68knommu: fix gpio warnings for ColdFire 520x targets · 9516de49
      Greg Ungerer 提交于
      Fix these compiler warnings:
      
      rch/m68knommu/platform/520x/gpio.c:35:3: warning: initialisation makes pointer from integer without a cast
      arch/m68knommu/platform/520x/gpio.c:36:3: warning: initialisation makes pointer from integer without a cast
      arch/m68knommu/platform/520x/gpio.c:37:3: warning: initialisation makes pointer from integer without a cast
      arch/m68knommu/platform/520x/gpio.c:51:3: warning: initialisation makes pointer from integer without a cast
      arch/m68knommu/platform/520x/gpio.c:52:3: warning: initialisation makes pointer from integer without a cast
      ...
      Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
      9516de49
    • G
      m68knommu: remove MBAR and IPSBAR hacks for the ColdFire 520x CPUs · 571f0608
      Greg Ungerer 提交于
      The ColdFire 5207 and 5208 CPUs have fixed peripheral addresses.
      They do not use the setable peripheral address registers like the MBAR
      and IPSBAR used on many other ColdFire parts. Don't use fake values
      of MBAR and IPSBAR when using peripheral addresses for them, there
      is no need to.
      Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
      571f0608
  2. 21 10月, 2010 1 次提交
  3. 17 5月, 2010 1 次提交
  4. 16 9月, 2009 2 次提交
  5. 10 9月, 2009 1 次提交
  6. 11 6月, 2009 1 次提交
  7. 27 2月, 2009 1 次提交
  8. 15 2月, 2008 1 次提交
  9. 01 2月, 2008 1 次提交
  10. 23 10月, 2007 1 次提交
    • G
      m68knommu: cleanup m68knommu timer code · 2f2c2679
      Greg Ungerer 提交于
      Reduce the function pointer mess of the m68knommu timer code by calling
      directly to the local hardware's timer setup, and expose the local
      common timer interrupt handler to the lower level hardware timer.
      
      Ultimately this will save definitions of all these functions across all
      the platform code to setup the function pointers (which for any given
      m68knommu CPU family member can be only one set of hardware timer
      functions).
      Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      2f2c2679
  11. 16 10月, 2007 1 次提交
  12. 27 7月, 2007 1 次提交
  13. 26 7月, 2007 1 次提交
  14. 10 2月, 2007 1 次提交
  15. 01 7月, 2006 1 次提交
  16. 08 11月, 2005 2 次提交