All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Marco Felsch <m.felsch@pengutronix.de>,
	Support Opensource <support.opensource@diasemi.com>,
	Rob Herring <robh+dt@kernel.org>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" 
	<devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	linux-aspeed <linux-aspeed@lists.ozlabs.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Sascha Hauer <kernel@pengutronix.de>
Subject: Re: [PATCH v3 0/6] DA9062 PMIC features
Date: Mon, 2 Dec 2019 12:04:42 +0000	[thread overview]
Message-ID: <20191202120442.GC14416@dell> (raw)
In-Reply-To: <CACRpkdaSmwORgetv7aZjtgk+2OchcvQR4SBjdWQ4KsRMHuUvSg@mail.gmail.com>

On Mon, 02 Dec 2019, Linus Walleij wrote:

> On Fri, Nov 29, 2019 at 6:25 PM Marco Felsch <m.felsch@pengutronix.de> wrote:
> 
> > this series address all comments made on [1]. Patch "gpio: add support
> > to get local gpio number" is splitted into:
> >  - "gpio: treewide rename gpio_chip_hwgpio to gpiod_to_offset"
> >  - "gpio: make gpiod_to_offset() available for other users"
> > Please check the discussion [1] for more information. You need to apply
> > [2] to test the new features.
> 
> I am very happy with the shape of patches (1) and (2).
> 
> I can apply these on an immutable branch and merge into the
> GPIO tree at v5.5-rc1 and offer to other subsystem maintainers
> to pull in so they can merge the rest of the patch series on
> top.
> 
> Alternatively I can merge all the patches into the GPIO tree.
> 
> I suppose this is not so much of a MFD business at this
> point so whatever the regulator maintainer prefers I suppose?

Acked-by: Lee Jones <lee.jones@linaro.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	Support Opensource <support.opensource@diasemi.com>,
	linux-aspeed <linux-aspeed@lists.ozlabs.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	Andrew Jeffery <andrew@aj.id.au>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Mark Brown <broonie@kernel.org>,
	Marco Felsch <m.felsch@pengutronix.de>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>, Joel Stanley <joel@jms.id.au>,
	Sascha Hauer <kernel@pengutronix.de>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3 0/6] DA9062 PMIC features
Date: Mon, 2 Dec 2019 12:04:42 +0000	[thread overview]
Message-ID: <20191202120442.GC14416@dell> (raw)
In-Reply-To: <CACRpkdaSmwORgetv7aZjtgk+2OchcvQR4SBjdWQ4KsRMHuUvSg@mail.gmail.com>

On Mon, 02 Dec 2019, Linus Walleij wrote:

> On Fri, Nov 29, 2019 at 6:25 PM Marco Felsch <m.felsch@pengutronix.de> wrote:
> 
> > this series address all comments made on [1]. Patch "gpio: add support
> > to get local gpio number" is splitted into:
> >  - "gpio: treewide rename gpio_chip_hwgpio to gpiod_to_offset"
> >  - "gpio: make gpiod_to_offset() available for other users"
> > Please check the discussion [1] for more information. You need to apply
> > [2] to test the new features.
> 
> I am very happy with the shape of patches (1) and (2).
> 
> I can apply these on an immutable branch and merge into the
> GPIO tree at v5.5-rc1 and offer to other subsystem maintainers
> to pull in so they can merge the rest of the patch series on
> top.
> 
> Alternatively I can merge all the patches into the GPIO tree.
> 
> I suppose this is not so much of a MFD business at this
> point so whatever the regulator maintainer prefers I suppose?

Acked-by: Lee Jones <lee.jones@linaro.org>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-12-02 12:04 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-29 17:25 [PATCH v3 0/6] DA9062 PMIC features Marco Felsch
2019-11-29 17:25 ` Marco Felsch
2019-11-29 17:25 ` [PATCH v3 1/6] gpio: treewide rename gpio_chip_hwgpio to gpiod_to_offset Marco Felsch
2019-11-29 17:25   ` Marco Felsch
2019-12-02  2:59   ` Andrew Jeffery
2019-12-02  2:59     ` Andrew Jeffery
2019-11-29 17:25 ` [PATCH v3 2/6] gpio: make gpiod_to_offset() available for other users Marco Felsch
2019-11-29 17:25   ` Marco Felsch
2019-12-02  3:00   ` Andrew Jeffery
2019-12-02  3:00     ` Andrew Jeffery
2019-11-29 17:25 ` [PATCH v3 3/6] dt-bindings: mfd: da9062: add regulator voltage selection documentation Marco Felsch
2019-11-29 17:25   ` Marco Felsch
2019-12-04 13:46   ` Mark Brown
2019-12-04 13:46     ` Mark Brown
2019-12-10  9:41     ` Marco Felsch
2019-12-10  9:41       ` Marco Felsch
2019-12-11 16:14       ` Adam Thomson
2019-12-11 16:14         ` Adam Thomson
2019-12-11 17:09         ` Marco Felsch
2019-12-11 17:09           ` Marco Felsch
2019-12-12 15:08           ` Linus Walleij
2019-12-12 15:08             ` Linus Walleij
2019-12-12 15:55             ` Marco Felsch
2019-12-12 15:55               ` Marco Felsch
2019-12-12 16:10           ` Mark Brown
2019-12-12 16:10             ` Mark Brown
2019-12-12 16:21             ` Marco Felsch
2019-12-12 16:21               ` Marco Felsch
2019-12-12 16:51               ` Mark Brown
2019-12-12 16:51                 ` Mark Brown
2019-12-16  8:55                 ` Marco Felsch
2019-12-16  8:55                   ` Marco Felsch
2019-12-16 11:44                   ` Mark Brown
2019-12-16 11:44                     ` Mark Brown
2019-12-17  7:35                     ` Marco Felsch
2019-12-17  7:35                       ` Marco Felsch
2019-12-17 12:58                       ` Mark Brown
2019-12-17 12:58                         ` Mark Brown
2020-01-07  8:36                         ` Marco Felsch
2020-01-07  8:36                           ` Marco Felsch
2020-01-07 13:09                           ` Mark Brown
2020-01-07 13:09                             ` Mark Brown
2020-01-07 13:38                             ` Marco Felsch
2020-01-07 13:38                               ` Marco Felsch
2020-01-14 15:43                               ` Mark Brown
2020-01-14 15:43                                 ` Mark Brown
2019-12-16 16:32                   ` Adam Thomson
2019-12-16 16:32                     ` Adam Thomson
2019-12-17  9:00                     ` Marco Felsch
2019-12-17  9:00                       ` Marco Felsch
2019-12-17  9:12                       ` Marco Felsch
2019-12-17  9:12                         ` Marco Felsch
2019-12-17  9:53                       ` Adam Thomson
2019-12-17  9:53                         ` Adam Thomson
2019-12-17 12:31                         ` Marco Felsch
2019-12-17 12:31                           ` Marco Felsch
2019-12-17 13:13                           ` Adam Thomson
2019-12-17 13:13                             ` Adam Thomson
2019-12-16 16:32                   ` Adam Thomson
2019-12-16 16:32                     ` Adam Thomson
2019-12-16 12:28               ` Linus Walleij
2019-12-16 12:28                 ` Linus Walleij
2019-11-29 17:25 ` [PATCH v3 4/6] regulator: da9062: add voltage selection gpio support Marco Felsch
2019-11-29 17:25   ` Marco Felsch
2019-11-29 17:25 ` [PATCH v3 5/6] dt-bindings: mfd: da9062: add regulator gpio enable/disable documentation Marco Felsch
2019-11-29 17:25   ` Marco Felsch
2019-12-13 22:23   ` Rob Herring
2019-12-13 22:23     ` Rob Herring
2019-12-16 16:31   ` Lee Jones
2019-12-16 16:31     ` Lee Jones
2019-11-29 17:25 ` [PATCH v3 6/6] regulator: da9062: add gpio based regulator dis-/enable support Marco Felsch
2019-11-29 17:25   ` Marco Felsch
2019-12-02 11:44 ` [PATCH v3 0/6] DA9062 PMIC features Linus Walleij
2019-12-02 11:44   ` Linus Walleij
2019-12-02 12:04   ` Lee Jones [this message]
2019-12-02 12:04     ` 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=20191202120442.GC14416@dell \
    --to=lee.jones@linaro.org \
    --cc=andrew@aj.id.au \
    --cc=bgolaszewski@baylibre.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=joel@jms.id.au \
    --cc=kernel@pengutronix.de \
    --cc=lgirdwood@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.felsch@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=support.opensource@diasemi.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 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.