Re: [RFC PATCH v2 4/6] arm64: dts: pwm: replace flag 0 with PWM_NOFLAGS

From: Krzysztof Kozlowski
Date: Thu Apr 09 2020 - 08:14:43 EST


On Sun, Apr 05, 2020 at 10:22:44PM +0300, Oleksandr Suvorov wrote:
> The raw value '0' in the 3rd cell of the "pwms" property means there are
> no flags to be set.
>
> This patch converts '0' flag into PWM_NOFLAGS.
>
> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@xxxxxxxxxxx>
> ---
>
> Changes in v2:
> - Use PWM_NOFLAGS instead of PWM_POLARITY_NORMAL to avoid possible
> conflict with enum pwm_polarity in <linux/pwm.h>. Also, this name
> reflects the sense of this value more precisely.
>
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts | 2 +-
> arch/arm64/boot/dts/allwinner/sun50i-a64-teres-i.dts | 2 +-
> arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 1 +
> arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 1 +
> arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts | 5 +++--
> arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts | 2 +-
> arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | 5 +++--
> arch/arm64/boot/dts/amlogic/meson-g12b-khadas-vim3.dtsi | 4 ++--
> arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts | 4 ++--
> arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts | 7 ++++---
> arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 1 +
> arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-gxl-s805x-p241.dts | 3 ++-
> .../boot/dts/amlogic/meson-gxl-s905x-hwacom-amazetv.dts | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts | 2 +-
> .../arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 5 +++--
> arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts | 3 ++-
> arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 4 +++-
> arch/arm64/boot/dts/amlogic/meson-sm1-khadas-vim3l.dts | 2 +-
> arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 7 ++++---
> arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 3 ++-

I understand you are going to push it through arm-soc, so:
For Exynos:
Acked-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

Otherwise if you expect individual maintainers to pick it up, please
split per architecture.

Best regards,
Krzysztof