[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070310201531.512a13f8.khali@linux-fr.org>
Date: Sat, 10 Mar 2007 20:15:31 +0100
From: Jean Delvare <khali@...ux-fr.org>
To: David Brownell <david-b@...bell.net>
Cc: Haavard Skinnemoen <hskinnemoen@...el.com>,
Bryan Wu <bryan.wu@...log.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Deepak Saxena <dsaxena@...xity.net>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Bitbanging i2c bus driver using the GPIO API
On Fri, 9 Mar 2007 11:30:12 -0800, David Brownell wrote:
> > --- a/include/linux/i2c-id.h
> > +++ b/include/linux/i2c-id.h
> > @@ -194,6 +194,7 @@
> > #define I2C_HW_B_EM28XX 0x01001f /* em28xx video capture cards */
> > #define I2C_HW_B_CX2341X 0x010020 /* Conexant CX2341X MPEG encoder cards */
> > #define I2C_HW_B_INTELFB 0x010021 /* intel framebuffer driver */
> > +#define I2C_HW_B_GPIO 0x010022 /* Generic GPIO-based driver */
>
> It'd be nice to completely abolish those IDs, starting by not
> adding new ones. Especially, not adding unused ones!
I'm confident that we'll be able to get rid of the I2C device driver
IDs pretty soon thanks to your new i2c-core model, but I'm not sure if
we'll be able to get rid of I2C adapter drivers IDs that quickly. But I
agree with you, please let's not add new unused IDs.
--
Jean Delvare
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists