frank-zago / ch341-i2c-spi-gpio

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

spi: replaced master with controller #39

Closed frank-zago closed 4 months ago

frank-zago commented 6 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.