1. 25 4月, 2011 1 次提交
  2. 29 3月, 2011 2 次提交
  3. 16 3月, 2011 1 次提交
  4. 14 1月, 2011 1 次提交
  5. 16 12月, 2010 2 次提交
  6. 01 12月, 2010 1 次提交
  7. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  8. 08 10月, 2010 1 次提交
  9. 11 5月, 2010 1 次提交
  10. 02 3月, 2010 4 次提交
  11. 01 12月, 2009 1 次提交
  12. 10 9月, 2009 2 次提交
  13. 09 3月, 2009 3 次提交
  14. 09 10月, 2008 1 次提交
  15. 27 9月, 2008 1 次提交
  16. 12 8月, 2008 1 次提交
  17. 07 8月, 2008 3 次提交
  18. 27 7月, 2008 1 次提交
  19. 13 7月, 2008 2 次提交
  20. 10 7月, 2008 2 次提交
  21. 08 5月, 2008 1 次提交
  22. 30 4月, 2008 1 次提交
  23. 19 4月, 2008 3 次提交
  24. 28 1月, 2008 1 次提交
    • R
      [NET] smc91x: Make smc91x use IRQ resource trigger flags · e7b3dc7e
      Russell King 提交于
      smc91x is shared between many different platforms.  Each platform needs
      to specify the interrupt type, and in some cases the irq type depends
      on more than just the build configuration - it depends on runtime
      checks.
      
      Rather than throwing this code into the SMC_IRQ_FLAGS definition, provide
      a way for these flags to be passed via the IRQ resource itself.
      
      Note that IRQF_TRIGGER_* constants are intentionally defined to correspond
      with the IORESOURCE_IRQ_* interrupt type flags, in much the same way that
      the low bits of PCI iomem resources correspond with the BAR flag bits.
      
      Also provide a way to configure smc91x to read the IRQ flags from the
      resource.  Once all platforms have been converted over (signified
      by all definitions of SMC_IRQ_FLAGS being -1) SMC_IRQ_FLAGS should
      be removed.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Acked-by: NNicolas Pitre <nico@cam.org>
      Acked-by: NJeff Garzik <jgarzik@redhat.com>
      e7b3dc7e
  25. 26 1月, 2008 2 次提交