1. 08 5月, 2012 1 次提交
  2. 10 4月, 2012 1 次提交
    • T
      ARM: Samsung: Rework platform data of s3c-fb driver · 79d3c41a
      Thomas Abraham 提交于
      For all the Samsung SoC based boards which have the platform data for
      s3c-fb driver, the 'default_win' element in the platform data is removed
      and the lcd panel video timing values are moved out of individual window
      configuration data.
      Acked-by: NJingoo Han <jg1.han@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: JeongHyeon Kim <jhkim@insignal.co.kr>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Kwangwoo Lee <kwangwoo.lee@gmail.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Peter Korsgaard <jacmet@sunsite.dk>
      Cc: Darius Augulis <augulis.darius@gmail.com>
      Cc: Maurus Cuelenaere <mcuelenaere@gmail.com>
      Signed-off-by: NThomas Abraham <thomas.abraham@linaro.org>
      Signed-off-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      79d3c41a
  3. 05 1月, 2012 1 次提交
  4. 24 12月, 2011 1 次提交
  5. 16 11月, 2011 1 次提交
  6. 04 10月, 2011 1 次提交
  7. 22 8月, 2011 1 次提交
  8. 21 7月, 2011 1 次提交
  9. 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
  10. 02 9月, 2010 1 次提交
  11. 14 8月, 2010 2 次提交
  12. 11 8月, 2010 1 次提交
  13. 20 5月, 2010 1 次提交