LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: "Richard Leitner" <richard.leitner@linux.dev>,
	"Tomer Maimon" <tmaimon77@gmail.com>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Heikki Krogerus" <heikki.krogerus@linux.intel.com>,
	"Justin Chen" <justinpopo6@gmail.com>,
	"Alim Akhtar" <alim.akhtar@samsung.com>,
	"Hongren Zheng" <i@zenithal.me>, "Zheng Wang" <zyytlz.wz@163.com>,
	"Gaosheng Cui" <cuigaosheng1@huawei.com>,
	"Jerome Brunet" <jbrunet@baylibre.com>,
	"Phil Edworthy" <phil.edworthy@renesas.com>,
	linux-samsung-soc@vger.kernel.org,
	"Aaro Koskinen" <aaro.koskinen@iki.fi>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Artur Bujdoso" <artur.bujdoso@gmail.com>,
	"Alan Stern" <stern@rowland.harvard.edu>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Cristian Birsan" <cristian.birsan@microchip.com>,
	linux-tegra@vger.kernel.org,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Souradeep Chowdhury" <quic_schowdhu@quicinc.com>,
	linux-omap@vger.kernel.org, "Andrew Jeffery" <andrew@aj.id.au>,
	"Neal Liu" <neal_liu@aspeedtech.com>,
	"Peter Chen" <peter.chen@kernel.org>,
	linux-usb@vger.kernel.org, kernel@pengutronix.de,
	"Claudiu Beznea" <claudiu.beznea@microchip.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	linux-aspeed@lists.ozlabs.org,
	"Prashanth K" <quic_prashk@quicinc.com>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Shuah Khan" <shuah@kernel.org>,
	"Jean Delvare" <jdelvare@suse.de>,
	"Piyush Mehta" <piyush.mehta@amd.com>,
	"Jim Lin" <jilin@nvidia.com>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	"Minas Harutyunyan" <hminas@synopsys.com>,
	"Haotien Hsu" <haotienh@nvidia.com>,
	"Colin Ian King" <colin.i.king@gmail.com>,
	"Kang Chen" <void0red@gmail.com>,
	"Mathias Nyman" <mathias.nyman@intel.com>,
	"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
	linux-arm-msm@vger.kernel.org,
	"Aswath Govindraju" <a-govindraju@ti.com>,
	"Haojian Zhuang" <haojian.zhuang@gmail.com>,
	"Roger Quadros" <rogerq@kernel.org>,
	"Biju Das" <biju.das.jz@bp.renesas.com>,
	linux-amlogic@lists.infradead.org,
	"Wayne Chang" <waynec@nvidia.com>,
	"Sing-Han Chen" <singhanc@nvidia.com>
Subject: Re: [PATCH 00/97] usb: Convert to platform remove callback returning void
Date: Sun, 28 May 2023 12:39:33 +0100	[thread overview]
Message-ID: <2023052838-sincerity-dwindle-3658@gregkh> (raw)
In-Reply-To: <2023052848-patronage-zen-de4b@gregkh>

On Sun, May 28, 2023 at 12:37:17PM +0100, Greg Kroah-Hartman wrote:
> On Thu, May 18, 2023 at 01:01:02AM +0200, Uwe Kleine-König wrote:
> > Hello,
> > 
> > this series convers the drivers below drivers/usb to the .remove_new()
> > callback of struct platform_driver(). The motivation is to make the
> > remove callback less prone for errors and wrong assumptions. See commit
> > 5c5a7680e67b ("platform: Provide a remove callback that returns no
> > value") for a more detailed rationale.
> > 
> > All drivers converted here already returned zero unconditionally in their
> > .remove() callback, so converting them to .remove_new() is trivial.
> 
> All but 2 patches applied, as one was for a driver that wasn't in the
> tree anymore, and the dwc2 patch didn't apply at all.

Oops, the xhci patches broke the build so I dropped them too.  Please
regenerate the series against the next linux-next that has these in
them and resend the remaining bits.

thanks,

greg k-h

      reply	other threads:[~2023-05-28 12:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 23:01 [PATCH 00/97] usb: Convert to platform remove callback returning void Uwe Kleine-König
2023-05-17 23:01 ` [PATCH 30/97] usb: gadget/fsl_qe_udc: " Uwe Kleine-König
2023-05-28 11:37 ` [PATCH 00/97] usb: " Greg Kroah-Hartman
2023-05-28 11:39   ` Greg Kroah-Hartman [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=2023052838-sincerity-dwindle-3658@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=a-govindraju@ti.com \
    --cc=aaro.koskinen@iki.fi \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alim.akhtar@samsung.com \
    --cc=andrew@aj.id.au \
    --cc=artur.bujdoso@gmail.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=colin.i.king@gmail.com \
    --cc=cristian.birsan@microchip.com \
    --cc=cuigaosheng1@huawei.com \
    --cc=geert+renesas@glider.be \
    --cc=haojian.zhuang@gmail.com \
    --cc=haotienh@nvidia.com \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=hminas@synopsys.com \
    --cc=i@zenithal.me \
    --cc=jbrunet@baylibre.com \
    --cc=jdelvare@suse.de \
    --cc=jilin@nvidia.com \
    --cc=jonathanh@nvidia.com \
    --cc=justinpopo6@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=khilman@baylibre.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=mathias.nyman@intel.com \
    --cc=neal_liu@aspeedtech.com \
    --cc=peter.chen@kernel.org \
    --cc=phil.edworthy@renesas.com \
    --cc=piyush.mehta@amd.com \
    --cc=quic_prashk@quicinc.com \
    --cc=quic_schowdhu@quicinc.com \
    --cc=richard.leitner@linux.dev \
    --cc=rogerq@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shuah@kernel.org \
    --cc=singhanc@nvidia.com \
    --cc=stern@rowland.harvard.edu \
    --cc=thierry.reding@gmail.com \
    --cc=tmaimon77@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=void0red@gmail.com \
    --cc=waynec@nvidia.com \
    --cc=zyytlz.wz@163.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