From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752604AbbHMNKp (ORCPT ); Thu, 13 Aug 2015 09:10:45 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:33931 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590AbbHMNKn (ORCPT ); Thu, 13 Aug 2015 09:10:43 -0400 Date: Thu, 13 Aug 2015 15:08:18 +0200 From: Olof Johansson To: Andy Gross Cc: arm@kernel.org, Arnd Bergmann , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org Subject: Re: [GIT PULL] qcom SoC changes for 4.3 *CORRECTED* Message-ID: <20150813130818.GE23581@localhost> References: <1438379275-6314-1-git-send-email-agross@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438379275-6314-1-git-send-email-agross@codeaurora.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 31, 2015 at 04:47:55PM -0500, Andy Gross wrote: > The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: > > Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) > > are available in the git repository at: > > git://codeaurora.org/quic/kernel/agross-msm.git tags/qcom-soc-for-4.3 > > for you to fetch changes up to ba68227e610cec8e0bef7da7e04af3f479d9797d: > > devicetree: soc: Add Qualcomm SMD based RPM DT binding (2015-07-29 14:13:48 -0500) > > ---------------------------------------------------------------- > Qualcomm ARM Based SoC Updates for 4.3 > > * Add SMEM driver > * Add SMD driver > * Add RPM over SMD driver > * Select QCOM_SCM by default > > ---------------------------------------------------------------- > Bjorn Andersson (5): > soc: qcom: Add Shared Memory Manager driver > soc: qcom: Add device tree binding for Shared Memory Device > soc: qcom: Add Shared Memory Driver > soc: qcom: Driver for the Qualcomm RPM over SMD > devicetree: soc: Add Qualcomm SMD based RPM DT binding > > Lina Iyer (1): > drivers: qcom: Select QCOM_SCM unconditionally for QCOM_PM Ok, after looking through it, I've decided to merge this branch. I'm still concerned that we are picking up similar functionality without any shared implementation for a lot of platforms right now. At some point we'll have to say that enough is enough and someone will have to clean it up. In the past, Linaro has done some of that work since several members have been affected. I don't know if this is the right time to kick something off though, or if we should let a few more implementations surface such that there is a better set of needed use cases to base a common framework on. -Olof