Searched refs:patch (Results 1 – 25 of 45) sorted by relevance
12
/u-boot-v2022.01-rc1/tools/patman/ |
A D | func_test.py | 668 patch = patches[0] 674 patch = status.Patch('1') 677 patch.parse_subject('Testing') 680 self.assertEqual(1, patch.seq) 689 self.assertEqual(1, patch.seq) 697 self.assertEqual(2, patch.seq) 705 self.assertEqual(3, patch.seq) 829 return patch 833 return patch.comments 967 return patch [all …]
|
A D | status.py | 186 for seq, patch in enumerate(patches): 193 (seq + 1, patch.subject, 197 (seq + 1, patch.subject)) 256 patch = Patch(pw_patch['id']) 257 patch.parse_subject(pw_patch['name']) 258 patches.append(patch) 288 if not patch: 292 data = rest_api(url, 'patches/%s/' % patch.id) 455 patch = patch_for_commit.get(seq) 456 if not patch: [all …]
|
A D | README | 8 - Creates patch directly from your branch 19 It is intended to automate patch creation and make it a less 26 git format-patch, git send-email, etc. with the correct parameters 177 Email address / alias to Cc patch series to (you can add this 181 Sets the version number of this patch series 189 the patch shows like: [InternalProject][RFC/RESEND PATCH] 223 This is the patch set title 250 immediately below the --- cut in the patch file. 334 patch series and see how the patches turn out. 439 (skipping the first patch) with: [all …]
|
A D | series.py | 122 cc_list = list(self._generated_cc[commit.patch]) 272 cc += get_maintainer.GetMaintainer(dir_list, commit.patch) 279 print(commit.patch, '\0'.join(sorted(set(cc))), file=fd) 280 self._generated_cc[commit.patch] = cc
|
/u-boot-v2022.01-rc1/scripts/coccinelle/api/alloc/ |
A D | alloc_cast.cocci | 7 //# the casting as it is not required. The result in the patch case may 18 virtual patch 28 @r1 depends on context || patch@ 54 // For patch mode 57 @script:python depends on patch@ 64 @depends on patch && r1@
|
/u-boot-v2022.01-rc1/scripts/coccinelle/null/ |
A D | badzero.cocci | 19 virtual patch 28 @depends on patch@ 52 @t1 depends on !patch@ 124 @ depends on patch disable is_zero,isnt_zero @ 148 @t2 depends on !patch disable is_zero,isnt_zero @ 194 @ depends on patch disable is_zero,isnt_zero @ 216 @ t3 depends on !patch disable is_zero,isnt_zero @
|
A D | kmerr.cocci | 1 /// This semantic patch looks for malloc etc that are not followed by a
|
/u-boot-v2022.01-rc1/doc/develop/ |
A D | coccinelle.rst | 82 - ``patch`` proposes a fix, when possible. 112 make coccicheck MODE=patch 151 Using Coccinelle with a single semantic patch 156 the name of the semantic patch to apply. 160 make coccicheck COCCI=<my_SP.cocci> MODE=patch 191 semantic patch as shown in the previous section. 316 SmPL patch specific options 325 SmPL patch Coccinelle requirements 360 @r depends on !context && !patch && (org || report)@ 384 Detailed description of the ``patch`` mode [all …]
|
A D | checkpatch.rst | 43 or otherwise have the right to pass it on as an open-source patch. 50 line in a patch context. 52 - --patch 54 Treat FILE as a patch. This is the default option and need not be 61 patch. 369 The patch is missing a commit description. A brief 370 description of the changes made by the patch should be added. 374 The patch is missing a Signed-off-by line. A signed-off-by 380 The author of the patch has not signed off the patch. It is 384 source patch. [all …]
|
/u-boot-v2022.01-rc1/scripts/coccinelle/misc/ |
A D | badty.cocci | 15 virtual patch 35 // For patch mode 38 @depends on patch disable sizeof_type_expr@
|
/u-boot-v2022.01-rc1/scripts/coccinelle/iterators/ |
A D | itnull.cocci | 16 virtual patch 21 @depends on patch@ 64 @r depends on !patch exists@
|
/u-boot-v2022.01-rc1/doc/ |
A D | README.zfs | 1 This patch series adds support for ZFS listing and load to u-boot. 8 1. After applying the patch, zfs specific commands can be seen
|
A D | conf.py | 22 major, minor, patch = sphinx.version_info[:3] variable 54 if (major > 3) or (minor > 0 or patch >= 2):
|
A D | README.bitbangMII | 1 This patch rewrites the miiphybb ( Bit-banged MII bus driver ) in order to
|
/u-boot-v2022.01-rc1/scripts/coccinelle/free/ |
A D | ifnullfree.cocci | 12 virtual patch 17 @r2 depends on patch@
|
/u-boot-v2022.01-rc1/arch/arm/dts/ |
A D | imx6qdl-mba6a.dtsi | 34 /* ENET ping patch */
|
/u-boot-v2022.01-rc1/.github/ |
A D | pull_request_template.md | 2 mailing lists for patch submission and review. For more details please
|
/u-boot-v2022.01-rc1/scripts/ |
A D | Kconfig.include | 29 # gcc version including patch level
|
A D | coccicheck | 231 run_cmd $SPATCH -D patch \
|
/u-boot-v2022.01-rc1/ |
A D | .gitignore | 28 *.patch
|
/u-boot-v2022.01-rc1/tools/patman/test/ |
A D | test01.txt | 66 test: A test patch series
|
A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 38 test: A test patch series
|
/u-boot-v2022.01-rc1/doc/board/kontron/ |
A D | sl-mx8mm.rst | 31 2. Apply the patch to select the correct UART for the console, otherwise the TF-A will lock up duri…
|
/u-boot-v2022.01-rc1/doc/board/intel/ |
A D | crownbay.rst | 26 did not describe any details. We need manually apply the patch to the FSP
|
/u-boot-v2022.01-rc1/doc/develop/driver-model/ |
A D | serial-howto.rst | 13 forward to convert these, at some point there may come a patch to remove them!
|
Completed in 45 milliseconds
12