All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vaittinen, Matti" <Matti.Vaittinen@fi.rohmeurope.com>
To: "lee.jones@linaro.org" <lee.jones@linaro.org>
Cc: "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-rtc@vger.kernel.org" <linux-rtc@vger.kernel.org>,
	"a.zummo@towertech.it" <a.zummo@towertech.it>,
	"broonie@kernel.org" <broonie@kernel.org>,
	"sboyd@kernel.org" <sboyd@kernel.org>,
	"linus.walleij@linaro.org" <linus.walleij@linaro.org>,
	"bgolaszewski@baylibre.com" <bgolaszewski@baylibre.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	linux-power <linux-power@fi.rohmeurope.com>,
	"alexandre.belloni@bootlin.com" <alexandre.belloni@bootlin.com>,
	"lgirdwood@gmail.com" <lgirdwood@gmail.com>,
	"mturquette@baylibre.com" <mturquette@baylibre.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>
Subject: Re: [GIT PULL] Immutable branch between MFD, Clock, GPIO, Regulator and RTC due for the v5.13 merge window
Date: Wed, 14 Apr 2021 17:09:53 +0000	[thread overview]
Message-ID: <43131cbebdd04a3abc51e05de5170c583006e2d2.camel@fi.rohmeurope.com> (raw)
In-Reply-To: <20210414145345.GO4869@dell>

Hello Lee, Mark, Stephen, Linus, Alexandre,

On Wed, 2021-04-14 at 15:53 +0100, Lee Jones wrote:
> On Wed, 14 Apr 2021, Lee Jones wrote:
> 
> > Please note that this PR will break your build unless you have the
> > required Regulator API update.
> > 
> >  fb8fee9efdcf0 regulator: Add regmap helper for ramp-delay setting
> >  e3baacf542756 regulator: helpers: Export helper voltage listing
> 
> Looks like Mark has these:
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
> regulator-list-ramp-helpers
>  
> > Pull at your peril! :)
> > 
> > The following changes since commit
> > a38fd8748464831584a19438cbb3082b5a2dab15:
> > 
> >   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
> > tags/ib-mfd-clk-gpio-regulator-rtc-v5.13
> > 
> > for you to fetch changes up to
> > 5a8a64d9a38b9d3794f9f5e153fc0358b858cc24:
> > 
> >   MAINTAINERS: Add ROHM BD71815AGW (2021-04-14 10:21:43 +0100)
> > 
> > ----------------------------------------------------------------
> > Immutable branch between MFD, Clock, GPIO, Regulator and RTC due
> > for the v5.13 merge window
> > 
> > ----------------------------------------------------------------
> > Matti Vaittinen (16):
> >       rtc: bd70528: Do not require parent data
> >       mfd: bd718x7: simplify by cleaning unnecessary device data
> >       dt_bindings: bd71828: Add clock output mode
> >       dt_bindings: regulator: Add ROHM BD71815 PMIC regulators
> >       dt_bindings: mfd: Add ROHM BD71815 PMIC
> >       mfd: Add ROHM BD71815 ID
> >       mfd: Sort ROHM chip ID list for better readability
> >       mfd: Support for ROHM BD71815 PMIC core
> >       gpio: Support ROHM BD71815 GPOs
> >       regulator: rohm-regulator: linear voltage support
> >       regulator: rohm-regulator: Support SNVS HW state.
> >       regulator: bd718x7, bd71828: Use ramp-delay helper
> >       regulator: Support ROHM BD71815 regulators
> >       clk: bd718x7: Add support for clk gate on ROHM BD71815 PMIC
> >       rtc: bd70528: Support RTC on ROHM BD71815
> >       MAINTAINERS: Add ROHM BD71815AGW

I think the original idea was that Lee could get the Tag from Mark and
then get all the changes in via MFD tree. I can't say what would be the
best way to get these in. I'm open to all suggestions :)

Best Regards
	Matti Vaittinen



  reply	other threads:[~2021-04-14 17:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-05 11:40 [PATCH v6 00/16] Support ROHM BD71815 PMIC Matti Vaittinen
2021-04-05 11:40 ` [PATCH v6 01/16] rtc: bd70528: Do not require parent data Matti Vaittinen
2021-04-05 11:40 ` [PATCH v6 02/16] mfd: bd718x7: simplify by cleaning unnecessary device data Matti Vaittinen
2021-04-05 11:41 ` [PATCH v6 03/16] dt_bindings: bd71828: Add clock output mode Matti Vaittinen
2021-04-05 11:41 ` [PATCH v6 04/16] dt_bindings: regulator: Add ROHM BD71815 PMIC regulators Matti Vaittinen
2021-04-05 11:41 ` [PATCH v6 05/16] dt_bindings: mfd: Add ROHM BD71815 PMIC Matti Vaittinen
2021-04-05 11:42 ` [PATCH v6 06/16] mfd: Add ROHM BD71815 ID Matti Vaittinen
2021-04-05 11:42 ` [PATCH v6 07/16] mfd: Sort ROHM chip ID list for better readability Matti Vaittinen
2021-04-05 11:42 ` [PATCH v6 08/16] mfd: Support for ROHM BD71815 PMIC core Matti Vaittinen
2021-04-05 11:43 ` [PATCH v6 09/16] gpio: support ROHM BD71815 GPOs Matti Vaittinen
2021-04-05 11:43 ` [PATCH v6 10/16] regulator: rohm-regulator: linear voltage support Matti Vaittinen
2021-04-05 11:43 ` [PATCH v6 11/16] regulator: rohm-regulator: Support SNVS HW state Matti Vaittinen
2021-04-05 11:44 ` [PATCH v6 12/16] regulator: bd718x7, bd71828: Use ramp-delay helper Matti Vaittinen
2021-04-05 11:44 ` [PATCH v6 13/16] regulator: Support ROHM BD71815 regulators Matti Vaittinen
2021-04-05 11:44 ` [PATCH v6 14/16] clk: bd718x7: Add support for clk gate on ROHM BD71815 PMIC Matti Vaittinen
2021-04-05 11:44 ` [PATCH v6 15/16] rtc: bd70528: Support RTC on ROHM BD71815 Matti Vaittinen
2021-04-05 11:45 ` [PATCH v6 16/16] MAINTAINERS: Add ROHM BD71815AGW Matti Vaittinen
2021-04-14 13:11 ` [GIT PULL] Immutable branch between MFD, Clock, GPIO, Regulator and RTC due for the v5.13 merge window Lee Jones
2021-04-14 14:53   ` Lee Jones
2021-04-14 17:09     ` Vaittinen, Matti [this message]
2021-04-14 17:15       ` Lee Jones

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=43131cbebdd04a3abc51e05de5170c583006e2d2.camel@fi.rohmeurope.com \
    --to=matti.vaittinen@fi.rohmeurope.com \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-power@fi.rohmeurope.com \
    --cc=linux-rtc@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.