Re: [PATCH 3/3] spi: bitbang: convert to using core message queue

2013-01-08 Thread Linus Walleij
On Sat, May 26, 2012 at 1:29 AM, Grant Likely grant.lik...@secretlab.ca wrote: On Mon, 21 May 2012 13:25:23 +0200 (CEST), Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: The SPI subsystem core now manages message queues internally. Remove the local message queue implementation from the

spi-devel-general, you have received an invitation to join OwnCoast

2013-01-08 Thread invite
Hello spi-devel-general, Ashley E. is inviting you to join OwnCoast, the cloud storage service, offering 10 GB of cloud space for free. Visit OwnCoast: http://www.owncoast.com/ -- OwnCoast -- Master SQL Server

[PATCH] spi: s3c64xx: Use devm_clk_get() and devm_request_irq()

2013-01-08 Thread Jingoo Han
The devm_ functions allocate memory that is released when a driver detaches. This patch uses devm_clk_get() and devm_request_irq() for these functions. These make the code smaller and a bit simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/spi/spi-s3c64xx.c | 41

Re: [PATCH] SPI: SSP SPI Controller driver

2013-01-08 Thread Vinod Koul
On Tue, Dec 18, 2012 at 01:47:40PM +0800, chao bi wrote: Dear Linus, Thanks for your kind comments. Seems you were viewing the 1st version, I've submitted 2nd version and to deliver the 3rd version soon, will include you for review. Was the third version posted? Also I have some questions on