Re: [PATCH] iio: common: ssp: remove SSP_CHAN_TIMESTAMP() macro
From: Jonathan Cameron
Date: Mon May 18 2026 - 11:38:30 EST
On Mon, 18 May 2026 10:25:22 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Sun, May 17, 2026 at 12:29:35PM -0500, David Lechner wrote:
> > Remove the SSP_CHAN_TIMESTAMP() macro and replace users with the
> > IIO_CHAN_SOFT_TIMESTAMP() macro. The SSP_CHAN_TIMESTAMP() macro is
> > identical to the IIO_CHAN_SOFT_TIMESTAMP() macro, so we don't need
> > a separate macro for it.
>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
Applied.