On Mon, Jul 21, 2008 at 11:07:44AM +0200, Manuel Lauss wrote:
Here is a very simple driver for the HSPI block on many SuperH processors.
I could only subject it to limited testings, as my sole SPI device here is
a write-only 8bit digital poti. It seems to do the right thing as far as
I could see on an oscilloscope.
The driver doesn't do DMA and pushes/pops bytes one-at-a-time from/to fifos
(I'm going to fix that at a later time).
Please test and comment!
Thanks,
Manuel Lauss
---
A simple driver for the HSPI block found on many SuperH processors.
Signed-off-by: Manuel Lauss <redacted>
I have no outstanding issues with this, though I did just break it with
the header reorg. If David is fine with it and wants to Ack it, I can
take it through my tree.