[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231130201602.2944cc9f@xps-13>
Date: Thu, 30 Nov 2023 20:16:02 +0100
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Frank Li <Frank.li@....com>
Cc: alexandre.belloni@...tlin.com, conor.culhane@...vaco.com,
imx@...ts.linux.dev, joe@...ches.com,
linux-i3c@...ts.infradead.org, linux-kernel@...r.kernel.org,
zbigniew.lukwinski@...ux.intel.com
Subject: Re: [PATCH v4 6/6] i3c: add API i3c_dev_gettstatus_format1() to get
target device status
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@intel.com/T/#t
Then this patch should be part of the series you mention.
Thanks,
Miquèl
Powered by blists - more mailing lists