From: <Christian.Gromm@microchip.com>
To: <nikita.yoush@cogentembedded.com>, <geert@linux-m68k.org>
Cc: <linux-kernel@vger.kernel.org>, <linux-staging@lists.linux.dev>,
<linux-renesas-soc@vger.kernel.org>, <magnus.damm@gmail.com>,
<robh+dt@kernel.org>, <devicetree@vger.kernel.org>,
<gregkh@linuxfoundation.org>
Subject: Re: [PATCH 3/3 v2] arm64: dts: renesas: add MOST device
Date: Thu, 13 Jan 2022 09:57:29 +0000 [thread overview]
Message-ID: <21e00765c8ed36d5c46f6c676b985836e7a713d8.camel@microchip.com> (raw)
In-Reply-To: <fccd00c9-ec44-9586-0df2-6e46568665c1@cogentembedded.com>
On Wed, 2022-01-12 at 11:56 +0300, Nikita Yushchenko wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> > > + reg = <0 0xec520000 0 0x800>;
> > > + interrupts = <GIC_SPI 384 IRQ_TYPE_LEVEL_HIGH>,
> > > + <GIC_SPI 385 IRQ_TYPE_LEVEL_HIGH>,
> > > + <GIC_SPI 386 IRQ_TYPE_LEVEL_HIGH>,
> > > + <GIC_SPI 387 IRQ_TYPE_LEVEL_HIGH>,
> > > + <GIC_SPI 388 IRQ_TYPE_LEVEL_HIGH>;
> >
> > What is the purpose of the various interrupts?
> > Perhaps you need interrupt-names?
> > The driver seems to use only the first two, which is strange, as
> > the second and third interrupt handle different channels.
>
> Maybe Christian Gromm (the original driver author) can comment here?
I am not the author of this driver module and I don't have
detailed knowledge about it. I'll get in touch with Andre
Edich <andre.edich@microchip.com> so he can comment on this.
thanks,
Chris
>
> As far as I understand:
> - interrupts are: mlb, ahb0, ahb1, ch0rx, ch1rx
> - of those, the first 3 are from dim2 itself, and the last two are from renesas-specific logic around dim2
> - in the interrupt assignment tables for gen3 SoCs, renesas documents all 5 interrupts, however in the
> mlb section, renesas mentions only mlb, ahb0 and ch0rx interrupts
> - moreover, renesas explicitly denies access dim2 registers responsible for channels 32..63 - which
> renders ahb1 interrupt useless; and renesas does not document any registers related to "async rx
> response" on channels 32..63 - which renders chrx1 interrupt useless
> - anyway, dim2 driver registers only 32 channels (for all use cases, not only for renesas), and thus
> uses only ahb0 interrupt
> - dim2 driver does not implement renesas-specific processing logic and thus does not use ch0rx interrupt
>
> I'm not sure how to proceed here.
> Is it better to define only two interrupts (mlb, ahb0) in device trees?
>
> Regarding 'interrupt-names' - dim2 driver currently uses platform_get_irq() and thus depends on numeric
> positions (mlb interrupt at index 0 and ahb0 interrupt at index 1). I'm not sure about current use cases
> of the driver other than with rcar-gen3, and if it is ok to use of_get_irq_byname() instead. And without
> using of_get_irq_byname(), interrupt-names looks somewhat useless.
>
> > But without any DT binding documentation
> > for this hardware block, this is hard to validate, and not yet ready for
> > upstream integration.
>
> Christian, are you going to provide DT binding documentation for dim2?
>
> Nikita
prev parent reply other threads:[~2022-01-13 9:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-26 8:25 [PATCH 0/3] Renesas R-Car Gen3: add support for MOST device Nikita Yushchenko
2021-12-26 8:25 ` [PATCH 1/3] staging: most: dim2: update renesas compatible string Nikita Yushchenko
2022-01-10 15:58 ` Geert Uytterhoeven
2021-12-26 8:25 ` [PATCH 2/3] staging: most: dim2: use consistent routine naming Nikita Yushchenko
2021-12-26 8:25 ` [PATCH 3/3] arm64: dts: renesas: add MOST device Nikita Yushchenko
2021-12-26 15:33 ` [PATCH 3/3 v2] " Nikita Yushchenko
2022-01-10 15:56 ` Geert Uytterhoeven
2022-01-12 8:56 ` Nikita Yushchenko
2022-01-12 10:15 ` Geert Uytterhoeven
2022-01-13 9:57 ` Christian.Gromm [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=21e00765c8ed36d5c46f6c676b985836e7a713d8.camel@microchip.com \
--to=christian.gromm@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=magnus.damm@gmail.com \
--cc=nikita.yoush@cogentembedded.com \
--cc=robh+dt@kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).