Re: [PATCH 2/2] spi: dw: remove cs_control and poll_mode members from chip_data

From: ClÃment Leger
Date: Thu Apr 16 2020 - 07:51:10 EST


Hi Mark,

Sorry, maybe the commit message was not clear enough but actually
these fields were not initialized so it does not break anything
(ie, the default values were always used).

ClÃment

----- On 16 Apr, 2020, at 13:35, Mark Brown broonie@xxxxxxxxxx wrote:

> On Thu, Apr 16, 2020 at 01:09:16PM +0200, Clement Leger wrote:
>> Since these members were initialized only with previous dw_spi_chip
>> struct members and that there is no user anymore, remove them. Along
>> this removal, remove code path which were using these members.
>
> This means that your first patch will break the build, to keep things
> bisectable please do some combination of moving this before the first
> patch and squashing it into the first patch.