Mois anniversaire : tous les jours des offres de folie jusqu'a moins 72 pourcent

2012-10-05 Thread Mistergooddeal par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTIxNzMzJmM9NDgzNjEyJmQ9MjAxMi0xMC0wNiAwNToxMDowMSZlPTEmaD0yMTczMiZmPTIxNzMzJmc9MjE3MzM= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTIxNzMzJmM9NDgzNjEyJm

Offre Promo 2 mois offerts

2012-10-05 Thread Cardif Santé par Planduweb
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTIxNjk2JmM9NDgzNjEyJmQ9MjAxMi0xMC0wNiAwNToxMDowMSZlPTEmaD0yMTY5NSZmPTIxNjk2Jmc9MjE2OTY= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTIxNjk2JmM9NDgzNjEyJm

[PATCH 1/2] Revert "spi/pl022: fix spi-pl022 pm enable at probe"

2012-10-05 Thread Ulf Hansson
From: Ulf Hansson This reverts commit 6887237cd7da904184dab2750504040c68f3a080. Commit "spi/pl022: enable runtime PM" introduced runtime PM issues. Due to that commit, "spi/pl022: fix spi-pl022 pm enable at probe" was merged to fix part of those issues. Instead of adding another fix, let's clea

[PATCH 2/2] Revert "spi/pl022: enable runtime PM"

2012-10-05 Thread Ulf Hansson
From: Ulf Hansson This reverts commit 2fb30d1147c599f5657e8c62c862f9a0f58d9d99. This patch introduced runtime PM issues and is not needed at all. Thus we should revert it. Conflicts: drivers/spi/spi-pl022.c Signed-off-by: Ulf Hansson Acked-by: Linus Walleij --- drivers/spi/spi-pl02

Re: [PATCH V2 0/3] spi: spi-pl022: Fixup use of runtime pm

2012-10-05 Thread Ulf Hansson
On 5 October 2012 14:23, Mark Brown wrote: > On Fri, Oct 05, 2012 at 02:21:15PM +0200, Linus Walleij wrote: > >> I think patch 1/3 and 2/3 needs to go into the -rc fixes. > >> Who's funneling this now? Grant or Mark? > > Me still for the moment. I will post a new series, removing the 3/3 patch an

[PATCH 15/16] spi/s3c64xx: use correct dma_transfer_direction type

2012-10-05 Thread Arnd Bergmann
There is a subtle difference between dma_transfer_direction and dma_data_direction: the former is used by the dmaengine framework, while the latter is used by the dma-mapping API. Although the purpose is comparable, the actual values are different and must not be mixed. In this case, the driver jus

Re: [PATCH V2 0/3] spi: spi-pl022: Fixup use of runtime pm

2012-10-05 Thread Mark Brown
On Fri, Oct 05, 2012 at 02:21:15PM +0200, Linus Walleij wrote: > I think patch 1/3 and 2/3 needs to go into the -rc fixes. > Who's funneling this now? Grant or Mark? Me still for the moment. -- Don't let slow site perfo

Re: [PATCH V2 1/3] Revert "spi/pl022: fix spi-pl022 pm enable at probe"

2012-10-05 Thread Mark Brown
On Thu, Oct 04, 2012 at 10:04:39AM +0200, Ulf Hansson wrote: > From: Ulf Hansson > > This reverts commit 6887237cd7da904184dab2750504040c68f3a080. > > This reverts is done due to earlier wrong commit, which is > also reverted. "Revert "spi/pl022: enable runtime PM"" Why? "Wrong" isn't terribly

Re: [PATCH V2 0/3] spi: spi-pl022: Fixup use of runtime pm

2012-10-05 Thread Linus Walleij
On Thu, Oct 4, 2012 at 10:04 AM, Ulf Hansson wrote: > From: Ulf Hansson > > Some old runtime pm patches got merged whiched messed up things. > These are now reverted. Additionaly one patch do a simplification > of the use of runtime pm functions. > > V2: > Rebased patches and updated commit messa

Re: [PATCH V2 3/3] spi: spi-pl022: Minor simplification for runtime pm

2012-10-05 Thread Linus Walleij
On Thu, Oct 4, 2012 at 11:07 AM, Ulf Hansson wrote: > Mark, I am not sure this particular patch is actually wanted. Realized > that when reading up on the driver/base/* patches for PM changes this > summer. Especially how device probe/suspend/shutdown etc. has been > changed for runtime PM point

Re: [PATCH] spi: tsc2005: delete soon-obsolete e-mail address

2012-10-05 Thread Mark Brown
On Fri, Aug 17, 2012 at 02:47:30PM +0300, Aaro Koskinen wrote: > Delete soon-obsolete e-mail address. Applied, thanks. -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app perfo

Re: [PATCH] spi: spi-rspi: fix build error for the latest shdma driver

2012-10-05 Thread Mark Brown
On Thu, Aug 02, 2012 at 05:17:33PM +0900, Shimoda, Yoshihiro wrote: > Because the latest shdma driver changed, it caused build error in > the spi-rspi driver. This patch fixed the build error. Applied, thanks. This should really have been done as part of the shdma update... -

[PATCH] spi/pl022: Activate resourses before deactivate them in suspend

2012-10-05 Thread Ulf Hansson
From: Ulf Hansson To be able to deactivate resourses in suspend, the resourses must first be surely active. This is done with a pm_runtime_get_sync. Once the resourses are restored to active state again in resume, the runtime pm usage count can be decreased with a pm_runtime_put. Signed-off-by: