[PATCH v6 3/5] i3c: master: svc: Add basic HDR mode support
Andy Shevchenko
andriy.shevchenko at intel.com
Thu Oct 23 11:25:00 PDT 2025
On Thu, Oct 23, 2025 at 11:24:02AM -0400, Frank Li wrote:
> On Thu, Oct 23, 2025 at 11:29:53AM +0300, Andy Shevchenko wrote:
> > On Tue, Oct 14, 2025 at 12:40:02PM -0400, Frank Li wrote:
...
> > > + readl_poll_timeout(master->regs + SVC_I3C_MSTATUS, reg,
> > > + SVC_I3C_MSTATUS_MCTRLDONE(reg), 0, 1000);
> >
> > No error checks? Why is it okay?
> > Why is the first parameter 0 while it's not an _atomic() call?
> >
> > > + udelay(1);
> >
> > No explanations given. Also is it really need to be atomic? If not, use
> > fsleep() and it will choose the best suitable API under the hood.
>
> It is in atomic context. I will add comments.
Not only, the call that's used in the code from iopoll.h is wrong in such a
case. Haven't you tested this with debug atomic context?
--
With Best Regards,
Andy Shevchenko
More information about the linux-i3c
mailing list