1. 19 5月, 2020 5 次提交
  2. 25 1月, 2020 1 次提交
  3. 23 1月, 2020 2 次提交
  4. 18 1月, 2020 1 次提交
  5. 10 1月, 2020 1 次提交
  6. 23 12月, 2019 1 次提交
  7. 03 12月, 2019 2 次提交
  8. 12 8月, 2019 2 次提交
  9. 11 7月, 2019 1 次提交
  10. 06 6月, 2019 1 次提交
  11. 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
  12. 28 4月, 2018 1 次提交
  13. 05 3月, 2018 1 次提交
  14. 11 1月, 2018 1 次提交
    • A
      drivers/misc: Share qbman init between archs · 44262327
      Ahmed Mansour 提交于
      This patch adds changes necessary to move functionality present in
      PowerPC folders with ARM architectures that have DPAA1 QBMan hardware
      
      - Create new board/freescale/common/fsl_portals.c to house shared
        device tree fixups for DPAA1 devices with ARM and PowerPC cores
      - Add new header file to top includes directory to allow files in
        both architectures to grab the function prototypes
      - Port inhibit_portals() from PowerPC to ARM. This function is used in
        setup to disable interrupts on all QMan and BMan portals. It is
        needed because the interrupts are enabled by default for all portals
        including unused/uninitialised portals. When the kernel attempts to
        go to deep sleep the unused portals prevent it from doing so
      Signed-off-by: NAhmed Mansour <ahmed.mansour@nxp.com>
      Reviewed-by: NYork Sun <york.sun@nxp.com>
      44262327
  15. 16 8月, 2017 3 次提交
  16. 13 4月, 2017 1 次提交
  17. 06 4月, 2017 2 次提交
  18. 28 9月, 2016 1 次提交
  19. 24 9月, 2016 1 次提交
  20. 16 7月, 2016 1 次提交
    • R
      Various, unrelated tree-wide typo fixes. · 62a3b7dd
      Robert P. J. Day 提交于
          Fix a number of typos, including:
      
           * "compatble" -> "compatible"
           * "eanbeld" -> "enabled"
           * "envrionment" -> "environment"
           * "FTD" -> "FDT" (for "flattened device tree")
           * "ommitted" -> "omitted"
           * "overriden" -> "overridden"
           * "partiton" -> "partition"
           * "propogate" -> "propagate"
           * "resourse" -> "resource"
           * "rest in piece" -> "rest in peace"
           * "suport" -> "support"
           * "varible" -> "variable"
      Signed-off-by: NRobert P. J. Day <rpjday@crashcourse.ca>
      62a3b7dd
  21. 17 2月, 2015 2 次提交
  22. 21 11月, 2014 1 次提交
    • S
      fdt: Allow ft_board_setup() to report failure · e895a4b0
      Simon Glass 提交于
      This function can fail if the device tree runs out of space. Rather than
      silently booting with an incomplete device tree, allow the failure to be
      detected.
      
      Unfortunately this involves changing a lot of places in the code. I have
      not changed behvaiour to return an error where one is not currently
      returned, to avoid unexpected breakage.
      
      Eventually it would be nice to allow boards to register functions to be
      called to update the device tree. This would avoid all the many functions
      to do this. However it's not clear yet if this should be done using driver
      model or with a linker list. This work is left for later.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Acked-by: NAnatolij Gustschin <agust@denx.de>
      e895a4b0
  23. 14 9月, 2014 1 次提交
  24. 21 8月, 2014 1 次提交
  25. 02 8月, 2014 4 次提交
  26. 30 7月, 2014 1 次提交
    • M
      Add board MAINTAINERS files · 93d4334f
      Masahiro Yamada 提交于
      We have switched to Kconfig and the boards.cfg file is going to
      be removed. We have to retrieve the board status and maintainers
      information from it.
      
      The MAINTAINERS format as in Linux Kernel would be nice
      because we can crib the scripts/get_maintainer.pl script.
      
      After some discussion, we chose to put a MAINTAINERS file under each
      board directory, not the top-level one because we want to collect
      relevant information for a board into a single place.
      
      TODO:
      Modify get_maintainer.pl to scan multiple MAINTAINERS files.
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      Suggested-by: NTom Rini <trini@ti.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      93d4334f