1. 13 7月, 2014 2 次提交
  2. 11 4月, 2013 2 次提交
  3. 23 11月, 2012 1 次提交
  4. 21 11月, 2012 1 次提交
  5. 06 3月, 2012 2 次提交
  6. 28 2月, 2012 2 次提交
  7. 16 2月, 2012 1 次提交
  8. 19 1月, 2012 1 次提交
  9. 28 12月, 2011 1 次提交
  10. 15 11月, 2011 2 次提交
  11. 14 11月, 2011 1 次提交
  12. 08 10月, 2011 1 次提交
  13. 02 10月, 2011 1 次提交
  14. 08 8月, 2011 1 次提交
  15. 24 6月, 2011 2 次提交
  16. 25 4月, 2011 1 次提交
  17. 13 4月, 2011 1 次提交
  18. 27 2月, 2011 1 次提交
  19. 23 2月, 2011 1 次提交
  20. 14 1月, 2011 1 次提交
  21. 16 12月, 2010 5 次提交
  22. 05 8月, 2010 1 次提交
  23. 13 2月, 2010 1 次提交
  24. 01 12月, 2009 1 次提交
  25. 09 3月, 2009 3 次提交
    • E
      [ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.c · a58fbcd8
      Eric Miao 提交于
      This is part of the work making gpio.c generic enough, the changes
      include:
      
      1. move IRQ handling of GPIO 0 and 1 outside (and back into irq.c)
      
      2. pxa_init_gpio() accepts a range for muxed GPIO IRQs, and an IRQ
         number for the muxed GPIOs
      
      3. __gpio_is_occupied() and __gpio_is_inverted() are made inline,
         and are moved into <mach/gpio.h> instead of generic gpio.c
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      a58fbcd8
    • E
      [ARM] pxa: allow DMA controller IRQ being specified · fef1f99a
      Eric Miao 提交于
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      fef1f99a
    • E
      [ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usage · 51c62982
      Eric Miao 提交于
      Considering the header mess ATM, it is not always possible to include
      the correct header files within board code. Let's keep this simple:
      
        <mach/pxa25x.h>  - for pxa25x based platforms
        <mach/pxa27x.h>  - for pxa27x based platforms
        <mach/pxa300.h>  - for pxa300 based platforms
        <mach/pxa320.h>  - for pxa320 based platforms
        <mach/pxa930.h>  - for pxa930 based platforms
      
      NOTE:
      
      1. one header one board file, they are not compatible (i.e. they have
         conflicting definitions which won't compile if included together).
      
      2. Unless strictly necessary, the following header files are considered
         to be SoC files use _only_, and is not recommended to be included in
         board code:
      
          <mach/hardware.h>
          <mach/pxa-regs.h>
          <mach/pxa2xx-regs.h>
          <mach/pxa3xx-regs.h>
          <mach/mfp.h>
          <mach/mfp-pxa2xx.h>
          <mach/mfp-pxa25x.h>
          <mach/mfp-pxa27x.h>
          <mach/mfp-pxa3xx.h>
          <mach/mfp-pxa300.h>
          <mach/mfp-pxa320.h>
          <mach/mfp-pxa930.h>
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      51c62982
  26. 02 12月, 2008 3 次提交