[06/10,V2] spi: Add SPI driver for mx233/mx28
From: linux@roeck-us.net (Guenter Roeck)
Date: 2012-08-01 05:42:28
Also in:
linux-spi
From: linux@roeck-us.net (Guenter Roeck)
Date: 2012-08-01 05:42:28
Also in:
linux-spi
On Wed, Aug 01, 2012 at 01:58:56PM +0800, Shawn Guo wrote:
On Tue, Jul 31, 2012 at 10:29:47PM -0700, Guenter Roeck wrote:quoted
Anyone up for writing some patches ? If not, I'll do it.Go ahead.
Ok, will do. It isn't that simple, actually, since at least some of the drivers also call spi_master_get(), and thus need two calls to spi_master_put() (or a call to spi_master_put and a call to kfree). Guenter