From: Chanwoo Choi <cw00.choi@samsung.com>
To: lee.jones@linaro.org, broonie@kernel.org
Cc: Chanwoo Choi <cw00.choi@samsung.com>,
sbkim73@samsung.com, sameo@linux.intel.com, lgirdwood@gmail.com,
linux-kernel@vger.kernel.org, myungjoo.ham@samsung.com,
kyungmin.park@samsung.com, jonghwa3.lee@samsung.com,
k.kozlowski@samsung.com
Subject: Re: [PATCHv2 0/3] regulator: s2mps11: Add support S2MPU02 PMIC device
Date: Fri, 30 May 2014 19:32:35 +0900 [thread overview]
Message-ID: <53885E43.2000000@samsung.com> (raw)
In-Reply-To: <1401409510-28238-1-git-send-email-cw00.choi@samsung.com>
Dear Lee Jones and Mark Brown,
The patch[1] has dependency on both mfd.git and regulator.git.
[1] regulator: s2mps11: Add support S2MPU02 regulator device
The mfd.git(for-mfd-next branch) has only following patchset[2] without patchset[3] about drivers/mfd/sec-core.c.
The regulaotr.git (for-next branch) has only following patchset[3] without patchset[2] about driver/regulator/s2mps11.c.
[2] patchset for drivers/mfd/sec-core.c
2014-05-13 12:58 Krzysztof Kozlows~ o mfd: sec-core: Make of_device_id array const
2014-04-22 16:00 Krzysztof Kozlows~ o mfd: sec-core: Fix IRQ handling after resume if this is not a wakeup source
2014-04-23 16:13 Krzysztof Kozlows~ o mfd: sec-core: Remove duplicated device type from sec_pmic_dev
2014-04-14 09:40 Krzysztof Kozlows~ o mfd/rtc: s5m: Do not allocate RTC I2C dummy and regmap for unsupported chipsets
[3] patchset for drivers/regulator/s2mps11.c
2014-05-06 08:37 Krzysztof Kozlows~ o regulator: s2mps11: Fix accidental enable of buck6 ramp delay
2014-04-30 10:40 Krzysztof Kozlows~ o regulator: s2mps11: Allow GPIO 0 to be used as external control on S2MPS14
2014-04-14 10:09 Krzysztof Kozlows~ o regulator: s2mps11: Add external GPIO control for S2MPS14
2014-04-14 10:09 Krzysztof Kozlows~ o regulator: s2mps11: Move DTS parsing code to separate function
Should I divide patch[1] into two patches to remove dependency on both mfd.git and regulator.git?
Best Regards,
Chanwoo Choi
On 05/30/2014 09:25 AM, Chanwoo Choi wrote:
> This patch add Samsung S2MPU02 PMIC device driver in exiting S2MPS11 PMIC
> driver because S2MPU02 has a little different between S2MPU02 and S2MPS1x.
> The S2MPU02 PMIC has LDO[1-28] and BUCK[1-7] regulators.
>
> Changes from v1:
> - Fix typo about patch description
> - Use existing suspend_state variable instead of defining new variable for S2MPU02
> - Remove unnecessary parameter of s2mps11_pmic_dt_parse()
> - Remove unfit comment of s2mpu02.h file
> - Both patch2 and patch3 should be squashed on patch2
>
> Chanwoo Choi (3):
> mfd: sec-core: Add support for S2MPU02 device
> regulator: s2mps11: Add support S2MPU02 regulator device
> dt-bindings: mfd: s2mps11: Add support S2MPU02 PMIC
>
> Documentation/devicetree/bindings/mfd/s2mps11.txt | 7 +-
> drivers/mfd/sec-core.c | 45 +++
> drivers/mfd/sec-irq.c | 88 ++++++
> drivers/regulator/s2mps11.c | 319 ++++++++++++++++++++--
> include/linux/mfd/samsung/core.h | 1 +
> include/linux/mfd/samsung/irq.h | 24 ++
> include/linux/mfd/samsung/s2mpu02.h | 200 ++++++++++++++
> 7 files changed, 662 insertions(+), 22 deletions(-)
> create mode 100644 include/linux/mfd/samsung/s2mpu02.h
>
prev parent reply other threads:[~2014-05-30 10:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-30 0:25 [PATCHv2 0/3] regulator: s2mps11: Add support S2MPU02 PMIC device Chanwoo Choi
2014-05-30 0:25 ` [PATCHv2 1/3] mfd: sec-core: Add support for S2MPU02 device Chanwoo Choi
2014-05-30 0:25 ` [PATCHv2 2/3] regulator: s2mps11: Add support S2MPU02 regulator device Chanwoo Choi
2014-05-30 8:23 ` Krzysztof Kozlowski
2014-05-30 10:33 ` Chanwoo Choi
2014-06-01 10:46 ` Mark Brown
2014-05-30 0:25 ` [PATCHv2 3/3] dt-bindings: mfd: s2mps11: Add support S2MPU02 PMIC Chanwoo Choi
2014-05-30 10:32 ` Chanwoo Choi [this message]
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=53885E43.2000000@samsung.com \
--to=cw00.choi@samsung.com \
--cc=broonie@kernel.org \
--cc=jonghwa3.lee@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
--cc=sameo@linux.intel.com \
--cc=sbkim73@samsung.com \
/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