Skip to content
Snippets Groups Projects
  1. Mar 09, 2016
    • Akshay Bhat's avatar
      arm: imx: Add support for GE Bx50v3 boards · f9162b15
      Akshay Bhat authored
      
      Add support for GE B450v3, B650v3 and B850v3 boards. The boards
      are based on Advantech BA16 module which has a i.MX6D processor.
      The boards support:
       - FEC Ethernet
       - USB Ports
       - SDHC and MMC boot
       - SPI NOR
       - LVDS and HDMI display
      
      Basic information about the module:
       - Module manufacturer: Advantech
       - CPU: Freescale ARM Cortex-A9 i.MX6D
       - SPECS:
           Up to 2GB Onboard DDR3 Memory;
           Up to 16GB Onboard eMMC NAND Flash
           Supports OpenGL ES 2.0 and OpenVG 1.1
           HDMI, 24-bit LVDS
           1x UART, 2x I2C, 8x GPIO,
           4x Host USB 2.0 port, 1x USB OTG port,
           1x micro SD (SDHC),1x SDIO, 1x SATA II,
           1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
      
      Signed-off-by: default avatarAkshay Bhat <akshay.bhat@timesys.com>
      Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
      f9162b15
  2. Mar 08, 2016
  3. Mar 05, 2016
  4. Mar 02, 2016
  5. Mar 01, 2016
    • Sam Protsenko's avatar
      usb: gadget: composite: Correct recovery path for register · 8038f6d2
      Sam Protsenko authored
      
      In case when usb_composite_register() failed once (for whatever reason),
      it will fail further even if all conditions are correct. Example:
      
          => fastboot 2
          Invalid Controller Index
          couldn't find an available UDC
          g_dnl_register: failed!, error: -19
          exit not allowed from main input shell.
      
          => fastboot 0
          g_dnl_register: failed!, error: -22
          exit not allowed from main input shell.
      
      Despite that 0 is correct index for USB controller, "fastboot 0" command
      will fail, because "composite" structure wasn't cleared properly on
      previous fail (on "fastboot 2" command).
      
      This patch fixes that erroneous behavior, allowing us to use composite
      even after previous failure.
      
      Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
      8038f6d2
  6. Feb 29, 2016
  7. Feb 28, 2016
Loading