[U-Boot] [PATCH V2] drivers:power:max77693: add support for new multi function pmic max77693

Minkyu Kang mk7.kang at samsung.com
Wed Sep 25 04:15:39 CEST 2013


Dear Piotr Wilczek,

On 24/09/13 23:31, Piotr Wilczek wrote:
> This patch add support for new multi function pmic max77693.
> The driver is split into three modules: pmic, muic and fuelgage.
> 
> Signed-off-by: Piotr Wilczek <p.wilczek at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> CC: Minkyu Kang <mk7.kang at samsung.com>
> ---
> 
> Changes for V2:
>  - replaced GPL license with SPDX license GPL-2.0+;
>  - added author to all new files;
>  - fixed return values;
> 
>  Makefile                          |    1 +
>  drivers/power/mfd/Makefile        |   33 +++++++++
>  drivers/power/mfd/fg_max77693.c   |  139 +++++++++++++++++++++++++++++++++++++
>  drivers/power/mfd/muic_max77693.c |   77 ++++++++++++++++++++
>  drivers/power/mfd/pmic_max77693.c |   96 +++++++++++++++++++++++++
>  include/power/max77693_fg.h       |   49 +++++++++++++
>  include/power/max77693_muic.h     |   74 ++++++++++++++++++++
>  include/power/max77693_pmic.h     |   43 ++++++++++++
>  8 files changed, 512 insertions(+)
>  create mode 100644 drivers/power/mfd/Makefile
>  create mode 100644 drivers/power/mfd/fg_max77693.c
>  create mode 100644 drivers/power/mfd/muic_max77693.c
>  create mode 100644 drivers/power/mfd/pmic_max77693.c
>  create mode 100644 include/power/max77693_fg.h
>  create mode 100644 include/power/max77693_muic.h
>  create mode 100644 include/power/max77693_pmic.h
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.



More information about the U-Boot mailing list