1. 21 10月, 2010 1 次提交
  2. 16 9月, 2009 3 次提交
    • G
      m68knommu: mask off all interrupts in ColdFire intc-simr controller · e47cc3d6
      Greg Ungerer 提交于
      The ColdFire intc-simr interrupt controller should mask off all
      interrupt sources at init time. Doing it here instead of separately
      in each platform setup.
      Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
      e47cc3d6
    • G
      m68knommu: general interrupt controller for ColdFire 532x parts · 277c5e3e
      Greg Ungerer 提交于
      The ColdFire 532x family of parts uses 2 of the same INTC interrupt
      controlers used in the ColdFire 520x family. So modify the code to
      support both parts. The extra code for the second INTC controler in
      the case of the 520x is easily optimized away to nothing.
      Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
      277c5e3e
    • G
      m68knommu: use general interrupt controller for ColdFire 520x family · cd3dd406
      Greg Ungerer 提交于
      Create general interrupt controller code for the ColdFire 520x family,
      that does proper masking and unmasking of interrupts. With this in
      place some of the driver hacks in place to support ColdFire interrupts
      can finally go away.
      
      Within the ColdFire family there is a variety of different interrupt
      controllers in use. Some are used on multiple parts, some on only one.
      There is quite some differences in some varients, so much so that
      common code for all ColdFire parts would be impossible.
      
      This commit introduces code to support one of the newer interrupt
      controllers in the ColdFire 5208 and 5207 parts. It has very simple
      mask and unmask operations, so is one of the easiest to support.
      Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
      cd3dd406