Files
u-boot/include
Przemyslaw Marczak 4d9057e82b dm: pmic: add implementation of driver model pmic uclass
This commit introduces the PMIC uclass implementation.
It allows providing the basic I/O interface for PMIC devices.
For the multi-function PMIC devices, this can be used as I/O
parent device, for each IC's interface. Then, each PMIC particular
function can be provided by the child device's operations, and the
child devices will use its parent for read/write by the common API.

Core files:
- 'include/power/pmic.h'
- 'drivers/power/pmic/pmic-uclass.c'

The old pmic framework is still kept and is independent.

For more detailed informations, please look into the header file.

Changes:
- new uclass-id: UCLASS_PMIC
- new config: CONFIG_DM_PMIC

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-05-14 18:49:37 -06:00
..
2015-04-18 16:54:29 -04:00
2015-05-05 20:58:20 -06:00
2015-01-14 11:35:43 -05:00
2015-04-29 21:02:33 -06:00
2015-04-10 14:23:23 +02:00
2015-04-22 12:14:55 -04:00
2015-01-21 10:25:02 +01:00
2015-04-23 16:46:50 -07:00
2015-03-05 08:56:39 -05:00
2015-01-29 17:09:59 -07:00
2015-05-08 17:24:17 -04:00
2015-04-23 09:05:53 -06:00
2015-05-05 12:29:36 +03:00
2015-04-16 19:27:40 -06:00
2015-04-20 17:57:13 -05:00
2015-03-05 20:50:29 -05:00
2015-01-21 10:25:53 +01:00