On Sat, May 25, 2019 at 8:11 PM Martin Blumenstingl <martin.blumensti...@googlemail.com> wrote: [...] > @@ -509,18 +509,13 @@ static int meson_pwm_probe(struct platform_device *pdev) > meson->chip.dev = &pdev->dev; > meson->chip.ops = &meson_pwm_ops; > meson->chip.base = -1; > - meson->chip.npwm = 2; > + meson->chip.npwm = MESON_NUM_PWM; I messed this up during rebase, the macro name is actually MESON_NUM_PWMS I'll re-send a fix so these patches can be bisected cleanly (patch 8 fixes this typo accidentally)
- [PATCH 00/14] pwm-meson: cleanups and improvements Martin Blumenstingl
- [PATCH 05/14] pwm: meson: don't duplicate the pol... Martin Blumenstingl
- Re: [PATCH 05/14] pwm: meson: don't duplicate... Neil Armstrong
- [PATCH 07/14] pwm: meson: add the meson_pwm_chann... Martin Blumenstingl
- Re: [PATCH 07/14] pwm: meson: add the meson_p... Neil Armstrong
- Re: [PATCH 07/14] pwm: meson: add the meson_p... Martin Blumenstingl
- [PATCH 08/14] pwm: meson: add the per-channel reg... Martin Blumenstingl
- Re: [PATCH 08/14] pwm: meson: add the per-cha... Neil Armstrong
- Re: [PATCH 08/14] pwm: meson: add the per... Martin Blumenstingl
- Re: [PATCH 08/14] pwm: meson: add the... Neil Armstrong
- [PATCH 02/14] pwm: meson: use devm_clk_get_option... Martin Blumenstingl
- Re: [PATCH 02/14] pwm: meson: use devm_clk_ge... Neil Armstrong
- [PATCH 12/14] pwm: meson: don't cache struct pwm_... Martin Blumenstingl
- Re: [PATCH 12/14] pwm: meson: don't cache str... Neil Armstrong
- [PATCH 14/14] pwm: meson: add documentation to th... Martin Blumenstingl
- Re: [PATCH 14/14] pwm: meson: add documentati... Neil Armstrong