From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Delvare Subject: Re: [PATCH 1/2] tdfxfb: move I2C functionality into the tdfxfb Date: Tue, 24 Mar 2009 08:58:39 +0100 Message-ID: <20090324085839.43a6b496@hyperion.delvare> References: <20090323192637.b820f669.krzysztof.h1@poczta.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090323192637.b820f669.krzysztof.h1-IjDXvh/HVVUAvxtiuMwx3w@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Krzysztof Helt Cc: Linux-fbdev-devel , linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton List-Id: linux-i2c@vger.kernel.org On Mon, 23 Mar 2009 19:26:37 +0100, Krzysztof Helt wrote: > From: Krzysztof Helt > > The I2C functionality provided by the i2c-voodoo3 driver > is moved into the tdfxfb (frame buffer driver for Voodoo3 > cards). This way there is no conflict between the i2c driver > and the fb driver. > > The tdfxfb does not make use from the DDC functionality yet > but provides all the functionality of the i2c-voodoo3 driver. > > Signed-off-by: Krzysztof Helt Acked-by: Jean Delvare > --- > I prefer to send these patches through Andrew Morton's > tree as the second patch is not related to the i2c stuff. > > Both patches are for the -mm tree. Fine with me. > > drivers/video/Kconfig | 9 ++ > drivers/video/tdfxfb.c | 200 +++++++++++++++++++++++++++++++++++++++++++++++- > include/video/tdfx.h | 26 ++++++ > 3 files changed, 234 insertions(+), 1 deletions(-) > > (...) -- Jean Delvare