Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 46) sorted by relevance

12

/u-boot/tools/patman/
A Dfunc_test.py664 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 Dstatus.py186 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 DREADME8 - 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 Dseries.py122 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 Dalloc_cast.cocci7 //# 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 Dbadzero.cocci19 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 Dkmerr.cocci1 /// This semantic patch looks for malloc etc that are not followed by a
/u-boot/doc/develop/
A Dcoccinelle.rst82 - ``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 Dconf.py22 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 DREADME.zfs1 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 DREADME.bitbangMII1 This patch rewrites the miiphybb ( Bit-banged MII bus driver ) in order to
/u-boot/scripts/coccinelle/misc/
A Dbadty.cocci15 virtual patch
35 // For patch mode
38 @depends on patch disable sizeof_type_expr@
/u-boot/scripts/coccinelle/iterators/
A Ditnull.cocci16 virtual patch
21 @depends on patch@
64 @r depends on !patch exists@
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci12 virtual patch
17 @r2 depends on patch@
/u-boot/arch/arm/dts/
A Dimx6qdl-mba6a.dtsi34 /* ENET ping patch */
/u-boot/.github/
A Dpull_request_template.md2 mailing lists for patch submission and review. For more details please
/u-boot/tools/
A Dkwboot.c711 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 DKconfig.include29 # gcc version including patch level
A Dcoccicheck231 run_cmd $SPATCH -D patch \
/u-boot/
A D.gitignore28 *.patch
/u-boot/configs/
A Dapf27_defconfig12 CONFIG_IDENT_STRING=" apf27 patch 3.10"
/u-boot/tools/dtoc/
A Dtest_src_scan.py98 with mock.patch.object(src_scan.Scanner, "scan_driver") as mocked:
/u-boot/tools/patman/test/
A Dtest01.txt65 test: A test patch series
A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch38 test: A test patch series
/u-boot/doc/board/emulation/
A Dqemu-mips.rst15 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