From: Keerthy <a0393675@ti.com>
To: Keerthy <j-keerthy@ti.com>
Cc: linux-omap@vger.kernel.org, lgirdwood@gmail.com,
broonie@kernel.org, linux-kernel@vger.kernel.org,
sameo@linux.intel.com, lee.jones@linaro.org
Subject: Re: [PATCH 0/9] mfd: tps65917: Add support for for TPS65917 PMIC
Date: Fri, 6 Jun 2014 16:29:03 +0530 [thread overview]
Message-ID: <53919EF7.2000904@ti.com> (raw)
In-Reply-To: <1401272423-25761-1-git-send-email-j-keerthy@ti.com>
Hi Mark/Lee Jones,
On Wednesday 28 May 2014 03:50 PM, Keerthy wrote:
> The TPS65917 chip is a power management IC for Portable Navigation Systems
> and Tablet Computing devices. It contains the following components:
>
> - Regulators.
> - GPADC.
> - Over Temperature warning and Shut down.
>
> This patch series adds support for TPS65917 mfd device. At this time only
> the regulator functionality is made available.
>
> The closest drivers are PALMAS series drivers. Hence adapted palmas mfd
> driver to support the tps65917 PMIC.
>
> The register set for SMPSs and LDOs are changed and the ramp delay support
> is also changed. Bit-field defenitions are changed.
> Hence added driver data structures for mfd and regulator drivers
> for palmas and added support for tps65917.
>
> The patches are boot tested on DRA72-EVM.
> The patches are boot tested on OMAP5-UEVM board.
A gentle ping on this rework.
> Keerthy (9):
> mfd: Add DT bindings for tps65917 PMIC
> regulator: palmas: Add tps65917 compatible string
> mfd: palmas: Add tps65917 specific definitions and enums
> mfd: palmas: Add tps65917 support
> regulator: palmas: Shift the reg_info structure definition to the
> header file
> mfd: palmas: shift the palmas_sleep_requestor_info structure
> definition to the header file
> regulator: palmas: Add palmas_pmic_driver_data structure
> regulator: palmas: add driver data and modularize the probe
> regulator: palmas: Add tps65917 PMIC support
>
> Documentation/devicetree/bindings/mfd/palmas.txt | 2 +
> .../devicetree/bindings/regulator/palmas-pmic.txt | 1 +
> drivers/mfd/palmas.c | 228 +++--
> drivers/regulator/palmas-regulator.c | 1006 +++++++++++++++-----
> include/linux/mfd/palmas.h | 837 ++++++++++++++++
> 5 files changed, 1770 insertions(+), 304 deletions(-)
>
Regards,
Keerthy
WARNING: multiple messages have this Message-ID (diff)
From: Keerthy <a0393675@ti.com>
To: Keerthy <j-keerthy@ti.com>
Cc: <linux-omap@vger.kernel.org>, <lgirdwood@gmail.com>,
<broonie@kernel.org>, <linux-kernel@vger.kernel.org>,
<sameo@linux.intel.com>, <lee.jones@linaro.org>
Subject: Re: [PATCH 0/9] mfd: tps65917: Add support for for TPS65917 PMIC
Date: Fri, 6 Jun 2014 16:29:03 +0530 [thread overview]
Message-ID: <53919EF7.2000904@ti.com> (raw)
In-Reply-To: <1401272423-25761-1-git-send-email-j-keerthy@ti.com>
Hi Mark/Lee Jones,
On Wednesday 28 May 2014 03:50 PM, Keerthy wrote:
> The TPS65917 chip is a power management IC for Portable Navigation Systems
> and Tablet Computing devices. It contains the following components:
>
> - Regulators.
> - GPADC.
> - Over Temperature warning and Shut down.
>
> This patch series adds support for TPS65917 mfd device. At this time only
> the regulator functionality is made available.
>
> The closest drivers are PALMAS series drivers. Hence adapted palmas mfd
> driver to support the tps65917 PMIC.
>
> The register set for SMPSs and LDOs are changed and the ramp delay support
> is also changed. Bit-field defenitions are changed.
> Hence added driver data structures for mfd and regulator drivers
> for palmas and added support for tps65917.
>
> The patches are boot tested on DRA72-EVM.
> The patches are boot tested on OMAP5-UEVM board.
A gentle ping on this rework.
> Keerthy (9):
> mfd: Add DT bindings for tps65917 PMIC
> regulator: palmas: Add tps65917 compatible string
> mfd: palmas: Add tps65917 specific definitions and enums
> mfd: palmas: Add tps65917 support
> regulator: palmas: Shift the reg_info structure definition to the
> header file
> mfd: palmas: shift the palmas_sleep_requestor_info structure
> definition to the header file
> regulator: palmas: Add palmas_pmic_driver_data structure
> regulator: palmas: add driver data and modularize the probe
> regulator: palmas: Add tps65917 PMIC support
>
> Documentation/devicetree/bindings/mfd/palmas.txt | 2 +
> .../devicetree/bindings/regulator/palmas-pmic.txt | 1 +
> drivers/mfd/palmas.c | 228 +++--
> drivers/regulator/palmas-regulator.c | 1006 +++++++++++++++-----
> include/linux/mfd/palmas.h | 837 ++++++++++++++++
> 5 files changed, 1770 insertions(+), 304 deletions(-)
>
Regards,
Keerthy
next prev parent reply other threads:[~2014-06-06 10:59 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-28 10:20 [PATCH 0/9] mfd: tps65917: Add support for for TPS65917 PMIC Keerthy
2014-05-28 10:20 ` Keerthy
2014-05-28 10:20 ` [PATCH 1/9] mfd: Add DT bindings for tps65917 PMIC Keerthy
2014-05-28 10:20 ` Keerthy
2014-05-28 10:20 ` [PATCH 2/9] regulator: palmas: Add tps65917 compatible string Keerthy
2014-05-28 10:20 ` Keerthy
2014-05-28 10:20 ` [PATCH 3/9] mfd: palmas: Add tps65917 specific definitions and enums Keerthy
2014-05-28 10:20 ` Keerthy
2014-06-17 16:11 ` Lee Jones
2014-06-17 16:11 ` Lee Jones
2014-06-18 5:07 ` Keerthy
2014-06-18 5:07 ` Keerthy
2014-05-28 10:20 ` [PATCH 4/9] mfd: palmas: Add tps65917 support Keerthy
2014-05-28 10:20 ` Keerthy
2014-06-17 16:19 ` Lee Jones
2014-06-18 5:06 ` Keerthy
2014-06-18 5:06 ` Keerthy
2014-05-28 10:20 ` [PATCH 5/9] regulator: palmas: Shift the reg_info structure definition to the header file Keerthy
2014-05-28 10:20 ` Keerthy
2014-06-17 16:32 ` Lee Jones
2014-06-18 5:05 ` Keerthy
2014-06-18 5:05 ` Keerthy
2014-05-28 10:20 ` [PATCH 6/9] mfd: palmas: shift the palmas_sleep_requestor_info " Keerthy
2014-05-28 10:20 ` Keerthy
2014-06-17 16:33 ` Lee Jones
2014-06-18 5:04 ` Keerthy
2014-06-18 5:04 ` Keerthy
2014-05-28 10:20 ` [PATCH 7/9] regulator: palmas: Add palmas_pmic_driver_data structure Keerthy
2014-05-28 10:20 ` Keerthy
2014-06-17 16:37 ` Lee Jones
2014-06-18 5:01 ` Keerthy
2014-06-18 5:01 ` Keerthy
2014-06-18 7:24 ` Lee Jones
2014-06-18 7:24 ` Lee Jones
2014-05-28 10:20 ` [PATCH 8/9] regulator: palmas: add driver data and modularize the probe Keerthy
2014-05-28 10:20 ` Keerthy
2014-06-17 16:45 ` Lee Jones
2014-06-18 4:53 ` Keerthy
2014-06-18 4:53 ` Keerthy
2014-05-28 10:20 ` [PATCH 9/9] regulator: palmas: Add tps65917 PMIC support Keerthy
2014-05-28 10:20 ` Keerthy
2014-06-06 10:59 ` Keerthy [this message]
2014-06-06 10:59 ` [PATCH 0/9] mfd: tps65917: Add support for for TPS65917 PMIC Keerthy
2014-06-06 12:43 ` Lee Jones
2014-06-06 12:43 ` Lee Jones
2014-06-06 12:50 ` Mark Brown
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=53919EF7.2000904@ti.com \
--to=a0393675@ti.com \
--cc=broonie@kernel.org \
--cc=j-keerthy@ti.com \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=sameo@linux.intel.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.