From: Krzysztof Kozlowski <krzk@kernel.org>
To: Mubin Sayyed <mubin.sayyed@amd.com>,
robh+dt@kernel.org, treding@nvidia.com,
u.kleine-koenig@pengutronix.de, linux-pwm@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org, git@amd.com, michal.simek@amd.com,
siva.durga.prasad.paladugu@amd.com, mubin10@gmail.com
Subject: Re: [LINUX PATCH 3/3] pwm: pwm-cadence: Add support for TTC PWM
Date: Fri, 13 Jan 2023 09:13:01 +0100 [thread overview]
Message-ID: <a4bb91b5-a0c9-a81f-cdf8-7ce75552eacb@kernel.org> (raw)
In-Reply-To: <20230112071526.3035949-4-mubin.sayyed@amd.com>
On 12/01/2023 08:15, 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 const struct of_device_id ttc_pwm_of_match[] = {
> + { .compatible = "cdns,ttc"},
> + {},
> +};
> +MODULE_DEVICE_TABLE(of, ttc_pwm_of_match);
> +
> +static struct platform_driver ttc_pwm_driver = {
> + .probe = ttc_pwm_probe,
> + .remove = ttc_pwm_remove,
> + .driver = {
> + .name = "ttc-pwm",
> + .of_match_table = of_match_ptr(ttc_pwm_of_match),
This leads to warnings. Drop it or use maybe_unused.
Best regards,
Krzysztof
prev parent reply other threads:[~2023-01-13 8:14 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-12 7:15 [LINUX PATCH 0/3] Add initial support for TTC PWM driver Mubin Sayyed
2023-01-12 7:15 ` [LINUX PATCH 1/3] clocksource: timer-cadence-ttc: Do not probe TTC device configured as PWM Mubin Sayyed
2023-01-12 21:30 ` Uwe Kleine-König
2023-01-12 7:15 ` [LINUX PATCH 2/3] dt-bindings: timer: Update device tree bindings for cadence TTC PWM Mubin Sayyed
2023-01-12 10:10 ` Krzysztof Kozlowski
2023-01-12 7:15 ` [LINUX PATCH 3/3] pwm: pwm-cadence: Add support for " Mubin Sayyed
2023-01-12 17:57 ` kernel test robot
2023-01-12 21:25 ` Uwe Kleine-König
2023-01-17 9:58 ` Sayyed, Mubin
2023-01-17 11:27 ` Uwe Kleine-König
2023-01-17 12:55 ` Sayyed, Mubin
2023-01-17 14:05 ` Uwe Kleine-König
2023-01-13 8:13 ` Krzysztof Kozlowski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a4bb91b5-a0c9-a81f-cdf8-7ce75552eacb@kernel.org \
--to=krzk@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=git@amd.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=michal.simek@amd.com \
--cc=mubin.sayyed@amd.com \
--cc=mubin10@gmail.com \
--cc=robh+dt@kernel.org \
--cc=siva.durga.prasad.paladugu@amd.com \
--cc=treding@nvidia.com \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®