From: Guru Das Srinagesh <gurus@codeaurora.org>
To: devicetree@vger.kernel.org,
linux-arm-msm <linux-arm-msm@vger.kernel.org>,
Lee Jones <lee.jones@linaro.org>,
Rob Herring <robh+dt@kernel.org>
Cc: Subbaraman Narayanamurthy <subbaram@codeaurora.org>,
David Collins <collinsd@codeaurora.org>,
linux-kernel@vger.kernel.org,
Guru Das Srinagesh <gurus@codeaurora.org>
Subject: [PATCH 0/2] Introduce QTI I2C PMIC controller
Date: Mon, 27 Apr 2020 19:18:00 -0700 [thread overview]
Message-ID: <cover.1588037638.git.gurus@codeaurora.org> (raw)
Add devicetree bindings and code for the Qualcomm Technologies, Inc. I2C PMIC
controller.
Guru Das Srinagesh (2):
dt-bindings: mfd: Document QTI I2C PMIC controller
mfd: Introduce QTI I2C PMIC controller
.../devicetree/bindings/mfd/qcom,i2c-pmic.yaml | 89 +++
drivers/mfd/Kconfig | 11 +
drivers/mfd/Makefile | 1 +
drivers/mfd/qcom-i2c-pmic.c | 737 +++++++++++++++++++++
4 files changed, 838 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/qcom,i2c-pmic.yaml
create mode 100644 drivers/mfd/qcom-i2c-pmic.c
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
next reply other threads:[~2020-04-28 2:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 2:18 Guru Das Srinagesh [this message]
2020-04-28 2:18 ` [PATCH 1/2] dt-bindings: mfd: Document QTI I2C PMIC controller Guru Das Srinagesh
2020-04-28 14:04 ` Rob Herring
2020-04-28 2:18 ` [PATCH 2/2] mfd: Introduce " Guru Das Srinagesh
2020-05-01 13:48 ` kbuild test robot
2020-05-01 13:48 ` kbuild test robot
2020-05-19 10:33 ` Lee Jones
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.1588037638.git.gurus@codeaurora.org \
--to=gurus@codeaurora.org \
--cc=collinsd@codeaurora.org \
--cc=devicetree@vger.kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=subbaram@codeaurora.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.