From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Fri, 07 May 2010 16:18:58 +0000 Subject: Re: [lm-sensors] [PATCH] Device driver for DA9052 PMIC IC Message-Id: <20100507161858.GB20909@kroah.com> List-Id: References: <3495EC08FA53E94AAA00CC4743D5BA7E010C1E94@pandora.diasemi.com> In-Reply-To: <3495EC08FA53E94AAA00CC4743D5BA7E010C1E94@pandora.diasemi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: David Dajun Chen Cc: linux-kernel@vger.kernel.org, Jonathan Cameron , sameo@linux.intel.com, lm-sensors@lm-sensors.org, rpurdie@rpsys.net, lrg@slimlogic.co.uk, dmitry.torokhov@gmail.com On Fri, May 07, 2010 at 12:43:27PM +0100, David Dajun Chen wrote: > Dear all, > > It is device driver for DA9052 Power Management IC from Dialog Semiconductor. Oh, also please run your code through the scripts/checkpatch.pl script. It found: total: 4635 errors, 1558 warnings, 24394 lines checked with this patch. If you don't want to do the work to fix this up, please let me know and I'll be glad to move these drivers into the staging tree, where they can live until stuff like this is cleaned up. thanks, greg k-h _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757002Ab0EGQUt (ORCPT ); Fri, 7 May 2010 12:20:49 -0400 Received: from kroah.org ([198.145.64.141]:54719 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755083Ab0EGQUs (ORCPT ); Fri, 7 May 2010 12:20:48 -0400 Date: Fri, 7 May 2010 09:18:58 -0700 From: Greg KH To: David Dajun Chen Cc: linux-kernel@vger.kernel.org, Jonathan Cameron , sameo@linux.intel.com, lm-sensors@lm-sensors.org, rpurdie@rpsys.net, lrg@slimlogic.co.uk, dmitry.torokhov@gmail.com Subject: Re: [PATCH] Device driver for DA9052 PMIC IC Message-ID: <20100507161858.GB20909@kroah.com> References: <3495EC08FA53E94AAA00CC4743D5BA7E010C1E94@pandora.diasemi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3495EC08FA53E94AAA00CC4743D5BA7E010C1E94@pandora.diasemi.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 07, 2010 at 12:43:27PM +0100, David Dajun Chen wrote: > Dear all, > > It is device driver for DA9052 Power Management IC from Dialog Semiconductor. Oh, also please run your code through the scripts/checkpatch.pl script. It found: total: 4635 errors, 1558 warnings, 24394 lines checked with this patch. If you don't want to do the work to fix this up, please let me know and I'll be glad to move these drivers into the staging tree, where they can live until stuff like this is cleaned up. thanks, greg k-h