1 Apr 2009 01:01
Re: [patch 1/5] i2c: xtensa s6000 i2c driver
On Tue, Mar 31, 2009 at 11:52:58PM +0100, Ben Dooks wrote: > On Mon, Mar 23, 2009 at 04:05:14PM +0100, Daniel Gl??ckner wrote: > > From: Oskar Schirmer <os@...> > > > > Support for the s6000 on-chip i2c controller. > > > > Signed-off-by: Oskar Schirmer <os@...> > > Signed-off-by: Daniel Gl??ckner <dg@...> > > Not going to merge this on my first pull request to linus, there's > a few things that I'd like to get answered before. and a few other things i've just noticed: > > --- > > drivers/i2c/busses/Kconfig | 10 + > > drivers/i2c/busses/Makefile | 1 + > > drivers/i2c/busses/i2c-s6000.c | 380 ++++++++++++++++++++++++++++++++++++++++ > > drivers/i2c/busses/i2c-s6000.h | 79 +++++++++ > > include/linux/i2c/s6000.h | 10 + > > 5 files changed, 480 insertions(+), 0 deletions(-) > > create mode 100644 drivers/i2c/busses/i2c-s6000.c > > create mode 100644 drivers/i2c/busses/i2c-s6000.h > > create mode 100644 include/linux/i2c/s6000.h > > > > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig > > index 7f95905..904def4 100644 > > --- a/drivers/i2c/busses/Kconfig > > +++ b/drivers/i2c/busses/Kconfig > > <at> <at> -461,6 +461,16 <at> <at> config I2C_S3C2410(Continue reading)
RSS Feed