public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* SPI bus driver synchronous support
@ 2006-03-29 19:49 Kumar Gala
  2006-03-30  1:34 ` [spi-devel-general] " Stephen Street
  2006-03-30 17:53 ` David Brownell
  0 siblings, 2 replies; 4+ messages in thread
From: Kumar Gala @ 2006-03-29 19:49 UTC (permalink / raw)
  To: linux kernel mailing list; +Cc: David Brownell, spi-devel-general

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-31  5:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-29 19:49 SPI bus driver synchronous support Kumar Gala
2006-03-30  1:34 ` [spi-devel-general] " Stephen Street
2006-03-30 17:53 ` David Brownell
2006-03-31  5:52   ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox