[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VeMxjwtORMBRUMk0ynEpL354WaRGczo_Mi1SjveEmGAbA@mail.gmail.com>
Date: Wed, 31 Aug 2022 15:42:54 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Vincent Whitchurch <vincent.whitchurch@...s.com>
Cc: Jonathan Cameron <jic23@...nel.org>, kernel <kernel@...s.com>,
Lars-Peter Clausen <lars@...afoo.de>,
linux-iio <linux-iio@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 2/5] iio: adc: mcp320x: remove device_index check for TX
On Wed, Aug 31, 2022 at 1:05 PM Vincent Whitchurch
<vincent.whitchurch@...s.com> wrote:
>
> Replace the device_index switch with a TX value computation based on the
> number of channels in the chip_info structure, so that the latter has
> all the information needed to handle the variants.
...
> return ((start_bit << 4) | (!differential << 3) |
> + (address << 2));
At the same time can be put on the above line and removed couple of ().
...
> return ((start_bit << 6) | (!differential << 5) |
> - (channel << 2));
> + (address << 2));
Ditto.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists