Hello rjl, Callback is always optional. It exists for the driver hence you see it, regardless of whether the driver sits underneath the framework. The framework should lock this property away (and it does so for the majority of the drivers) however it does not for SPI and I2C framework, because they're designed a bit differently than other frameworks (SPI and I2C use shared bus instance). Regards
↧