1. 22 8月, 2011 1 次提交
  2. 27 7月, 2011 1 次提交
  3. 26 7月, 2011 1 次提交
  4. 07 7月, 2011 3 次提交
  5. 07 6月, 2011 1 次提交
  6. 19 5月, 2011 3 次提交
  7. 23 3月, 2011 1 次提交
  8. 12 2月, 2011 1 次提交
  9. 11 2月, 2011 1 次提交
  10. 10 2月, 2011 1 次提交
  11. 27 1月, 2011 1 次提交
  12. 15 12月, 2010 2 次提交
  13. 14 12月, 2010 1 次提交
  14. 08 12月, 2010 1 次提交
  15. 03 12月, 2010 1 次提交
    • A
      iMX51: introduce IMX_GPIO_NR · 96886c43
      Arnaud Patard (Rtp) 提交于
      Currently, to define a GPIO number, we're using something like :
      
      #define EFIKAMX_PCBID0         (2*32 + 16)
      
      to define GPIO 3 16.
      
      This is not really readable and it's error prone imho (note the 3 vs 2).
      So, I'm introducing a new macro to define this in a better way. Now, the
      code sample become :
      
      #define EFIKAMX_PCBID0         IMX_GPIO_NR(3, 16)
      
      v2:
      - move to gpio.h
      - add parens & spaces
      - switch to IMX_GPIO_NR instead of MX51_GPIO_NR
      Signed-off-by: NArnaud Patard <arnaud.patard@rtp-net.org>
      Cc: Amit Kucheria <amit.kucheria@linaro.org>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Eric Bénard <eric@eukrea.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      96886c43
  16. 24 11月, 2010 2 次提交
  17. 20 11月, 2010 1 次提交
  18. 26 10月, 2010 1 次提交
  19. 22 10月, 2010 2 次提交
  20. 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
  21. 11 10月, 2010 1 次提交
  22. 01 10月, 2010 2 次提交
  23. 27 9月, 2010 3 次提交
  24. 26 7月, 2010 2 次提交
  25. 18 5月, 2010 1 次提交
  26. 11 5月, 2010 1 次提交
  27. 03 5月, 2010 1 次提交
  28. 24 2月, 2010 1 次提交
  29. 10 2月, 2010 1 次提交