Re: [PATCH V2 0/2] power: remove non-DM max8997/8 files

2021-02-25 Thread Minkyu Kang
Hi,

On Tue, 23 Feb 2021 at 07:28, Jaehoon Chung  wrote:

> Remove non-DM files about max8997 and mx8998.
> There are already max8997/8 pmic driver to support driver-model.
> But it didn't remove them because there was one place to use them.
>
> Now it's time to rmoeve non-DM max8997/8 files after converting to DM
> in samsung/common/misc.c
>
> Changelog on V2:
> - Rebased on latest u-boot
> - Add Simon's reviewed-tag
>
> Jaehoon Chung (2):
>   board: samsung: covert to driver model about power_key_pressed
>   power: pmic: remove pmic_max8997/8 files
>
>  board/samsung/common/misc.c   |  27 
>  drivers/power/pmic/Makefile   |   2 -
>  drivers/power/pmic/pmic_max8997.c | 107 --
>  drivers/power/pmic/pmic_max8998.c |  32 -
>  4 files changed, 14 insertions(+), 154 deletions(-)
>  delete mode 100644 drivers/power/pmic/pmic_max8997.c
>  delete mode 100644 drivers/power/pmic/pmic_max8998.c
>
> --
> 2.29.0
>
>
applied to u-boot-samsung.

-- 
Thanks,
Minkyu Kang.


[PATCH V2 0/2] power: remove non-DM max8997/8 files

2021-02-22 Thread Jaehoon Chung
Remove non-DM files about max8997 and mx8998.
There are already max8997/8 pmic driver to support driver-model.
But it didn't remove them because there was one place to use them.

Now it's time to rmoeve non-DM max8997/8 files after converting to DM
in samsung/common/misc.c

Changelog on V2:
- Rebased on latest u-boot
- Add Simon's reviewed-tag

Jaehoon Chung (2):
  board: samsung: covert to driver model about power_key_pressed
  power: pmic: remove pmic_max8997/8 files

 board/samsung/common/misc.c   |  27 
 drivers/power/pmic/Makefile   |   2 -
 drivers/power/pmic/pmic_max8997.c | 107 --
 drivers/power/pmic/pmic_max8998.c |  32 -
 4 files changed, 14 insertions(+), 154 deletions(-)
 delete mode 100644 drivers/power/pmic/pmic_max8997.c
 delete mode 100644 drivers/power/pmic/pmic_max8998.c

-- 
2.29.0