
Hi,
On Tue, 23 Feb 2021 at 07:28, Jaehoon Chung jh80.chung@samsung.com 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.