public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/6] power: pmic: Add support for Palmas family of PMICs
@ 2016-09-19  6:17 Keerthy
  2016-09-19  6:17 ` [U-Boot] [PATCH v3 1/6] dm: i2c: Add u8 read/write i2c functions Keerthy
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Keerthy @ 2016-09-19  6:17 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. 

Changes in v3:

Introduced u8 i2c read/write functions.

Keerthy (6):
  dm: i2c: Add u8 read/write i2c functions
  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/i2c/i2c-uclass.c                   |  10 +
 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 | 457 +++++++++++++++++++++++++++++
 include/i2c.h                              |  24 ++
 include/power/palmas.h                     |  25 ++
 include/power/regulator.h                  |   4 +
 12 files changed, 620 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] 21+ messages in thread

end of thread, other threads:[~2016-09-25 12:06 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19  6:17 [U-Boot] [PATCH v3 0/6] power: pmic: Add support for Palmas family of PMICs Keerthy
2016-09-19  6:17 ` [U-Boot] [PATCH v3 1/6] dm: i2c: Add u8 read/write i2c functions Keerthy
2016-09-20  2:06   ` Tom Rini
2016-09-20  5:07   ` Heiko Schocher
2016-09-20 11:53   ` Simon Glass
2016-09-20 12:42     ` Keerthy
2016-09-23  4:17       ` Simon Glass
2016-09-19  6:17 ` [U-Boot] [PATCH v3 2/6] power: regulator: Add ctrl_reg and volt_reg fields for pmic Keerthy
2016-09-20  2:06   ` Tom Rini
2016-09-23  4:15   ` Simon Glass
2016-09-25 12:06     ` Keerthy
2016-09-19  6:17 ` [U-Boot] [PATCH v3 3/6] power: pmic: Palmas: Add the base pmic support Keerthy
2016-09-20  2:06   ` Tom Rini
2016-09-23  4:15   ` Simon Glass
2016-09-25 12:05     ` Keerthy
2016-09-19  6:17 ` [U-Boot] [PATCH v3 4/6] power: regulator: palmas: Add regulator support Keerthy
2016-09-20  2:06   ` Tom Rini
2016-09-19  6:17 ` [U-Boot] [PATCH v3 5/6] configs: am57xx_evm_defconfig: Enable PALMAS options Keerthy
2016-09-20  2:06   ` Tom Rini
2016-09-19  6:17 ` [U-Boot] [PATCH v3 6/6] configs: dra7xx_evm_defconfig: " Keerthy
2016-09-20  2:06   ` Tom Rini

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