Skip to content
Snippets Groups Projects
  1. Jan 29, 2016
    • Stephen Warren's avatar
      ARM: tegra: shut down USB device controller at boot · dd8204de
      Stephen Warren authored
      
      When loading U-Boot into RAM over USB protocols using tools such as
      tegrarcm or L4T's exec-uboot.sh/tegraflash.py, Tegra's USB device
      mode controller is initialized and enumerated by the host PC running
      the tool. Unfortunately, these tools do not shut down the USB
      controller before executing the downloaded code, and so the host PC
      does not "de-enumerate" the USB device. This patch implements optional
      code to shut down the USB controller when U-Boot boots to avoid leaving
      a stale USB device present.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      dd8204de
  2. Jan 27, 2016
  3. Jan 26, 2016
  4. Jan 25, 2016
  5. Jan 24, 2016
    • Peng Fan's avatar
      imx: mx7: default enable MDIO open drain · d9699de8
      Peng Fan authored
      
      The management data input/output (MDIO) requires open-drain,
      i.MX7D TO1.0 ENET MDIO pin has no open drain, but TO1.1 supports
      this feature. So to TO1.1, need to enable open drain by setting
      bits GPR0[8:7] for TO1.1.
      
      Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      d9699de8
Loading