Skip to content
  1. May 31, 2013
  2. May 17, 2013
  3. May 09, 2013
  4. May 08, 2013
    • Wei Yongjun's avatar
      ARM: OMAP1: DMA: fix error handling in omap1_system_dma_init() · 348c3422
      Wei Yongjun authored
      
      
      Add the missing iounmap() before return from omap1_system_dma_init()
      in the error handling case.
      Also removed platform_device_del() on add resources error case which
      cause dup device delete.
      
      Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      348c3422
    • Kevin Hilman's avatar
      ARM: OMAP2+: omap_device: use late_initcall_sync · e7e17c53
      Kevin Hilman authored
      
      
      If DEBUG_LL and earlyprintk are enabled, and omap-serial.c is compiled
      as a module, the kernel boot hangs early as the clocks for serial port
      are cut while earlyprintk still uses the port.
      
      The problem is a race between the late_initcall for omap_device (which
      idles devices that have no drivers) and the late_initcall in
      kernel/printk.c which turns off the earlyconsole.   Any printks
      that happen between this omap_device late initcall and the earlyconsole
      late initcall will crash when accessing the UART.
      
      The fix is to ensure the omap_device initcall happens after the
      earlyconsole initcall.
      
      Reported-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      e7e17c53
    • Aaro Koskinen's avatar
      ARM: OMAP: RX-51: change probe order of touchscreen and panel SPI devices · e65f131a
      Aaro Koskinen authored
      
      
      Commit 9fdca9df (spi: omap2-mcspi: convert to module_platform_driver)
      broke the SPI display/panel driver probe on RX-51/N900. The exact cause is
      not fully understood, but it seems to be related to the probe order. SPI
      communication to the panel driver (spi1.2) fails unless the touchscreen
      (spi1.0) has been probed/initialized before. When the omap2-mcspi driver
      was converted to a platform driver, it resulted in that the devices are
      probed immediately after the board registers them in the order they are
      listed in the board file.
      
      Fix the issue by moving the touchscreen before the panel in the SPI
      device list.
      
      The patch fixes the following failure:
      
      [    1.260955] acx565akm spi1.2: invalid display ID
      [    1.265899] panel-acx565akm display0: acx_panel_probe panel detect error
      [    1.273071] omapdss CORE error: driver probe failed: -19
      
      Tested-by: default avatarSebastian Reichel <sre@debian.org>
      Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
      Cc: Pali Rohár <pali.rohar@gmail.com>
      Cc: Joni Lapilainen <joni.lapilainen@gmail.com>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      e65f131a
    • Roger Quadros's avatar
      ARM: OMAP3: Beagle: Fix USB Host on beagle xM Ax/Bx · cf7dd658
      Roger Quadros authored
      
      
      On Beagle xM Rev. Ax/Bx, the USB power enable GPIO logic is
      reversed when compared to other revisions i.e. it is
      active high instead of active low.
      
      Use the beagle_config.usb_pwr_level flag correctly so that
      the power regulator can be configured at runtime.
      
      Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      cf7dd658
    • Jon Hunter's avatar
      ARM: dts: OMAP4: Fix ethernet IRQ for OMAP4 boards · e60f18d6
      Jon Hunter authored
      
      
      Commit ff5c9059 (ARM: dts: OMAP3+: Correct gpio #interrupts-cells
      property) updated the number of interrupt cells required for configuring
      gpios as interrupts for other devices (such as ethernet controllers).
      This update allowed the interrupt type (edge, level, etc) to be
      configured via device-tree (as described in the
      Documentation/devicetree/bindings/gpio/gpio-omap.txt).
      
      This broke ethernet support on the OMAP4 SDP board that defines a gpio
      as the ethernet IRQ because the interrupt type (level, edge, etc) was
      not getting configured correctly. This board use the ks8851 ethernet
      chip which has an active low interrupt. Fix this by defining the gpio
      interrupt as active-low in the device-tree binding.
      
      Please note that the OMAP4-VAR-SOM also uses the same ethernet
      controller and it is expected it will have the same problem. So the
      same fix is also applied to this board.
      
      Signed-off-by: default avatarJon Hunter <jon-hunter@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      e60f18d6
Loading