1. 19 4月, 2014 1 次提交
  2. 19 3月, 2014 1 次提交
  3. 13 3月, 2014 2 次提交
  4. 05 3月, 2014 2 次提交
  5. 01 3月, 2014 2 次提交
  6. 18 1月, 2014 1 次提交
  7. 08 1月, 2014 1 次提交
    • L
      ARM: dts: Split omap3 pinmux core device · 3d495383
      Laurent Pinchart 提交于
      The omap3_pmx_core pinmux device in the device tree handles the system
      controller module (SCM) PADCONFS fonction. Its control registers are
      split in two distinct areas, with other SCM registers in-between. Those
      other registers can't thus be requested by other drivers as the memory
      region gets reserved by the pinmux driver.
      
      Split the omap3_pmx_core device tree node in two for the two memory
      regions. The second region address and size depends on the SoC model.
      
      The change in omap3.dtsi fixes an "external abort on non-linefetch" when
      doing
      
      cat /sys/kernel/debug/pinctrl/.../pins
      
      on a Nokia N900.
      
      Note that the core2 padconf region is different for 3430 vs 3630,
      and does not exist on 3517 as noted by Nishanth Menon <nm@ti.com>.
      Reported-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Acked-By: NSebastian Reichel <sre@debian.org>
      Signed-off-by: NNishanth Menon <nm@ti.com>
      [tony@atomide.com: updated for 3430 vs 3630 core2 based on Nishant's patch]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      3d495383
  8. 26 11月, 2013 1 次提交
    • T
      ARM: OMAP2+: Fix more missing data for omap3.dtsi file · 7ce93f31
      Tony Lindgren 提交于
      After dropping the duplicate data in hwmod that now should come from
      the .dts files, I noticed few more entries missing. Let's add these
      as otherwise devices relying on these won't work.
      
      Looks like the side tone entries are bundled into the mcbsp1 to 3,
      so that may needs some special handling in the hwmod code as it's
      currently trying to look up mcbsp2_sidetone and mcbsp3_sidetone
      entries.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      7ce93f31
  9. 22 10月, 2013 2 次提交
  10. 11 10月, 2013 1 次提交
  11. 09 10月, 2013 1 次提交
    • T
      ARM: dts: Fix pinctrl mask for omap3 · d623a0e1
      Tony Lindgren 提交于
      The wake-up interrupt bit is available on omap3/4/5 processors
      unlike what we claim. Without fixing it we cannot use it on
      omap3 and the system configured for wake-up events will just
      hang on wake-up.
      
      Cc: Grygorii Strashko <grygorii.strashko@ti.com>
      Cc: Benoît Cousson <bcousson@baylibre.com>
      Cc: devicetree@vger.kernel.org
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      d623a0e1
  12. 08 10月, 2013 1 次提交
  13. 19 6月, 2013 4 次提交
  14. 23 5月, 2013 1 次提交
  15. 16 5月, 2013 1 次提交
    • T
      ARM: dts: Fix musb interrupt for device tree booting · 304e71e0
      Tony Lindgren 提交于
      Commit ad871c10 (ARM: dts: OMAP: Add usb_otg and glue data to
      OMAP3+ boards) added support for MUSB on omap3 for device tree,
      but added the interrupts the wrong way probably as they were
      copied from the omap4.dtsi file. On omap3 we have TI specific
      interrupt controller, not GIC.
      
      Fix this by specifying the interrupt following the TI INTC
      binding.
      
      Without this fix MUSB won't work as it is trying to use
      irq0 instead of irq92.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      304e71e0
  16. 10 5月, 2013 1 次提交
  17. 09 4月, 2013 11 次提交
  18. 03 4月, 2013 1 次提交
  19. 29 10月, 2012 3 次提交
    • J
      ARM: dts: OMAP: Add counter-32k nodes · 510c0ffd
      Jon Hunter 提交于
      Adds the counter-32k timers nodes present in OMAP2/3/4 devices and
      device-tree binding documentation for OMAP counter-32k.
      Signed-off-by: NJon Hunter <jon-hunter@ti.com>
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      510c0ffd
    • J
      ARM: dts: OMAP: Add timer nodes · fab8ad0b
      Jon Hunter 提交于
      Add the 12 GP timers nodes present in OMAP2.
      Add the 12 GP timers nodes present in OMAP3.
      Add the 11 GP timers nodes present in OMAP4.
      Add the 7 GP timers nodes present in AM33xx.
      
      Add documentation for timer properties specific to OMAP.
      
      Thanks to Vaibhav Hiremath for creating the AM33xx timer nodes. I have modified
      Vaibhav's original nodes adding information on which timers support a PWM
      output.
      
      V5 changes:
      - Updated timer register sizes for OMAP2/3/4.
      - Modified AM335x timer register size to be 1KB instead of 4KB to align with
        HWMOD.
      Signed-off-by: NJon Hunter <jon-hunter@ti.com>
      Acked-Reviewed-&-Tested-By: Vaibhav Hiremath <hvaibhav@ti.com>
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      fab8ad0b
    • B
      ARM: dts: OMAP: Move interrupt-parent to the root node to avoid duplication · 4c94ac29
      Benoit Cousson 提交于
      The interrupt-parent attribute does not have to be added in each
      node since the fmwk will check for the parent as well to get it.
      
      Create an interrupt-parent for OMAP2, OMAP3, AM33xx and remove the
      attributes from every nodes that were using it.
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      Cc: Vaibhav Hiremath <hvaibhav@ti.com>
      Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
      Cc: Sebastien Guiriec <s-guiriec@ti.com>
      4c94ac29
  20. 23 10月, 2012 1 次提交
  21. 11 9月, 2012 1 次提交