frank-zago / ch341-i2c-spi-gpio

WinChipHead CH341 linux driver for I2C, SPI and GPIO mode
GNU General Public License v2.0
69 stars 30 forks source link

spi: replaced master with controller #39

Closed frank-zago closed 2 months ago

frank-zago commented 4 months ago

This fixes the build for the 6.10 kernel where 'master' was finally removed, except for spi_alloc_master().

The changes were introduced in kernel 4.12 which is old, so don't bother with a compatibility layer.