Re: [PATCH v11 0/4] iommu/arm-smmu: Add runtime pm/sleep support

2018-05-30 Thread Vivek Gautam
Hi Robin, On Mon, May 21, 2018 at 7:12 PM, Robin Murphy wrote: > On 22/03/18 10:22, Vivek Gautam wrote: >> >> This series provides the support for turning on the arm-smmu's >> clocks/power domains using runtime pm. This is done using the >> recently introduced device links patches, which lets th

Re: [PATCH v11 0/4] iommu/arm-smmu: Add runtime pm/sleep support

2018-05-21 Thread Robin Murphy
On 22/03/18 10:22, Vivek Gautam wrote: This series provides the support for turning on the arm-smmu's clocks/power domains using runtime pm. This is done using the recently introduced device links patches, which lets the smmu's runtime to follow the master's runtime pm, so the smmu remains powere

Re: [PATCH v11 0/4] iommu/arm-smmu: Add runtime pm/sleep support

2018-05-18 Thread Vivek Gautam
Hi Robin, On 4/9/2018 9:52 AM, Tomasz Figa wrote: Hi Will, Robin, On Thu, Mar 22, 2018 at 7:22 PM Vivek Gautam wrote: This series provides the support for turning on the arm-smmu's clocks/power domains using runtime pm. This is done using the recently introduced device links patches, which

Re: [PATCH v11 0/4] iommu/arm-smmu: Add runtime pm/sleep support

2018-04-08 Thread Tomasz Figa
Hi Will, Robin, On Thu, Mar 22, 2018 at 7:22 PM Vivek Gautam wrote: > This series provides the support for turning on the arm-smmu's > clocks/power domains using runtime pm. This is done using the > recently introduced device links patches, which lets the smmu's > runtime to follow the master's

[PATCH v11 0/4] iommu/arm-smmu: Add runtime pm/sleep support

2018-03-22 Thread Vivek Gautam
This series provides the support for turning on the arm-smmu's clocks/power domains using runtime pm. This is done using the recently introduced device links patches, which lets the smmu's runtime to follow the master's runtime pm, so the smmu remains powered only when the masters use it. As not al