From: Icenowy Zheng <icenowy@xxxxxxx> This patchset introduces support for Allwinner R329 SPI controllers, which removed in-controller clock divider. Icenowy Zheng (4): dt-bindings: spi: sun6i: add DT bindings for Allwinner R329 SPI spi: sun6i: change OF match data to a struct spi: sun6i: add quirk for in-controller clock divider spi: sun6i: add support for R329 SPI controllers .../bindings/spi/allwinner,sun6i-a31-spi.yaml | 2 + drivers/spi/spi-sun6i.c | 112 +++++++++++------- 2 files changed, 74 insertions(+), 40 deletions(-) -- 2.35.1