1. 13 9月, 2015 1 次提交
  2. 28 5月, 2015 1 次提交
  3. 09 9月, 2014 1 次提交
  4. 20 8月, 2014 1 次提交
  5. 01 4月, 2014 1 次提交
    • M
      pci: mx6: Implement power callback · a778aeae
      Marek Vasut 提交于
      Implement a callback to toggle the slot power supply. The callback
      can be overriden in case some more complex power supply for the slot
      was implemented in hardware, yet for the usual case, one can define
      a GPIO which toggles the power to the slot.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Liu Ying <Ying.Liu@freescale.com>
      a778aeae
  6. 05 3月, 2014 1 次提交
  7. 11 2月, 2014 1 次提交
  8. 26 1月, 2014 1 次提交
    • M
      ARM: mx6: Add PCI express driver · e9be4292
      Marek Vasut 提交于
      Add PCIe driver for the Freescale i.MX6 SoC . This driver operates the
      PCIe block in RC mode only, the EP mode is NOT supported. The driver is
      tested with the Intel e1000 NIC driver.
      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>
      e9be4292