Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758857AbcDHTdY (ORCPT ); Fri, 8 Apr 2016 15:33:24 -0400 Received: from mga01.intel.com ([192.55.52.88]:63143 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758194AbcDHTdX convert rfc822-to-8bit (ORCPT ); Fri, 8 Apr 2016 15:33:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,454,1455004800"; d="scan'208";a="81769883" From: "Moore, Robert" To: Sudeep Holla , hotran CC: Jassi Brar , "Rafael J. Wysocki" , Len Brown , "Zheng, Lv" , "linux-kernel@vger.kernel.org" , "linux-acpi@vger.kernel.org" , "devel@acpica.org" , "lho@apm.com" , "dhdang@apm.com" Subject: RE: [PATCH] mailbox: pcc: Support HW-Reduced Communication Subspace Type 2 Thread-Topic: [PATCH] mailbox: pcc: Support HW-Reduced Communication Subspace Type 2 Thread-Index: AQHRj4iQCXjTFFljzk+QYB63z00E3Z+AgtYA///5AhA= Date: Fri, 8 Apr 2016 19:33:20 +0000 Message-ID: <94F2FBAB4432B54E8AACC7DFDE6C92E37E46B37E@ORSMSX108.amr.corp.intel.com> References: <1459894447-15400-1-git-send-email-hotran@apm.com> <5707AAD8.9070306@arm.com> In-Reply-To: <5707AAD8.9070306@arm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmIwNTMxZWUtMDU4Ny00YmQ3LWJlNGUtYzUyNzJkODRlZDIyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZWQURyaUp3cGtwVk9UNGlGMTFYWW1vMzlzT0E1MTY1RmdvcE85R0ZORzg9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.22.254.138] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1568 Lines: 44 Please send me the patch to actbl3.h > -----Original Message----- > From: Sudeep Holla [mailto:sudeep.holla@arm.com] > Sent: Friday, April 08, 2016 5:58 AM > To: hotran > Cc: Jassi Brar; Rafael J. Wysocki; Len Brown; Moore, Robert; Zheng, Lv; > linux-kernel@vger.kernel.org; linux-acpi@vger.kernel.org; > devel@acpica.org; Sudeep Holla; lho@apm.com; dhdang@apm.com > Subject: Re: [PATCH] mailbox: pcc: Support HW-Reduced Communication > Subspace Type 2 > > Hi, > > On 05/04/16 23:14, hotran wrote: > > ACPI 6.1 has a HW-Reduced Communication Subspace Type 2 intended for > > use on HW-Reduce ACPI Platform, which requires read-modify-write > > sequence to acknowledge doorbell interrupt. This patch provides the > > implementation for the Communication Subspace Type 2. > > > > Signed-off-by: Hoan Tran > > --- > > drivers/mailbox/pcc.c | 384 > > +++++++++++++++++++++++++++++++++++++------------- > > > include/acpi/actbl3.h | 8 +- > > This(2nd) file is generally imported from ACPICA directly. > > So you need to work with acpica-devel list(you can cc Robert Moore) to get > that alone integrated in acpica projected so that iasl tool and other > related components also gain support for this first. > > If the ACPI tables are generated by UEFI, it would be good to add the > support in tianocore project. IIRC tianocore has some PCC reference in > Acpi60.h header. > > It would help if the above two are done before we start looking into Linux > changes(pcc.c). To summarize this patch needs to be split. > > -- > Regards, > Sudeep