1. 04 2月, 2008 1 次提交
    • D
      [ARM] 4739/1: at91sam9263: make gpio bank C and D irqs work · e83aff58
      David Brownell 提交于
      On the at91sam9263, IRQs for GPIO banks C and D don't currently work.
      This is because banks C, D, and E share one clock and toplevel IRQ, but
      the AT91 code setting up and handling GPIO IRQs expects no sharing.
      This patch:
      
       - Fixes GPIO IRQ setup and handling to cope with GPIO banks that are
         shared like on sam9263 chips, by setting up a list of those banks
         and making the IRQ dispatching logic scan that list.
      
       - Precomputes the address of each bank's registers, saving it with
         other per-bank data so that it no longer needs to be constantly
         recomputed during IRQs and other GPIO operations.  That shrinks
         hot-path code, while helping the GPIO bank irq updates.
      
       - Fixes a minor bug where IRQ_TYPE_NONE was wrongly rejected (it just
         means "use the default", which is "both edges" here).
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      e83aff58
  2. 26 1月, 2008 1 次提交
  3. 20 10月, 2007 1 次提交
  4. 17 3月, 2007 1 次提交
  5. 22 2月, 2007 1 次提交
  6. 08 2月, 2007 1 次提交
  7. 24 1月, 2007 1 次提交
  8. 01 12月, 2006 1 次提交
  9. 30 11月, 2006 1 次提交
  10. 07 10月, 2006 1 次提交
  11. 28 9月, 2006 2 次提交
  12. 02 8月, 2006 1 次提交
  13. 02 7月, 2006 1 次提交
  14. 21 6月, 2006 1 次提交
  15. 19 6月, 2006 1 次提交
  16. 22 3月, 2006 1 次提交
  17. 25 2月, 2006 1 次提交
  18. 23 2月, 2006 1 次提交
  19. 10 1月, 2006 1 次提交