1. 26 11月, 2013 4 次提交
  2. 21 11月, 2013 2 次提交
  3. 19 11月, 2013 5 次提交
  4. 18 11月, 2013 2 次提交
  5. 17 11月, 2013 1 次提交
  6. 16 11月, 2013 3 次提交
    • T
      ARM: dts: Fix omap2 specific dtsi files by adding the missing entries · 467f4bd2
      Tony Lindgren 提交于
      Looks like we're missing few entries for omap2 and the drivers
      have only worked because of the omap hwmod building the devices
      for the missing entries.
      
      Let's fix the missing entries so we don't need to rely on hwmod
      for the basic data and can then later on remove the duplicate
      data from hwmod. Otherwise device tree only drivers will not
      work properly.
      
      Cc: "Benoît Cousson" <bcousson@baylibre.com>
      Cc: devicetree@vger.kernel.org
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      467f4bd2
    • T
      ARM: OMAP2+: Fix GPMC and simplify bootloader timings for 8250 and smc91x · fd4446f2
      Tony Lindgren 提交于
      Commit f2bf0e72 (ARM: OMAP2+: Add minimal 8250 support
      for GPMC) added support for using bootloader timings for some
      devices. Turns out we can do the same by looking at the compatible
      flags of the child without adding a new function as smc91x has
      a similar issue as 8250 with the bootloader timings.
      
      And let's fix the 8250 naming, we should use the device type as
      the name like uart instead of 8250 for zoom dts file.
      
      Cc: "Benoît Cousson" <bcousson@baylibre.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      fd4446f2
    • T
      ARM: OMAP2+: Fix build for dra7xx without omap4 and 5 · 26273e02
      Tony Lindgren 提交于
      Otherwise we can get errors like:
      
      arch/arm/mach-omap2/prm44xx.c:274: error: redefinition of ‘omap44xx_prm_reconfigure_io_chain’
      arch/arm/mach-omap2/built-in.o: In function `default_finish_suspend':
      arch/arm/mach-omap2/omap-mpuss-lowpower.c:95: undefined reference to `omap_do_wfi'
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      26273e02
  7. 15 11月, 2013 15 次提交
  8. 14 11月, 2013 8 次提交