public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] power: pmic: Add support for Palmas family of PMICs
@ 2016-09-14  4:28 Keerthy
  2016-09-14  4:28 ` [U-Boot] [PATCH 1/5] power: regulator: Add ctrl_reg and volt_reg fields for pmic Keerthy
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Keerthy @ 2016-09-14  4:28 UTC (permalink / raw)
  To: u-boot

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. 

Keerthy (5):
  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: am57xx_evm_defconfig: Enable PALMAS options
  configs: dra7xx_evm_defconfig: Enable PALMAS options

 configs/am57xx_evm_defconfig               |   3 +
 configs/dra7xx_evm_defconfig               |   3 +
 drivers/power/pmic/Kconfig                 |   7 +
 drivers/power/pmic/Makefile                |   1 +
 drivers/power/pmic/palmas.c                |  77 +++++
 drivers/power/regulator/Kconfig            |   8 +
 drivers/power/regulator/Makefile           |   1 +
 drivers/power/regulator/palmas_regulator.c | 460 +++++++++++++++++++++++++++++
 include/power/palmas.h                     |  25 ++
 include/power/regulator.h                  |   2 +
 10 files changed, 587 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

-- 
1.9.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-09-19  3:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14  4:28 [U-Boot] [PATCH 0/5] power: pmic: Add support for Palmas family of PMICs Keerthy
2016-09-14  4:28 ` [U-Boot] [PATCH 1/5] power: regulator: Add ctrl_reg and volt_reg fields for pmic Keerthy
2016-09-14  8:03   ` Przemyslaw Marczak
2016-09-14  8:24     ` Keerthy
2016-09-14 11:56       ` Przemyslaw Marczak
2016-09-15  8:17         ` Keerthy
2016-09-14  4:28 ` [U-Boot] [PATCH 2/5] power: pmic: Palmas: Add the base pmic support Keerthy
2016-09-19  0:58   ` Simon Glass
2016-09-14  4:28 ` [U-Boot] [PATCH 3/5] power: regulator: palmas: Add regulator support Keerthy
2016-09-19  0:58   ` Simon Glass
2016-09-19  3:31     ` Keerthy
2016-09-14  4:28 ` [U-Boot] [PATCH 4/5] configs: am57xx_evm_defconfig: Enable PALMAS options Keerthy
2016-09-14  4:28 ` [U-Boot] [PATCH 5/5] configs: dra7xx_evm_defconfig: " Keerthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox