RE: [PATCH 00/12] lis3 accelerator feature update

2010-10-25 Thread samu.p.onkalo
-Original Message- From: linux-i2c-ow...@vger.kernel.org [mailto:linux-i2c- ow...@vger.kernel.org] On Behalf Of ext Éric Piel Op 22-10-10 13:57, Samu Onkalo schreef: Changes are tested only with I2C interface using 8bit sensor since I don't have other possibilities. Some features are

Re: [PATCH] sh: i2c-sh7760: Replase from ctrl_* to __raw_*

2010-10-25 Thread Ben Dooks
On Mon, Oct 25, 2010 at 10:58:35AM +0900, Paul Mundt wrote: On Sat, Oct 23, 2010 at 07:07:00AM +0900, Nobuhiro Iwamatsu wrote: ctrl_* is deprecated. We should to use __raw_*. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org Applied, thanks. Hi, can you see my comments about the

Re: [PATCH] sh: i2c-sh7760: Replase from ctrl_* to __raw_*

2010-10-25 Thread Paul Mundt
On Mon, Oct 25, 2010 at 11:47:18AM +0100, Ben Dooks wrote: On Mon, Oct 25, 2010 at 10:58:35AM +0900, Paul Mundt wrote: On Sat, Oct 23, 2010 at 07:07:00AM +0900, Nobuhiro Iwamatsu wrote: ctrl_* is deprecated. We should to use __raw_*. Signed-off-by: Nobuhiro Iwamatsu

Re: [PATCH] sh: i2c-sh7760: Replase from ctrl_* to __raw_*

2010-10-25 Thread Ben Dooks
On Mon, Oct 25, 2010 at 08:13:25PM +0900, Paul Mundt wrote: On Mon, Oct 25, 2010 at 11:47:18AM +0100, Ben Dooks wrote: On Mon, Oct 25, 2010 at 10:58:35AM +0900, Paul Mundt wrote: On Sat, Oct 23, 2010 at 07:07:00AM +0900, Nobuhiro Iwamatsu wrote: ctrl_* is deprecated. We should to use

Re: [Device-drivers-devel] [PATCH] i2c: add irq_flags to board info

2010-10-25 Thread Jonathan Cameron
On 10/25/10 01:45, Ben Dooks wrote: On Mon, Oct 18, 2010 at 03:51:49PM -0400, Mike Frysinger wrote: On Mon, Oct 18, 2010 at 10:33, Jean Delvare wrote: Why do we have set_irq_type() if we're not supposed to call it? I am not claiming to be an expert in the area, but it seems totally reasonable

[PATCH RFC] Misc: Driver for NXP Semiconductors PN544 NFC chip.

2010-10-25 Thread Matti J. Aaltonen
This is a driver for the pn544 NFC device. The driver transfers ETSI messages between the device and the user space. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/misc/Kconfig | 12 + drivers/misc/Makefile |1 + drivers/misc/pn544.c | 912

Re: [PATCH RFC] Misc: Driver for NXP Semiconductors PN544 NFC chip.

2010-10-25 Thread Andrew Morton
On Mon, 25 Oct 2010 17:44:18 +0300 Matti J. Aaltonen matti.j.aalto...@nokia.com wrote: This is a driver for the pn544 NFC device. The driver transfers ETSI messages between the device and the user space. err, this reader at least doesn't know what an NFC is, nor what an ETSI message is. I

[PATCH v3] Topcliff: Update PCH_I2C driver to 2.6.36

2010-10-25 Thread Tomoya
Could you merge this patch to 2.6.37 ? Change Summary - Change Author - Change Name of Signed-off-by Thanks, Tomoya(OKI SEMICONDUCTOR CO., LTD.) --- I2C driver of Topcliff PCH Topcliff PCH is the platform controller hub that is going to be used in Intel's upcoming general embedded platform.

Re: [PATCH] sh: i2c-sh7760: Replase from ctrl_* to __raw_*

2010-10-25 Thread Paul Mundt
On Tue, Oct 26, 2010 at 09:08:12AM +0900, Nobuhiro Iwamatsu wrote: 2010/10/25 Ben Dooks ben-...@fluff.org: On Mon, Oct 25, 2010 at 08:13:25PM +0900, Paul Mundt wrote: On Mon, Oct 25, 2010 at 11:47:18AM +0100, Ben Dooks wrote: On Mon, Oct 25, 2010 at 10:58:35AM +0900, Paul Mundt wrote: