All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] dm: goni: support the DM PMIC
@ 2016-12-15  9:21 Jaehoon Chung
  2016-12-15  9:21 ` [U-Boot] [PATCH 1/3] power: pmic: add the max8998 controller for DM Jaehoon Chung
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Jaehoon Chung @ 2016-12-15  9:21 UTC (permalink / raw)
  To: u-boot

This patchest is for supporting pmic driver-model on Goni board.
(Goni board is S5PC110.)

For using that, add the new file as max8998.c for only driver-model.
pmic_max8998.c is remained for legacy.
In future, it might be removed. Instead, max8998 should be used.

*dm tree
 serial      [ + ]    |-- serial at e2900800
 i2c         [   ]    `-- i2c-pmic
 pmic        [   ]        `-- pmic at 66

*dm uclass
uclass 20: i2c
- * i2c-pmic @ 47f6c6d0, seq 3, (req 3)

uclass 22: i2c_generic
uclass 42: pmic
- * pmic at 66 @ 47f6c748, seq 0, (req -1)

* After using pmic command.
Goni # pmic list
| Name                            | Parent name         | Parent uclass @ seq
| pmic at 66                         | i2c-pmic            | i2c @ 3

Node, it needs to implement the regulator driver for using regulator framework.

Jaehoon Chung (3):
  power: pmic: add the max8998 controller for DM
  arm: dts: s5pc1xx-goni: add the pmic node for using DM
  configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmic

 arch/arm/dts/s5pc1xx-goni.dts | 165 ++++++++++++++++++++++++++++++++++++++++++
 configs/s5p_goni_defconfig    |   3 +
 drivers/power/pmic/Kconfig    |   7 ++
 drivers/power/pmic/Makefile   |   1 +
 drivers/power/pmic/max8998.c  |  61 ++++++++++++++++
 5 files changed, 237 insertions(+)
 create mode 100644 drivers/power/pmic/max8998.c

-- 
2.10.2

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

end of thread, other threads:[~2016-12-22  9:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15  9:21 [U-Boot] [PATCH 0/3] dm: goni: support the DM PMIC Jaehoon Chung
2016-12-15  9:21 ` [U-Boot] [PATCH 1/3] power: pmic: add the max8998 controller for DM Jaehoon Chung
2016-12-17 13:36   ` Minkyu Kang
2016-12-17 22:47   ` Simon Glass
2016-12-15  9:21 ` [U-Boot] [PATCH 2/3] arm: dts: s5pc1xx-goni: add the pmic node for using DM Jaehoon Chung
2016-12-17 13:37   ` Minkyu Kang
2016-12-17 22:47   ` Simon Glass
2016-12-15  9:21 ` [U-Boot] [PATCH 3/3] configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmic Jaehoon Chung
2016-12-17 13:38   ` Minkyu Kang
2016-12-17 22:48     ` Simon Glass
2016-12-21 14:54 ` [U-Boot] [PATCH 0/3] dm: goni: support the DM PMIC Minkyu Kang
2016-12-21 22:03   ` Jaehoon Chung
2016-12-22  9:22     ` Minkyu Kang

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.