RE: [PATCH v2 2/2] misc: Add iop driver for Sunplus SP7021

From: Tony Huang 黃懷厚
Date: Mon Dec 06 2021 - 10:04:35 EST


Dear Greg KH:

> > > Also, no need for a .h file for a driver that only has one .c file.
> > >
> >
> > I need to keep sunglus_iop.h. Other files will use
> > sp_iop_platform_driver_poweroff(void) in poweroff flow.
>
> What other files? That is not included here, nor should other drivers be
> making that call, use the normal poweroff logic.
>

Okay, I will call the sp_iop_platform_driver_poweroff(void) through normal poweroff logic.