[PATCH v1 0/3] fpga: lattice-sysconfig-spi: Ad-hoc cleanups

Andy Shevchenko posted 3 patches 1 month ago
drivers/fpga/lattice-sysconfig-spi.c | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
[PATCH v1 0/3] fpga: lattice-sysconfig-spi: Ad-hoc cleanups
Posted by Andy Shevchenko 1 month ago
While converting the driver to use modern SPI APIs, I have noticed
more things to improve, hence this mini-series. Note, it's independent
to the above mentioned conversion patch and may be applied before or
after (separately).

Andy Shevchenko (3):
  fpga: lattice-sysconfig-spi: Fix the terminator entries in ID tables
  fpga: lattice-sysconfig-spi: Drop of_match_ptr() protection
  fpga: lattice-sysconfig-spi: Don't use "proxy" headers

 drivers/fpga/lattice-sysconfig-spi.c | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

-- 
2.50.1
Re: [PATCH v1 0/3] fpga: lattice-sysconfig-spi: Ad-hoc cleanups
Posted by Xu Yilun 1 month ago
On Fri, May 08, 2026 at 10:25:34AM +0200, Andy Shevchenko wrote:
> While converting the driver to use modern SPI APIs, I have noticed
> more things to improve, hence this mini-series. Note, it's independent
> to the above mentioned conversion patch and may be applied before or
> after (separately).
> 
> Andy Shevchenko (3):
>   fpga: lattice-sysconfig-spi: Fix the terminator entries in ID tables
>   fpga: lattice-sysconfig-spi: Drop of_match_ptr() protection
>   fpga: lattice-sysconfig-spi: Don't use "proxy" headers
> 
>  drivers/fpga/lattice-sysconfig-spi.c | 18 ++++++++++++------
>  1 file changed, 12 insertions(+), 6 deletions(-)

Reviewed-by: Xu Yilun <yilun.xu@intel.com>

Applied to for-next.

> 
> -- 
> 2.50.1
> 
>