Re: [PATCH v5 0/4] amba/dma: pl330: add Power Management support

2014-09-16 Thread Krzysztof Kozlowski
On wto, 2014-09-16 at 17:18 +0100, Russell King - ARM Linux wrote: > On Tue, Sep 16, 2014 at 02:59:16PM +0200, Krzysztof Kozlowski wrote: > > Any comments are welcome. > > Thanks, I'm happy with patches 2 and 3. What's the merge plan for them? I think everything could be picked by dmaengine main

Re: [PATCH v5 0/4] amba/dma: pl330: add Power Management support

2014-09-16 Thread Russell King - ARM Linux
On Tue, Sep 16, 2014 at 02:59:16PM +0200, Krzysztof Kozlowski wrote: > Any comments are welcome. Thanks, I'm happy with patches 2 and 3. What's the merge plan for them? -- FTTC broadband for 0.8mile line: currently at 9.5Mbps down 400kbps up according to speedtest.net. -- To unsubscribe from th

[PATCH v5 0/4] amba/dma: pl330: add Power Management support

2014-09-16 Thread Krzysztof Kozlowski
Hi, This is fifth version of patches adding runtime PM to the pl330 driver. The runtime PM of pl330 driver requires interrupt safe suspend/resume callbacks which is in conflict with current amba bus driver. The latter also unprepares and prepares the AMBA bus clock which is not safe for atomic c