From: "Oskar Schirmer" <oskar-fYPSZ7JpQqsAvxtiuMwx3w@public.gmane.org>
To: Marc Reilly <marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org>
Cc: sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
oskar-fYPSZ7JpQqsAvxtiuMwx3w@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org
Subject: Re: [PATCH v4 4/4] mfd: mc13xxx: Add i2c driver
Date: 27 Mar 2012 08:24:19 +0000 [thread overview]
Message-ID: <20120327082419.GA5080@curry> (raw)
In-Reply-To: <1332129838-7080-5-git-send-email-marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org>
Test against Linux 3.3 fails as crucial patches in regmap core
are not yet mainline. However, with commit cc374fbf5305 from
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
applied, this series works fine.
Signed-off-by: Oskar Schirmer <oskar-fYPSZ7JpQqsAvxtiuMwx3w@public.gmane.org>
On Mon, Mar 19, 2012 at 15:03:58 +1100, Marc Reilly wrote:
> Adds support for mc13xxx family ICs connected via i2c.
>
> Signed-off-by: Marc Reilly <marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org>
> ---
> drivers/mfd/Kconfig | 8 +++-
> drivers/mfd/Makefile | 1 +
> drivers/mfd/mc13xxx-i2c.c | 128 +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 136 insertions(+), 1 deletions(-)
> create mode 100644 drivers/mfd/mc13xxx-i2c.c
[...]
WARNING: multiple messages have this Message-ID (diff)
From: oskar@scara.com (Oskar Schirmer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/4] mfd: mc13xxx: Add i2c driver
Date: 27 Mar 2012 08:24:19 +0000 [thread overview]
Message-ID: <20120327082419.GA5080@curry> (raw)
In-Reply-To: <1332129838-7080-5-git-send-email-marc@cpdesign.com.au>
Test against Linux 3.3 fails as crucial patches in regmap core
are not yet mainline. However, with commit cc374fbf5305 from
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
applied, this series works fine.
Signed-off-by: Oskar Schirmer <oskar@scara.com>
On Mon, Mar 19, 2012 at 15:03:58 +1100, Marc Reilly wrote:
> Adds support for mc13xxx family ICs connected via i2c.
>
> Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
> ---
> drivers/mfd/Kconfig | 8 +++-
> drivers/mfd/Makefile | 1 +
> drivers/mfd/mc13xxx-i2c.c | 128 +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 136 insertions(+), 1 deletions(-)
> create mode 100644 drivers/mfd/mc13xxx-i2c.c
[...]
WARNING: multiple messages have this Message-ID (diff)
From: "Oskar Schirmer" <oskar@scara.com>
To: "Marc Reilly" <marc@cpdesign.com.au>
Cc: sameo@linux.intel.com, linux-arm-kernel@lists.infradead.org,
spi-devel-general@lists.sourceforge.net,
linux-i2c@vger.kernel.org, u.kleine-koenig@pengutronix.de,
oskar@scara.com, linux-kernel@vger.kernel.org,
broonie@opensource.wolfsonmicro.com
Subject: Re: [PATCH v4 4/4] mfd: mc13xxx: Add i2c driver
Date: 27 Mar 2012 08:24:19 +0000 [thread overview]
Message-ID: <20120327082419.GA5080@curry> (raw)
In-Reply-To: <1332129838-7080-5-git-send-email-marc@cpdesign.com.au>
Test against Linux 3.3 fails as crucial patches in regmap core
are not yet mainline. However, with commit cc374fbf5305 from
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
applied, this series works fine.
Signed-off-by: Oskar Schirmer <oskar@scara.com>
On Mon, Mar 19, 2012 at 15:03:58 +1100, Marc Reilly wrote:
> Adds support for mc13xxx family ICs connected via i2c.
>
> Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
> ---
> drivers/mfd/Kconfig | 8 +++-
> drivers/mfd/Makefile | 1 +
> drivers/mfd/mc13xxx-i2c.c | 128 +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 136 insertions(+), 1 deletions(-)
> create mode 100644 drivers/mfd/mc13xxx-i2c.c
[...]
next prev parent reply other threads:[~2012-03-27 8:24 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-19 4:03 mc13xxx: add I2C support (now with regmap), V4 Marc Reilly
2012-03-19 4:03 ` Marc Reilly
2012-03-19 4:03 ` Marc Reilly
[not found] ` <1332129838-7080-1-git-send-email-marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org>
2012-03-19 4:03 ` [PATCH v4 1/4] mfd: mc13xxx-core: Prepare for separate spi and i2c backends Marc Reilly
2012-03-19 4:03 ` Marc Reilly
2012-03-19 4:03 ` Marc Reilly
2012-03-19 4:03 ` [PATCH v4 2/4] mfd: mc13xxx-core: use regmap for register access Marc Reilly
2012-03-19 4:03 ` Marc Reilly
2012-03-19 4:03 ` Marc Reilly
[not found] ` <1332129838-7080-3-git-send-email-marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org>
2012-03-19 12:00 ` Mark Brown
2012-03-19 12:00 ` Mark Brown
2012-03-19 12:00 ` Mark Brown
2012-03-19 4:03 ` [PATCH v4 3/4] mfd: mc13xxx-core: Move spi specific code into separate module Marc Reilly
2012-03-19 4:03 ` Marc Reilly
2012-03-19 4:03 ` Marc Reilly
2012-03-19 4:03 ` [PATCH v4 4/4] mfd: mc13xxx: Add i2c driver Marc Reilly
2012-03-19 4:03 ` Marc Reilly
2012-03-19 4:03 ` Marc Reilly
[not found] ` <1332129838-7080-5-git-send-email-marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org>
2012-03-27 8:24 ` Oskar Schirmer [this message]
2012-03-27 8:24 ` Oskar Schirmer
2012-03-27 8:24 ` Oskar Schirmer
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=20120327082419.GA5080@curry \
--to=oskar-fypsz7jpqqsavxtiumwx3w@public.gmane.org \
--cc=broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=marc-DtE7ei5U7Kg0n/F98K4Iww@public.gmane.org \
--cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.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.