1. 26 5月, 2015 9 次提交
  2. 23 4月, 2015 1 次提交
  3. 22 4月, 2015 1 次提交
  4. 13 3月, 2015 1 次提交
    • F
      nitrogen6x: Use the default CONFIG_SYS_PBSIZE · f30f5098
      Fabio Estevam 提交于
      Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
      the console and hitting enter afterwards, causes a hang in the system because
      CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
      message:
      "Unknown command '' - try 'help'".
      
      Use the default CONFIG_SYS_PBSIZE definition from config_fallbacks.h to solve
      this problem.
      
      Cc: Eric Nelson <eric.nelson@boundarydevices.com>
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      f30f5098
  5. 06 10月, 2014 13 次提交
  6. 24 9月, 2014 1 次提交
    • N
      spi: mxc: fix sf probe when using mxc_spi · 155fa9af
      Nikita Kiryanov 提交于
      MXC SPI driver has a feature whereas a GPIO line can be used to force CS high
      across multiple transactions. This is set up by embedding the GPIO information
      in the CS value:
      
      cs = (cs | gpio << 8)
      
      This merge of cs and gpio data into one value breaks the sf probe command:
      if the use of gpio is required, invoking "sf probe <cs>" will not work, because
      the CS argument doesn't have the GPIO information in it. Instead, the user must
      use "sf probe <cs | gpio << 8>". For example, if bank 2 gpio 30 is used to force
      cs high on cs 0, bus 0, then instead of typing "sf probe 0" the user now must
      type "sf probe 15872".
      
      This is inconsistent with the description of the sf probe command, and forces
      the user to be aware of implementaiton details.
      
      Fix this by introducing a new board function: board_spi_cs_gpio(), which will
      accept a naked CS value, and provide the driver with the relevant GPIO, if one
      is necessary.
      
      Cc: Eric Nelson <eric.nelson@boundarydevices.com>
      Cc: Eric Benard <eric@eukrea.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Tim Harvey <tharvey@gateworks.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tom Rini <trini@ti.com>
      Cc: Marek Vasut <marex@denx.de>
      Reviewed-by: NMarek Vasut <marex@denx.de>
      Signed-off-by: NNikita Kiryanov <nikita@compulab.co.il>
      Reviewed-by: NJagannadha Sutradharudu Teki <jaganna@xilinx.com>
      155fa9af
  7. 22 9月, 2014 1 次提交
  8. 09 9月, 2014 1 次提交
  9. 28 4月, 2014 1 次提交
  10. 15 4月, 2014 1 次提交
  11. 01 4月, 2014 1 次提交
  12. 13 3月, 2014 1 次提交
  13. 06 2月, 2014 1 次提交
    • M
      usb: mv_udc: Rename to ci_udc · f016f8ca
      Marek Vasut 提交于
      The mv_udc is not marvell-specific anymore. The mv_udc is used to drive
      generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc
      instead.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Eric Nelson <eric.nelson@boundarydevices.com>
      Cc: Stefano Babic <sbabic@denx.de>
      f016f8ca
  14. 26 1月, 2014 1 次提交
    • M
      ARM: mx6: Enable PCIe on Sabrelite · 147f8fa3
      Marek Vasut 提交于
      Enable PCI express on MX6 Sabrelite.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Eric Nelson <eric.nelson@boundarydevices.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Stefano Babic <sbabic@denx.de>
      147f8fa3
  15. 03 1月, 2014 1 次提交
    • O
      ARM: mx6: Change the FDT loading address to avoid overlaping · 6584a1b5
      Otavio Salvador 提交于
      This patch fixes allow for the DeviceTree and initrd relocation fixing
      the boot of FSL 3.10.9-1.0.0-alpha kernel.
      
      This changes following boards:
      
       - mx6sabreauto
       - mx6sabresd
       - wandboard
       - udoo
       - nitrogen6x
       - cgtqmx6eval
      
      The reasoning, as explained by Hui Liu, is:
      
      ,----
      | The FDT blob will be placed at DDR physical addr: 0x11000000. When Linux kernel
      | Boot up, it will decompress the compressed kernel image and place the decompressed
      | kernel image at the low end of the DDR memory and start running from it. If the
      | decompressed kernel image is bigger for example than 16M, it may over written the
      | fdt blob which u-boot loaded to the DDR memory @0x11000000 with fdt_addr=0x11000000
      |
      | To expand the fdt_addr from 0x11000000 to 0x18000000, which can avoid the override
      | Since we will not likely have one kernel image larger than 128MB.
      `----
      Signed-off-by: NOtavio Salvador <otavio@ossystems.com.br>
      Acked-by: NStefano Babic <sbabic@denx.de>
      6584a1b5
  16. 18 12月, 2013 1 次提交
  17. 27 11月, 2013 1 次提交
  18. 05 11月, 2013 1 次提交
  19. 21 10月, 2013 2 次提交
    • T
      usb: ehci-mx6: add support for otg port · d1a52860
      Troy Kisky 提交于
      Previously, only host1 was supported using an index of 0.
      Now, otg has index 0, host1 is 1, host2 is 2, host3 is 3.
      Since OTG requires usbmode to be set after reset, I added
      CONFIG_EHCI_HCD_INIT_AFTER_RESET to nitrogen6x.h and
      mx6qsabreauto.h.
      
      I also added a weak function board_ehci_power to handle
      turning power on/off for otg.
      
      Type is type of device connected (USB stick vs Host.)
      Init is type of device desired.
      Only power up port if type == init == USB_INIT_HOST.
      Only return error if type != init.
      Signed-off-by: NTroy Kisky <troy.kisky@boundarydevices.com>
      d1a52860
    • T
      nitrogen6x: add CONFIG_MV_UDC · f3d7cff5
      Troy Kisky 提交于
      Also, add other USB related config items.
      Signed-off-by: NTroy Kisky <troy.kisky@boundarydevices.com>
      f3d7cff5