mbox series

[v2,0/4] spi: rzv2m-csi: Code refactoring

Message ID 20230718192453.543549-1-fabrizio.castro.jz@renesas.com
Headers show
Series spi: rzv2m-csi: Code refactoring | expand

Message

Fabrizio Castro July 18, 2023, 7:24 p.m. UTC
Dear All,

I am sending this series to follow up on the comments received
from the first version of this series.
The first 5 patches of the first series have been taken by Mark
already (thanks Mark), this second version only addresses the
remaining patches.

I would like to highlight that I have dropped patch
"spi: rzv2m-csi: Switch to using {read,write}s{b,w}" for now,
and maybe I will send a follow up patch later on.

Thanks,
Fab

Fabrizio Castro (4):
  spi: rzv2m-csi: Squash timing settings into one statement
  spi: rzv2m-csi: Improve data types, casting and alignment
  spi: rzv2m-csi: Get rid of the x_trg{_words} tables
  spi: rzv2m-csi: Make use of device_set_node

 drivers/spi/spi-rzv2m-csi.c | 78 +++++++++++++++----------------------
 1 file changed, 32 insertions(+), 46 deletions(-)