1. 27 4月, 2016 1 次提交
  2. 12 4月, 2016 1 次提交
  3. 28 1月, 2016 1 次提交
  4. 20 3月, 2015 1 次提交
  5. 28 5月, 2014 1 次提交
  6. 19 3月, 2014 2 次提交
  7. 06 3月, 2014 1 次提交
  8. 18 1月, 2014 1 次提交
  9. 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
  10. 22 10月, 2013 1 次提交
  11. 19 6月, 2013 1 次提交
  12. 09 5月, 2013 1 次提交
  13. 09 4月, 2013 1 次提交
    • N
      ARM: dts: OMAP36xx: Add CPU OPP table · 3027e267
      Nishanth Menon 提交于
      Add DT OPP table for OMAP36xx/37xx family of devices. This data is
      decoded by OF with of_init_opp_table() helper function.
      
      OPP data here is based on existing opp3xxx_data.c
      
      This is in preparation to use generic cpufreq-cpu0 driver for device
      tree enabled boot. Legacy non device tree enabled boot continues to
      use omap-cpufreq.c and opp3xxx_data.c.
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Cc: Kevin Hilman <khilman@deeprootsystems.com>
      Cc: Jon Hunter <jon-hunter@ti.com>
      Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
      Cc: Shawn Guo <shawn.guo@linaro.org>
      Cc: Keerthy <j-keerthy@ti.com>
      Signed-off-by: NBenoit Cousson <benoit.cousson@linaro.org>
      3027e267
  14. 11 9月, 2012 1 次提交