From mboxrd@z Thu Jan 1 00:00:00 1970 From: Imran Khan Subject: [PATCH v8 0/2] soc: qcom: Add SoC info driver Date: Tue, 10 Jan 2017 21:17:34 +0530 Message-ID: <1484063254-8247-1-git-send-email-kimran@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:55976 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933520AbdAJPrz (ORCPT ); Tue, 10 Jan 2017 10:47:55 -0500 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: andy.gross@linaro.org Cc: david.brown@linaro.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Imran Khan This is patchset v8, it takes care of compilation warnings reported in v7. 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 | 516 +++++++++++++++++++++ 5 files changed, 671 insertions(+), 1 deletion(-) create mode 100644 Documentation/ABI/stable/sysfs-driver-qcom_socinfo create mode 100644 drivers/soc/qcom/socinfo.c -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project