[PATCH] i2c: mv64xxx: Add support Armada-XP SoC

2012-10-30 Thread Nobuhiro Iwamatsu
The Armada-XP SoC has the same I2C controller as mv64xxxi-i2c. This validates to use mv64xxx in this SoC. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- drivers/i2c/busses/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/Kconfig b

Re: [PATCH] i2c: mv64xxx: Add support Armada-XP SoC

2012-10-30 Thread Nobuhiro Iwamatsu
Hi, On Tue, Oct 30, 2012 at 7:44 PM, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: Dear Nobuhiro Iwamatsu, On Tue, 30 Oct 2012 19:39:41 +0900, Nobuhiro Iwamatsu wrote: The Armada-XP SoC has the same I2C controller as mv64xxxi-i2c. This validates to use mv64xxx in this SoC

Re: [PATCH] i2c: mv64xxx: Add support Armada-XP SoC

2012-10-30 Thread Nobuhiro Iwamatsu
Hi, On Wed, Oct 31, 2012 at 12:50 AM, Sergei Shtylyov sshtyl...@mvista.com wrote: Hello. On 10/30/2012 01:39 PM, Nobuhiro Iwamatsu wrote: The Armada-XP SoC has the same I2C controller as mv64xxxi-i2c. This validates to use mv64xxx in this SoC. Signed-off-by: Nobuhiro Iwamatsu iwama

[PATCH] i2c: mv64xxx: Remove useless parens

2012-10-30 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- drivers/i2c/busses/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 65dd599..38abd47 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c

Re: [PATCH] i2c: Add support SuperH SH7734 I2C bus controller

2012-07-19 Thread Nobuhiro Iwamatsu
Hi, Phil. phil.edwor...@renesas.com さんは書きました: Hi Iwamatsu-san, Date: 16/04/2012 01:58 Subject: Re: [PATCH] i2c: Add support SuperH SH7734 I2C bus controller Sent by: linux-sh-ow...@vger.kernel.org Kuninori Morimoto さんは書きました: Hi Iwamatsu-san I guess R-Car is not same as this I2C. And

Re: [PATCH] i2c: Add support SuperH SH7734 I2C bus controller

2012-04-15 Thread Nobuhiro Iwamatsu
Kuninori Morimoto さんは書きました: Hi Iwamatsu-san I guess R-Car is not same as this I2C. And sorry, SH7734 seems not same as SH-NAVI. Now I'm checking the series. Please wait. I already checked SH7775 and SH7776. These are SH-NAVI series. But these CPU's are constitution unlike I2C of SH7734. I

Re: [PATCH] i2c: Add support SuperH SH7734 I2C bus controller

2012-04-13 Thread Nobuhiro Iwamatsu
is not SH-NAVI). I guess R-Car is not same as this I2C. And sorry, SH7734 seems not same as SH-NAVI. Now I'm checking the series. Please wait. I already checked SH7775 and SH7776. These are SH-NAVI series. But these CPU's are constitution unlike I2C of SH7734. Best regards, Nobuhiro -- Nobuhiro

Re: [PATCH] i2c: Add support SuperH SH7734 I2C bus controller

2012-04-12 Thread Nobuhiro Iwamatsu
2012/4/12 Kuninori Morimoto kuninori.morimoto...@renesas.com: Hi Iwamatsu-san This is the SuperH SH7734 I2C Controller Driver. A simple Master only support driver for the I2C included in processors SH7734 only. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- I

[PATCH] i2c: Add support SuperH SH7734 I2C bus controller

2012-04-11 Thread Nobuhiro Iwamatsu
This is the SuperH SH7734 I2C Controller Driver. A simple Master only support driver for the I2C included in processors SH7734 only. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/i2c/busses/Kconfig |9 + drivers/i2c/busses/Makefile |1 + drivers

[PATCH] i2c-davinci: dev-irq is used instead of IRQ_I2C by free_irq

2012-01-18 Thread Nobuhiro Iwamatsu
dev-irq is used in request_irq function, we should use dev-irq in free_irq function too. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/i2c/busses/i2c-davinci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/busses/i2c

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

2010-10-24 Thread Nobuhiro Iwamatsu
ctrl_* is deprecated. We should to use __raw_*. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- drivers/i2c/busses/i2c-sh7760.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-sh7760.c b/drivers/i2c/busses/i2c-sh7760.c index 4f93da3

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

2010-10-22 Thread Nobuhiro Iwamatsu
ctrl_* is deprecated. We should to use __raw_*. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- drivers/i2c/busses/i2c-sh7760.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-sh7760.c b/drivers/i2c/busses/i2c-sh7760.c index 4f93da3

Re: [PATCH] i2c: i2c-pca-platform: Change i2c adapter name

2010-10-18 Thread Nobuhiro Iwamatsu
Hi, Jean . Thank for your comments. Jean Delvare wrote: Hi Nobuhiro, On Mon, 18 Oct 2010 12:24:30 +0900, Nobuhiro Iwamatsu wrote: In kernel which enableded this driver output The following warning, because a slash (/) is in the i2c adapter name by the current driver. This set another adapter

[PATCH] i2c: i2c-pca-platform: Change device name of request_irq

2010-10-18 Thread Nobuhiro Iwamatsu
i2c-adap.name shouldn't be used in request_irq. Instead the driver name i2c-pca-platform should be used. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Wolfram Sang w.s...@pengutronix.de CC: Jean Delvare kh...@linux-fr.org --- drivers/i2c/busses/i2c-pca-platform.c |2

[PATCH] i2c: i2c-pca-platform: Change i2c adapter name

2010-10-17 Thread Nobuhiro Iwamatsu
found. Chip may get stuck! 3.184000] PCA9564/PCA9665 at 0x0600: Clock frequency is 330kHz Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Wolfram Sang w.s...@pengutronix.de --- drivers/i2c/busses/i2c-pca-platform.c |8 +--- 1 files changed, 5 insertions(+), 3