]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add missing part of: "power: pmic: pfuze100 support driver model"
authorPeng Fan <Peng.Fan@freescale.com>
Fri, 14 Aug 2015 09:36:16 +0000 (11:36 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:20 +0000 (10:23 +0200)
commit6e323bb56461b93610f20460e9c8c2ec0522129d
treef9d161f18765f335a0f3df60c716e415001dfc84
parentdbb6346596bfb164a8a10e6726709e36bd4788a6
Add missing part of: "power: pmic: pfuze100 support driver model"

This part of mentioned commit, was missed by my mistake during the rebase.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Original commit message:
power: pmic: pfuze100 support driver model

1. Support driver model for pfuze100.
2. Introduce a new Kconfig entry DM_PMIC_PFUZE100 for pfuze100
3. This driver intends to support PF100, PF200 and PF3000, so add
   the device id into the udevice_id array.
4. Rename PMIC_NUM_OF_REGS macro to PFUZE100_NUM_OF_REGS.

Change-Id: I4fc88414f3c0285f9648e47ec7aed60addeccc4d
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/power/pmic/Kconfig
drivers/power/pmic/pfuze100.c [new file with mode: 0644]
drivers/power/pmic/pmic_pfuze100.c
include/power/pfuze100_pmic.h