Re: Need SPI support
From: Dan Malek <hidden>
Date: 2002-03-11 18:56:13
barry.fisher wrote:
Does anyone know where I might get some code to support Motorola 8260 Serial Peripheral Interface (SPI) for Linux.
I don't believe there is anything for the 8260. When I did SPI stuff on the 8xx it is just buried in others drivers (audio or touch screen). I just software toggled the bits because the overhead was less than managing the controller. The controller set up is trivial, just copy the guts of managing BDs from something else, like I2C. The SPI implementations typically have board specific methods for device selection and devices that may be sensitive to whether the clock keeps running. A generic driver is challenging due to these board variations, but a skeleton driver would be useful. Wolfgang, do you have something that isn't checked into BK sources :-)? -- Dan ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/