1. 14 10月, 2020 1 次提交
  2. 27 8月, 2020 1 次提交
  3. 04 8月, 2020 1 次提交
  4. 10 7月, 2020 1 次提交
  5. 01 7月, 2020 1 次提交
    • T
      checkpatch.pl: Fully re-sync with v5.7 · c57383b0
      Tom Rini 提交于
      While commit 048a6482 ("checkpatch.pl: Update to v5.7") largely
      re-syncs us with checkpatch.pl from v5.7 there are a number of things
      missing still.  Re-copy the script and again take care to keep our
      allowed debug prints and now localized checks intact.
      
      Fixes: 048a6482 ("checkpatch.pl: Update to v5.7")
      Signed-off-by: NTom Rini <trini@konsulko.com>
      c57383b0
  6. 05 6月, 2020 7 次提交
  7. 23 11月, 2019 1 次提交
    • J
      tools: checkpatch: Restore 'debug' and 'printf' to logFunctions list · 66b3ccc8
      James Byrne 提交于
      The 'debug' and 'printf' functions were previously added to the list of
      logFunctions in commit 0cab4211 ("checkpatch.pl: Add 'debug' to
      the list of logFunctions") and commit 397bfd46 ("checkpatch.pl:
      Add 'printf' to logFunctions") but these additions were lost when newer
      versions of checkpatch were pulled in from the upstream Linux
      kernel version.
      
      This restores them so that you don't end up in a situation where
      checkpatch will give a warning for "quoted string split across lines"
      which you cannot fix without getting a warning for "line over 80
      characters" instead.
      Signed-off-by: NJames Byrne <james.byrne@origamienergy.com>
      66b3ccc8
  8. 31 10月, 2019 1 次提交
  9. 11 4月, 2018 1 次提交
  10. 29 10月, 2017 1 次提交
  11. 15 9月, 2017 2 次提交
  12. 09 2月, 2017 1 次提交
    • D
      checkpatch: Port spelling to checkpatch · c10e0f5b
      Dan Murphy 提交于
      Pick commit 66b47b4a9dad0 checkpatch: look for common misspellings
      from the Linux kernel for spelling check from Kees Cook
      
      In addition pulled in additional changes
      commit ebfd7d6237531 checkpatch: add optional --codespell dictionary to find more typos
      from the Linux kernel for codespell from Joe Perches
      
      commit f1a63678554f8 checkpatch: remove local from codespell path
      from the Linux kernel for dictionary path from Maxim Uvarov
      Signed-off-by: NDan Murphy <dmurphy@ti.com>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      c10e0f5b
  13. 07 10月, 2016 1 次提交
  14. 05 1月, 2016 1 次提交
    • H
      checkpatch: fix left brace warning · d8a1a304
      Heiko Schocher 提交于
      using checkpatch with Perl 5.22.0 generates a warning,
      this is fixed in linux through commit:
      
      commit 4e5d56bdf892e18832a6540b63ebf709966bce2a
      Author: Eddie Kovsky <ewk@edkovsky.org>
      Date:   Wed Sep 9 15:37:52 2015 -0700
      
      checkpatch: fix left brace warning
      
      Using checkpatch.pl with Perl 5.22.0 generates the following warning:
      
      Unescaped left brace in regex is deprecated, passed through in regex;
      
      This patch fixes the warnings by escaping occurrences of the left brace
      inside the regular expression.
      
      Adapt it for U-Boot.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      d8a1a304
  15. 25 9月, 2014 1 次提交
    • J
      checkpatch: remove unnecessary + after {8,8} · e3a4facd
      Joe Perches 提交于
      Pick the following commit from Linux kernel:
      commit 66cb4ee0e52ca721f609fd5eec16187189ae5fda
      Author: Joe Perches <joe@perches.com>
      Date:   Wed Sep 10 09:40:47 2014 +1000
      
      checkpatch: remove unnecessary + after {8,8}
      
      There's a useless "+" use that needs to be removed as perl 5.20 emits a
      "Useless use of greediness modifier '+'" message each time it's hit.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@ti.com>
      e3a4facd
  16. 05 3月, 2014 1 次提交
    • T
      scripts: update checkpatch.pl to latest upstream version · 6b9709d9
      Tom Rini 提交于
      Update to v3.14-rc4's version of checkpatch.pl.  In doing so we drop the
      changes to top_of_kernel_tree() as we pass in --no-tree and drop our
      changes about MAINTAINERS as that's for reporting checkpatch.pl problems
      itself (and upstream has said they'll reword this section to be
      clearer).
      Signed-off-by: NTom Rini <trini@ti.com>
      6b9709d9
  17. 27 2月, 2014 1 次提交
  18. 13 12月, 2013 1 次提交
    • M
      Makefile: Move some scripts imported from Linux · dd88ab32
      Masahiro Yamada 提交于
      We have some scripts imported from Linux Kernel:
      setlocalversion, checkstack.pl, checkpatch.pl, cleanpatch
      
      They are located under tools/ directory in U-Boot now.
      But they were originally located under scripts/ directory
      in Linux Kernel.
      
      This commit moves them to the original location.
      
      It is true that binutils-version.sh and dtc-version.sh
      do not originate in Linux Kernel, but they should
      be moved by analogy to gcc-version.sh.
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      dd88ab32
  19. 20 9月, 2013 1 次提交
  20. 06 6月, 2013 1 次提交
  21. 28 3月, 2013 1 次提交
  22. 12 3月, 2013 1 次提交
  23. 22 6月, 2012 1 次提交
  24. 17 11月, 2011 1 次提交