1. 04 6月, 2009 1 次提交
  2. 22 5月, 2009 1 次提交
  3. 20 5月, 2009 1 次提交
  4. 18 5月, 2009 4 次提交
  5. 17 5月, 2009 1 次提交
  6. 03 5月, 2009 1 次提交
  7. 27 4月, 2009 4 次提交
  8. 22 4月, 2009 1 次提交
  9. 19 4月, 2009 2 次提交
  10. 15 4月, 2009 2 次提交
  11. 14 4月, 2009 2 次提交
  12. 13 4月, 2009 2 次提交
  13. 09 4月, 2009 1 次提交
  14. 07 4月, 2009 1 次提交
  15. 05 4月, 2009 1 次提交
  16. 04 4月, 2009 10 次提交
  17. 30 3月, 2009 2 次提交
  18. 28 3月, 2009 1 次提交
  19. 23 3月, 2009 2 次提交
    • E
      f8dec04d
    • 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