1. 23 1月, 2013 1 次提交
    • M
      ARM: palmtreo: fix lcd initilialization on treo680 · 2c33727a
      Mike Dunn 提交于
      This patch gets the LCD working on my Palm Treo680 by adding some code that
      manages the three gpios interfaced to the lcd on the Treo 680.  The precise role
      of each gpio in the hardware architecture is not entirely clear to me; this
      patch is the result of trial-and-error and observing how the PalmOS code
      initializes the lcd.
      
      The need for this patch is not evident when Linux is loaded from PalmOS, because
      at that point the lcd-related gpios have already been configured.  But when
      booting the kernel by other means, this patch is required unless the bootloader
      has performed the necessary initialializations.
      Signed-off-by: NMike Dunn <mikedunn@newsguy.com>
      Acked-by: NTomas Cech <sleep_walker@suse.cz>
      Signed-off-by: NHaojian Zhuang <haojian.zhuang@gmail.com>
      2c33727a
  2. 14 9月, 2012 1 次提交
  3. 26 1月, 2012 1 次提交
  4. 05 1月, 2012 1 次提交
  5. 08 10月, 2011 1 次提交
  6. 22 8月, 2011 1 次提交
  7. 12 7月, 2011 1 次提交
  8. 25 4月, 2011 1 次提交
  9. 16 12月, 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. 09 10月, 2010 1 次提交
  12. 05 8月, 2010 2 次提交
  13. 27 7月, 2010 1 次提交
  14. 16 7月, 2010 1 次提交
  15. 02 3月, 2010 1 次提交
  16. 04 1月, 2010 1 次提交
  17. 01 12月, 2009 3 次提交
  18. 10 9月, 2009 3 次提交
  19. 27 7月, 2009 1 次提交
  20. 16 6月, 2009 1 次提交