From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751001AbdAOF0D (ORCPT ); Sun, 15 Jan 2017 00:26:03 -0500 Received: from mail-ot0-f169.google.com ([74.125.82.169]:35390 "EHLO mail-ot0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750969AbdAOF0B (ORCPT ); Sun, 15 Jan 2017 00:26:01 -0500 Date: Sat, 14 Jan 2017 23:25:56 -0600 From: Andy Gross To: Stanimir Varbanov Cc: Bjorn Andersson , Stephen Boyd , Srinivas Kandagatla , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org Subject: Re: [PATCH] firmware: qcom: scm: add a video command for state setting Message-ID: <20170115052556.GL5710@hector.attlocal.net> References: <1484241305-32565-1-git-send-email-stanimir.varbanov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484241305-32565-1-git-send-email-stanimir.varbanov@linaro.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 12, 2017 at 07:15:05PM +0200, Stanimir Varbanov wrote: > This scm call is used to change the video core state, more > specifically it is used to suspend and resume the core. > > Signed-off-by: Stanimir Varbanov > --- It appears we have another patch coming in that implements the same basic function. I CC'd you on that discussion. We need a unified patch that solves both. If one was already in I'd say implement the right solution and then switch the other user, but in this case I'd rather like to skip one whole release cycle and fix it now. The link to the other patch is: https://patchwork.kernel.org/patch/9450069/ Regards, Andy