From: Neelesh Gupta <neelegup@linux.vnet.ibm.com>
To: linuxppc-dev@ozlabs.org, linux-i2c@vger.kernel.org, wsa@the-dreams.de
Subject: Re: [PATCH v2] i2c: Driver to expose PowerNV platform i2c busses
Date: Thu, 20 Nov 2014 19:52:08 +0530 [thread overview]
Message-ID: <546DF910.4060802@linux.vnet.ibm.com> (raw)
In-Reply-To: <20141116171605.4750.17472.stgit@localhost.localdomain>
On 11/16/2014 10:47 PM, Neelesh Gupta wrote:
> The patch exposes the available i2c busses on the PowerNV platform
> to the kernel and implements the bus driver to support i2c and
> smbus commands.
> The driver uses the platform device infrastructure to probe the busses
> on the platform and registers them with the i2c driver framework.
>
> Signed-off-by: Neelesh Gupta <neelegup@linux.vnet.ibm.com>
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> ---
Hi Wolfram,
Did you get the chance to look at it?
The patch addresses the comments and discussions on v1.
Thanks,
Neelesh
> arch/powerpc/include/asm/opal.h | 29 ++
> arch/powerpc/platforms/powernv/opal-wrappers.S | 1
> arch/powerpc/platforms/powernv/opal.c | 11 +
> drivers/i2c/busses/Kconfig | 11 +
> drivers/i2c/busses/Makefile | 1
> drivers/i2c/busses/i2c-opal.c | 295 ++++++++++++++++++++++++
> 6 files changed, 348 insertions(+)
> create mode 100644 drivers/i2c/busses/i2c-opal.c
>
> diff --git a/arch/powerpc/include/asm/opal.h b/arch/powerpc/include/asm/opal.h
> index 9124b0e..537807b 100644
> --- a/arch/powerpc/include/asm/opal.h
> +++ b/arch/powerpc/include/asm/opal.h
>
next prev parent reply other threads:[~2014-11-20 14:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-16 17:17 [PATCH v2] i2c: Driver to expose PowerNV platform i2c busses Neelesh Gupta
2014-11-20 14:22 ` Neelesh Gupta [this message]
2014-11-24 12:18 ` Wolfram Sang
2014-11-25 4:32 ` Benjamin Herrenschmidt
2014-11-25 17:14 ` Wolfram Sang
2014-11-25 17:53 ` Wolfram Sang
2014-11-25 20:36 ` Benjamin Herrenschmidt
2014-12-01 16:56 ` Wolfram Sang
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=546DF910.4060802@linux.vnet.ibm.com \
--to=neelegup@linux.vnet.ibm.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=wsa@the-dreams.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).