From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Jiri Slaby <jirislaby@kernel.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Magnus Damm <magnus.damm@gmail.com>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-serial@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH v4 0/5] Add SCIF support for Renesas RZ/V2H(P) SoC
Date: Tue, 4 Jun 2024 14:41:49 +0100 [thread overview]
Message-ID: <CA+V-a8sJ2o3HckW_YdwAraihXuDtnsqguHd8msKFe12BhCCy=g@mail.gmail.com> (raw)
In-Reply-To: <2024060426-radiance-reappear-c77a@gregkh>
Hi Greg,
On Tue, Jun 4, 2024 at 1:06 PM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Wed, May 29, 2024 at 09:42:50AM +0200, Greg Kroah-Hartman wrote:
> > On Wed, May 29, 2024 at 07:15:23AM +0100, Lad, Prabhakar wrote:
> > > Hi Greg,
> > >
> > > On Fri, Mar 22, 2024 at 2:45 PM Prabhakar <prabhakar.csengg@gmail.com> wrote:
> > > >
> > > > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > > >
> > > > Hi All,
> > > >
> > > > This patch series updates DT binding doc and scif driver to add support
> > > > for the Renesas RZ/V2H(P) SoC. RZ/V2H(P) SoC supports one channel SCIF
> > > > interface.
> > > >
> > > > v3->v4
> > > > - patch 2/4 reverted back to version 2
> > > > - new patch 3/5 added
> > > > - Added new reg type for RZ/V2H
> > > >
> > > > v2->v3
> > > > - Included DT validation patches
> > > > - Added a new compat string for RZ/V2H(P) SoC
> > > > - Added driver changes for RZ/V2H(P) SoC
> > > > - Listed interrupts and interrupt-names for every SoC in if check
> > > >
> > > > Cheers,
> > > > Prabhakar
> > > >
> > > > Lad Prabhakar (5):
> > > > dt-bindings: serial: renesas,scif: Move ref for serial.yaml at the end
> > > > dt-bindings: serial: renesas,scif: Validate 'interrupts' and
> > > > 'interrupt-names'
> > > > dt-bindings: serial: renesas,scif: Make 'interrupt-names' property as
> > > > required
> > > > dt-bindings: serial: Add documentation for Renesas RZ/V2H(P)
> > > > (R9A09G057) SCIF support
> > > > serial: sh-sci: Add support for RZ/V2H(P) SoC
> > > >
> > > Gentle ping.
> >
> > It is only 3 days since the merge window ended, please be patient for
> > maintainers to catch up with their pending review queue. Especially for
> > non-bugfixes like these that will be included in the 6.11-rc1 release,
> > there is not any rush here for anyone just yet.
> >
> > For example, my todo queue currently has 1458 emails to process in it,
> > this thread is somewhere in the middle.
> >
> > In the meantime, please help review other pending patches for the
> > subsystem to help enable your patches to move toward the top of the
> > queue.
>
> And this patch series does not even apply, so how could it be accepted?
>
Oops I'll rebase the changes now.
> Please fix and resend with the proper reviews added.
>
Sure will do.
Cheers,
Prabhakar
prev parent reply other threads:[~2024-06-04 13:42 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-22 14:43 [PATCH v4 0/5] Add SCIF support for Renesas RZ/V2H(P) SoC Prabhakar
2024-03-22 14:43 ` [PATCH v4 1/5] dt-bindings: serial: renesas,scif: Move ref for serial.yaml at the end Prabhakar
2024-03-22 14:43 ` [PATCH v4 2/5] dt-bindings: serial: renesas,scif: Validate 'interrupts' and 'interrupt-names' Prabhakar
2024-03-22 18:38 ` Conor Dooley
2024-03-25 16:21 ` Biju Das
2024-03-26 8:02 ` Geert Uytterhoeven
2024-03-26 8:08 ` Biju Das
2024-03-26 8:31 ` Lad, Prabhakar
2024-03-26 8:29 ` Lad, Prabhakar
2024-03-26 8:46 ` Biju Das
2024-03-22 14:43 ` [PATCH v4 3/5] dt-bindings: serial: renesas,scif: Make 'interrupt-names' property as required Prabhakar
2024-03-22 18:40 ` Conor Dooley
2024-04-17 14:51 ` Geert Uytterhoeven
2024-03-22 14:43 ` [PATCH v4 4/5] dt-bindings: serial: Add documentation for Renesas RZ/V2H(P) (R9A09G057) SCIF support Prabhakar
2024-03-22 18:41 ` Conor Dooley
2024-04-17 14:57 ` Geert Uytterhoeven
2024-03-22 14:43 ` [PATCH v4 5/5] serial: sh-sci: Add support for RZ/V2H(P) SoC Prabhakar
2024-04-17 15:04 ` Geert Uytterhoeven
2024-05-29 6:15 ` [PATCH v4 0/5] Add SCIF support for Renesas " Lad, Prabhakar
2024-05-29 7:42 ` Greg Kroah-Hartman
2024-06-04 12:03 ` Greg Kroah-Hartman
2024-06-04 13:41 ` Lad, Prabhakar [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='CA+V-a8sJ2o3HckW_YdwAraihXuDtnsqguHd8msKFe12BhCCy=g@mail.gmail.com' \
--to=prabhakar.csengg@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabrizio.castro.jz@renesas.com \
--cc=geert+renesas@glider.be \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.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).