Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162409Ab3DEVGL (ORCPT ); Fri, 5 Apr 2013 17:06:11 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:46938 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162241Ab3DEVGJ (ORCPT ); Fri, 5 Apr 2013 17:06:09 -0400 Date: Fri, 5 Apr 2013 14:06:05 -0700 From: Greg Kroah-Hartman To: Jacob Pan Cc: LKML , Platform Driver , Matthew Garrett , Zhang Rui , Rafael Wysocki , Len Brown , Srinivas Pandruvada , Arjan van de Ven , Joe Perches , Randy Dunlap , Paul Bolle Subject: Re: [PATCH v2] RAPL (Running Average Power Limit) driver Message-ID: <20130405210605.GA18505@kroah.com> References: <1365195724-8945-1-git-send-email-jacob.jun.pan@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365195724-8945-1-git-send-email-jacob.jun.pan@linux.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1054 Lines: 28 On Fri, Apr 05, 2013 at 02:02:03PM -0700, Jacob Pan wrote: > Changes since V2: > - use 'struct device' instead of raw kobject to represent > RAPL domains > - changed eventfd control interface to use event string > instead of passing file descriptors that cannot be > authenticated in sysfs directory > - clean ups based on v1 reviews > - use kcalloc for arrays > - drop dependencies on X86 > - misc cleanups Please no, split this up into at least 2 patches, the first being the "standard" thermal driver, and the rest for the "custom" extensions you are proposing. That way the first can get accepted easily, and into 3.10 (hopefully), so people can use it and not stall everything as we continue to iterate over the "custom" things. As is, this driver isn't acceptable, sorry. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/