From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981AbdHAKvF (ORCPT ); Tue, 1 Aug 2017 06:51:05 -0400 Received: from mx2.suse.de ([195.135.220.15]:39184 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751008AbdHAKvC (ORCPT ); Tue, 1 Aug 2017 06:51:02 -0400 Subject: Re: [PATCH v2 0/3] mailbox: arm: introduce smc triggered mailbox To: Andre Przywara , Jassi Brar , Sudeep Holla Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Maxime Ripard , Chen-Yu Tsai , Icenowy Zheng , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, Michal Simek References: <1500852206-28771-1-git-send-email-andre.przywara@arm.com> From: Alexander Graf Message-ID: Date: Tue, 1 Aug 2017 12:50:58 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1500852206-28771-1-git-send-email-andre.przywara@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed 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 Hi Andre, On 24.07.17 01:23, Andre Przywara wrote: > This is a reworked version of my previous post. It addresses Jassi's > comments on the driver and also tries to cover Rob's and Mark's comments > on the binding documentation. > I dropped the more example-like DT changes from v1, as they are actually > not meant to be merged into the Linux tree, but instead are provided as > part of some firmware actually implementing this functionality. > > Please let me know what you think. Could you please quickly explain what it would take to provide SCMI on top of this instead of SCPI? https://lkml.org/lkml/2017/6/7/624 I can certainly see that SCPI is an easier target because it's already upstream and widely spread. But wouldn't it make sense to jump on the SCMI train while it's taking steam? Thanks, Alex