SPI bus driver synchronous support

From: Kumar Gala
Date: Wed Mar 29 2006 - 14:46:46 EST


I was wondering if there was any thought to providing a mechanism for SPI bus drivers to implement a direct synchronous interface so we don't have to use wait_for_completion.

The case I have is I need to talk to a microcontroller connected over SPI. I'd like to be able to issue a command to the microcontroller in a MachineCheck handler before the system reboots. I need a truly synchronous interface opposed to one fronting the async interface.

Also, who is the maintainer for the SPI subsystem?

thanks

- kumar


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/