Searched refs:author (Results 1 – 16 of 16) sorted by relevance
/u-boot/doc/ |
A D | conf.py | 152 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 D | bounces | 2 # bounce. Addresses are listed one per line and need to match the author
|
/u-boot/scripts/ |
A D | get_maintainer.pl | 1599 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 D | checkpatch.pl | 2436 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 D | README | 6 author David Gibson <dgibson@sneetch.(none)>
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | setup.py | 118 author='Simon Glass <sjg@chromium.org>',
|
/u-boot/tools/patman/ |
A D | func_test.py | 347 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 D | status.py | 408 parent.name, cherry.author, cherry.committer, message, tree_id,
|
/u-boot/ |
A D | .mailmap | 3 # in the git archive, either because the author's full name was messed up
|
/u-boot/Licenses/ |
A D | gpl-2.0.txt | 43 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 D | lgpl-2.1.txt | 56 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 D | lgpl-2.0.txt | 377 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 D | zynqmp-e-a2197-00-revA.dts | 282 #clock-cells = <1>; /* author David Cater <david.cater@idt.com>*/
|
A D | zynqmp-p-a2197-00-revA.dts | 515 #clock-cells = <1>; /* author David Cater <david.cater@idt.com>*/
|
/u-boot/doc/device-tree-bindings/pinctrl/ |
A D | pinctrl-bindings.txt | 28 nodes. The decision to do this or not somewhat rests with the author of
|
/u-boot/doc/driver-model/ |
A D | design.rst | 869 are the responsibility of the driver author.
|
Completed in 28 milliseconds