From: Jonathan Cameron <jic23@kernel.org>
To: Nishanth Menon <nm@ti.com>
Cc: Jason Kridner <jkridner@beagleboard.org>,
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: Sat, 4 Dec 2021 16:34:09 +0000 [thread overview]
Message-ID: <20211204163409.2a4fd5c5@jic23-huawei> (raw)
In-Reply-To: <20211130211628.3zxkixf6bu3mcfnx@brook>
On Tue, 30 Nov 2021 15:16:28 -0600
Nishanth Menon <nm@ti.com> wrote:
> 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 {
>
> [...]
>
> > };
> > };
Note this is perfectly reasonable detail to have in a cover letter but I agree
with Nishanth that it is too much for the patch description.
Given we have very little for counter so far this cycle, please +CC
gregkh@linuxfoundation.org on v2. That way we can be lazy and ask him to
queue it up directly if that makes sense at the time.
For background to this, as of last cycle I split the IIO and counter
pull requests for the first time.
Thanks,
Jonathan
> >
> > 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
> >
>
next prev parent reply other threads:[~2021-12-04 16:29 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
2021-12-04 16:34 ` Jonathan Cameron [this message]
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=20211204163409.2a4fd5c5@jic23-huawei \
--to=jic23@kernel.org \
--cc=jkridner@beagleboard.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--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