1. 15 7月, 2014 1 次提交
  2. 08 7月, 2014 1 次提交
  3. 16 6月, 2014 1 次提交
    • N
      ARM: dts: omap5: Update CPU OPP table as per final production Manual · 05e7d1a5
      Nishanth Menon 提交于
      As per the Final production Data Manual for OMAP5432,
      SWPS050F(APRIL 2014)
      
      There are only two OPPs - 1GHz and 1.5GHz. the older OPP_LOW has been
      completely descoped. The Nominal voltages are still correct though.
      However, expectation for final production configuration is operation
      with Adaptive Body Bias (ABB) and Adaptive Voltage Scaling Class 0
      operation.
      
      There are no IDcode or version change information encoded to
      programmatically detect this and software is supposed to NOT use
      OPP_LOW(500MHz) anymore for all devices (legacy and production
      samples).
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      05e7d1a5
  4. 03 6月, 2014 2 次提交
  5. 15 5月, 2014 2 次提交
  6. 07 5月, 2014 1 次提交
  7. 26 4月, 2014 1 次提交
    • S
      ARM: dts: OMAP5: Add mailbox dt node to fix boot warning · 84d89c31
      Suman Anna 提交于
      Add the mailbox device DT node for OMAP5 SoC. The OMAP5 mailbox
      IP is identical to that used in OMAP4.
      
      The OMAP5 hwmod data no longer publishes the module address space,
      so this patch fixes the WARN_ON backtrace associated with the
      following trace during the kernel boot:
      "omap_hwmod: mailbox: doesn't have mpu register target base".
      
      Otherwise we get a warning like this:
      
      WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2538 _init+0x1c0/0x3dc()
      omap_hwmod: mailbox: doesn't have mpu register target base
      Modules linked in:
      CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.15.0-rc2-00001-gb5e85a0 #45
      [<c0015724>] (unwind_backtrace) from [<c00120f4>] (show_stack+0x10/0x14)
      [<c00120f4>] (show_stack) from [<c05a1ccc>] (dump_stack+0x78/0x94)
      [<c05a1ccc>] (dump_stack) from [<c0042a74>] (warn_slowpath_common+0x6c/0x8c)
      [<c0042a74>] (warn_slowpath_common) from [<c0042b28>] (warn_slowpath_fmt+0x30/0x40)
      [<c0042b28>] (warn_slowpath_fmt) from [<c0803b40>] (_init+0x1c0/0x3dc)
      [<c0803b40>] (_init) from [<c0029c8c>] (omap_hwmod_for_each+0x34/0x5c)
      [<c0029c8c>] (omap_hwmod_for_each) from [<c08042b0>] (__omap_hwmod_setup_all+0x24/0x40)
      [<c08042b0>] (__omap_hwmod_setup_all) from [<c00088b8>] (do_one_initcall+0x34/0x160)
      [<c00088b8>] (do_one_initcall) from [<c07f7bf4>] (kernel_init_freeable+0xfc/0x1c8)
      [<c07f7bf4>] (kernel_init_freeable) from [<c059c4f4>] (kernel_init+0x8/0xe4)
      [<c059c4f4>] (kernel_init) from [<c000eaa8>] (ret_from_fork+0x14/0x2c)
      Signed-off-by: NSuman Anna <s-anna@ti.com>
      [tony@atomide.com: updated description to for the warning]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      84d89c31
  8. 19 4月, 2014 3 次提交
  9. 14 3月, 2014 2 次提交
  10. 13 3月, 2014 1 次提交
  11. 06 3月, 2014 1 次提交
  12. 05 3月, 2014 2 次提交
  13. 03 3月, 2014 1 次提交
  14. 01 3月, 2014 3 次提交
  15. 18 1月, 2014 1 次提交
  16. 04 12月, 2013 2 次提交
    • E
      arm: dts: add cooling properties on omap5 cpu node · 2cd29f63
      Eduardo Valentin 提交于
      OMAP5 devices can reach high temperatures and thus
      needs to have cpufreq-cooling on systems running on it.
      
      This patch adds the required cooling device properties
      so that cpufreq-cpu0 driver loads the cooling device.
      
      Cc: "Benoît Cousson" <bcousson@baylibre.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Ian Campbell <ian.campbell@citrix.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: linux-omap@vger.kernel.org
      Cc: devicetree@vger.kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NEduardo Valentin <eduardo.valentin@ti.com>
      2cd29f63
    • E
      arm: dts: add omap5 thermal data · 1b761fc5
      Eduardo Valentin 提交于
      This patch changes the dtsi entry on omap5 to contain
      the thermal data. This data will enable the passive
      cooling with CPUfreq cooling device at 100C. The
      system will do a thermal shutdown at 125C whenever
      any of its sensors sees this level.
      
      Cc: "Benoît Cousson" <bcousson@baylibre.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Ian Campbell <ian.campbell@citrix.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: linux-omap@vger.kernel.org
      Cc: devicetree@vger.kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NEduardo Valentin <eduardo.valentin@ti.com>
      1b761fc5
  17. 30 10月, 2013 1 次提交
  18. 22 10月, 2013 3 次提交
  19. 21 10月, 2013 3 次提交
  20. 08 10月, 2013 2 次提交
  21. 04 10月, 2013 1 次提交
  22. 17 9月, 2013 2 次提交
  23. 29 7月, 2013 1 次提交
    • F
      usb: dwc3: core: switch to snps,dwc3 · 22a5aa17
      Felipe Balbi 提交于
      all other drivers using Synopsys IPs with DT
      have a compatible of snps,$driver, in order
      to add consistency, we are switching over to
      snps,dwc3 but keeping synopsys,dwc3 in the core
      driver to maintain backwards compatibility.
      
      New DTS bindings should NOT use synopsys,dwc3.
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      22a5aa17
  24. 19 6月, 2013 2 次提交