Shutdown a z8530 device
int z8530_shutdown(struct z8530_dev * dev);
dev
The Z8530 chip to shutdown
We set the interrupt handlers to silence any interrupts. We then reset the chip and wait 100uS to be sure the reset completed. Just in case the caller then tries to do stuff.
This is called without the lock held
Alan Cox <[email protected]>
Author.