Home
last modified time | relevance | path

Searched refs:author (Results 1 – 16 of 16) sorted by relevance

/u-boot/doc/
A Dconf.py152 author = 'The U-Boot development community' variable
519 [author], 1)
533 author, 'DasUBoot', 'One line description of project.',
554 epub_author = author
555 epub_publisher = author
A Dbounces2 # bounce. Addresses are listed one per line and need to match the author
/u-boot/scripts/
A Dget_maintainer.pl1599 my $author = $1;
1602 push(@authors, $author);
2031 my $author = $1;
2032 $author = deduplicate_email($author);
2033 push(@authors, $author);
2180 $author = deduplicate_email($author);
2196 push(@list_added, $author);
2292 my $author = $1;
2293 $author = deduplicate_email($author);
2294 push(@authors, $author);
[all …]
A Dcheckpatch.pl2436 my $author = '';
2751 $author = $1;
2752 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);
2753 $author =~ s/"//g;
2754 $author = reformat_email($author);
2761 if ($author ne '') {
2762 if (same_email_addresses($1, $author)) {
2849 if ($email eq $author) {
2851 …"Co-developed-by: should not be used to attribute nominal patch author '$author'\n" . "$here\n" . …
6911 "Missing Signed-off-by: line by nominal patch author '$author'\n");
/u-boot/lib/libfdt/
A DREADME6 author David Gibson <dgibson@sneetch.(none)>
/u-boot/scripts/dtc/pylibfdt/
A Dsetup.py118 author='Simon Glass <sjg@chromium.org>',
/u-boot/tools/patman/
A Dfunc_test.py347 author = pygit2.Signature('Test user', 'test@email.com')
348 committer = author
351 self.repo.create_commit('HEAD', author, committer, message, tree,
369 author = pygit2.Signature('Test user', 'test@email.com')
370 committer = author
371 _ = repo.create_commit('HEAD', author, committer, 'Created master',
A Dstatus.py408 parent.name, cherry.author, cherry.committer, message, tree_id,
/u-boot/
A D.mailmap3 # in the git archive, either because the author's full name was messed up
/u-boot/Licenses/
A Dgpl-2.0.txt43 Also, for each author's protection and ours, we want to make certain
222 system; it is up to the author/donor to decide if he or she is willing
251 programs whose distribution conditions are different, write to the author
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
A Dlgpl-2.1.txt56 author's reputation will not be affected by problems that might be
398 system; it is up to the author/donor to decide if he or she is willing
428 write to the author to ask for permission. For software which is
474 Copyright (C) <year> <name of author>
A Dlgpl-2.0.txt377 system; it is up to the author/donor to decide if he or she is willing
407 write to the author to ask for permission. For software which is
453 Copyright (C) <year> <name of author>
/u-boot/arch/arm/dts/
A Dzynqmp-e-a2197-00-revA.dts282 #clock-cells = <1>; /* author David Cater <david.cater@idt.com>*/
A Dzynqmp-p-a2197-00-revA.dts515 #clock-cells = <1>; /* author David Cater <david.cater@idt.com>*/
/u-boot/doc/device-tree-bindings/pinctrl/
A Dpinctrl-bindings.txt28 nodes. The decision to do this or not somewhat rests with the author of
/u-boot/doc/driver-model/
A Ddesign.rst869 are the responsibility of the driver author.

Completed in 44 milliseconds