All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Keerthy <a0393675@ti.com>
Cc: Keerthy <j-keerthy@ti.com>,
	broonie@kernel.org, linus.walleij@linaro.org,
	linux-omap@vger.kernel.org, robh+dt@kernel.org,
	linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window
Date: Wed, 31 Aug 2016 16:21:09 +0100	[thread overview]
Message-ID: <20160831152109.GQ9415@dell> (raw)
In-Reply-To: <8e1378ce-b757-39f9-7c36-707f2d9db21e@ti.com>

On Wed, 31 Aug 2016, Keerthy wrote:

> On Wednesday 31 August 2016 05:54 PM, Lee Jones wrote:
> > Enjoy!
> 
> Thanks! Just curious to know where to pull the below patch from:
> 
> https://patchwork.kernel.org/patch/9266665/
> 
> I checked in couple of other branches in your tree could not find the above
> patch.

The name has changed.  Pull my MFD branch and look for:

  ea7f225 Documentation: mfd: Add DT bindings for the LP873X

> > The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:
> > 
> >   Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-regulator-v4.9
> > 
> > for you to fetch changes up to f618ed218dc01207882a8f02b1310c7daaf5156a:
> > 
> >   regulator: lp873x: Change the MFD config option as per latest naming (2016-08-31 13:20:44 +0100)
> > 
> > ----------------------------------------------------------------
> > Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window
> > 
> > ----------------------------------------------------------------
> > Keerthy (3):
> >       mfd: lp873x: Add lp873x PMIC support
> >       gpio: lp873x: Add support for General Purpose Outputs
> >       regulator: lp873x: Change the MFD config option as per latest naming
> > 
> >  drivers/gpio/Kconfig       |  10 ++
> >  drivers/gpio/Makefile      |   1 +
> >  drivers/gpio/gpio-lp873x.c | 193 ++++++++++++++++++++++++++++++++
> >  drivers/mfd/Kconfig        |  14 +++
> >  drivers/mfd/Makefile       |   2 +
> >  drivers/mfd/lp873x.c       |  99 +++++++++++++++++
> >  drivers/regulator/Kconfig  |   2 +-
> >  include/linux/mfd/lp873x.h | 269 +++++++++++++++++++++++++++++++++++++++++++++
> >  8 files changed, 589 insertions(+), 1 deletion(-)
> >  create mode 100644 drivers/gpio/gpio-lp873x.c
> >  create mode 100644 drivers/mfd/lp873x.c
> >  create mode 100644 include/linux/mfd/lp873x.h
> > 

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2016-08-31 15:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-31  8:58 [PATCH v9 0/3] mfd: lp873x: Add lp873x PMIC support Keerthy
2016-08-31  8:58 ` Keerthy
2016-08-31  8:58 ` [PATCH v9 1/3] " Keerthy
2016-08-31  8:58   ` Keerthy
     [not found]   ` <1472633892-8261-2-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2016-08-31 12:18     ` Lee Jones
2016-08-31 12:18       ` Lee Jones
2016-08-31  8:58 ` [PATCH v9 2/3] gpio: lp873x: Add support for General Purpose Outputs Keerthy
2016-08-31  8:58   ` Keerthy
2016-08-31  8:58 ` [PATCH v9 3/3] regulator: lp873x: Change the MFD config option as per latest naming Keerthy
2016-08-31  8:58   ` Keerthy
2016-08-31 12:24 ` [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window Lee Jones
2016-08-31 12:50   ` Keerthy
2016-08-31 12:50     ` Keerthy
2016-08-31 15:21     ` Lee Jones [this message]
2016-09-07 20:03   ` Linus Walleij
     [not found]     ` <CACRpkdbfOdaouKEooLsGRYXhbwkjfNoTXTqunumF4bOPjOUD4w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-09-08  7:26       ` Lee Jones
2016-09-08  7:26         ` Lee Jones
2016-09-09 12:11         ` Mark Brown
2016-09-09 12:11           ` Mark Brown
2016-09-12  9:18           ` Lee Jones
2016-09-13  8:32     ` Linus Walleij

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=20160831152109.GQ9415@dell \
    --to=lee.jones@linaro.org \
    --cc=a0393675@ti.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=j-keerthy@ti.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=robh+dt@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.