1. 06 2月, 2020 1 次提交
  2. 07 1月, 2020 1 次提交
  3. 03 12月, 2019 1 次提交
  4. 11 6月, 2019 4 次提交
  5. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  6. 12 1月, 2018 2 次提交
  7. 12 10月, 2017 1 次提交
  8. 31 5月, 2017 1 次提交
  9. 12 7月, 2016 1 次提交
  10. 08 1月, 2016 1 次提交
  11. 15 10月, 2015 1 次提交
  12. 13 9月, 2015 1 次提交
  13. 28 5月, 2015 1 次提交
  14. 09 9月, 2014 1 次提交
  15. 20 8月, 2014 1 次提交
  16. 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
  17. 05 3月, 2014 1 次提交
  18. 11 2月, 2014 1 次提交
  19. 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