RE: [PATCH] Move PCIe node to correct place

2013-05-30 Thread Jay Agarwal
On 05/15/2013 07:55 AM, Jay Agarwal wrote: Moving PCIe controller node to correct place so that it is sorted by register address in .dtsi file Reviewed-by: Stephen Warren swar...@nvidia.com Hi Thierry, If reviews are done, Can you please include this into your repository? -- To

[PATCH 0/3] ARM: tegra114: cpuidle: add power down state

2013-05-30 Thread Joseph Lo
This series introduce CPU core power down state for CPU idle. When CPU go into this state, it saves it's context and needs a proper configuration in flow controller to power gate the CPU when CPU runs into WFI instruction. And the CPU also needs to set the IRQ as CPU power down idle wake up event

[PATCH 1/3] ARM: tegra114: Reprogram GIC CPU interface to bypass IRQ on CPU PM entry

2013-05-30 Thread Joseph Lo
There is a difference between GICv1 and v2 when CPU in power management mode (aka CPU power down on Tegra). For GICv1, IRQ/FIQ interrupt lines going to CPU are same lines which are also used for wake-interrupt. Therefore, we cannot disable the GIC CPU interface if we need to use same interrupts

[PATCH 2/3] ARM: tegra114: add low level support for CPU idle powered-down mode

2013-05-30 Thread Joseph Lo
The flow controller would take care the power sequence when CPU idle in powered-down mode. It powered gate the CPU when CPU runs into WFI instruction. And wake up the CPU when event be triggered. The sequence is below. * setting wfi bitmap for the CPU as the halt event in the

Re: [PATCH 3/3] ARM: tegra114: cpuidle: add powered-down state

2013-05-30 Thread Daniel Lezcano
On 05/30/2013 01:19 PM, Joseph Lo wrote: This supports CPU core power down on each CPU when CPU idle. When CPU go into this state, it saves it's context and needs a proper configuration in flow controller to power gate the CPU when CPU runs into WFI instruction. And the CPU also needs to set

[no subject]

2013-05-30 Thread Gonnella Stéphane
subscribe linux-tegra -- To unsubscribe from this list: send the line unsubscribe linux-tegra in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCH 4/4] ARM: tegra: pcie: Enable PCIe controller on Cardhu

2013-05-30 Thread Jay Agarwal
On 05/29/2013 04:10 AM, Jay Agarwal wrote: So, if I apply this series, I do see the PCIe bridge and Ethernet device get enumerated, but I don't see the USB3 controller get enumerated. I believe that is a PCIe device behind the same bridge on the same Tegra PCIe port. Shouldn't this

Re: [PATCH 4/4] ARM: tegra: pcie: Enable PCIe controller on Cardhu

2013-05-30 Thread Stephen Warren
On 05/30/2013 11:37 AM, Jay Agarwal wrote: ... I have taken care of all your comments, but Ethernet device is not working for me neither on cardhu nor harmony. Could be related to my process or board, Currently debugging this. Are you talking about a PCIe-based Ethernet device on Harmony, or

Re: [PATCH 00/12] dma: various minor clean ups for slave drivers

2013-05-30 Thread Vinod Koul
On Mon, May 27, 2013 at 03:14:30PM +0300, Andy Shevchenko wrote: Here is a set of small independent patches that clean up or fix minor things across DMA slave drivers. The series looks fine. I am going to wait a day more and apply, pls speak up if you disagree and ack if you agree -- ~Vinod

Re: [PATCH 00/12] dma: various minor clean ups for slave drivers

2013-05-30 Thread Andy Shevchenko
On Thu, May 30, 2013 at 8:47 PM, Vinod Koul vinod.k...@intel.com wrote: On Mon, May 27, 2013 at 03:14:30PM +0300, Andy Shevchenko wrote: Here is a set of small independent patches that clean up or fix minor things across DMA slave drivers. The series looks fine. I am going to wait a day more

Re: [PATCH 1/2] dma: tegra20-apbdma: err message correction

2013-05-30 Thread Vinod Koul
On Mon, May 13, 2013 at 09:34:05AM +0530, Laxman Dewangan wrote: On Saturday 11 May 2013 10:00 PM, Dmitry Osipenko wrote: Fixed err msg params order on irq request fail. Signed-off-by: Dmitry Osipenko dig...@gmail.com Acked-by: Stephen Warren swar...@nvidia.com --- Looks good to me for

Re: [PATCH 2/2] dma: tegra: avoid channel lock up after free

2013-05-30 Thread Vinod Koul
On Mon, May 13, 2013 at 10:20:36AM -0600, Stephen Warren wrote: On 05/11/2013 10:30 AM, Dmitry Osipenko wrote: Lock scenario: Channel 1 was allocated and prepared as slave_sg, used and freed. Now preparation of cyclic dma on channel 1 will fail with err DMA configuration conflict