1. 15 3月, 2013 1 次提交
    • A
      ARM: gemini: get platform to build again · 662146b1
      Arnd Bergmann 提交于
      There is no defconfig file for gemini, which has lead to a lot
      of bitrot. This makes the broken board files, the gpio implementation
      and the reset logic work again, and fixes the build warnings
      that got introduced with the changes to the readl/writel prototypes.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      662146b1
  2. 25 12月, 2012 1 次提交
  3. 22 8月, 2011 1 次提交
  4. 25 1月, 2011 1 次提交
  5. 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
  6. 26 3月, 2009 1 次提交