1. 21 7月, 2011 3 次提交
  2. 28 3月, 2011 1 次提交
  3. 12 3月, 2011 1 次提交
  4. 03 3月, 2011 1 次提交
  5. 18 1月, 2011 1 次提交
  6. 30 12月, 2010 3 次提交
  7. 25 11月, 2010 1 次提交
    • A
      ARM: S5PV210: Fix sysdev related warning messages · 9adf262a
      Abhilash Kesavan 提交于
      This patch fixes following warning messages when CONFIG_PM selected.
      
      In file included from arch/arm/mach-s5pv210/mach-smdkv210.c:34:
      arch/arm/plat-samsung/include/plat/pm.h:104: warning: 'struct sys_device'
      declared inside parameter list
      arch/arm/plat-samsung/include/plat/pm.h:104: warning: its scope is only this
      definition or declaration, which is probably not what you want
      arch/arm/plat-samsung/include/plat/pm.h:105: warning: 'struct sys_device'
      declared inside parameter list
      
      In file included from arch/arm/mach-s5pv210/mach-smdkc110.c:31:
      arch/arm/plat-samsung/include/plat/pm.h:104: warning: 'struct sys_device'
      declared inside parameter list
      arch/arm/plat-samsung/include/plat/pm.h:104: warning: its scope is only this
      definition or declaration, which is probably not what you want
      arch/arm/plat-samsung/include/plat/pm.h:105: warning: 'struct sys_device'
      declared inside parameter list
      Signed-off-by: NAbhilash Kesavan <a.kesavan@samsung.com>
      Signed-off-by: NSangbeom Kim <sbkim73@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      9adf262a
  8. 25 10月, 2010 1 次提交
  9. 21 10月, 2010 1 次提交
  10. 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
  11. 05 8月, 2010 6 次提交
  12. 20 5月, 2010 2 次提交
  13. 18 5月, 2010 1 次提交
  14. 25 2月, 2010 1 次提交
  15. 24 2月, 2010 1 次提交