From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935227AbdADIMG (ORCPT ); Wed, 4 Jan 2017 03:12:06 -0500 Received: from mail-wj0-f177.google.com ([209.85.210.177]:35034 "EHLO mail-wj0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934986AbdADIMD (ORCPT ); Wed, 4 Jan 2017 03:12:03 -0500 Date: Wed, 4 Jan 2017 08:15:45 +0000 From: Lee Jones To: Imran Khan Cc: andy.gross@linaro.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [RESEND,PATCH v7 0/2] soc: qcom: Add SoC info driver Message-ID: <20170104081545.GK27589@dell> References: <1483513992-10356-1-git-send-email-kimran@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1483513992-10356-1-git-send-email-kimran@codeaurora.org> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 04 Jan 2017, Imran Khan wrote: > This is patchset v7 which takes care of review comments > received for patchset v6. Resending the patch set as > the last one had a compilation error. > > Major changes with respect to patch v6 are as below: > - Rather than showing string for h/w types, just show the > number obtained from SMEM. The reader of this number > is supposed to parse this into a human readable string > as this information may be different for different ODMs > - Create an attribute 'qcom_odm' depending on the presence > of corresponding property in SMEM DT entry. This information > can be used for ODM specific interpretation of SMEM socinfo > content > - Read machine value from DT, rather than using soc-id as index > in an ever increasing array of machine names > > Imran Khan (2): > soc: qcom: Add SoC info driver > Documentation/ABI: Add ABI information for QCOM socinfo driver > > Documentation/ABI/stable/sysfs-driver-qcom_socinfo | 147 ++++++ > drivers/soc/qcom/Kconfig | 1 + > drivers/soc/qcom/Makefile | 3 +- > drivers/soc/qcom/smem.c | 5 + > drivers/soc/qcom/socinfo.c | 515 +++++++++++++++++++++ > 5 files changed, 670 insertions(+), 1 deletion(-) > create mode 100644 Documentation/ABI/stable/sysfs-driver-qcom_socinfo > create mode 100644 drivers/soc/qcom/socinfo.c This set has nothing to do with me. Please only send patches to relevant Maintainers. We have enough mail as it is. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog