Re: [PATCH 1/3] clk: qcom: Add MSM8916 iommu clocks

2015-05-13 Thread Stephen Boyd
On 05/13/15 09:45, Georgi Djakov wrote: > On 05/13/2015 10:36 AM, Stephen Boyd wrote: >> On 05/12, Georgi Djakov wrote: >>> Add support for the msm8916 TCU clocks that are needed for IOMMU. >>> >>> Signed-off-by: Georgi Djakov >>> --- >> Applied to clk-next >> > Hi Stephen, > Just got a report tha

Re: [PATCH 1/3] clk: qcom: Add MSM8916 iommu clocks

2015-05-13 Thread Georgi Djakov
On 05/13/2015 10:36 AM, Stephen Boyd wrote: > On 05/12, Georgi Djakov wrote: >> Add support for the msm8916 TCU clocks that are needed for IOMMU. >> >> Signed-off-by: Georgi Djakov >> --- > > Applied to clk-next > Hi Stephen, Just got a report that this patch has some issues - gcc_bimc_clk may

Re: [PATCH 1/3] clk: qcom: Add MSM8916 iommu clocks

2015-05-13 Thread Stephen Boyd
On 05/12, Georgi Djakov wrote: > Add support for the msm8916 TCU clocks that are needed for IOMMU. > > Signed-off-by: Georgi Djakov > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from th

[PATCH 1/3] clk: qcom: Add MSM8916 iommu clocks

2015-05-12 Thread Georgi Djakov
Add support for the msm8916 TCU clocks that are needed for IOMMU. Signed-off-by: Georgi Djakov --- drivers/clk/qcom/gcc-msm8916.c | 78 ++ include/dt-bindings/clock/qcom,gcc-msm8916.h |4 ++ 2 files changed, 82 insertions(+) diff --git a/drivers/clk/q