On 10/10/2022 10:52, Biju Das wrote: > Add support for RZ/G2L MTU3 PWM driver. The IP supports > following PWM modes > > 1) PWM mode{1,2} > 2) Reset-synchronized PWM mode > 3) Complementary PWM mode{1,2,3} > > This patch adds basic pwm mode 1 support for RZ/G2L MTU3 driver > by creating separate logical channels for each IOs. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > v3->v4: > * There is no resource associated with "rz-mtu3-pwm" compatible > and moved the code to mfd subsystem as it binds against "rz-mtu". > * Removed struct platform_driver rz_mtu3_pwm_driver. > v2->v3: > * No change. > v1->v2: > * Modelled as a single PWM device handling multiple channles. > * Used PM framework to manage the clocks. > --- > drivers/mfd/Kconfig | 6 + > drivers/mfd/Makefile | 2 + > drivers/mfd/rz-mtu3-pwm.c | 405 ++++++++++++++++++++++++++++++++++++++ That's not a MFD driver. That's a PWM. Use proper subsystem and email prefix. The same applies to your other patches. Best regards, Krzysztof