
Hi Jesse,
first of all thank you for helping me with this porting :-)
On 2/8/21 1:24 AM, Jesse Taube wrote:
Add basic driver support for the IMX General Purpose Timer (GPT) available on almost all i.MX SoCs family.
Giulio Benetti (3): timer: imx-gpt: Add timer support for i.MX SoCs family dt-bindings: clock: imxrt1050: add PIT GPT clock imxrt1050 dtsi gpt1 node
Jesse Taube (1): timer: imx-gpt: Add basic timer support for i.MX SoCs family
Cover letter subject indicates [PATCH 0/3] as you're sending cover letter plus 3 patches but actually you're sending 4.
You should retry to: # git format-patch -s -M -o outgoing -4 --cover-letter
and then: # cd outgoing edit cover-letter(patch-0000) # cd .. # ./scripts/get_maintainers.pl outgoing/* # git send-mail --to "..." --cc "u-boot..." outgoing/*.patch
This way works, obviously you have to substitute "Names <emails>" on --to --cc
Best regards