1. 25 4月, 2012 2 次提交
  2. 02 4月, 2012 1 次提交
  3. 29 3月, 2012 1 次提交
  4. 14 3月, 2012 1 次提交
  5. 13 3月, 2012 1 次提交
    • M
      iomux-mx25.h slew rate adjusted for LCD __LD pins · 1dde9f75
      Mehnert 提交于
      For some reason (sadly i don't identifying the patch right now)
      two LCD data lines configured PAD_CTL_SRE_SLOW (wrong slew rate)
      since Kernel 3.1. MX25_PAD_GPIO_E__LD16 and MX25_PAD_GPIO_F__LD17
      This results in an fauly behaviour and strange color effects.
      
      To ensure that all LCD data pins configured with the proper slew rate,
      this patch changes to IOMUX define of all LCD __LDxx pins to PAD_CTL_SRE_FAST.
      
      This problem may affect other mx25 platforms like mx25pdk. Sadly i can't test
      it. Of course this problem shouldn't occur when you done your LCD muxing
      correctly in the bootloader.
      
      Best regards,
      Torsten
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      1dde9f75
  6. 07 3月, 2012 2 次提交
  7. 06 3月, 2012 3 次提交
  8. 04 3月, 2012 1 次提交
  9. 02 3月, 2012 2 次提交
  10. 29 2月, 2012 1 次提交
  11. 28 2月, 2012 1 次提交
  12. 27 2月, 2012 4 次提交
  13. 22 2月, 2012 1 次提交
  14. 13 2月, 2012 2 次提交
  15. 01 2月, 2012 7 次提交
  16. 26 1月, 2012 1 次提交
  17. 21 1月, 2012 1 次提交
  18. 05 1月, 2012 3 次提交
  19. 03 1月, 2012 1 次提交
  20. 26 12月, 2011 1 次提交
  21. 25 12月, 2011 1 次提交
    • H
      ARM: mx5: use generic irq chip pm interface for pm functions on · 010dc8af
      Hui Wang 提交于
      Two problems exist in the current i.MX5 pm suspend/resume and idle
      functions. The first is the current i.MX5 suspend routine will call
      tzic_enable_wake(1) to set wake source, this will set all enabled
      irq as wake source rather than those wake capable. The second
      is i.MX5 idle will call mx5_cpu_lp_set() to prepare enter low power
      mode, but it forgets to call wfi instruction to enter this mode.
      
      To fix these two problems, using generic irq chip pm interface and
      modify function imx5_idle().
      
      [Tested by Shawn Guo on imx51 babbage board.
       Tested by Hui Wang on imx51 pdk board.]
      Signed-off-by: NHui Wang <jason77.wang@gmail.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      010dc8af
  22. 19 12月, 2011 2 次提交