Skip to content
  1. Dec 04, 2012
  2. Nov 22, 2012
  3. Nov 20, 2012
    • Stefan Roese's avatar
      ARM: sunxi: Add sun4i and cubieboard support · f055f1f6
      Stefan Roese authored
      
      
      This patch adds support for the Cubieboard based on the Allwinner
      A10/sun4i SoC. Currently only UART is supported. Other devices
      will eventually follow.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      f055f1f6
    • Christian Daudt's avatar
      Add support for generic BCM SoC chipsets · 8ac49e04
      Christian Daudt authored
      
      
      In order to start upstreaming Broadcom SoC support, create
      a starting hierarchy, arch and dts files.
      The first support SoC family that is planned is the
      BCM281XX (BCM11130/11140/11351/28145/28155) family of dual A9 mobile
      SoC cores.
      This code is just the skeleton code for get the machine upstreamed. It
      has been made MULTIPLATFORM compatible.
      Next steps
      ----------
      Upstream a basic set of drivers - sufficient for a console boot to
      ramdisk. These will includer timer, gpio, i2c drivers.
      After this basic set, we will proceed with a more comprehensive set
      of drivers for the 281XX SoC family.
      
      v2 patch mods
      --------
       - Remove l2x0_of_init call as there were problems with the code.
         A separate patch will be submitted with cache init code
       - Rename capri files and refs to bcm281xx-based names
       - Add bcm281xx binding doc
       - various misc cleanups
      
      v3 patch mods
      -------------
       - Remove extra #include lines
       - Remove remaining references to capri
       - dt uart chipset string added
       - cleaned up chip # references
      
      v4 patch mods
      -------------
       - swap order of compatible definitions for uart
       - fix typo
      
      v5 patch mods
      -------------
       - Rename bcm281xx to bcm11351 in dts+code,
         leaving references to bcm281xx only in help+comments.
      
      v6 patch mods
      -------------
       - fix typo in uart 'compatible' string
      
      Signed-off-by: default avatarChristian Daudt <csd@broadcom.com>
      Reviewed-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8ac49e04
  4. Nov 19, 2012
  5. Nov 17, 2012
  6. Nov 07, 2012
  7. Nov 01, 2012
  8. Oct 30, 2012
  9. Oct 29, 2012
    • Benoit Cousson's avatar
      ARM: dts: OMAP: Rename pandaES and var_som for consistency · 00cbdce7
      Benoit Cousson authored
      
      
      Rename the files to have names consistent across OMAP boards.
      
      Update the Makefile to use the new name.
      
      Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
      00cbdce7
    • Jon Hunter's avatar
      ARM: dts: Add omap3-beagle.dts · 5a8095e9
      Jon Hunter authored
      
      
      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: default avatarJon Hunter <jon-hunter@ti.com>
      Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
      5a8095e9
  10. Oct 16, 2012
  11. Oct 13, 2012
  12. Oct 09, 2012
  13. Oct 07, 2012
  14. Sep 23, 2012
  15. Sep 21, 2012
    • Olof Johansson's avatar
      ARM: dtb: move all dtb targets to common Makefile · 85594df2
      Olof Johansson authored
      
      
      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: default avatarOlof 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
  16. Sep 14, 2012
    • Rob Herring's avatar
      ARM: move all dtb targets out of Makefile.boot · 360a0cab
      Rob Herring authored
      
      
      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: default avatarRob 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: default avatarShawn 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