From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaya Kumar Subject: [RFC 2.6.27-rc3 1/1] n411 and hecubafb improvements Date: Wed, 20 Aug 2008 09:11:20 -0400 Message-ID: <1219237880-5573-1-git-send-email-jayakumar.lkml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1KVnTD-0008CA-UD for linux-fbdev-devel@lists.sourceforge.net; Wed, 20 Aug 2008 06:11:27 -0700 Received: from ti-out-0910.google.com ([209.85.142.188]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1KVnT9-0001rC-Rc for linux-fbdev-devel@lists.sourceforge.net; Wed, 20 Aug 2008 06:11:27 -0700 Received: by ti-out-0910.google.com with SMTP id y6so302030tia.18 for ; Wed, 20 Aug 2008 06:11:22 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-fbdev-devel-bounces@lists.sourceforge.net Errors-To: linux-fbdev-devel-bounces@lists.sourceforge.net To: linux-fbdev-devel@lists.sourceforge.net Cc: Jaya Kumar , krzysztof.h1@wp.pl, geert@linux-m68k.org Hi Krzysztof, Geert, Tony, and fbdev friends, These changes are in order to improve the state of n411 and hecubafb. It adds 2 bit support, basic partial update support, cleans up the error handling sequence, enables n411 build, and increases timeout on n411 to handle clocked down devices. I would be grateful for any feedback and advice. Thanks, jaya Signed-off-by: Jaya Kumar diff --git a/drivers/video/Makefile b/drivers/video/Makefile index a6b5529..b20a8bd 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -75,6 +75,7 @@ obj-$(CONFIG_FB_ACORN) += acornfb.o obj-$(CONFIG_FB_ATARI) += atafb.o c2p.o atafb_mfb.o \ atafb_iplan2p2.o atafb_iplan2p4.o atafb_iplan2p8.o obj-$(CONFIG_FB_MAC) += macfb.o +obj-$(CONFIG_FB_N411) += n411.o obj-$(CONFIG_FB_HECUBA) += hecubafb.o obj-$(CONFIG_FB_HGA) += hgafb.o obj-$(CONFIG_FB_XVR500) += sunxvr500.o diff --git a/drivers/video/hecubafb.c b/drivers/video/hecubafb.c index 0b4bffb..c3f8b7f 100644 --- a/drivers/video/hecubafb.c +++ b/drivers/video/hecubafb.c @@ -44,14 +44,18 @@ #include