public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* How to structure an SPI UART driver?
@ 2007-04-19  7:45 Zik Saleeba
  2007-04-19 11:33 ` dmitry pervushin
  0 siblings, 1 reply; 2+ messages in thread
From: Zik Saleeba @ 2007-04-19  7:45 UTC (permalink / raw)
  To: linux-kernel

I'm looking for a little advice on writing a driver for the Phillips
sc16is752 SPI UART chip. I've written drivers before but I'm having a
problem with this one. Since this driver is both an SPI driver and a
UART driver I'm unclear on whether it should register with
spi_register_driver() or uart_register_driver(), or both, or do
something completely different. I'm not clear on how to play nicely
with both subsystems.

Any hints?

Cheers,
Zik

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

end of thread, other threads:[~2007-04-19 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-19  7:45 How to structure an SPI UART driver? Zik Saleeba
2007-04-19 11:33 ` dmitry pervushin

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