Enquête rémunérée

2011-10-17 Thread Le Panel de Consommateurs
Si vous ne pouvez pas visualiser ce message, consulter notre version en ligne. Vous avez la possibilit* de vous retirer de notre liste d'envoi de mails par l'intermediaire de ce raccourci Quelconsommateuretesvous.com Félicitations

[PATCH 1/3] spi/pl022: fix build warnings

2011-10-17 Thread Linus Walleij
From: Jonas Aaberg jonas.ab...@stericsson.com The driver build complains with newer compilers unless you initialize this struct properly. Signed-off-by: Jonas Aaberg jonas.ab...@stericsson.com Signed-off-by: Linus Walleij linus.wall...@linaro.org --- drivers/spi/spi-pl022.c |2 +- 1 files

[PATCH 2/3] spi/pl022: disable the PL022 block when unused

2011-10-17 Thread Linus Walleij
From: Virupax Sadashivpetimath virupax.sadashivpetim...@stericsson.com Make sure we clear the enable bit when the block is not used. This will save some energy in certain hardware versions. Signed-off-by: Virupax Sadashivpetimath virupax.sadashivpetim...@stericsson.com Signed-off-by: Linus

[PATCH 3/3] spi/pl022: skip default configuration before suspending

2011-10-17 Thread Linus Walleij
From: Virupax Sadashivpetimath virupax.sadashivpetim...@stericsson.com The loading of the default configuration before suspending has been in the driver since its inception, but it is not really needed. Especially so since we take to all the trouble of enabling and disabling power and clock just

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

2011-10-17 Thread Linus Walleij
On Thu, Oct 6, 2011 at 9:03 AM, Linus Walleij linus.wall...@stericsson.com wrote: From: Chris Blair chris.bl...@stericsson.com 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