From: Sascha Hauer <s.hauer@pengutronix.de>
To: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 0/4 v2] i2c: add algo-bit support with gpio and versatile support
Date: Fri, 2 Nov 2012 11:27:24 +0100 [thread overview]
Message-ID: <20121102102724.GK1641@pengutronix.de> (raw)
In-Reply-To: <20121102092718.GO29599@game.jcrosoft.org>
On Fri, Nov 02, 2012 at 10:27:18AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote:
> HI,
>
> v2: keep return -EBUSY if the adapter is already present
>
> the foloing patch series add the i2c algo bit support with 2 drivers
> that use it
>
> - gpio
> - versatile
>
> thie also create a device for i2c bus itself
>
> all the pedending branch are rebased on it
>
> The following changes since commit 2d1ceaff2f905f4a2bd7e6c539e7dd3d8d8e9bef:
>
> uimage: Fix deleting of temporary file (2012-10-30 18:39:38 +0100)
>
> are available in the git repository at:
>
> git://git.jcrosoft.org/barebox.git delivery/i2c
>
> for you to fetch changes up to 5c90416b6ffb8d4ca7c4bc6aff92578b555cb965:
>
Applied, thanks
Sascha
> i2c: add versatile support (2012-11-02 02:17:04 +0800)
>
> ----------------------------------------------------------------
> Jean-Christophe PLAGNIOL-VILLARD (4):
> i2c: adapter: register it's own device
> i2c: add i2c algo bit support
> i2c: add i2c-gpio support
> i2c: add versatile support
>
> drivers/i2c/Kconfig | 1 +
> drivers/i2c/Makefile | 2 +-
> drivers/i2c/algos/Kconfig | 6 +++
> drivers/i2c/algos/Makefile | 5 ++
> drivers/i2c/algos/i2c-algo-bit.c | 585 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/i2c/busses/Kconfig | 16 +++++++
> drivers/i2c/busses/Makefile | 2 +
> drivers/i2c/busses/i2c-gpio.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/i2c/busses/i2c-imx.c | 20 ++++----
> drivers/i2c/busses/i2c-omap.c | 30 ++++++------
> drivers/i2c/busses/i2c-versatile.c | 112 +++++++++++++++++++++++++++++++++++++++++++++
> drivers/i2c/i2c.c | 17 ++++++-
> include/i2c/i2c-algo-bit.h | 55 ++++++++++++++++++++++
> include/i2c/i2c-gpio.h | 38 +++++++++++++++
> include/i2c/i2c.h | 4 +-
> 15 files changed, 1042 insertions(+), 28 deletions(-)
> create mode 100644 drivers/i2c/algos/Kconfig
> create mode 100644 drivers/i2c/algos/Makefile
> create mode 100644 drivers/i2c/algos/i2c-algo-bit.c
> create mode 100644 drivers/i2c/busses/i2c-gpio.c
> create mode 100644 drivers/i2c/busses/i2c-versatile.c
> create mode 100644 include/i2c/i2c-algo-bit.h
> create mode 100644 include/i2c/i2c-gpio.h
>
> Best Regards,
> J.
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2012-11-02 10:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-02 9:27 Jean-Christophe PLAGNIOL-VILLARD
2012-11-02 9:36 ` [PATCH 1/4] i2c: adapter: register it's own device Jean-Christophe PLAGNIOL-VILLARD
2012-11-02 9:36 ` [PATCH 2/4] i2c: add i2c algo bit support Jean-Christophe PLAGNIOL-VILLARD
2012-11-02 9:36 ` [PATCH 3/4] i2c: add i2c-gpio support Jean-Christophe PLAGNIOL-VILLARD
2012-11-02 9:36 ` [PATCH 4/4] i2c: add versatile support Jean-Christophe PLAGNIOL-VILLARD
2012-11-02 10:27 ` Sascha Hauer [this message]
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=20121102102724.GK1641@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=plagnioj@jcrosoft.com \
/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