From: Vaishali Thakkar <vaishali.thakkar@linaro.org>
To: andy.gross@linaro.org
Cc: david.brown@linaro.org, gregkh@linuxfoundation.org,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
rafael@kernel.org, Vaishali Thakkar <vaishali.thakkar@linaro.org>
Subject: [PATCH 0/5] soc: qcom: Add SoC info driver
Date: Thu, 14 Feb 2019 09:11:11 +0530 [thread overview]
Message-ID: <cover.1550114271.git.vaishali.thakkar@linaro.org> (raw)
This patchset adds SoC info driver which can provide information
such as Chip ID, Chip family and serial number about Qualcomm SoCs
to user space via sysfs. Furthermore, it allows userspace to get
information about custom attributes and various image version
information via debugfs.
The patchset cleanly applies on top of v5.0-rc6.
Vaishali Thakkar (5):
base: soc: Add serial_number attribute to soc
soc: qcom: Add socinfo driver
soc: qcom: socinfo: Expose custom attributes
soc: qcom: socinfo: Expose image information
base: soc: Export soc_device_register/unregister APIs
Documentation/ABI/testing/sysfs-devices-soc | 7 +
drivers/base/soc.c | 9 +
drivers/soc/qcom/Kconfig | 8 +
drivers/soc/qcom/Makefile | 1 +
drivers/soc/qcom/smem.c | 8 +
drivers/soc/qcom/socinfo.c | 610 ++++++++++++++++++++
include/linux/sys_soc.h | 1 +
7 files changed, 644 insertions(+)
create mode 100644 drivers/soc/qcom/socinfo.c
--
2.17.1
next reply other threads:[~2019-02-14 3:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-14 3:41 Vaishali Thakkar [this message]
2019-02-14 3:41 ` [PATCH 1/5] base: soc: Add serial_number attribute to soc Vaishali Thakkar
2019-02-14 9:54 ` Rafael J. Wysocki
2019-02-14 3:41 ` [PATCH 2/5] soc: qcom: Add socinfo driver Vaishali Thakkar
2019-02-14 3:41 ` [PATCH 3/5] soc: qcom: socinfo: Expose custom attributes Vaishali Thakkar
2019-02-14 4:52 ` Joe Perches
2019-02-14 9:41 ` Greg KH
2019-02-14 3:42 ` [PATCH 4/5] soc: qcom: socinfo: Expose image information Vaishali Thakkar
2019-02-14 3:42 ` [PATCH 5/5] base: soc: Export soc_device_register/unregister APIs Vaishali Thakkar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1550114271.git.vaishali.thakkar@linaro.org \
--to=vaishali.thakkar@linaro.org \
--cc=andy.gross@linaro.org \
--cc=david.brown@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome