Home
last modified time | relevance | path

Searched refs:signoff (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcommit.py77 def CheckDuplicateSignoff(self, signoff): argument
85 if signoff in self.signoff_set:
87 self.signoff_set.add(signoff)
H A Dtest.py192 signoff = 'Signed-off-by: Simon Glass <sjg@chromium.org>\n'
198 signoff = ''
205 return data % (signoff, tab, indent, tab)
H A Dpatchstream.py76 self.signoff = [] # Contents of signoff line
H A DREADME224 override the default signoff that patman automatically adds.
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_pdm.c102 unsigned int signoff) in get_pdm_clk() argument
134 clk = clk_round_rate(pdm->clk, signoff); in get_pdm_clk()
285 unsigned int clk_src = 0, clk_out = 0, signoff = PDM_SIGNOFF_CLK_100M; in rockchip_pdm_set_samplerate() local
292 signoff = PDM_SIGNOFF_CLK_300M; in rockchip_pdm_set_samplerate()
293 clk_rate = get_pdm_clk(pdm, samplerate, &clk_src, &clk_out, signoff); in rockchip_pdm_set_samplerate()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcombo-layer.conf.example7 signoff = True
13 signoff = False
/OK3568_Linux_fs/u-boot/scripts/
H A Dcheckpatch.pl2177 my $signoff = 0;
2451 $signoff++;
6380 if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckpatch.pl2375 my $signoff = 0;
2704 $signoff++;
6982 if ($signoff == 0) {
/OK3568_Linux_fs/kernel/Documentation/process/
H A D6.Followthrough.rst192 proper From: line so that the attribution is correct, and add a signoff of
H A D5.Posting.rst217 Code without a proper signoff cannot be merged into the mainline.