Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964814AbeAKO4T (ORCPT + 1 other); Thu, 11 Jan 2018 09:56:19 -0500 Received: from foss.arm.com ([217.140.101.70]:60896 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933854AbeAKO4S (ORCPT ); Thu, 11 Jan 2018 09:56:18 -0500 Cc: ALKML , LKML , DTML , Sudeep Holla , Roy Franz , Harb Abdulhamid , Nishanth Menon , Loc Ho , Alexey Klimov , Ryan Harkin , Jassi Brar Subject: Re: [PATCH v5 03/20] firmware: arm_scmi: add basic driver infrastructure for SCMI To: Arnd Bergmann References: <1514904162-11201-1-git-send-email-sudeep.holla@arm.com> <1514904162-11201-4-git-send-email-sudeep.holla@arm.com> From: Sudeep Holla Organization: ARM Message-ID: <63af0db6-4d78-aa86-cf96-1ad33a5ed604@arm.com> Date: Thu, 11 Jan 2018 14:56:12 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1514904162-11201-4-git-send-email-sudeep.holla@arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 02/01/18 14:42, Sudeep Holla wrote: > The SCMI is intended to allow OSPM to manage various functions that are > provided by the hardware platform it is running on, including power and > performance functions. SCMI provides two levels of abstraction, protocols > and transports. Protocols define individual groups of system control and > management messages. A protocol specification describes the messages > that it supports. Transports describe the method by which protocol > messages are communicated between agents and the platform. > > This patch adds basic infrastructure to manage the message allocation, > initialisation, packing/unpacking and shared memory management. > Any chance you could review patches 3-14 ? All the drivers (15-20) are already acked by the maintainer. I know it's late for v4.16, I want it to be ready for v4.17 ASAP. It's on the list without much progress for few months now :(, hence the push. Sorry for the nag. -- Regards, Sudeep