Skip to content
  1. Feb 17, 2011
  2. Feb 11, 2011
  3. Feb 10, 2011
  4. Feb 09, 2011
  5. Feb 07, 2011
  6. Feb 06, 2011
  7. Feb 05, 2011
  8. Feb 02, 2011
    • Ming Lei's avatar
      arm: omap4: panda: remove usb_nop_xceiv_register(v1) · ed2af92b
      Ming Lei authored
      
      
      Panda uses both twl6030 otg phy(vbus, id) and internal
      phy(data lines, DP/DM), so removes usb_nop_xceiv_register to make
      twl6030 otg driver working since current otg code only supports
      one global transceiver. Otherwise, musb doesn't work without
      the remove.
      
      Reviewd-by: default avatarFelipe Balbi <balbi@ti.com>
      Signed-off-by: default avatarMing Lei <tom.leiming@gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      ed2af92b
    • Marek Vasut's avatar
      OMAP1: Fix non-working LCD on OMAP310 · 719078a6
      Marek Vasut authored
      
      
      This patch fixes bug introduced in revision:
      
      f8e9e984
      omap1: DMA: move LCD related code from plat-omap to mach-omap1
      
      The code introduced by this patch didn't consider any other CPUs but OMAP1510,
      which rendered OMAP310 -- which has the same LCD controller -- non-working. Use
      cpu_is_omap15xx() instead of cpu_is_omap1510() to squash this issue.
      
      Bug found on Palm Zire 71 hardware.
      
      Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      719078a6
    • Thomas Weber's avatar
      OMAP3: Devkit8000: Change lcd power pin · daf7aabc
      Thomas Weber authored
      
      
      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: default avatarDaniel Morsing <daniel.morsing@gmail.com>
      Signed-off-by: default avatarThomas Weber <weber@corscience.de>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      daf7aabc
  9. Feb 01, 2011
  10. Jan 31, 2011
  11. Jan 28, 2011
Loading