From: kgene@kernel.org
To: 'Javier Martinez Canillas' <javier.martinez@collabora.co.uk>
Cc: 'Doug Anderson' <dianders@chromium.org>,
'Olof Johansson' <olof@lixom.net>,
'Mark Brown' <broonie@kernel.org>,
'Naveen Krishna Chatradhi' <ch.naveen@samsung.com>,
'Rahul Sharma' <rahul.sharma@samsung.com>,
'Andreas Faerber' <afaerber@suse.de>,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
'Vivek Gautam' <gautam.vivek@samsung.com>
Subject: RE: [PATCH v3 0/7] Add max77802 support for Peach boards
Date: Fri, 12 Sep 2014 21:26:13 +0900 [thread overview]
Message-ID: <0ae801cfce84$be443620$3acca260$@kernel.org> (raw)
In-Reply-To: <1410344391-5675-1-git-send-email-javier.martinez@collabora.co.uk>
Javier Martinez Canillas wrote:
>
> Hello Kukjin,
>
Hi Javier,
> This is a third version of th series that adds max77802 support for
> the Peach Pit and Pi boards. The series also have all the pending
> patches that were posted but depended on this support. I've picked
> all the patches I found and rebased them to be sure that they apply
> cleanly on top of linux-next. Also I've taken some DT snippets from
> the downstream Chrome OS 3.8 kernel DTS for devices that use one of
> these regulators as their input supply.
>
Thanks a lot and looks good to me. I'll take this whole series.
- Kukjin
> Changes since v2 [0]:
> - Remove left over supply on ldo35 regulator, suggested by Doug Anderson.
> - Add a patch to change the i2c7 clock at 400kHz, suggested by Doug Anderson.
> - Add a patch from Vivek Gautam to enable max77802 regulator driver support.
>
> Changes sinve v1 [1]:
> - Dropped patch that added vmmc and vqmmc supplies as suggested
> by Doug Anderson.
> - Use IRQ flags define instead of a magic number as suggested by
> Andreas Faerber.
>
> The series is composed of the following patches:
>
> Javier Martinez Canillas (3):
> ARM: dts: Add Peach Pit and Pi dts entry for max77802 PMIC
> ARM: dts: Add Peach Pit and Pi dts entry for ISL29018 sensor
> ARM: dts: Set i2c7 clock at 400kHz for Peach boards
>
> Naveen Krishna Chatradhi (1):
> ARM: dts: Add thermistor dts fragment used by exynos based Peach
> boards
>
> Rahul Sharma (2):
> ARM: dts: add hdmi regulators for exynos5800 based peach-pi board
> ARM: dts: add hdmi regulators for exynos5420 based peach-pit board
>
> Vivek Gautam (1):
> ARM: exynos_defconfig: Enable MAX77802
>
> arch/arm/boot/dts/cros-adc-thermistors.dtsi | 44 ++++
> arch/arm/boot/dts/exynos5420-peach-pit.dts | 389 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/exynos5800-peach-pi.dts | 389 ++++++++++++++++++++++++++++
> arch/arm/configs/exynos_defconfig | 3 +
> 4 files changed, 825 insertions(+)
> create mode 100644 arch/arm/boot/dts/cros-adc-thermistors.dtsi
>
>
> Best regards,
> Javier
>
> [0]: https://lkml.org/lkml/2014/8/20/225
> [1]: https://lkml.org/lkml/2014/8/19/372
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (kgene at kernel.org)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/7] Add max77802 support for Peach boards
Date: Fri, 12 Sep 2014 21:26:13 +0900 [thread overview]
Message-ID: <0ae801cfce84$be443620$3acca260$@kernel.org> (raw)
In-Reply-To: <1410344391-5675-1-git-send-email-javier.martinez@collabora.co.uk>
Javier Martinez Canillas wrote:
>
> Hello Kukjin,
>
Hi Javier,
> This is a third version of th series that adds max77802 support for
> the Peach Pit and Pi boards. The series also have all the pending
> patches that were posted but depended on this support. I've picked
> all the patches I found and rebased them to be sure that they apply
> cleanly on top of linux-next. Also I've taken some DT snippets from
> the downstream Chrome OS 3.8 kernel DTS for devices that use one of
> these regulators as their input supply.
>
Thanks a lot and looks good to me. I'll take this whole series.
- Kukjin
> Changes since v2 [0]:
> - Remove left over supply on ldo35 regulator, suggested by Doug Anderson.
> - Add a patch to change the i2c7 clock at 400kHz, suggested by Doug Anderson.
> - Add a patch from Vivek Gautam to enable max77802 regulator driver support.
>
> Changes sinve v1 [1]:
> - Dropped patch that added vmmc and vqmmc supplies as suggested
> by Doug Anderson.
> - Use IRQ flags define instead of a magic number as suggested by
> Andreas Faerber.
>
> The series is composed of the following patches:
>
> Javier Martinez Canillas (3):
> ARM: dts: Add Peach Pit and Pi dts entry for max77802 PMIC
> ARM: dts: Add Peach Pit and Pi dts entry for ISL29018 sensor
> ARM: dts: Set i2c7 clock at 400kHz for Peach boards
>
> Naveen Krishna Chatradhi (1):
> ARM: dts: Add thermistor dts fragment used by exynos based Peach
> boards
>
> Rahul Sharma (2):
> ARM: dts: add hdmi regulators for exynos5800 based peach-pi board
> ARM: dts: add hdmi regulators for exynos5420 based peach-pit board
>
> Vivek Gautam (1):
> ARM: exynos_defconfig: Enable MAX77802
>
> arch/arm/boot/dts/cros-adc-thermistors.dtsi | 44 ++++
> arch/arm/boot/dts/exynos5420-peach-pit.dts | 389 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/exynos5800-peach-pi.dts | 389 ++++++++++++++++++++++++++++
> arch/arm/configs/exynos_defconfig | 3 +
> 4 files changed, 825 insertions(+)
> create mode 100644 arch/arm/boot/dts/cros-adc-thermistors.dtsi
>
>
> Best regards,
> Javier
>
> [0]: https://lkml.org/lkml/2014/8/20/225
> [1]: https://lkml.org/lkml/2014/8/19/372
next prev parent reply other threads:[~2014-09-12 12:26 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-10 10:19 [PATCH v3 0/7] Add max77802 support for Peach boards Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 10:19 ` [PATCH v3 1/7] ARM: dts: Add Peach Pit and Pi dts entry for max77802 PMIC Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 10:19 ` [PATCH v3 2/7] ARM: dts: add hdmi regulators for exynos5800 based peach-pi board Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 10:19 ` [PATCH v3 3/7] ARM: dts: add hdmi regulators for exynos5420 based peach-pit board Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 10:19 ` [PATCH v3 4/7] ARM: dts: Add thermistor dts fragment used by exynos based Peach boards Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 10:19 ` [PATCH v3 5/7] ARM: dts: Add Peach Pit and Pi dts entry for ISL29018 sensor Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 10:19 ` [PATCH v3 6/7] ARM: dts: Set i2c7 clock at 400kHz for Peach boards Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 20:02 ` Doug Anderson
2014-09-10 20:02 ` Doug Anderson
2014-09-10 10:19 ` [PATCH v3 7/7] ARM: exynos_defconfig: Enable MAX77802 Javier Martinez Canillas
2014-09-10 10:19 ` Javier Martinez Canillas
2014-09-10 20:03 ` Doug Anderson
2014-09-10 20:03 ` Doug Anderson
2014-09-12 12:26 ` kgene [this message]
2014-09-12 12:26 ` [PATCH v3 0/7] Add max77802 support for Peach boards kgene at kernel.org
2014-09-12 13:21 ` Javier Martinez Canillas
2014-09-12 13:21 ` Javier Martinez Canillas
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='0ae801cfce84$be443620$3acca260$@kernel.org' \
--to=kgene@kernel.org \
--cc=afaerber@suse.de \
--cc=broonie@kernel.org \
--cc=ch.naveen@samsung.com \
--cc=dianders@chromium.org \
--cc=gautam.vivek@samsung.com \
--cc=javier.martinez@collabora.co.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=rahul.sharma@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 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.