2021-11-08 12:48:46

by Sugaya Taichi

[permalink] [raw]
Subject: [PATCH 0/3] Add clock node and phandles for M10V platform

This series add a clock node of Milbeaut driver and clock phandles
to clock consumer nodes.

Sugaya Taichi (3):
ARM: dts: milbeaut: add a clock node for M10V
ARM: dts: milbeaut: set clock phandle to timer node
ARM: dts: milbeaut: set clock phandle to uart node

arch/arm/boot/dts/milbeaut-m10v.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)

--
2.7.4


2021-11-08 15:41:52

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH 0/3] Add clock node and phandles for M10V platform

On Mon, Nov 8, 2021 at 10:45 AM Sugaya Taichi
<[email protected]> wrote:
>
> This series add a clock node of Milbeaut driver and clock phandles
> to clock consumer nodes.

Thank you for the submission!

The patches look good to me, but I don't take non-bugfix changes
during the merge
window. If there are no other objections, please send them to
[email protected] next
week, and I'll pick them up through patchwork for v5.17.

Can you also send a patch there to add yourself to the MAINTAINERS file?

Arnd

2021-11-09 15:03:26

by Sugaya Taichi

[permalink] [raw]
Subject: Re: [PATCH 0/3] Add clock node and phandles for M10V platform



On 2021/11/08 20:02, Arnd Bergmann wrote:
> On Mon, Nov 8, 2021 at 10:45 AM Sugaya Taichi
> <[email protected]> wrote:
>>
>> This series add a clock node of Milbeaut driver and clock phandles
>> to clock consumer nodes.
>
> Thank you for the submission!
>
> The patches look good to me, but I don't take non-bugfix changes
> during the merge
> window. If there are no other objections, please send them to
> [email protected] next
> week, and I'll pick them up through patchwork for v5.17.
>
> Can you also send a patch there to add yourself to the MAINTAINERS file?
>
> Arnd
>

Thank you for reviewing.
OK next week I will resend the patches, including a patch adding me
to the MAINTAINERS.

Thanks,
Taichi Sugaya