1. 14 4月, 2012 1 次提交
  2. 07 3月, 2012 1 次提交
  3. 17 10月, 2011 1 次提交
  4. 22 8月, 2011 1 次提交
  5. 29 1月, 2011 1 次提交
  6. 28 10月, 2010 1 次提交
    • D
      msm: fix compile failure on struct membank node member · 79d98313
      Daniel Walker 提交于
      In commit be370302
      "ARM: Remove DISCONTIGMEM support", it removed this "node" member
      which cased the following compile failure in mach-msm,
      
      linux/arch/arm/mach-msm/board-halibut.c: In function 'halibut_fixup':
      linux/arch/arm/mach-msm/board-halibut.c:86: error: 'struct membank' has no member named 'node'
      linux/arch/arm/mach-msm/board-halibut.c:86: error: implicit declaration of function 'PHYS_TO_NID'
      
      I've removed the access to the node member which corrects the
      compile failure.
      Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
      79d98313
  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. 14 5月, 2010 1 次提交
  9. 13 5月, 2010 2 次提交
  10. 28 1月, 2009 1 次提交
    • R
      [ARM] msm: fix build errors · 9ce8bb55
      Russell King 提交于
      arch/arm/mach-msm/board-halibut.c:45: error: implicit declaration of function 'MSM_GPIO_TO_INT'
      arch/arm/mach-msm/board-halibut.c:45: error: initializer element is not constant
      arch/arm/mach-msm/board-halibut.c:45: error: (near initialization for 'smc91x_resources[1].start')
      arch/arm/mach-msm/board-halibut.c:46: error: initializer element is not constant
      arch/arm/mach-msm/board-halibut.c:46: error: (near initialization for 'smc91x_resources[1].end')
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      9ce8bb55
  11. 22 10月, 2008 2 次提交
  12. 06 9月, 2008 1 次提交
  13. 07 8月, 2008 2 次提交
  14. 26 1月, 2008 1 次提交