On Thu, Dec 16, 2021 at 2:38 AM Tony Huang <tonyhuang.sunplus@xxxxxxxxx> wrote: > > IOP (IO Processor) embedded inside SP7021 which is used as > Processor for I/O control, RTC wake-up and cooperation with > CPU & PMC in power management purpose. > The IOP core is DQ8051, so also named IOP8051, > it supports dedicated JTAG debug pins which share with SP7021. > In standby mode operation, the power spec reach 400uA. > > Signed-off-by: Tony Huang <tonyhuang.sunplus@xxxxxxxxx> > --- > Changes in v4: > - Addressed comments from Arnd Bergmann. I don't think you did: I asked you specifically to add code to interact with the existing in-kernel interfaces to use the functionality provided by the device. Pick any (at least two) subsystems and add support, but leave out any custom user space interfaces (miscdevice, debugfs, sysfs, ...) for the moment. Arnd