1. 23 2月, 2011 7 次提交
  2. 22 2月, 2011 1 次提交
  3. 18 2月, 2011 14 次提交
  4. 17 2月, 2011 12 次提交
  5. 15 2月, 2011 4 次提交
  6. 03 2月, 2011 1 次提交
  7. 02 2月, 2011 1 次提交
    • T
      OMAP3: Devkit8000: Change lcd power pin · daf7aabc
      Thomas Weber 提交于
      This patch fixes a wrongly used lcd enable pin.
      
      The Devkit8000 uses twl4030_ledA configured as output gpio only for
      the lcd enable line. twl4030_gpio.1 is used through the generic
      gpio functions while ledA is used via low level twl4030 calls.
      
      This patch removes the low level calls and use the generic gpio functions
      for initialization and use of ledA. This patch also fixes a bug where the
      lcd would not power down when blanking.
      
      Further this patch fixes an indentation issue. The comment line uses
      eight whitespace and is replaced with a hard tab.
      
      gpio_request + gpio_direction_output are replaced with gpio_request_one.
      The return value of gpio_request_one is used to set the value of the
      gpio to -EINVAL when unsuccessful, so that gpio_is_valid can detect the
      unsuccessful request. But already successful requested gpios are not freed.
      Reported-by: NDaniel Morsing <daniel.morsing@gmail.com>
      Signed-off-by: NThomas Weber <weber@corscience.de>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      daf7aabc