From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937059AbdIZUS6 (ORCPT ); Tue, 26 Sep 2017 16:18:58 -0400 Received: from esa6.dell-outbound.iphmx.com ([68.232.149.229]:55851 "EHLO esa6.dell-outbound.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935846AbdIZUS4 (ORCPT ); Tue, 26 Sep 2017 16:18:56 -0400 From: X-LoopCount0: from 10.166.132.195 X-IronPort-AV: E=Sophos;i="5.42,441,1500958800"; d="scan'208";a="1037086547" X-DLP: DLP_GlobalPCIDSS To: CC: , , , , Subject: RE: [PATCH v2 09/14] platform/x86: dell-smbios: rename to dell-wmi-smbios Thread-Topic: [PATCH v2 09/14] platform/x86: dell-smbios: rename to dell-wmi-smbios Thread-Index: AQHTNwLvcBZpIOw3eEWbje/ULU4ay6LHmsEA Date: Tue, 26 Sep 2017 20:18:54 +0000 Message-ID: References: <746fb34ff44824808e7892f81247436f80c7ab83.1506451187.git.mario.limonciello@dell.com> <201709262206.13177@pali> In-Reply-To: <201709262206.13177@pali> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.143.18.86] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v8QKJGt2012529 > -----Original Message----- > From: Pali Rohár [mailto:pali.rohar@gmail.com] > Sent: Tuesday, September 26, 2017 4:06 PM > To: Limonciello, Mario > Cc: dvhart@infradead.org; Andy Shevchenko ; > LKML ; platform-driver-x86@vger.kernel.org; > quasisec@google.com > Subject: Re: [PATCH v2 09/14] platform/x86: dell-smbios: rename to dell-wmi- > smbios > > On Tuesday 26 September 2017 20:50:07 Mario Limonciello wrote: > > This follows the style of the rest of the platform x86 WMI drivers. > > > > Renaming the driver requires adjusting the other drivers using > > dell-smbios to pick up the newly named includes. > > > > While renaming, I noticed that this driver was missing from > > MAINTAINERS. Add it to that and myself to the list of people > > maintaing it. > > > > Signed-off-by: Mario Limonciello > > Now when driver supports both old and new WMI call interface, I think > that renaming is not needed... > So all other drivers that use WMI have "WMI" in the name, this would be breaking previously set precedence. Daren, Andy, what would you like me to do?