Hi Manuel, On Mon, 21 Jan 2008 09:47:06 +0100, Manuel Lauss wrote: > Hi Jean, > > Fixed all your concerns, except this one: > > > > + release_resource(priv->ioarea); > > > + kfree(priv->ioarea); > > > > I expected a call to release_mem_region() instead... but maybe that > > works as well. > > Yes it does. I like this one better because it only takes one parameter.
OK, that's fine with me. > (...) > Convert the i2c-au1550 bus driver to platform driver, and > register a platform device for the Alchemy Db/Pb series of > boards. > > Signed-off-by: Manuel Lauss <[EMAIL PROTECTED]> > --- > arch/mips/au1000/common/platform.c | 21 +++++ > drivers/i2c/busses/i2c-au1550.c | 166 > ++++++++++++++++++++++-------------- > drivers/i2c/busses/i2c-au1550.h | 32 ------- > 3 files changed, 123 insertions(+), 96 deletions(-) > delete mode 100644 drivers/i2c/busses/i2c-au1550.h Patch applied, thanks! -- Jean Delvare _______________________________________________ i2c mailing list [email protected] http://lists.lm-sensors.org/mailman/listinfo/i2c
