Searched refs:get_maintainer (Results 1 - 4 of 4) sorted by relevance

/u-boot/tools/patman/
H A Dget_maintainer.py20 get_maintainer = shutil.which(script_file_name)
21 if get_maintainer:
22 return get_maintainer
30 def get_maintainer(script_file_name, fname, verbose=False): function
33 `script_file_name` should be a get_maintainer.pl-like script that
40 script_file_name: The file name of the get_maintainer.pl script
42 fname: File name of the patch to process with get_maintainer.pl.
53 get_maintainer = find_get_maintainer(file_name)
54 if not get_maintainer:
56 print("WARNING: Couldn't find get_maintainer
[all...]
H A Dseries.py14 from patman import get_maintainer namespace
257 get_maintainer_script (str): The file name of the get_maintainer.pl
275 cc += get_maintainer.get_maintainer(get_maintainer_script,
298 get_maintainer_script (str): The file name of the get_maintainer.pl
/u-boot/scripts/
H A Dget_maintainer.pl10 # usage: perl scripts/get_maintainer.pl [OPTIONS] <patch>
11 # perl scripts/get_maintainer.pl [OPTIONS] -f <file>
183 my $conf = which_conf(".get_maintainer.conf");
187 or warn "$P: Can't find a readable .get_maintainer.conf file $!\n";
210 my $ignore_file = which_conf(".get_maintainer.ignore");
213 or warn "$P: Can't find a readable .get_maintainer.ignore file $!\n";
1113 File ".get_maintainer.conf", if it exists in the linux kernel source root
1114 directory, can change whatever get_maintainer defaults are desired.
H A Dcheckpatch.pl1105 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl"));
1108 $maintained_status{$filename} = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit --nogit-fallback -f $filename 2>&1`;

Completed in 54 milliseconds