Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758858AbYBFTnw (ORCPT ); Wed, 6 Feb 2008 14:43:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754442AbYBFTnn (ORCPT ); Wed, 6 Feb 2008 14:43:43 -0500 Received: from wa-out-1112.google.com ([209.85.146.176]:2576 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753275AbYBFTnm (ORCPT ); Wed, 6 Feb 2008 14:43:42 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:cc:subject:message-id:in-reply-to:references:organization:x-mailer:mime-version:content-type:from; b=s2Awg+AXFcYi0b3iyea8shSM4EcnpyKM/CG+Y7XbPAWWzsi2od0pndVfauEnFSUEIDSJHUVRElmHeN/+D/AGxSeju3Bkzv6tON95Fo0P02LxVkTDHCmVTRZqkOIY0Unui3neT1AaaujSzzW1d/Hqwr+McPmWrnrojUaEzn9v+B8= Date: Wed, 6 Feb 2008 20:43:40 +0100 To: Russell King - ARM Linux Cc: Kristoffer Ericson , Roel Kluin <12o3l@tiscali.nl>, rpurdie@openedhand.com, Linux-arm , linux-main Subject: Re: [PATCH/HP7XX] - Add combined LCD / BL driver for platform HP Jornada 7xx handhelds Message-Id: <20080206204340.0711c4f6.Kristoffer.ericson@gmail.com> In-Reply-To: <20080206193155.GE32245@flint.arm.linux.org.uk> References: <20080205195331.fa2ca02b.Kristoffer.ericson@gmail.com> <47A9A944.7090401@tiscali.nl> <47A9AA4F.80508@tiscali.nl> <20080206173341.619c52c8.Kristoffer.ericson@gmail.com> <20080206164435.GC32245@flint.arm.linux.org.uk> <20080206202128.06fbcafa.Kristoffer.ericson@gmail.com> <20080206193155.GE32245@flint.arm.linux.org.uk> Organization: JLime X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.5; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Wed__6_Feb_2008_20_43_40_+0100_8Cg06y5qIlzExmZJ" From: Kristoffer Ericson Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 20000 Lines: 531 This is a multi-part message in MIME format. --Multipart=_Wed__6_Feb_2008_20_43_40_+0100_8Cg06y5qIlzExmZJ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit ATTEMPT #4. ----------- Fixed issues as suggested by Russell below. diff --git a/drivers/video/backlight/jornada720_bllcd.c b/drivers/video/backlight/jornada720_bllcd.c new file mode 100644 index 0000000..f3c3f26 --- /dev/null +++ b/drivers/video/backlight/jornada720_bllcd.c @@ -0,0 +1,290 @@ +/* + * + * Backlight and LCD Driver for HP Jornada 720 + * Copyright (C) 2007 Kristoffer Ericson + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 + * or any later version as published by the Free Software Foundation. + * + */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include