[PATCH 0/2] power: move power_max77696_init() to board file

Tom Rini trini at konsulko.com
Tue Mar 16 23:25:13 CET 2021


On Wed, Mar 17, 2021 at 06:53:16AM +0900, Jaehoon Chung wrote:
> Dear Tom,
> 
> On 1/28/21 8:42 PM, Jaehoon Chung wrote:
> > It's only one board which is using max_77696_init().
> > pmic_max77696.c didn't convert from no-DM to DM.
> > So it's waste to maintain in driver directory.
> 
> Is there any opinion? If there is no objection about this, let me know, plz.
> I hope that remove file not to support DM in power and regulator.
> This patch is my first step to do it.

My concern is that I've posted patches to delete the warp platform but I
think Peter was going to pick it up and do the DM migrations?

> 
> Best Regards,
> Jaehoon Chung
> 
> > 
> > Jaehoon Chung (2):
> >   board: warp: add power_max77696_init() function
> >   power: pmic: remove pmic_max77696.c file
> > 
> >  board/warp/warp.c                  | 68 +++++++++++++++++++++++++++++-
> >  drivers/power/pmic/Makefile        |  1 -
> >  drivers/power/pmic/pmic_max77696.c | 31 --------------
> >  include/configs/warp.h             |  1 -
> >  include/power/max77696_pmic.h      | 59 --------------------------
> >  5 files changed, 67 insertions(+), 93 deletions(-)
> >  delete mode 100644 drivers/power/pmic/pmic_max77696.c
> >  delete mode 100644 include/power/max77696_pmic.h
> > 
> 

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210316/00972fb7/attachment.sig>


More information about the U-Boot mailing list