[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAF12kFt0017pq=6BFLtwrK6SBeuLVnPKnmTpsES4ka0gvbxn=Q@mail.gmail.com>
Date: Wed, 27 Apr 2022 15:53:44 +0800
From: Cixi Geng <gengcixi@...il.com>
To: Lee Jones <lee.jones@...aro.org>
Cc: Orson Zhai <orsonzhai@...il.com>,
"baolin.wang7@...il.com" <baolin.wang7@...il.com>,
Chunyan Zhang <zhang.lyra@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mfd: sprd: Add SC2730 PMIC to SPI device ID table
Lee Jones <lee.jones@...aro.org> 于2022年4月27日周三 15:37写道:
>
> On Wed, 27 Apr 2022, Cixi Geng wrote:
>
> > Lee Jones <lee.jones@...aro.org> 于2022年4月26日周二 22:44写道:
> > >
> > > On Mon, 25 Apr 2022, Cixi Geng wrote:
> > >
> > > > From: Cixi Geng <cixi.geng1@...soc.com>
> > > >
> > > > Add the SC2730 PMIC support for module autoloading
> > > > through SPI modalises.
> > > >
> > > > Signed-off-by: Cixi Geng <cixi.geng1@...soc.com>
> > > > ---
> > > > drivers/mfd/sprd-sc27xx-spi.c | 1 +
> > > > 1 file changed, 1 insertion(+)
> > > >
> > > > diff --git a/drivers/mfd/sprd-sc27xx-spi.c b/drivers/mfd/sprd-sc27xx-spi.c
> > > > index 55d2c31bdfb2..cf4f89114ae4 100644
> > > > --- a/drivers/mfd/sprd-sc27xx-spi.c
> > > > +++ b/drivers/mfd/sprd-sc27xx-spi.c
> > > > @@ -248,6 +248,7 @@ MODULE_DEVICE_TABLE(of, sprd_pmic_match);
> > > >
> > > > static const struct spi_device_id sprd_pmic_spi_ids[] = {
> > > > { .name = "sc2731", .driver_data = (unsigned long)&sc2731_data },
> > > > + { .name = "sc2730", .driver_data = (unsigned long)&sc2730_data },
> > >
> > > Nicer if these were ordered with the smallest number at the top.
> > I followed the order of struct of_device_id sprd_pmic_match[1],Do I need
> > adjust it as well?
> > [1].https://elixir.bootlin.com/linux/v5.18-rc4/source/drivers/mfd/sprd-sc27xx-spi.c#L242
>
> I've applied this patch for now.
>
> Could you please submit a follow-up changing both?
Thanks, a new patch to change the order send.
>
> --
> Lee Jones [李琼斯]
> Principal Technical Lead - Developer Services
> Linaro.org │ Open source software for Arm SoCs
> Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists