All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Dooks <ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>
To: srinidhi kasagar
	<srinidhi.kasagar-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org,
	STEricsson_nomadik_linux-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org,
	sachin.verma-qxv4g6HH51o@public.gmane.org,
	andrea.gallo-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org,
	khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org,
	rubini-9wsNiZum9E8@public.gmane.org
Subject: Re: [PATCH v2 0/2] I2C driver support for Nomadik/Ux500
Date: Sun, 10 Jan 2010 13:15:29 +0000	[thread overview]
Message-ID: <20100110131529.GE1224@trinity.fluff.org> (raw)
In-Reply-To: <cover.1262944133.git.srinidhi.kasagar-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>

On Fri, Jan 08, 2010 at 04:00:24PM +0530, srinidhi kasagar wrote:
> This is the v2 version of the patch which adds support for the
> ST-Ericsson's I2C block found in U8500/Nomadik 8815 platforms.
> 
> ---
> Changelog v1->v2
> - file rename from i2c-nmk.c to i2c-nomadik.c (Jean Delvare)
> - remove the unnecessary return statement (Jean Delvare)
> - kernel doc style comment fix & other fixes (Linus Walleij)
> - Added support for 400 KHz.
> 
> - patch 1/2 : targets plat-nomadik folder
> - patch v2 2/2 : fixes the above comments.
> ---
> 
> srinidhi kasagar (2):
>   ARM nomadik: add platform specific i2c configuration structures
>   i2c: Add support for Ux500/Nomadik I2C controller
> 
>  arch/arm/plat-nomadik/include/plat/i2c.h |   37 ++
>  drivers/i2c/busses/Kconfig               |    7 +
>  drivers/i2c/busses/Makefile              |    1 +
>  drivers/i2c/busses/i2c-nomadik.c         |  980 ++++++++++++++++++++++++++++++
>  4 files changed, 1025 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/plat-nomadik/include/plat/i2c.h
>  create mode 100644 drivers/i2c/busses/i2c-nomadik.c

I'll get round to reviewing the new patches in the next day or two.

-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

WARNING: multiple messages have this Message-ID (diff)
From: ben@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] I2C driver support for Nomadik/Ux500
Date: Sun, 10 Jan 2010 13:15:29 +0000	[thread overview]
Message-ID: <20100110131529.GE1224@trinity.fluff.org> (raw)
In-Reply-To: <cover.1262944133.git.srinidhi.kasagar@stericsson.com>

On Fri, Jan 08, 2010 at 04:00:24PM +0530, srinidhi kasagar wrote:
> This is the v2 version of the patch which adds support for the
> ST-Ericsson's I2C block found in U8500/Nomadik 8815 platforms.
> 
> ---
> Changelog v1->v2
> - file rename from i2c-nmk.c to i2c-nomadik.c (Jean Delvare)
> - remove the unnecessary return statement (Jean Delvare)
> - kernel doc style comment fix & other fixes (Linus Walleij)
> - Added support for 400 KHz.
> 
> - patch 1/2 : targets plat-nomadik folder
> - patch v2 2/2 : fixes the above comments.
> ---
> 
> srinidhi kasagar (2):
>   ARM nomadik: add platform specific i2c configuration structures
>   i2c: Add support for Ux500/Nomadik I2C controller
> 
>  arch/arm/plat-nomadik/include/plat/i2c.h |   37 ++
>  drivers/i2c/busses/Kconfig               |    7 +
>  drivers/i2c/busses/Makefile              |    1 +
>  drivers/i2c/busses/i2c-nomadik.c         |  980 ++++++++++++++++++++++++++++++
>  4 files changed, 1025 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/plat-nomadik/include/plat/i2c.h
>  create mode 100644 drivers/i2c/busses/i2c-nomadik.c

I'll get round to reviewing the new patches in the next day or two.

-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

  parent reply	other threads:[~2010-01-10 13:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-08 10:30 [PATCH v2 0/2] I2C driver support for Nomadik/Ux500 srinidhi kasagar
2010-01-08 10:30 ` srinidhi kasagar
     [not found] ` <cover.1262944133.git.srinidhi.kasagar-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
2010-01-08 10:31   ` [PATCH 1/2] ARM nomadik: add platform specific i2c configuration structures srinidhi kasagar
2010-01-08 10:31     ` srinidhi kasagar
2010-01-08 10:32   ` [PATCH v2 2/2] i2c: Add support for Ux500/Nomadik I2C controller srinidhi kasagar
     [not found]     ` <8abc7907a748a8a59852e46985361de1333f3c7a.1262944133.git.srinidhi.kasagar-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
2010-01-24 16:11       ` Ben Dooks
2010-01-25 13:07       ` Linus Walleij
2010-01-10 13:15   ` Ben Dooks [this message]
2010-01-10 13:15     ` [PATCH v2 0/2] I2C driver support for Nomadik/Ux500 Ben Dooks
     [not found]     ` <20100110131529.GE1224-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>
2010-01-17 20:20       ` srinidhi kasagar
2010-01-17 20:20         ` srinidhi kasagar

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=20100110131529.GE1224@trinity.fluff.org \
    --to=ben-elnmno+kys3ytjvyw6ydsg@public.gmane.org \
    --cc=STEricsson_nomadik_linux-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org \
    --cc=andrea.gallo-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org \
    --cc=ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org \
    --cc=khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=rubini-9wsNiZum9E8@public.gmane.org \
    --cc=sachin.verma-qxv4g6HH51o@public.gmane.org \
    --cc=srinidhi.kasagar-0IS4wlFg1OjSUeElwK9/Pw@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.