From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753556AbcBOWzy (ORCPT ); Mon, 15 Feb 2016 17:55:54 -0500 Received: from ausxipps301.us.dell.com ([143.166.148.223]:58321 "EHLO ausxipps301.us.dell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753106AbcBOWzw (ORCPT ); Mon, 15 Feb 2016 17:55:52 -0500 DomainKey-Signature: s=smtpout; d=dell.com; c=nofws; q=dns; h=X-LoopCount0:X-IronPort-AV:Subject:To:References:Cc:From: Organization:Message-ID:Date:User-Agent:MIME-Version: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=gQTQI1o2jyV+zvqyLAyNsBw27ffPsveuJlxQ3ZaeaADkEbacsTDI5J8p MveXh5rG9x5he9jDwiM4DxIFuv7WXMZGrKmkjShHSl2SWyzamrTYNSexS L5hBCGRLOJvVxgUilmfRm7i2AcIj9Zs5pTF0juL4gpMDNBsvBwwrM6W7n A=; X-LoopCount0: from 10.209.151.17 X-IronPort-AV: E=Sophos;i="5.22,452,1449554400"; d="scan'208";a="760403992" Subject: Re: [PATCH v3 0/6] alienware-wmi: new platform and feature support To: Darren Hart References: <1454449137-16478-1-git-send-email-mario_limonciello@dell.com> <20160207200506.GG1779@malice.jf.intel.com> Cc: LKML , "platform-driver-x86@vger.kernel.org" From: Mario Limonciello Organization: Dell Inc. Message-ID: <56C25671.2090008@dell.com> Date: Mon, 15 Feb 2016 16:51:29 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20160207200506.GG1779@malice.jf.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/07/2016 02:05 PM, Darren Hart wrote: > On Tue, Feb 02, 2016 at 03:38:51PM -0600, Mario Limonciello wrote: >> I've got some extensions for the alienware-wmi driver that have >> been introduced for a few new platforms and can be controlled via the WMI >> interface. > Thanks Mario, and apologies for the delay. This appears functionally correct at > each patch. There were still a couple minor line wrapping and comment block > formatting issues, but given the time delay, I just took care of those myself > and annotated it in the commit messages. These are now queued to testing. > > If you would like to verify my changes, they are available in the testing branch > of my tree. > Everything looks good, thanks!