Abort an asynchronous I2C operation
Posted: Wed Mar 12, 2025 11:31 am
Is there a good way to abort an asynchronous I2C operation?
Am I allowed to 'i2c_master_bus_rm_device' a device for which an asynchronous operation is currently in process? Would/should it get aborted?
Can I shut down the whole bus ('i2c_del_master_bus') if an operation is still in process?
Am I allowed to 'i2c_master_bus_rm_device' a device for which an asynchronous operation is currently in process? Would/should it get aborted?
Can I shut down the whole bus ('i2c_del_master_bus') if an operation is still in process?