Re: [PATCH v4 6/6] i3c: add API i3c_dev_gettstatus_format1() to get target device status

From: Miquel Raynal
Date: Thu Nov 30 2023 - 14:16:11 EST


Hi Frank,

> > > +
> > > + if (!status)
> > > + return -EINVAL;
> > > +
> > > + i3c_bus_normaluse_lock(dev->bus);
> > > + if (dev->desc)
> > > + ret = i3c_dev_getstatus_format1_locked(dev->desc, status);
> > > +
> > > + i3c_bus_normaluse_unlock(dev->bus);
> > > +
> > > + return ret;
> > > +}
> > > +EXPORT_SYMBOL_GPL(i3c_device_getstatus_format1);
> >
> > There is no user yet. Maybe this needs to be done in another series?
> > Same below.
>
> See
> https://lore.kernel.org/imx/202311070330.5mylauLR-lkp@xxxxxxxxx/T/#t

Then this patch should be part of the series you mention.

Thanks,
Miquèl