1. 16 11月, 2012 1 次提交
  2. 12 11月, 2012 1 次提交
  3. 07 11月, 2012 1 次提交
  4. 01 11月, 2012 1 次提交
  5. 29 10月, 2012 2 次提交
    • B
      ARM: dts: OMAP: Rename pandaES and var_som for consistency · 00cbdce7
      Benoit Cousson 提交于
      Rename the files to have names consistent across OMAP boards.
      
      Update the Makefile to use the new name.
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      00cbdce7
    • J
      ARM: dts: Add omap3-beagle.dts · 5a8095e9
      Jon Hunter 提交于
      Add a minimal dts for original OMAP3430/3530 version of the Beagle board. This
      version of the Beagle board has 256MB of DDR and features the same TWL4030
      power management IC (PMIC) as the Beagle board XM.
      
      Given that the Beagle and Beagle-XM boards use the same PMIC, move the
      definition of the VSIM regulator into the TWL4030.dtsi file so that we do not
      need to duplicate in the Beagle board dts file.
      
      This has been boot tested on an OMAP3530 Beagle board and verifing that the
      SD/MMC interface is working with a SD card.
      
      V2 changes
      - Rebased upon of devel-dt
      - Corrected copyright date in omap3-beagle.dts file
      - Added LED support after verifing that Beagle and Beagle XM have the same LED
        configuration
      Signed-off-by: NJon Hunter <jon-hunter@ti.com>
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      5a8095e9
  6. 19 10月, 2012 1 次提交
  7. 16 10月, 2012 1 次提交
  8. 09 10月, 2012 1 次提交
  9. 07 10月, 2012 2 次提交
  10. 23 9月, 2012 1 次提交
  11. 21 9月, 2012 1 次提交
    • O
      ARM: dtb: move all dtb targets to common Makefile · 85594df2
      Olof Johansson 提交于
      Since the dtb targets have moved to arch/arm/boot/dts/Makefile, sweep
      the platforms that have had new targets added recently and move them over.
      
      While I was at it, I also made the dtb generation more generic, i.e. if
      the platform is enabled then all dtbs for that platform will be created.
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: David Brown <davidb@codeaurora.com>
      Cc: Barry Song <Baohua.Song@csr.com>
      Cc: Simon Horman <horms@verge.net.au>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      85594df2
  12. 14 9月, 2012 1 次提交
    • R
      ARM: move all dtb targets out of Makefile.boot · 360a0cab
      Rob Herring 提交于
      In preparation to support multi-platform kernels, move all the dtb targets
      out of the mach Makefile.boot and into the arch/arm/boot/dts/Makefile
      which is closer to the sources.
      
      DTBs are only built when CONFIG_OF is enabled and now use top level
      CONFIG_ARCH_xxx instead of chip or board specific config options.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Andrew Victor <linux@maxim.org.za>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Gregory Clement <gregory.clement@free-electrons.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Viresh Kumar <viresh.linux@gmail.com>
      Cc: Shiraz Hashim <shiraz.hashim@st.com>
      Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      360a0cab