On Fri, 2 Oct 2020 at 11:28, Alexander Dahl <ada@xxxxxxxxxxx> wrote: > > Hello Krzysztof, > > Am Freitag, 2. Oktober 2020, 11:12:50 CEST schrieb Krzysztof Kozlowski: > > On Thu, 1 Oct 2020 at 01:53, Alexander Dahl <post@xxxxxxxxxxx> wrote: > > > The node names for devices using the pwm-leds driver follow a certain > > > naming scheme (now). > > > > > > Signed-off-by: Alexander Dahl <post@xxxxxxxxxxx> > > > --- > > > > > > Notes: > > > v6: > > > * added this patch to series > > > > > > arch/arm/boot/dts/at91-kizbox.dts | 10 +++---- > > > arch/arm/boot/dts/at91-kizbox2-common.dtsi | 8 +++--- > > > arch/arm/boot/dts/at91-kizbox3-hs.dts | 16 ++++++------ > > > arch/arm/boot/dts/at91-kizbox3_common.dtsi | 10 +++---- > > > arch/arm/boot/dts/at91-kizboxmini-common.dtsi | 8 +++--- > > > arch/arm/boot/dts/at91sam9m10g45ek.dts | 10 +++---- > > > arch/arm/boot/dts/at91sam9rlek.dts | 10 +++---- > > > .../boot/dts/berlin2cd-google-chromecast.dts | 6 ++--- > > > arch/arm/boot/dts/exynos5422-odroidhc1.dts | 4 +-- > > > arch/arm/boot/dts/exynos5422-odroidxu4.dts | 4 +-- > > > > Somehow you did not CC the maintainers... please use > > scripts/get_maintainers.pl to obtain list of addresses. > > Well, that will be a huge list of Cc then. What is the policy? Everybody > gets the whole series or different list of receivers per patch? With git send email and get_maintainers.pl you can simplify it: 1. Send cover letter to everyone (could be skipped and instead send to mailing lists and then link included under --- in each patch). 2. Send automatically each patch only to maintainers, with adjusted in-reply-to to the cover letter already sent. Something like: git send-email --cc-cmd "scripts/get_maintainer.pl --no-git --no-roles --no-rolestats". Probably 1+2 could be even one command if you put manually lists as Cc in the cover letter. Best regards, Krzysztof