Re: [PATCH v2] iommu/rockchip: make clock handling optional

2018-05-03 Thread Joerg Roedel
On Tue, May 01, 2018 at 11:57:29AM +0200, Heiko Stuebner wrote: > Ho Joerg, > > Am Dienstag, 17. April 2018, 14:09:15 CEST schrieb Heiko Stuebner: > > iommu clocks are optional, so the driver should not fail if they are not > > present. Instead just set the number of clocks to 0, which the clk-blk

Re: [PATCH v2] iommu/rockchip: make clock handling optional

2018-05-01 Thread Heiko Stuebner
Ho Joerg, Am Dienstag, 17. April 2018, 14:09:15 CEST schrieb Heiko Stuebner: > iommu clocks are optional, so the driver should not fail if they are not > present. Instead just set the number of clocks to 0, which the clk-blk APIs > can handle just fine. > > Fixes: f2e3a5f557ad ("iommu/rockchip: C

Re: [PATCH v2] iommu/rockchip: make clock handling optional

2018-04-17 Thread Enric Balletbo Serra
2018-04-17 14:09 GMT+02:00 Heiko Stuebner : > iommu clocks are optional, so the driver should not fail if they are not > present. Instead just set the number of clocks to 0, which the clk-blk APIs > can handle just fine. > > Fixes: f2e3a5f557ad ("iommu/rockchip: Control clocks needed to access the

[PATCH v2] iommu/rockchip: make clock handling optional

2018-04-17 Thread Heiko Stuebner
iommu clocks are optional, so the driver should not fail if they are not present. Instead just set the number of clocks to 0, which the clk-blk APIs can handle just fine. Fixes: f2e3a5f557ad ("iommu/rockchip: Control clocks needed to access the IOMMU") Signed-off-by: Heiko Stuebner Reviewed-by: