From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH 3/8] firmware: qcom: scm: Generalize shared error map Date: Fri, 22 Apr 2016 16:13:17 -0700 Message-ID: <20160422231317.GF3202@tuxbot> References: <1461363432-5730-1-git-send-email-andy.gross@linaro.org> <1461363432-5730-4-git-send-email-andy.gross@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1461363432-5730-4-git-send-email-andy.gross-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Andy Gross Cc: linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Stephen Boyd , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Bjorn Andersson , jilai wang , Andy Gross List-Id: linux-arm-msm@vger.kernel.org On Fri 22 Apr 15:17 PDT 2016, Andy Gross wrote: > This patch moves the qcom_scm_remap_error function to the include file > where can be used by both the 32 and 64 bit versions of the code. > > Signed-off-by: Andy Gross > Signed-off-by: Andy Gross Acked-by: Bjorn Andersson Regards, Bjorn -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjorn.andersson@linaro.org (Bjorn Andersson) Date: Fri, 22 Apr 2016 16:13:17 -0700 Subject: [PATCH 3/8] firmware: qcom: scm: Generalize shared error map In-Reply-To: <1461363432-5730-4-git-send-email-andy.gross@linaro.org> References: <1461363432-5730-1-git-send-email-andy.gross@linaro.org> <1461363432-5730-4-git-send-email-andy.gross@linaro.org> Message-ID: <20160422231317.GF3202@tuxbot> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri 22 Apr 15:17 PDT 2016, Andy Gross wrote: > This patch moves the qcom_scm_remap_error function to the include file > where can be used by both the 32 and 64 bit versions of the code. > > Signed-off-by: Andy Gross > Signed-off-by: Andy Gross Acked-by: Bjorn Andersson Regards, Bjorn From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753566AbcDVXN1 (ORCPT ); Fri, 22 Apr 2016 19:13:27 -0400 Received: from mail-pf0-f178.google.com ([209.85.192.178]:34495 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753288AbcDVXN0 (ORCPT ); Fri, 22 Apr 2016 19:13:26 -0400 Date: Fri, 22 Apr 2016 16:13:17 -0700 From: Bjorn Andersson To: Andy Gross Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Boyd , devicetree@vger.kernel.org, Bjorn Andersson , jilai wang , Andy Gross Subject: Re: [PATCH 3/8] firmware: qcom: scm: Generalize shared error map Message-ID: <20160422231317.GF3202@tuxbot> References: <1461363432-5730-1-git-send-email-andy.gross@linaro.org> <1461363432-5730-4-git-send-email-andy.gross@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461363432-5730-4-git-send-email-andy.gross@linaro.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 22 Apr 15:17 PDT 2016, Andy Gross wrote: > This patch moves the qcom_scm_remap_error function to the include file > where can be used by both the 32 and 64 bit versions of the code. > > Signed-off-by: Andy Gross > Signed-off-by: Andy Gross Acked-by: Bjorn Andersson Regards, Bjorn