Re: [U-Boot] [PATCH 05/11] I2C: add Marvell TWSI simple driver

2011-03-18 Thread Wolfgang Denk
Dear Rogan Dawes, In message <4d831a9c.2020...@dawes.za.net> you wrote: > > Sorry, I'm afraid you misunderstood the intention of the posting. My You made it difficult NOT to misunderstand it. A posting with "[PATCH]" in the subject _is_ supposed to be apatch against current mainline. If you po

Re: [U-Boot] [PATCH 05/11] I2C: add Marvell TWSI simple driver

2011-03-18 Thread Rogan Dawes
On 2011/03/18 11:22 AM, Heiko Schocher wrote: > Hello Rogan, > > Rogan Dawes wrote: >> On 2011/03/18 10:29 AM, Heiko Schocher wrote: >>> Hello ro...@dawes.za.net, >>> >> >>> This patch could not be against current head! There is no >>> more this CONFIG_I2C_KIRKWOOD define. Instead this driver >>>

Re: [U-Boot] [PATCH 05/11] I2C: add Marvell TWSI simple driver

2011-03-18 Thread Heiko Schocher
Hello Rogan, Rogan Dawes wrote: > On 2011/03/18 10:29 AM, Heiko Schocher wrote: >> Hello ro...@dawes.za.net, >> > >> This patch could not be against current head! There is no >> more this CONFIG_I2C_KIRKWOOD define. Instead this driver >> was renamed to mvtwsi.c from Albert Aribaud, see commits:

Re: [U-Boot] [PATCH 05/11] I2C: add Marvell TWSI simple driver

2011-03-18 Thread Rogan Dawes
On 2011/03/18 10:29 AM, Heiko Schocher wrote: > Hello ro...@dawes.za.net, > > This patch could not be against current head! There is no > more this CONFIG_I2C_KIRKWOOD define. Instead this driver > was renamed to mvtwsi.c from Albert Aribaud, see commits: > > 01ec99d9693929fc56e630c10499b1bfce3e

Re: [U-Boot] [PATCH 05/11] I2C: add Marvell TWSI simple driver

2011-03-18 Thread Heiko Schocher
Hello ro...@dawes.za.net, ro...@dawes.za.net wrote: > From: Albert Aribaud > > This driver is for the Marvell TWSI/I2C module found in > the orion and kirkwood families among others. > > Signed-off-by: Albert Aribaud > --- > drivers/i2c/Makefile |1 + > drivers/i2c/mvtwsi.c | 419 >

[U-Boot] [PATCH 05/11] I2C: add Marvell TWSI simple driver

2011-03-18 Thread rogan
From: Albert Aribaud This driver is for the Marvell TWSI/I2C module found in the orion and kirkwood families among others. Signed-off-by: Albert Aribaud --- drivers/i2c/Makefile |1 + drivers/i2c/mvtwsi.c | 419 ++ 2 files changed, 420 inser