| /u-boot/tools/patman/ |
| A D | func_test.py | 729 patch = patches[0] 735 patch = status.Patch('1') 738 patch.parse_subject('Testing') 741 self.assertEqual(1, patch.seq) 750 self.assertEqual(1, patch.seq) 758 self.assertEqual(2, patch.seq) 766 self.assertEqual(3, patch.seq) 890 return patch 894 return patch.comments 1028 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 | pyproject.toml | 6 name = "patch-manager" 12 description = "Patman patch manager"
|
| A D | README.rst | 9 Patman patch manager 14 - Creates patch directly from your branch 26 It is intended to automate patch creation and make it a less 49 pip install patch-manager 212 Sets the version number of this patch series 220 the patch shows like: [InternalProject][RFC/RESEND PATCH] 260 This is the patch set title 283 immediately below the --- cut in the patch file:: 390 patch series and see how the patches turn out. 499 (skipping the first patch) with: [all …]
|
| A D | patman.rst | 9 Patman patch manager 14 - Creates patch directly from your branch 26 It is intended to automate patch creation and make it a less 49 pip install patch-manager 212 Sets the version number of this patch series 220 the patch shows like: [InternalProject][RFC/RESEND PATCH] 260 This is the patch set title 283 immediately below the --- cut in the patch file:: 390 patch series and see how the patches turn out. 499 (skipping the first patch) with: [all …]
|
| A D | series.py | 125 cc_list = list(self._generated_cc[commit.patch]) 276 commit.patch) 338 print(commit.patch, '\0'.join(sorted(set(cc))), file=fd) 339 self._generated_cc[commit.patch] = cc
|
| A D | commit.py | 46 self.patch = ''
|
| /u-boot/doc/develop/ |
| A D | sending_patches.rst | 47 as *separate* patches, one patch per changeset. 50 these changes shall be submitted in a *single* patch. 68 as such -- that *precedes* your substantive patch. 110 (This email does not contain a patch, just a description) 127 split up your patch. 239 Sending updated patch versions 318 that can be found when attempting to merge the patch. 346 * **Delegate** a patch 381 * Under Review: A custodian is reviewing the patch currently. 416 To apply a patch from the `patchwork queue [all …]
|
| A D | process.rst | 16 * A patch that is generally in good shape and that was submitted while the 76 Sometimes it is not clear if a patch contains a bug fix or not. 94 cleanup and submits the patch a couple of hours late, instead of 95 submitting a green patch which will waste efforts from several people 123 feedback to the submitter of a patch about what is going on: if the 124 patch was accepted, or if it was rejected (which exact list of 129 patch will be accepted anyway, or if the patch should be 155 just pass on a patch without any changes. 174 *Reviewed-by:* tag for a patch. 209 #. The responsible custodian inspects this patch, especially for: [all …]
|
| 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 | patman.rst | 9 Patman patch manager 14 - Creates patch directly from your branch 26 It is intended to automate patch creation and make it a less 49 pip install patch-manager 212 Sets the version number of this patch series 220 the patch shows like: [InternalProject][RFC/RESEND PATCH] 260 This is the patch set title 283 immediately below the --- cut in the patch file:: 390 patch series and see how the patches turn out. 499 (skipping the first patch) with: [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. 545 The patch is missing a commit description. A brief 553 the patch brings. 570 The patch is missing a Signed-off-by line. A signed-off-by 577 The author of the patch has not signed off the patch. It is 581 source patch. [all …]
|
| /u-boot/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/tools/binman/ |
| A D | bintool_test.py | 91 with unittest.mock.patch.object(tools, 'download', 144 with unittest.mock.patch.object(bintool.Bintool, 'tooldir', destdir): 145 with unittest.mock.patch.object(tools, 'download', 178 with unittest.mock.patch.object(bintool.Bintool, 'fetch_tool', 216 with unittest.mock.patch.object(bintool.Bintool, 'fetch_tool', 218 with unittest.mock.patch.object(bintool.Bintool, 221 with unittest.mock.patch.object(bintool.Bintool, 'create', 255 with unittest.mock.patch.object(bintool.Bintool, 'tooldir', 280 with unittest.mock.patch.object(tools, 'run', return_value=None): 314 with unittest.mock.patch.object(tools, 'download', [all …]
|
| /u-boot/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 @
|
| /u-boot/board/toradex/verdin-imx8mp/ |
| A D | lpddr4_timing.c | 1881 struct dram_cfg_param *patch, int patch_sz) in apply_cfg_patch() argument 1887 if (cfg[i].reg == patch[j].reg) in apply_cfg_patch() 1888 cfg[i].val = patch[j].val; in apply_cfg_patch()
|
| /u-boot/scripts/coccinelle/misc/ |
| A D | badty.cocci | 15 virtual patch 35 // For patch mode 38 @depends on patch disable sizeof_type_expr@
|
| /u-boot/scripts/coccinelle/iterators/ |
| A D | itnull.cocci | 16 virtual patch 21 @depends on patch@ 64 @r depends on !patch exists@
|
| /u-boot/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 50 if (major > 3) or (minor > 0 or patch >= 2):
|
| /u-boot/scripts/coccinelle/free/ |
| A D | ifnullfree.cocci | 12 virtual patch 17 @r2 depends on patch@
|
| /u-boot/arch/powerpc/cpu/mpc8xx/ |
| A D | Kconfig | 34 prompt "Microcode patch selection" 45 bool "USB SOF patch" 57 bool "SMC relocation patch"
|
| /u-boot/.github/ |
| A D | pull_request_template.md | 2 mailing lists for patch submission and review. For more details please
|
| /u-boot/tools/buildman/ |
| A D | pyproject.toml | 11 dependencies = ["u_boot_pylib", "patch-manager"]
|
| /u-boot/arch/arm/dts/ |
| A D | imx6qdl-tqma6a.dtsi | 49 /* ENET ping patch */
|