Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754686AbYBFQeV (ORCPT ); Wed, 6 Feb 2008 11:34:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752304AbYBFQeH (ORCPT ); Wed, 6 Feb 2008 11:34:07 -0500 Received: from wr-out-0506.google.com ([64.233.184.230]:4405 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752257AbYBFQeF (ORCPT ); Wed, 6 Feb 2008 11:34:05 -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=eVz1akv+SdHmqQ/Q8Pq9bVP5tvxmn52wAzEJoMwKTC/LOJnrj1+Gk18g0DtrxWB8OISNrjN/H/I2cNIvBFGWPGz7mlO2ZJlOmdXO97IMNYytpIya3pI5t7bJF2Cnpcg589145oXyRUfe21ZYhlEQ+ZqX5U5DOXO/K7SxdPVnS7k= Date: Wed, 6 Feb 2008 17:33:41 +0100 To: Roel Kluin <12o3l@tiscali.nl> Cc: Kristoffer Ericson , Russell King , rpurdie@openedhand.com, Linux-arm , linux-main Subject: Re: [PATCH/HP7XX] - Add combined LCD / BL driver for platform HP Jornada 7xx handhelds Message-Id: <20080206173341.619c52c8.Kristoffer.ericson@gmail.com> In-Reply-To: <47A9AA4F.80508@tiscali.nl> References: <20080205195331.fa2ca02b.Kristoffer.ericson@gmail.com> <47A9A944.7090401@tiscali.nl> <47A9AA4F.80508@tiscali.nl> 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_17_33_41_+0100_zmSlnqkEcDuPui=w" From: Kristoffer Ericson Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 20376 Lines: 500 This is a multi-part message in MIME format. --Multipart=_Wed__6_Feb_2008_17_33_41_+0100_zmSlnqkEcDuPui=w Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Oki, here is attempt #2 (btw, new mail or just keep thread?) Tested to build and checkpatch. diff --git a/drivers/video/backlight/jornada720_bllcd.c b/drivers/video/backlight/jornada720_bllcd.c new file mode 100644 index 0000000..e911a5e --- /dev/null +++ b/drivers/video/backlight/jornada720_bllcd.c @@ -0,0 +1,286 @@ +/* + * drivers/video/backlight/jornada720_bllcd.c + * + * 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