[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <33e9dd1c0704190045v62cd1b4fm8ded434086108dd5@mail.gmail.com>
Date: Thu, 19 Apr 2007 17:45:16 +1000
From: "Zik Saleeba" <zik@...zak.net>
To: linux-kernel@...r.kernel.org
Subject: How to structure an SPI UART driver?
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists