
Hi Marek,
From: Marek Vasut marex@denx.de Sent: mardi 10 mars 2020 19:27
On 3/10/20 6:01 PM, Patrick DELAUNAY wrote:
Hi Marek,
From: Marek Vasut marex@denx.de 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: simon.k.r.goldschmidt@gmail.com Series-cc: b.galvani@gmail.com Series-cc: ley.foon.tan@intel.com
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 peng.fan@nxp.com (commit_signer:7/15=47%,authored:2/15=13%) Lukasz Majewski lukma@denx.de (commit_signer:6/15=40%,authored:6/15=40%,added_lines:36/255=14%,removed_lines:1/17=6%) Jean-Jacques Hiblot jjhiblot@ti.com (commit_signer:3/15=20%,authored:3/15=20%,added_lines:53/255=21%,removed_lines:3/17=18%) Simon Glass sjg@chromium.org (commit_signer:3/15=20%) Lokesh Vutla lokeshvutla@ti.com (commit_signer:1/15=7%) Sekhar Nori nsekhar@ti.com (authored:1/15=7%) Chunfeng Yun chunfeng.yun@mediatek.com (authored:1/15=7%,added_lines:40/255=16%) Patrick Delaunay patrick.delaunay@st.com (added_lines:89/255=35%,removed_lines:13/17=76%) Jagan Teki jagan@amarulasolutions.com (added_lines:15/255=6%) u-boot@lists.denx.de (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: u-boot@lists.denx.de, Marek Vasut marex@denx.de Cc: ley.foon.tan@intel.com, b.galvani@gmail.com, simon.k.r.goldschmidt@gmail.com, Patrick Delaunay patrick.delaunay@st.com, Chunfeng Yun chunfeng.yun@mediatek.com, Jagan Teki jagan@amarulasolutions.com, Jean-Jacques Hiblot jjhiblot@ti.com, Lukasz Majewski lukma@denx.de, Peng Fan peng.fan@nxp.com, Sekhar Nori nsekhar@ti.com, Simon Glass sjg@chromium.org, U-Boot STM32 uboot-stm32@st-md-mailman.stormreply.com Subject: [PATCH v6 1/5] dm: clk: add stub when CONFIG_CLK is deactivat
Regards
Patrick