From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Wed, 20 Oct 2010 16:08:10 +0000 Subject: Re: [lm-sensors] [PATCH] drivers/hwmon: Use pr_fmt and pr_ Message-Id: <1287590890.1813.166.camel@Joe-Laptop> List-Id: References: <1287530020.10409.594.camel@Joe-Laptop> <20101020032938.GA20095@ericsson.com> <1287545658.10409.606.camel@Joe-Laptop> <20101020035346.GA20178@ericsson.com> <1287547662.10409.618.camel@Joe-Laptop> <20101020093438.07b129c8@endymion.delvare> <20101020144608.GA21937@ericsson.com> In-Reply-To: <20101020144608.GA21937@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Guenter Roeck Cc: Jean Delvare , Hans de Goede , Alistair John Strachan , Henrik Rydberg , "Mark M. Hoffman" , Luca Tettamanti , Fenghua Yu , Juerg Haefliger , Eric Piel , Jim Cromie , Roger Lucas , "lm-sensors@lm-sensors.org" , LKML On Wed, 2010-10-20 at 07:46 -0700, Guenter Roeck wrote: > > * That being said, now that the hwmon subsystem maintainer is a shared > > duty between Guenter and myself, there's no single place where we can > > keep a patch touching many drivers and ensure it doesn't conflict > > with the changes in the other tree. But I would think this is > > something for Gunter and myself to sort out, not patch contributors. Perhaps allow both maintainers read/write access to hwmon-next? > > I currently have pending patches to the following hwmon drivers in my > > tree: adt7475, ams, asc7621, hdaps, it87, k8temp, lm75, lm85, lm90, > > pcf8591, s3c-hwmon, w83795. Two of these are affected by Joe's > > patch(es). Guenter, what about you? > > > coretemp, pkgtemp, via-cputemp, ltc4261 (new), lis3, hp_accel I did these against next which includes 'hwmon-staging/hwmon-next'. Shouldn't these patches apply without modification or do I need to do something else? _______________________________________________ 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 S1753738Ab0JTQIN (ORCPT ); Wed, 20 Oct 2010 12:08:13 -0400 Received: from mail.perches.com ([173.55.12.10]:3319 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751916Ab0JTQIM (ORCPT ); Wed, 20 Oct 2010 12:08:12 -0400 Subject: Re: [PATCH] drivers/hwmon: Use pr_fmt and pr_ From: Joe Perches To: Guenter Roeck Cc: Jean Delvare , Hans de Goede , Alistair John Strachan , Henrik Rydberg , "Mark M. Hoffman" , Luca Tettamanti , Fenghua Yu , Juerg Haefliger , Eric Piel , Jim Cromie , Roger Lucas , "lm-sensors@lm-sensors.org" , LKML In-Reply-To: <20101020144608.GA21937@ericsson.com> References: <1287530020.10409.594.camel@Joe-Laptop> <20101020032938.GA20095@ericsson.com> <1287545658.10409.606.camel@Joe-Laptop> <20101020035346.GA20178@ericsson.com> <1287547662.10409.618.camel@Joe-Laptop> <20101020093438.07b129c8@endymion.delvare> <20101020144608.GA21937@ericsson.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 20 Oct 2010 09:08:10 -0700 Message-ID: <1287590890.1813.166.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2010-10-20 at 07:46 -0700, Guenter Roeck wrote: > > * That being said, now that the hwmon subsystem maintainer is a shared > > duty between Guenter and myself, there's no single place where we can > > keep a patch touching many drivers and ensure it doesn't conflict > > with the changes in the other tree. But I would think this is > > something for Gunter and myself to sort out, not patch contributors. Perhaps allow both maintainers read/write access to hwmon-next? > > I currently have pending patches to the following hwmon drivers in my > > tree: adt7475, ams, asc7621, hdaps, it87, k8temp, lm75, lm85, lm90, > > pcf8591, s3c-hwmon, w83795. Two of these are affected by Joe's > > patch(es). Guenter, what about you? > > > coretemp, pkgtemp, via-cputemp, ltc4261 (new), lis3, hp_accel I did these against next which includes 'hwmon-staging/hwmon-next'. Shouldn't these patches apply without modification or do I need to do something else?