1. 07 11月, 2014 1 次提交
  2. 20 10月, 2014 1 次提交
  3. 16 10月, 2014 2 次提交
  4. 25 9月, 2014 2 次提交
  5. 22 9月, 2014 1 次提交
  6. 18 9月, 2014 1 次提交
  7. 17 9月, 2014 1 次提交
  8. 16 9月, 2014 5 次提交
  9. 14 9月, 2014 1 次提交
    • A
      ARM: Kirkwood: Fix DT based DSA. · 4f5e01e9
      Andrew Lunn 提交于
      During the conversion of boards to use DT to instantiate Distributed
      Switch Architecture, nobody volunteered to test. As to be expected,
      the conversion was flawed. Testers and access to hardware has now
      become available, and this patch hopefully fixes the problems.
      
      dsa,mii-bus must be a phandle to the top level mdio node, not the port
      specific subnode of the mdio device.
      
      dsa,ethernet must be a phandle to the port subnode within the ethernet
      DT node, not the ethernet node.
      
      Don't pinctrl hog the card detect gpio for mvsdio.
      
      Rename the .dts files to make it clearer which file is for the Z0
      stepping and which for the A0 or later stepping.
      Signed-off-by: NAndrew Lunn <andrew@lunn.ch>
      Cc: seugene@marvell.com
      Tested-by: NEugene Sanivsky <seugene@marvell.com>
      Fixes: e2eaa339: ("ARM: Kirkwood: convert rd88f6281-setup.c to DT.")
      Fixes: e7c8f380: ("ARM: kirkwood: Convert mv88f6281gtw_ge switch setup to DT")
      Cc: <stable@vger.kernel.org> #v3.15+
      Link: https://lkml.kernel.org/r/1409592941-22244-1-git-send-email-andrew@lunn.chSigned-off-by: NJason Cooper <jason@lakedaemon.net>
      4f5e01e9
  10. 12 9月, 2014 1 次提交
  11. 09 9月, 2014 3 次提交
  12. 06 9月, 2014 1 次提交
    • D
      ARM: tegra: add Acer Chromebook 13 device tree · eb481f9a
      Dylan Reid 提交于
      The Acer Chromebook 13, codenamed Big, contains an NVIDIA tegra124
      processor and is similar to the Venice2 reference platform.
      
      The keyboard, USB 2, audio, sdcard and emmc have been tested
      and work on the 1366x768 models. The Full HD models haven't been
      tested yet.
      
      WiFi does not yet work, it needs at least some PMIC changes to enable
      the 32k clock.
      
      The elan trackpad is not yet functional but hopefully will be soon as
      there are patches under review.
      
      There is also an issue on reboot because the TPM isn't reset.  It will
      cause the stock firmware to enter recovery mode.  This can be worked
      around by an EC-reset, press the refresh and power keys at the same
      time.
      Signed-off-by: NDylan Reid <dgreid@chromium.org>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      eb481f9a
  13. 04 9月, 2014 1 次提交
  14. 03 9月, 2014 1 次提交
  15. 02 9月, 2014 1 次提交
  16. 28 8月, 2014 1 次提交
  17. 22 8月, 2014 1 次提交
  18. 19 8月, 2014 1 次提交
  19. 31 7月, 2014 1 次提交
  20. 30 7月, 2014 3 次提交
  21. 28 7月, 2014 2 次提交
  22. 26 7月, 2014 1 次提交
  23. 25 7月, 2014 1 次提交
  24. 19 7月, 2014 2 次提交
  25. 18 7月, 2014 4 次提交
    • R
      ARM: dts: add initial Rex Basic board support · 417d65f6
      Robert Nelson 提交于
      Add initial Rex Pro i.mx6dl board support. Ethernet, UART, USB, I2C, SPI, HDMI,
      Audio, and SDHC cards are working.  Currently no mainline u-boot, so boot with
      cat zImage imx6dl-rex-basic.dtb > zImage.dtb, then using mkimage create uImage
      Signed-off-by: NRobert Nelson <robertcnelson@gmail.com>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      417d65f6
    • R
      ARM: dts: add initial Rex Pro board support · e2047e33
      Robert Nelson 提交于
      Add initial Rex Pro i.mx6q board support. Ethernet, UART, USB, I2C, SPI, HDMI,
      Audio, and SDHC cards are working.  Currently no mainline u-boot, so boot with
      cat zImage imx6q-rex-pro.dtb > zImage.dtb, then using mkimage create uImage
      Signed-off-by: NRobert Nelson <robertcnelson@gmail.com>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      e2047e33
    • G
      ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board. · 8536239e
      George Joseph 提交于
      The rev C1 Wandboard uses the Broadcom 4330 for WiFi and Bluetooth instead of
      the 4329.  This changes the PADS assigned for the control lines.  Another
      side effect of the change is that on the rev C1 board, usdhc driver can't
      detect the chip presence correctly so usdhc2 now needs its 'non-removeable'
      property removed.
      
      So that rev B1 and earlier can continue to work, this patch splits the
      board-specific definitions from imx6qdl-wandboard.dtsi into
      imx6qdl-wandboard-revb1.dtsi and imx6qdl-wandboard-revc1.dtsi.  The new files
      include the original base imx6qdl-wandboard.dtsi which retains the common
      definitions.
      
      The existing imx6dl-wandboard.dts includes imx6qdl-wandboard-revc1.dtsi and
      imx6dl-wandboard-revb1.dts (new) includes imx6qdl-wandboard-revb1.dtsi.
      This makes the rev C1 board the new default.  The same pattern is used for
      imx6q-wandboard.dts.
      
      So, from U-Boot on a WB-Quad you use imxq-wandboard-revb1.dtb for the older B1
      board and imxq-wandboard.dtb for the current rev C1 board.
      Signed-off-by: NGeorge Joseph <george.joseph@fairview5.com>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      8536239e
    • H
      ARM: dts: imx6: add aristainetos board support · c64b874f
      Heiko Schocher 提交于
      This patch add support for the imx6dl based aristainetos board
      with following configuration:
      
      CPU:   Freescale i.MX6DL rev1.1 at 792 MHz
      DRAM:  1 GiB
      NAND:  512 MiB
      MMC:   FSL_SDHC: 0, FSL_SDHC: 1
      SF: Detected N25Q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB
      
      As this board can used with 2 different display types, the
      differences between them are extracted into 2 DTS files, and
      the common settings are collected in a common file.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      c64b874f