1. 11 1月, 2012 4 次提交
  2. 01 11月, 2011 5 次提交
  3. 11 9月, 2011 1 次提交
  4. 26 8月, 2011 3 次提交
  5. 04 8月, 2011 3 次提交
  6. 01 8月, 2011 1 次提交
  7. 26 7月, 2011 4 次提交
  8. 24 6月, 2011 1 次提交
  9. 16 6月, 2011 2 次提交
  10. 27 5月, 2011 1 次提交
  11. 25 5月, 2011 1 次提交
  12. 19 5月, 2011 1 次提交
  13. 31 3月, 2011 1 次提交
  14. 23 3月, 2011 9 次提交
  15. 05 3月, 2011 1 次提交
  16. 21 1月, 2011 1 次提交
  17. 14 1月, 2011 1 次提交
    • A
      drivers/video/backlight/l4f00242t03.c: fix reset sequence · aff5ce6c
      Alberto Panizzo 提交于
      The reset command is part of the init sequence and it take effect
      only if the lcd is powered.
      
      The effect of the bug was that the sequence:
      set lcd power_state to FB_BLANK_POWERDOWN
      set lcd power_state to FB_BLANK_UNBLANK
      Did not produced a complete reboot of the LCD which was showing fuzzy
      colours.
      
      This was not experienced before implementing correctly all the LCD power
      states with the patch [1].  Since before the patch [1] the regulators were
      not touched and the LCD shutdown was reached with a register write.  After
      the patch [1] a complete boot sequence with an initial reset is needed for
      the display every time the LCD is powered up.
      
      drivers-video-backlight-l4f00242t03c-full-implement-fb-power-states-for-this-lcd.patch
      Signed-off-by: NAlberto Panizzo <maramaopercheseimorto@gmail.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tejun Heo <tj@kernel.org>
      Cc: Axel Lin <axel.lin@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      aff5ce6c