Re: [EXT] Re: [PATCH v2 1/2] i3c: master: support to adjust first broadcast address speed

From: Miquel Raynal
Date: Thu Aug 22 2024 - 03:46:30 EST


Hi Carlos,

> > I'm sorry, can you rephrase "configured according to I3C bus mode" ?
> >
>
> Hi! Thank you for your ack! I will change above to:
>
> /**
> * enum i3c_open_drain_speed - I3C open-drain speed
> * @I3C_OPEN_DRAIN_SLOW_SPEED: Slow open-drain speed for sending the first
> * broadcast address. The first broadcast address at this speed
> * will be visible to all devices on the I3C bus. I3C devices
> * working in I2C mode will turn off their spike filter when
> * switching into I3C mode.
> * @I3C_OPEN_DRAIN_NORMAL_SPEED: Normal open-drain speed in I3C bus mode.
> */
>
> Is this acceptable?

Sounds much clearer to me, thanks!

Miquèl