From: Matthias Kaehlcke <mka@chromium.org>
To: Doug Anderson <dianders@chromium.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Alan Stern" <stern@rowland.harvard.edu>,
"Rob Herring" <robh+dt@kernel.org>,
"Frank Rowand" <frowand.list@gmail.com>,
"Mathias Nyman" <mathias.nyman@intel.com>,
"Felipe Balbi" <balbi@kernel.org>,
"Will Deacon" <will@kernel.org>,
"Catalin Marinas" <catalin.marinas@arm.com>,
"Linux USB List" <linux-usb@vger.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>,
"Michal Simek" <michal.simek@xilinx.com>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Peter Chen" <peter.chen@kernel.org>,
"Bastien Nocera" <hadess@hadess.net>,
"Stephen Boyd" <swboyd@chromium.org>,
"Ravi Chandra Sadineni" <ravisadineni@chromium.org>,
"Anson Huang" <Anson.Huang@nxp.com>,
"Bjorn Andersson" <bjorn.andersson@linaro.org>,
"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>,
"Enric Balletbo i Serra" <enric.balletbo@collabora.com>,
"Guido Günther" <agx@sigxcpu.org>,
"Lad Prabhakar" <prabhakar.mahadev-lad.rj@bp.renesas.com>,
"Michael Walle" <michael@walle.cc>, "Nishanth Menon" <nm@ti.com>,
"Shawn Guo" <shawnguo@kernel.org>,
"Vinod Koul" <vkoul@kernel.org>,
"Linux ARM" <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v13 4/7] arm64: defconfig: Explicitly enable USB_XHCI_PLATFORM
Date: Mon, 19 Jul 2021 12:28:33 -0700 [thread overview]
Message-ID: <YPXSYXNNQISTQ7T1@google.com> (raw)
In-Reply-To: <CAD=FV=VgAZqQ=MqUeJuozwakRMR8_iS=3kdi-AoB_6VbarhtBw@mail.gmail.com>
On Mon, Jul 19, 2021 at 11:07:23AM -0700, Doug Anderson wrote:
> Hi,
>
> On Mon, Jul 19, 2021 at 8:58 AM Matthias Kaehlcke <mka@chromium.org> wrote:
> >
> > Will/Catalin,
> >
> > does this change looks good to you and could get an Acked-by?
> >
> > If so: would it be ok to land it through the USB tree with the
> > rest of the series? It seems a conflict would be relatively
> > unlikely.
>
> Officially I don't think you really need an Ack for most changes to
> this file. So says Will [1]:
>
> > although there are a few things I really care about
> > in defconfig (e.g. things like page size!), generally speaking we don't
> > need to Ack everything that changes in there.
Good to know, thanks!
> In case it helps, you can stick my Reviewed-by on there...
>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
Thanks
I figured the next step is actually a rebase due to a conflict in
v5.14-rc1, commit 8ae030c34dce ("arm64: defconfig: Enable renesas
usb xhci pci host controller") made changes in the same area of
the config.
next prev parent reply other threads:[~2021-07-19 21:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-23 18:41 [PATCH v13 0/7] usb: misc: Add onboard_usb_hub driver Matthias Kaehlcke
2021-06-23 18:41 ` [PATCH v13 1/7] dt-bindings: usb: Add binding for Realtek RTS5411 hub controller Matthias Kaehlcke
2021-06-23 18:41 ` [PATCH v13 2/7] usb: misc: Add onboard_usb_hub driver Matthias Kaehlcke
2021-06-23 18:41 ` [PATCH v13 3/7] of/platform: Add stubs for of_platform_device_create/destroy() Matthias Kaehlcke
2021-06-23 18:41 ` [PATCH v13 4/7] arm64: defconfig: Explicitly enable USB_XHCI_PLATFORM Matthias Kaehlcke
2021-07-19 15:58 ` Matthias Kaehlcke
2021-07-19 18:07 ` Doug Anderson
2021-07-19 19:28 ` Matthias Kaehlcke [this message]
2021-06-23 18:41 ` [PATCH v13 5/7] usb: Specify dependencies on USB_XHCI_PLATFORM with 'depends on' Matthias Kaehlcke
2021-06-23 18:41 ` [PATCH v13 6/7] usb: host: xhci-plat: Create platform device for onboard hubs in probe() Matthias Kaehlcke
2021-06-23 18:41 ` [PATCH v13 7/7] arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub Matthias Kaehlcke
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=YPXSYXNNQISTQ7T1@google.com \
--to=mka@chromium.org \
--cc=Anson.Huang@nxp.com \
--cc=agx@sigxcpu.org \
--cc=balbi@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=catalin.marinas@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=enric.balletbo@collabora.com \
--cc=frowand.list@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=hadess@hadess.net \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
--cc=michael@walle.cc \
--cc=michal.simek@xilinx.com \
--cc=nm@ti.com \
--cc=peter.chen@kernel.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=ravisadineni@chromium.org \
--cc=robh+dt@kernel.org \
--cc=shawnguo@kernel.org \
--cc=stern@rowland.harvard.edu \
--cc=swboyd@chromium.org \
--cc=vkoul@kernel.org \
--cc=will@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).