public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Baolin Wang <baolin.wang7@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>, Mark Brown <broonie@kernel.org>,
	Orson Zhai <orsonzhai@gmail.com>,
	Chunyan Zhang <zhang.lyra@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3] mfd: syscon: Add Spreadtrum physical regmap bus support
Date: Mon, 27 Apr 2020 10:05:18 +0100	[thread overview]
Message-ID: <20200427090518.GG3559@dell> (raw)
In-Reply-To: <CADBw62rJ8VYTgnW_3q4=TkCyZx2B1DHsG+oOmiph8FLsukUROQ@mail.gmail.com>

On Mon, 27 Apr 2020, Baolin Wang wrote:

> Hi Arnd and Lee,
> 
> On Tue, Apr 21, 2020 at 10:13 PM Baolin Wang <baolin.wang7@gmail.com> wrote:
> >
> > Some platforms such as Spreadtrum platform, define a special method to
> > update bits of the registers instead of read-modify-write, which means
> > we should use a physical regmap bus to define the reg_update_bits()
> > operation instead of the MMIO regmap bus. Thus we can register a new
> > physical regmap bus into syscon core to support this.
> >
> > Signed-off-by: Baolin Wang <baolin.wang7@gmail.com>
> 
> Do you have any comments for this patch? Thanks.

Yes.  I'm not accepting it, sorry.

I'd rather you duplicate the things you need from of_syscon_register()
in your own driver than taint this one.

> > ---
> > Changes from v2:
> >  - Fix building errors without enabling CONFIG_ARCH_SPRD.
> >
> > Changes from v1:
> >  - Add WARN_ONCE() for seting bits and clearing bits at the same time.
> >  - Remove the Spreadtrum SoC syscon driver, instead moving the regmap_bus
> >  instance into syscon.c driver.
> >
> > Changes from RFC v2:
> >  - Drop regmap change, which was applied by Mark.
> >  - Add more information about how to use set/clear.
> >  - Add checking to ensure the platform is compatible with
> >  using a new physical regmap bus.
> >
> > Changes from RFC v1:
> >  - Add new helper to registers a physical regmap bus instead of
> >  using the MMIO bus.
> > ---
> >  drivers/mfd/syscon.c | 83 ++++++++++++++++++++++++++++++++++++++++++--
> >  1 file changed, 81 insertions(+), 2 deletions(-)

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2020-04-27  9:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-21 14:13 [PATCH v3] mfd: syscon: Add Spreadtrum physical regmap bus support Baolin Wang
2020-04-27  7:23 ` Baolin Wang
2020-04-27  9:05   ` Lee Jones [this message]
2020-04-28  7:06     ` Baolin Wang
2020-04-28  7:14       ` Lee Jones
2020-04-28  8:09         ` Baolin Wang
2020-04-28  8:19           ` Lee Jones
2020-04-28  8:41             ` Baolin Wang
2020-05-04  8:21               ` Baolin Wang
2020-05-19 10:35                 ` Lee Jones
2020-05-19 13:10                   ` Baolin Wang

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=20200427090518.GG3559@dell \
    --to=lee.jones@linaro.org \
    --cc=arnd@arndb.de \
    --cc=baolin.wang7@gmail.com \
    --cc=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=orsonzhai@gmail.com \
    --cc=zhang.lyra@gmail.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