From: Nishanth Menon <nm@ti.com>
To: Jason Kridner <jkridner@beagleboard.org>
Cc: William Breathitt Gray <vilhelm.gray@gmail.com>,
<linux-iio@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] counter: ti-eqep: Enable for TDA4VM/J721E
Date: Tue, 30 Nov 2021 15:16:28 -0600 [thread overview]
Message-ID: <20211130211628.3zxkixf6bu3mcfnx@brook> (raw)
In-Reply-To: <20211130193346.678544-1-jkridner@beagleboard.org>
On 14:33-20211130, Jason Kridner wrote:
> Counter TI-EQEP was tested on TDA4VM/J721E SoC.
>
Thanks for doing this patch,
You could drop the example - This is an example which is probably
better addressed in Documentation/devicetree/bindings/counter/ti-eqep.yaml
or in the actual device tree for j721e itself.
Instead, I would suggest to keep the commit message short:
Enable TI-QEP for TI's K3 architecture as the driver is reusable
or something of that form.
The actual devicetree dts patch should be separate and posted once the
driver support is enabled.
> Overlay used for testing EQEP0 and EQEP1:
>
> &cbass_main {
> #address-cells = <2>;
> #size-cells = <2>;
>
> eqep0: qep@3200000 {
[...]
> };
> };
>
> Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
> ---
> drivers/counter/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/counter/Kconfig b/drivers/counter/Kconfig
> index 2de53ab0dd25..453490059c88 100644
> --- a/drivers/counter/Kconfig
> +++ b/drivers/counter/Kconfig
> @@ -51,7 +51,7 @@ config STM32_LPTIMER_CNT
>
> config TI_EQEP
> tristate "TI eQEP counter driver"
> - depends on (SOC_AM33XX || COMPILE_TEST)
> + depends on (SOC_AM33XX || ARCH_K3 || COMPILE_TEST)
> select REGMAP_MMIO
> help
> Select this option to enable the Texas Instruments Enhanced Quadrature
> --
> 2.30.2
>
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
next prev parent reply other threads:[~2021-11-30 21:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-30 19:33 [PATCH] counter: ti-eqep: Enable for TDA4VM/J721E Jason Kridner
2021-11-30 21:16 ` Nishanth Menon [this message]
2021-12-04 16:34 ` Jonathan Cameron
2021-12-04 1:46 ` William Breathitt Gray
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=20211130211628.3zxkixf6bu3mcfnx@brook \
--to=nm@ti.com \
--cc=jkridner@beagleboard.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vilhelm.gray@gmail.com \
/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