From: Keerthy <a0393675@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 0/6] power: pmic: Add support for Palmas family of PMICs
Date: Thu, 6 Oct 2016 23:07:51 +0530 [thread overview]
Message-ID: <4ba6f988-e4ec-b55f-910d-eacc9157aafd@ti.com> (raw)
In-Reply-To: <1475207447-18715-1-git-send-email-j-keerthy@ti.com>
On Friday 30 September 2016 09:20 AM, Keerthy wrote:
> The series adds support for Palmas family of PMICs.
> Implements functions to configure regulators. Enable/Disable
> Get/Set voltages of regulators.
>
> Supports TPS659038, TPS65917, Palmas.
>
> Tested on TPS659038, TPS65917 using DRA7XX-EVM and AM57XX-EVM.
Simon,
If you are okay with this series please pull it.
Regards,
Keerthy
>
> Changes in v5:
>
> removed u8 i2c read/write functions made use of already
> existing functions.
>
> Added read/write functions.
>
> Changes in v4:
>
> Added Reviewed-by and a minor change from printf to debug.
>
> Changes in v3:
>
> Introduced u8 i2c read/write functions.
>
> Keerthy (6):
> power: regulator: Add ctrl_reg and volt_reg fields for pmic
> power: pmic: Palmas: Add the base pmic support
> power: regulator: palmas: Add regulator support
> configs: dra7xx_evm_defconfig: Enable PALMAS options
> configs: am57xx_evm_defconfig: Enable PALMAS options
> configs: am57xx_evm_defconfig: Enable CMD_REG option
>
> configs/am57xx_evm_defconfig | 5 +
> configs/dra7xx_evm_defconfig | 3 +
> drivers/power/pmic/Kconfig | 7 +
> drivers/power/pmic/Makefile | 1 +
> drivers/power/pmic/palmas.c | 104 +++++++
> drivers/power/regulator/Kconfig | 8 +
> drivers/power/regulator/Makefile | 1 +
> drivers/power/regulator/palmas_regulator.c | 453 +++++++++++++++++++++++++++++
> include/power/palmas.h | 25 ++
> include/power/regulator.h | 4 +
> 10 files changed, 611 insertions(+)
> create mode 100644 drivers/power/pmic/palmas.c
> create mode 100644 drivers/power/regulator/palmas_regulator.c
> create mode 100644 include/power/palmas.h
>
prev parent reply other threads:[~2016-10-06 17:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-30 3:50 [U-Boot] [PATCH v6 0/6] power: pmic: Add support for Palmas family of PMICs Keerthy
2016-09-30 3:50 ` [U-Boot] [PATCH v6 1/6] power: regulator: Add ctrl_reg and volt_reg fields for pmic Keerthy
2016-10-11 0:29 ` Simon Glass
2016-09-30 3:50 ` [U-Boot] [PATCH v6 2/6] power: pmic: Palmas: Add the base pmic support Keerthy
2016-10-11 0:29 ` Simon Glass
2016-09-30 3:50 ` [U-Boot] [PATCH v6 3/6] power: regulator: palmas: Add regulator support Keerthy
2016-10-11 0:29 ` Simon Glass
2016-09-30 3:50 ` [U-Boot] [PATCH v6 4/6] configs: dra7xx_evm_defconfig: Enable PALMAS options Keerthy
2016-10-11 0:29 ` Simon Glass
2016-09-30 3:50 ` [U-Boot] [PATCH v6 5/6] configs: am57xx_evm_defconfig: " Keerthy
2016-10-11 0:29 ` Simon Glass
2016-09-30 3:50 ` [U-Boot] [PATCH v6 6/6] configs: am57xx_evm_defconfig: Enable CMD_REG option Keerthy
2016-10-01 2:17 ` Tom Rini
2016-10-11 0:29 ` Simon Glass
2016-10-06 17:37 ` Keerthy [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=4ba6f988-e4ec-b55f-910d-eacc9157aafd@ti.com \
--to=a0393675@ti.com \
--cc=u-boot@lists.denx.de \
/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