1. 15 3月, 2017 1 次提交
  2. 15 1月, 2017 1 次提交
  3. 16 12月, 2016 1 次提交
    • P
      arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC · 98d62e61
      Patrick Bruenn 提交于
      Add CX9020 board based on mx53loco.
      Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse
      serial_mxc with DTE and prepare for device tree migration of other
      functions and imx53 devices.
      
      The CX9020 differs from i.MX53 Quick Start Board by:
      - use uart2 instead of uart1
      - DVI-D connector instead of VGA
      - no audio
      - CCAT FPGA connected to emi
      - enable rtc
      Signed-off-by: NPatrick Bruenn <p.bruenn@beckhoff.com>
      98d62e61
  4. 23 11月, 2016 1 次提交
  5. 29 10月, 2016 2 次提交
  6. 26 10月, 2016 1 次提交
    • J
      serial: Kconfig: Add MXC_UART entry · 8829e662
      Jagan Teki 提交于
      Added kconfig for MXC_UART driver.
      
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Matteo Lisi <matteo.lisi@engicam.com>
      Cc: Michael Trimarchi <michael@amarulasolutions.com>
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      8829e662
  7. 27 9月, 2016 1 次提交
    • S
      serial: Add serial_mvebu_a3700 for Armada 3700 SoC · 6985d496
      Stefan Roese 提交于
      The Armada 3700's UART is a simple serial port. It has a 32 bytes
      Tx FIFO and a 64 bytes Rx FIFO integrated. This patch adds support
      for this UART including the DEBUG UART functions for very early
      debug output.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Wilson Ding <dingwei@marvell.com>
      Cc: Victor Gu <xigu@marvell.com>
      Cc: Hua Jing <jinghua@marvell.com>
      Cc: Terry Zhou <bjzhou@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      6985d496
  8. 28 8月, 2016 1 次提交
  9. 15 7月, 2016 1 次提交
  10. 28 5月, 2016 1 次提交
  11. 21 5月, 2016 1 次提交
  12. 02 4月, 2016 1 次提交
  13. 24 3月, 2016 1 次提交
    • M
      ARM: uniphier: support Debug UART · d5cf3297
      Masahiro Yamada 提交于
      For ARM32 architecture, CONFIG_DEBUG_LL is available for early
      low-level debugging (and actually UniPhier 32bit SoCs use it), but
      ARM64 architecture does not support it.  Instead, CONFIG_DEBUG_UART
      is available as an architecture-independent debug facility.
      
      This commit supports it on all the UniPhier SoCs (including the new
      ARMv8 SoCs), which is very useful for new SoC bringups.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      d5cf3297
  14. 26 2月, 2016 1 次提交
    • M
      serial: dcc: Move driver to DM · 966bfa73
      Michal Simek 提交于
      Enabling this driver requires some DT changes.
      Adding DCC to root or main bus:
      dcc: dcc {
      	compatible = "arm,dcc";
      	u-boot,dm-pre-reloc;
      };
      
      Extend alias list to link DCC:
      	serial0 = &uart0;
      	serial1 = &uart1;
      	serial2 = &dcc;
      
      Change stdout-path to point to dcc port.
      	stdout-path = "serial2:115200n8";
      
      Also add support for debug uart to help with early debug.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      966bfa73
  15. 02 2月, 2016 1 次提交
  16. 27 1月, 2016 3 次提交
  17. 21 1月, 2016 1 次提交
  18. 20 1月, 2016 1 次提交
  19. 13 1月, 2016 1 次提交
  20. 07 12月, 2015 1 次提交
  21. 22 11月, 2015 4 次提交
  22. 21 11月, 2015 3 次提交
  23. 13 11月, 2015 1 次提交
  24. 04 11月, 2015 1 次提交
  25. 23 10月, 2015 2 次提交
  26. 21 10月, 2015 2 次提交
  27. 04 10月, 2015 1 次提交
  28. 03 9月, 2015 1 次提交
  29. 02 9月, 2015 1 次提交
  30. 13 8月, 2015 1 次提交