Re: [PATCHv3 2/2] iommu/arm-smmu: Add SMMU clock

2018-10-04 Thread Thor Thayer
Hi Vivek, On 10/04/2018 01:49 PM, Vivek Gautam wrote: Hi Thor, On 10/4/2018 3:58 AM, thor.tha...@linux.intel.com wrote: From: Thor Thayer Add a clock to the SMMU structure. In the device tree case, check for a clock node and enable the clock if found. This patch is dependent upon the

Re: [PATCHv3 2/2] iommu/arm-smmu: Add SMMU clock

2018-10-04 Thread Vivek Gautam
Hi Thor, On 10/4/2018 3:58 AM, thor.tha...@linux.intel.com wrote: From: Thor Thayer Add a clock to the SMMU structure. In the device tree case, check for a clock node and enable the clock if found. This patch is dependent upon the following patches that add a device tree bulk clock

[PATCHv3 2/2] iommu/arm-smmu: Add SMMU clock

2018-10-03 Thread thor . thayer
From: Thor Thayer Add a clock to the SMMU structure. In the device tree case, check for a clock node and enable the clock if found. This patch is dependent upon the following patches that add a device tree bulk clock function. "[V6, 1/4] clk: bulk: add of_clk_bulk_get()"