[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <98044f53-7c9c-4e3b-a6f4-c65516e3738d@linaro.org>
Date: Fri, 24 Nov 2023 12:34:47 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Mubin Sayyed <mubin.sayyed@....com>,
krzysztof.kozlowski+dt@...aro.org, u.kleine-koenig@...gutronix.de,
thierry.reding@...il.com, robh+dt@...nel.org, conor+dt@...nel.org,
tglx@...utronix.de, daniel.lezcano@...aro.org, michal.simek@....com
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, linux-pwm@...r.kernel.org, git@....com,
mubin10@...il.com
Subject: Re: [LINUX PATCH v2 3/3] pwm: pwm-cadence: Add support for TTC PWM
On 14/11/2023 13:47, Mubin Sayyed wrote:
> Cadence TTC timer can be configured as clocksource/clockevent
> or PWM device. Specific TTC device would be configured as PWM
> device, if pwm-cells property is present in the device tree
> node.
>
...
> +
> +static struct platform_driver ttc_pwm_driver = {
> + .probe = ttc_pwm_probe,
> + .remove_new = ttc_pwm_remove,
> + .driver = {
> + .name = "ttc-pwm",
> + .of_match_table = of_match_ptr(ttc_pwm_of_match),
Drop of_match_ptr(), you will have here warnings.
Best regards,
Krzysztof
Powered by blists - more mailing lists