Searched refs:patch (Results 1 – 25 of 46) sorted by relevance
12
/u-boot/tools/patman/ |
A D | func_test.py | 664 patch = patches[0] 671 patch = status.Patch('1') 674 patch.parse_subject('Testing') 677 self.assertEqual(1, patch.seq) 686 self.assertEqual(1, patch.seq) 694 self.assertEqual(2, patch.seq) 702 self.assertEqual(3, patch.seq) 827 return patch 831 return patch.comments 966 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] 218 This is the patch set title 245 immediately below the --- cut in the patch file. 329 patch series and see how the patches turn out. 434 (skipping the first patch) with: [all …]
|
A D | series.py | 122 cc_list = list(self._generated_cc[commit.patch]) 271 cc += get_maintainer.GetMaintainer(dir_list, commit.patch) 278 print(commit.patch, '\0'.join(sorted(set(cc))), file=fd) 279 self._generated_cc[commit.patch] = cc
|
/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/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/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 …]
|
/u-boot/doc/ |
A D | conf.py | 22 major, minor, patch = sphinx.version_info[:3] variable 54 if (major > 3) or (minor > 0 or patch >= 2): 389 elif major == 1 and (minor > 5 or (minor == 5 and patch >= 3)):
|
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 | README.bitbangMII | 1 This patch rewrites the miiphybb ( Bit-banged MII bus driver ) in order to
|
/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/scripts/coccinelle/free/ |
A D | ifnullfree.cocci | 12 virtual patch 17 @r2 depends on patch@
|
/u-boot/arch/arm/dts/ |
A D | imx6qdl-mba6a.dtsi | 34 /* ENET ping 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/ |
A D | kwboot.c | 711 int rv, rc, tty, term, prot, patch; in main() local 725 patch = 0; in main() 752 patch = 1; in main() 792 if (patch && !imgpath) in main() 807 prot = PROT_READ | (patch ? PROT_WRITE : 0); in main() 816 if (patch) { in main()
|
/u-boot/scripts/ |
A D | Kconfig.include | 29 # gcc version including patch level
|
A D | coccicheck | 231 run_cmd $SPATCH -D patch \
|
/u-boot/ |
A D | .gitignore | 28 *.patch
|
/u-boot/configs/ |
A D | apf27_defconfig | 12 CONFIG_IDENT_STRING=" apf27 patch 3.10"
|
/u-boot/tools/dtoc/ |
A D | test_src_scan.py | 98 with mock.patch.object(src_scan.Scanner, "scan_driver") as mocked:
|
/u-boot/tools/patman/test/ |
A D | test01.txt | 65 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/doc/board/emulation/ |
A D | qemu-mips.rst | 15 Supports emulated flash (patch Jean-Christophe PLAGNIOL-VILLARD) with 76 #patch to fix mips interrupt init on 2.6.24.y kernel 77 qemu_mips_kernel.patch
|
Completed in 39 milliseconds
12