linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aisheng Dong <aisheng.dong@nxp.com>
To: Anson Huang <anson.huang@nxp.com>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>
Cc: Russell King <linux@armlinux.org.uk>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	"oleksandr.suvorov@toradex.com" <oleksandr.suvorov@toradex.com>,
	"linus.walleij@linaro.org" <linus.walleij@linaro.org>,
	Sascha Hauer <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Peng Fan <peng.fan@nxp.com>,
	Andreas Kemnade <andreas@kemnade.info>,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	Olof Johansson <olof@lixom.net>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	"prabhakar.mahadev-lad.rj@bp.renesas.com" 
	<prabhakar.mahadev-lad.rj@bp.renesas.com>,
	Lubomir Rintel <lkundrak@v3.sk>, Joel Stanley <joel@jms.id.au>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Leo Li <leoyang.li@nxp.com>, Vinod Koul <vkoul@kernel.org>,
	Michael Walle <michael@walle.cc>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	dl-linux-imx <linux-imx@nxp.com>
Subject: RE: [PATCH V3 1/4] gpio: mxc: Support module build
Date: Tue, 13 Oct 2020 13:04:49 +0000	[thread overview]
Message-ID: <AM6PR04MB49664C2695E5C428F04CE92180040@AM6PR04MB4966.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <DB3PR0402MB3916B06402B0C4D07325F61FF5070@DB3PR0402MB3916.eurprd04.prod.outlook.com>

Hi Shawn,

> From: Anson Huang <anson.huang@nxp.com>
> Sent: Monday, October 12, 2020 7:36 PM
> 
> Hi, Shawn
> 
> > Subject: Re: [PATCH V3 1/4] gpio: mxc: Support module build
> >
> > On Thu, Sep 17, 2020 at 7:40 AM Anson Huang <Anson.Huang@nxp.com>
> > wrote:
> >
> > > Change config to tristate, add module device table, module author,
> > > description and license to support module build for i.MX GPIO driver.
> > >
> > > As this is a SoC GPIO module, it provides common functions for most
> > > of the peripheral devices, such as GPIO pins control, secondary
> > > interrupt controller for GPIO pins IRQ etc., without GPIO driver,
> > > most of the peripheral devices will NOT work properly, so GPIO
> > > module is similar with clock, pinctrl driver that should be loaded
> > > ONCE and never unloaded.
> > >
> > > Since MXC GPIO driver needs to have init function to register
> > > syscore ops once, here still use subsys_initcall(), NOT
> module_platform_driver().
> > >
> > > Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> >
> > This patch (1) applied to the GPIO tree.
> > Please apply the rest through the ARM SoC tree!
> >
> 
> Could you please help pick the rest patch of this series? Otherwise, the i.MX
> GPIO driver will NOT be enabled by default and it will block kernel boot.

This blocked a huge number of i.MX boards booting with latest linux-next kernel.
Would you help pick it ASAP?

Regards
Aisheng

> 
> Thanks,
> Anson


  reply	other threads:[~2020-10-13 13:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17  5:33 [PATCH V3 1/4] gpio: mxc: Support module build Anson Huang
2020-09-17  5:33 ` [PATCH V3 2/4] arm64: defconfig: Build in CONFIG_GPIO_MXC by default Anson Huang
2020-10-26  7:50   ` Shawn Guo
2020-09-17  5:33 ` [PATCH V3 3/4] ARM: imx_v6_v7_defconfig: " Anson Huang
2020-09-17  5:33 ` [PATCH V3 4/4] ARM: multi_v7_defconfig: " Anson Huang
2020-09-29 13:05 ` [PATCH V3 1/4] gpio: mxc: Support module build Linus Walleij
2020-10-12 11:35   ` Anson Huang
2020-10-13 13:04     ` Aisheng Dong [this message]
2020-10-11 19:03 ` Guenter Roeck

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=AM6PR04MB49664C2695E5C428F04CE92180040@AM6PR04MB4966.eurprd04.prod.outlook.com \
    --to=aisheng.dong@nxp.com \
    --cc=andreas@kemnade.info \
    --cc=anson.huang@nxp.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=festevam@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=joel@jms.id.au \
    --cc=kernel@pengutronix.de \
    --cc=krzk@kernel.org \
    --cc=leoyang.li@nxp.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=lkundrak@v3.sk \
    --cc=michael@walle.cc \
    --cc=oleksandr.suvorov@toradex.com \
    --cc=olof@lixom.net \
    --cc=peng.fan@nxp.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.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).