Hi Marek,

> From: Marek Vasut <[email protected]>
> Sent: mardi 10 mars 2020 19:27
> 
> On 3/10/20 6:01 PM, Patrick DELAUNAY wrote:
> > Hi Marek,
> >
> >> From: Marek Vasut <[email protected]>
> >> Sent: mardi 10 mars 2020 16:20
> >> Subject: Re: [PATCH v6 0/5] usb: host: dwc2: use driver model for PHY
> >> and CLOCK
> >> Importance: High
> >>
> >> On 3/10/20 11:09 AM, Patrick Delaunay wrote:
> >>>
> >>> In this serie I update the DWC2 host driver to use the device tree
> >>> information and the associated PHY and CLOCK drivers when they are
> >>> availables.
> >>>
> >>> V6 is minor update of the first patch of the serie; I update some
> >>> clk stub to return success after Simon Goldschmidt remarks on V5:
> >>> http://patchwork.ozlabs.org/project/uboot/list/?series=162791
> >>
> >> Once Simon reviews them, I'll put them in usb/next . btw I'm not CCed
> >> on 1/5, would be helpful if you could keep the CC consistent, thanks
> >
> > Ok and thanks
> >
> > I used patman for the serie with default maintainers list + 3 reviewers in 
> > Serie-CC
> >     Series-cc: [email protected]
> >     Series-cc: [email protected]
> >     Series-cc: [email protected]
> >
> > But I forgot you. Sorry.
> 
> I'd expect get-maintainer script should tell you to add me, maybe patman needs
> fixing.

I will try to avoid this issue for my next serie...

FYI: I check and the CC list is build with (series.py::MakeCcFile)

1/ Get maitainer script

It give me for this patch

./scripts/get_maintainer.pl 
0001-dm-clk-add-stub-when-CONFIG_CLK-is-deactivated.patch 
Peng Fan <[email protected]> (commit_signer:7/15=47%,authored:2/15=13%)
Lukasz Majewski <[email protected]> 
(commit_signer:6/15=40%,authored:6/15=40%,added_lines:36/255=14%,removed_lines:1/17=6%)
Jean-Jacques Hiblot <[email protected]> 
(commit_signer:3/15=20%,authored:3/15=20%,added_lines:53/255=21%,removed_lines:3/17=18%)
Simon Glass <[email protected]> (commit_signer:3/15=20%)
Lokesh Vutla <[email protected]> (commit_signer:1/15=7%)
Sekhar Nori <[email protected]> (authored:1/15=7%)
Chunfeng Yun <[email protected]> 
(authored:1/15=7%,added_lines:40/255=16%)
Patrick Delaunay <[email protected]> 
(added_lines:89/255=35%,removed_lines:13/17=76%)
Jagan Teki <[email protected]> (added_lines:15/255=6%)
[email protected] (open list)

PS: same for "./scripts/get_maintainer.pl include/clk.h"

2/ tags (based on aliases of ./doc/git-mailrc)
   "dm" and "clk:"
        => dm = sjg
        => clk = unknown tag

   But no tag "usb" => marex

3/ Series-cc

So I don't think it is a not patman issue
and the maintainer list is build patch by patch in the serie...

I perhaps miss something in my configuration for the 'usb' serie.
 
For patman, I use 

$> git config sendemail.to uboot
$> git config sendemail.aliasesfile doc/git-mailrc
....
$> tools/patman/patman -c 5 -t -i

Perhaps I need to use the correct alias = "usb" for USB related topic....
(for all the serie and no more rely on "tags")

$> git config sendemail.to usb

In this case I have :

To: [email protected],
        Marek Vasut <[email protected]>
Cc: [email protected],
        [email protected],
        [email protected],
        Patrick Delaunay <[email protected]>,
        Chunfeng Yun <[email protected]>,
        Jagan Teki <[email protected]>,
        Jean-Jacques Hiblot <[email protected]>,
        Lukasz Majewski <[email protected]>,
        Peng Fan <[email protected]>,
        Sekhar Nori <[email protected]>,
        Simon Glass <[email protected]>,
        U-Boot STM32 <[email protected]>
Subject: [PATCH v6 1/5] dm: clk: add stub when CONFIG_CLK is deactivat

Regards

Patrick

Reply via email to