Re: [PATCH 2/3] ads7846: always set last command to PWRDOWN

From: Andy Shevchenko
Date: Tue Nov 29 2022 - 11:24:40 EST


On Tue, Nov 29, 2022 at 04:19:58PM +0100, Luca Ellero wrote:
> Controllers that report pressure (e.g. ADS7846) use 5 commands and the
> correct sequence is READ_X, READ_Y, READ_Z1, READ_Z2, PWRDOWN.
>
> Controllers that don't report pressure (e.g. ADS7845/ADS7843) use only 3
> commands and the correct sequence should be READ_X, READ_Y, PWRDOWN. But
> the sequence sent was incorrect: READ_X, READ_Y, READ_Z1.

Besides the same comments as per patch 1...

> This patch fixes it.

"Fix this by..." (finish this with the correct wording).


--
With Best Regards,
Andy Shevchenko