Searched refs:signoff (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | commit.py | 77 def CheckDuplicateSignoff(self, signoff): argument 85 if signoff in self.signoff_set: 87 self.signoff_set.add(signoff)
|
| H A D | test.py | 192 signoff = 'Signed-off-by: Simon Glass <sjg@chromium.org>\n' 198 signoff = '' 205 return data % (signoff, tab, indent, tab)
|
| H A D | patchstream.py | 76 self.signoff = [] # Contents of signoff line
|
| H A D | README | 224 override the default signoff that patman automatically adds.
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_pdm.c | 102 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 D | combo-layer.conf.example | 7 signoff = True 13 signoff = False
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 2177 my $signoff = 0; 2451 $signoff++; 6380 if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 2375 my $signoff = 0; 2704 $signoff++; 6982 if ($signoff == 0) {
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | 6.Followthrough.rst | 192 proper From: line so that the attribution is correct, and add a signoff of
|
| H A D | 5.Posting.rst | 217 Code without a proper signoff cannot be merged into the mainline.
|