
On Tue, Mar 16, 2021 at 10:25 PM Tom Rini trini@konsulko.com wrote:
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?
I'm working on some of the iMX based devices, in among dayjob, Fedora and life stuff. Is this the warp or warp7, I'm not sure I have the means to test the former, and possibly not the later either.
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