All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: sboyd@kernel.org, mturquette@baylibre.com, robh+dt@kernel.org,
	mark.rutland@arm.com, linus.walleij@linaro.org,
	linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org,
	patches@opensource.cirrus.com, devicetree@vger.kernel.org
Subject: Re: [PATCH v7 4/6] mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
Date: Thu, 7 Feb 2019 10:45:36 +0000	[thread overview]
Message-ID: <20190207104536.GA6336@imbe.wolfsonmicro.main> (raw)
In-Reply-To: <20190207075011.GC4672@dell>

On Thu, Feb 07, 2019 at 07:50:11AM +0000, Lee Jones wrote:
> On Wed, 30 Jan 2019, Charles Keepax wrote:
> >  MAINTAINERS                         |  17 ++
> >  drivers/mfd/Kconfig                 |   8 +
> >  drivers/mfd/Makefile                |   2 +
> >  drivers/mfd/lochnagar-i2c.c         | 398 ++++++++++++++++++++++++++++++++++++
> >  include/linux/mfd/lochnagar.h       |  55 +++++
> >  include/linux/mfd/lochnagar1_regs.h | 157 ++++++++++++++
> >  include/linux/mfd/lochnagar2_regs.h | 291 ++++++++++++++++++++++++++
> >  7 files changed, 928 insertions(+)
> >  create mode 100644 drivers/mfd/lochnagar-i2c.c
> >  create mode 100644 include/linux/mfd/lochnagar.h
> >  create mode 100644 include/linux/mfd/lochnagar1_regs.h
> >  create mode 100644 include/linux/mfd/lochnagar2_regs.h
> 
> Looks quite suitable now.  Thanks for sticking with it.
> 

No problem, we got there.

> Applied, thanks.
> 

Thanks,
Charles

WARNING: multiple messages have this Message-ID (diff)
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: <sboyd@kernel.org>, <mturquette@baylibre.com>,
	<robh+dt@kernel.org>, <mark.rutland@arm.com>,
	<linus.walleij@linaro.org>, <linux-clk@vger.kernel.org>,
	<linux-gpio@vger.kernel.org>, <patches@opensource.cirrus.com>,
	<devicetree@vger.kernel.org>
Subject: Re: [PATCH v7 4/6] mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
Date: Thu, 7 Feb 2019 10:45:36 +0000	[thread overview]
Message-ID: <20190207104536.GA6336@imbe.wolfsonmicro.main> (raw)
In-Reply-To: <20190207075011.GC4672@dell>

On Thu, Feb 07, 2019 at 07:50:11AM +0000, Lee Jones wrote:
> On Wed, 30 Jan 2019, Charles Keepax wrote:
> >  MAINTAINERS                         |  17 ++
> >  drivers/mfd/Kconfig                 |   8 +
> >  drivers/mfd/Makefile                |   2 +
> >  drivers/mfd/lochnagar-i2c.c         | 398 ++++++++++++++++++++++++++++++++++++
> >  include/linux/mfd/lochnagar.h       |  55 +++++
> >  include/linux/mfd/lochnagar1_regs.h | 157 ++++++++++++++
> >  include/linux/mfd/lochnagar2_regs.h | 291 ++++++++++++++++++++++++++
> >  7 files changed, 928 insertions(+)
> >  create mode 100644 drivers/mfd/lochnagar-i2c.c
> >  create mode 100644 include/linux/mfd/lochnagar.h
> >  create mode 100644 include/linux/mfd/lochnagar1_regs.h
> >  create mode 100644 include/linux/mfd/lochnagar2_regs.h
> 
> Looks quite suitable now.  Thanks for sticking with it.
> 

No problem, we got there.

> Applied, thanks.
> 

Thanks,
Charles

  reply	other threads:[~2019-02-07 10:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-30 11:41 [PATCH v7 1/6] mfd: lochnagar: Add initial binding documentation Charles Keepax
2019-01-30 11:41 ` Charles Keepax
2019-01-30 11:41 ` [PATCH v7 2/6] clk: " Charles Keepax
2019-01-30 11:41   ` Charles Keepax
2019-01-30 11:41 ` [PATCH v7 3/6] pinctrl: " Charles Keepax
2019-01-30 11:41   ` Charles Keepax
2019-01-30 11:41 ` [PATCH v7 4/6] mfd: lochnagar: Add support for the Cirrus Logic Lochnagar Charles Keepax
2019-01-30 11:41   ` Charles Keepax
2019-02-07  7:50   ` Lee Jones
2019-02-07 10:45     ` Charles Keepax [this message]
2019-02-07 10:45       ` Charles Keepax
2019-01-30 11:41 ` [PATCH v7 5/6] clk: " Charles Keepax
2019-01-30 11:41   ` Charles Keepax
2019-01-30 11:41 ` [PATCH v7 6/6] pinctrl: " Charles Keepax
2019-01-30 11:41   ` Charles Keepax
2019-02-07 10:51   ` Charles Keepax
2019-02-07 10:51     ` Charles Keepax
2019-02-07  7:49 ` [PATCH v7 1/6] mfd: lochnagar: Add initial binding documentation 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=20190207104536.GA6336@imbe.wolfsonmicro.main \
    --to=ckeepax@opensource.cirrus.com \
    --cc=devicetree@vger.kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=patches@opensource.cirrus.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.