1. 08 12月, 2010 1 次提交
  2. 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
  3. 24 11月, 2010 2 次提交
  4. 20 11月, 2010 1 次提交
  5. 26 10月, 2010 1 次提交
  6. 22 10月, 2010 2 次提交
  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. 11 10月, 2010 1 次提交
  9. 01 10月, 2010 2 次提交
  10. 27 9月, 2010 3 次提交
  11. 26 7月, 2010 2 次提交
  12. 18 5月, 2010 1 次提交
  13. 11 5月, 2010 1 次提交
  14. 03 5月, 2010 1 次提交
  15. 24 2月, 2010 1 次提交
  16. 10 2月, 2010 1 次提交