1. 09 4月, 2013 2 次提交
  2. 01 3月, 2013 3 次提交
  3. 12 2月, 2013 1 次提交
  4. 10 2月, 2013 5 次提交
  5. 29 1月, 2013 5 次提交
  6. 26 1月, 2013 1 次提交
  7. 22 1月, 2013 2 次提交
  8. 14 1月, 2013 1 次提交
  9. 09 1月, 2013 1 次提交
  10. 22 12月, 2012 1 次提交
  11. 18 12月, 2012 1 次提交
  12. 15 12月, 2012 1 次提交
  13. 04 12月, 2012 1 次提交
  14. 27 11月, 2012 1 次提交
  15. 26 11月, 2012 1 次提交
  16. 22 11月, 2012 9 次提交
  17. 21 11月, 2012 1 次提交
    • D
      ARM: dts: Add board dts file for Snow board (ARM Chromebook) · 95e82941
      Doug Anderson 提交于
      This dts file is based on the Snow dts file in the Chromium OS kernel
      tree with the following changes:
      * Some details have been updated to match the exynos5250-smdk5250.dts
        file from linux-next (as of c11068538994430547722dc9fb515a0ceefd5cb9).
      * This file doesn't include references to hardware whose upstream
        support isn't quite there yet.  That includes most i2c devices.
        Note that most i2c busses have been included with no devices.
      
      The Snow dts file is mostly just an include of the "cros5250" dts file
      which describes a class of similar boards. Support for other boards has
      not yet been send upstream.
      
      With this file and a change to use UART3 for serial output I can:
      * Boot to a command line using either SD or EMMC as a root filesystem
      * See the power button and lid switch using evtest.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Acked-by: NOlof Johansson <olof@lixom.net>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      95e82941
  18. 20 11月, 2012 3 次提交
    • S
      ARM: sunxi: Add sun4i and cubieboard support · f055f1f6
      Stefan Roese 提交于
      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: NStefan Roese <sr@denx.de>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      f055f1f6
    • M
      ARM: mxs: Add SchulerControl SPS1 DTS file · 160d5f27
      Marek Vasut 提交于
      Add DTS file for this custom board.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      160d5f27
    • C
      Add support for generic BCM SoC chipsets · 8ac49e04
      Christian Daudt 提交于
      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: NChristian Daudt <csd@broadcom.com>
      Reviewed-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      8ac49e04