1. 23 7月, 2014 1 次提交
  2. 08 4月, 2013 2 次提交
  3. 15 11月, 2012 1 次提交
  4. 16 8月, 2012 1 次提交
  5. 01 8月, 2012 1 次提交
  6. 08 10月, 2011 1 次提交
  7. 20 12月, 2010 1 次提交
  8. 18 12月, 2010 2 次提交
  9. 16 12月, 2010 1 次提交
  10. 09 10月, 2010 1 次提交
  11. 08 10月, 2010 1 次提交
  12. 05 8月, 2010 3 次提交
  13. 18 6月, 2010 2 次提交
  14. 11 5月, 2010 4 次提交
  15. 02 3月, 2010 1 次提交
  16. 18 12月, 2009 1 次提交
  17. 13 12月, 2009 1 次提交
  18. 01 12月, 2009 3 次提交
  19. 10 9月, 2009 3 次提交
  20. 16 6月, 2009 1 次提交
  21. 05 6月, 2009 4 次提交
  22. 04 4月, 2009 1 次提交
  23. 23 3月, 2009 3 次提交
    • E
      [ARM] pxa: move common GPIO handling code into plat-pxa · 38f539a6
      Eric Miao 提交于
      1. add common GPIO handling code into [arch/arm/plat-pxa]
      
      2. common code in <mach/gpio.h> moved into <plat/gpio.h>, new processors
         should implement its own <mach/gpio.h>, provide the following required
         definitions and '#include <plat/gpio.h>' in the end:
      
         - GPIO_REGS_VIRT for mapped virtual address of the GPIO registers'
           physical I/O memory
      
         - macros of GPLR(), GPSR(), GPDR() for constant optimization for
           functions gpio_{set,get}_value() (so that bit-bang code can still
           have tolerable performance)
      
         - NR_BUILTIN_GPIO for the number of onchip GPIO
      
         - definitions of __gpio_is_inverted() and __gpio_is_occupied(), they
           can be either macros or inlined functions
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      38f539a6
    • E
      [ARM] pxa: introduce plat-pxa for PXA common code and add DMA support · bd5ce433
      Eric Miao 提交于
      1. introduce folder of 'arch/arm/plat-pxa' for common code across different
         PXA processor families
      
      2. initially moved DMA code into plat-pxa
      
      3. common code in <mach/dma.h> moved into <plat/dma.h>, new processors
         should implement its own <mach/dma.h>, provide the following required
         definitions and '#include <plat/dma.h>' in the end:
      
         - DMAC_REGS_VIRT for mapped virtual address of the DMA registers'
           physical I/O memory
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      bd5ce433
    • D
      [ARM] pxa: Colibri PXA320 module basics · bac07ecd
      Daniel Mack 提交于
      This adds basic support for Colibri PXA320 modules.
      The file colibri-320.c only contains settings specific to this module,
      such as the Ethernet interface.
      
      Cc: Matthias Meier <matthias.j.meier@gmx.net>
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      bac07ecd