Re: Calling irq_set_irq_wake() from .set_irq_wake()?

2015-06-05 Thread Grygorii Strashko
On 06/05/2015 05:35 AM, Roger Quadros wrote: Hi, On Wed, 3 Jun 2015 22:52:47 +0300 Grygorii Strashko grygorii.stras...@ti.com wrote: Hi Geert, On 05/19/2015 12:38 PM, Geert Uytterhoeven wrote: On Mon, May 18, 2015 at 4:52 PM, grygorii.stras...@linaro.org grygorii.stras...@linaro.org

Re: [PATCH] ARM: dts: AM35xx: fix system control module clocks

2015-06-05 Thread Jeroen Hofstee
Hello Paul, On 01-06-15 19:44, Paul Walmsley wrote: The best way to make this work IMHO would be for us not to accept any new feature addition patches as long as there are warnings reported in the test results. The only real exception that I would foresee is if those warnings are due to

Re: [PATCH] ARM: dts: AM35xx: fix system control module clocks

2015-06-05 Thread Jeroen Hofstee
On 05-06-15 10:01, Jeroen Hofstee wrote: Hello Paul, On 01-06-15 19:44, Paul Walmsley wrote: The best way to make this work IMHO would be for us not to accept any new feature addition patches as long as there are warnings reported in the test results. The only real exception that I would

Re: [PATCH v2 1/2] clk: change clk_ops' -round_rate() prototype

2015-06-05 Thread Jon Hunter
On 05/06/15 00:02, Paul Walmsley wrote: Hi folks just a brief comment on this one: On Thu, 30 Apr 2015, Boris Brezillon wrote: Clock rates are stored in an unsigned long field, but -round_rate() (which returns a rounded rate from a requested one) returns a long value (errors are

Re: [PATCH v2 1/2] clk: change clk_ops' -round_rate() prototype

2015-06-05 Thread Boris Brezillon
Hi Jon, On Fri, 5 Jun 2015 09:46:09 +0100 Jon Hunter jonath...@nvidia.com wrote: On 05/06/15 00:02, Paul Walmsley wrote: Hi folks just a brief comment on this one: On Thu, 30 Apr 2015, Boris Brezillon wrote: Clock rates are stored in an unsigned long field, but -round_rate()

Re: next-20150604 build: 2 failures 37 warnings (next-20150604)

2015-06-05 Thread Greg Kroah-Hartman
On Thu, Jun 04, 2015 at 10:20:26AM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [150604 10:11]: * Mark Brown broo...@kernel.org [150604 10:03]: On Thu, Jun 04, 2015 at 05:47:05PM +0100, Build bot for Mark Brown wrote: arm-allmodconfig

Re: [PATCH 0/3] dmaengine: ti-dma-crossbar: Support for eDMA

2015-06-05 Thread Peter Ujfalusi
On 06/05/2015 06:34 PM, Peter Ujfalusi wrote: Hi, The ti-dma-crossbar driver in it's current form can work when it is used with sDMA (omap-dma). On DRA7x class of devices we have both sDMA and eDMA available. The DT bindings for sDMA has been done in a way that DMA users need to specify

Re: [RFC/NOT FOR MERGING] HACK: add global/private timers for A9

2015-06-05 Thread Felipe Balbi
On Thu, Jun 04, 2015 at 03:20:57PM -0700, Stephen Boyd wrote: On 06/04, Felipe Balbi wrote: On Thu, Jun 04, 2015 at 03:18:25PM -0500, Felipe Balbi wrote: On Thu, Jun 04, 2015 at 03:08:50PM -0500, Felipe Balbi wrote: Hi, On Thu, Jun 04, 2015 at 11:46:59AM +0200, Mason wrote:

Re: next-20150604 build: 2 failures 37 warnings (next-20150604)

2015-06-05 Thread Mark Brown
On Fri, Jun 05, 2015 at 07:49:00PM +0900, Greg Kroah-Hartman wrote: On Thu, Jun 04, 2015 at 10:20:26AM -0700, Tony Lindgren wrote: Greg, there's now commit 9809889c708e in tty-linus and commit 9e91597f2423 in tty-next. Yes, I can't go back and remove the one in tty-next, I'm guessing when

[PATCH 3/3] dmaengine: ti-dma-crossbar: Add support for eDMA xbar

2015-06-05 Thread Peter Ujfalusi
From: Misael Lopez Cruz misael.lo...@ti.com eDMA crossbar works exactly the same way as sDMA, but sDMA requires an offset of 1, while no offset is needed for eDMA. Signed-off-by: Misael Lopez Cruz misael.lo...@ti.com Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com ---

[PATCH 1/3] dmaengine: ti-dma-crossbar: Change the compatible string to ti,dra7-sdma-crossbar

2015-06-05 Thread Peter Ujfalusi
Currently the driver can be used with sDMA only due to the fact that the sDMA bindings are using real DMA_REQ + 1 indexing of the DMA requests. This is not a case with the eDMA for example so the driver in current form can not handle the case when it is used with eDMA. Be precise with the

[PATCH 2/3] dmaengine: ti-dma-crossbar: Make idr xbar instance-specific

2015-06-05 Thread Peter Ujfalusi
From: Misael Lopez Cruz misael.lo...@ti.com In preparation for supporting multiple DMA crossbar instances, make the idr xbar instance specific. Signed-off-by: Misael Lopez Cruz misael.lo...@ti.com Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- drivers/dma/ti-dma-crossbar.c | 9

[PATCH 0/3] dmaengine: ti-dma-crossbar: Support for eDMA

2015-06-05 Thread Peter Ujfalusi
Hi, The ti-dma-crossbar driver in it's current form can work when it is used with sDMA (omap-dma). On DRA7x class of devices we have both sDMA and eDMA available. The DT bindings for sDMA has been done in a way that DMA users need to specify the required DMA request number + 1 when they request

Re: [PATCH v2 1/2] clk: change clk_ops' -round_rate() prototype

2015-06-05 Thread Boris Brezillon
Hi Paul, On Thu, 4 Jun 2015 23:02:25 + (UTC) Paul Walmsley p...@pwsan.com wrote: Hi folks just a brief comment on this one: On Thu, 30 Apr 2015, Boris Brezillon wrote: Clock rates are stored in an unsigned long field, but -round_rate() (which returns a rounded rate from a