Re: [PATCH] pinctrl: berlin: as370: use generic "pwm" as pwm function name

2019-01-28 Thread Linus Walleij
On Fri, Jan 25, 2019 at 8:45 AM Jisheng Zhang wrote: > So that we could use the generic "pwm" for two or more pins, e.g > > pwm0_pmux: pwm0-pmux { > groups = "PWM0", "PWM1"; > function = "pwm"; > }; > > Signed-off-by: Jisheng Zhang Patch applied.

[PATCH] pinctrl: berlin: as370: use generic "pwm" as pwm function name

2019-01-24 Thread Jisheng Zhang
So that we could use the generic "pwm" for two or more pins, e.g pwm0_pmux: pwm0-pmux { groups = "PWM0", "PWM1"; function = "pwm"; }; Signed-off-by: Jisheng Zhang --- drivers/pinctrl/berlin/pinctrl-as370.c | 58 +- 1 file c