1. 24 10月, 2012 1 次提交
  2. 08 10月, 2012 1 次提交
  3. 23 9月, 2012 1 次提交
  4. 13 9月, 2012 2 次提交
    • T
      ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 · c49f34bc
      Tony Lindgren 提交于
      These can now be moved to be local headers in mach-omap2.
      
      Note that this patch removes arch/arm/plat-omap/devices.c as it
      will get removed anyways with Paul Walmsley's patch
      "ARM: OMAP: split OMAP1, OMAP2+ RNG device registration".
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      c49f34bc
    • V
      ARM: AM33XX: clock: Add dcan clock aliases for device-tree · 83c11542
      Vaibhav Hiremath 提交于
      Currently, the device names for the dcan module follows the
      format "dcan.X", where 'X' is the dcan instance number.
      On other side, driver may request for clock with/without con_id
      and dev_id, and it is expected that platform should respect this
      request and return the requested clock handle.
      
      Now, when using device tree, the format of the device name created
      by OF layer is different, "<reg-address>.<device-name>",
      assuming that the device-tree "reg" property is specified.
      This causes the look-up failure for clock node in dcan driver
      
      To fix this add new dcan clock alias for using device-tree.
      Signed-off-by: NVaibhav Hiremath <hvaibhav@ti.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Paul Walmsley <paul@pwsan.com>
      Cc: Benoit Cousson <b-cousson@ti.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Rob Herring <robherring2@gmail.com>
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      83c11542
  5. 04 9月, 2012 1 次提交
  6. 30 6月, 2012 1 次提交
    • V
      ARM: OMAP3+: clock33xx: Add AM33XX clock tree data · e30384ab
      Vaibhav Hiremath 提交于
      AM33XX clock implementation is different than any existing OMAP
      family of devices. Although DPLL module is similar to OMAP4
      device, but the usage is very much different than OMAP4.
      AM33XX has different peripheral set and each module gets
      integrated to the clock framework differently than OMAP
      family of devices.
      
      This patch adds full Clock tree data for AM33XX family
      of devices and also integrates it into existing OMAP framework.
      Signed-off-by: NVaibhav Hiremath <hvaibhav@ti.com>
      Signed-off-by: NAfzal Mohammed <afzal@ti.com>
      Signed-off-by: NVaibhav Bedia <vaibhav.bedia@ti.com>
      Cc: Kevin Hilman <khilman@ti.com>
      Cc: Rajendra Nayak <rnayak@ti.com>
      CC: Tony Lindgren <tony@atomide.com>
      Cc: Paul Walmsley <paul@pwsan.com>
      Cc: Benoit Cousson <b-cousson@ti.com>
      [paul@pwsan.com: updated to apply; changed 'soc_is_am33xx' to
       'cpu_is_am33xx' to match usage in Tony's current am33xx branch]
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      e30384ab