Re: [PATCH 11/16] spi: pl022: Enable module alias autogeneration for AMBA drivers

2011-10-06 Thread Linus Walleij
2011/10/5 Dave Martin : > Signed-off-by: Dave Martin > --- >  drivers/spi/spi-pl022.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) Acked-by: Linus Walleij Thanks, Linus Walleij -- All the data continu

Vente flash stocks limités 1000 places à partir de 449 €

2011-10-06 Thread Look Voyage par Planduweb
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://mail.mc10.fr/mc10_m/YT0xMyZiPTIxMzAmYz0yMTkwMDMwMyZkPTIwMTEtMTAtMDYgMTU6NTA6MDEmZT0xJmY9MjEzMCZnPTIxMzAmaD0yMTMw Lien de désinscription : http://mail.mc10.fr/mc10_unsub/YT0xMyZiPTIxMzAmYz0yMTkwMDMwMy

[PATCH 2/2] spi/pl022: elevate workqueue to realtime priority

2011-10-06 Thread Linus Walleij
From: Chris Blair The PL022 is used in performance-critical applications where we need soft realtime response from the SPI data pipe. Elevating the workqueue to realtime has been proven to improve response times for us, so we propose to make this change permanent. Signed-off-by: Chris Blair [Co

[PATCH 1/2] spi/pl022: only enable RX interrupts when TX is complete

2011-10-06 Thread Linus Walleij
From: Chris Blair For interrupt mode transfers, start with only TX interrupts enabled to reduce the overall number of interrupts received. Once TX is complete, enable RX interrupts to complete the transfer. Signed-off-by: Chris Blair Signed-off-by: Linus Walleij --- drivers/spi/spi-pl022.c |