Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms

2016-07-15 Thread Paul Gortmaker
[Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms] On 15/07/2016 (Fri 14:12) Scott Wood wrote: > On Fri, 2016-07-15 at 12:43 -0400, Paul Gortmaker wrote: > > > +source "drivers/soc/fsl/qe/Kconfig" [...] > > > + > > > +config FSL_GUTS > > > +   bool > > > diff --git

Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms

2016-07-15 Thread Scott Wood
On Fri, 2016-07-15 at 12:43 -0400, Paul Gortmaker wrote: > On Wed, May 4, 2016 at 11:12 PM, Yangbo Lu wrote: > > > > The global utilities block controls power management, I/O device > > enabling, power-onreset(POR) configuration monitoring, alternate > > function selection for

Re: [PATCH v4 6/8] iommu/arm-smmu: Implement of_xlate() for SMMUv3

2016-07-15 Thread Robin Murphy
On 15/07/16 14:55, Lorenzo Pieralisi wrote: > On Fri, Jul 01, 2016 at 05:50:15PM +0100, Robin Murphy wrote: > > [...] > >> +static int arm_smmu_of_xlate(struct device *dev, struct of_phandle_args >> *args) >> +{ >> +int ret; >> + >> +/* We only support PCI, for now */ >> +if

Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms

2016-07-15 Thread Paul Gortmaker
On Wed, May 4, 2016 at 11:12 PM, Yangbo Lu wrote: > The global utilities block controls power management, I/O device > enabling, power-onreset(POR) configuration monitoring, alternate > function selection for multiplexed signals,and clock control. > > This patch adds GUTS

Re: iommu/rockchip: Fix bugs and enable on ARM64

2016-07-15 Thread Joerg Roedel
On Fri, Jul 15, 2016 at 05:32:02PM +0200, Matthias Brugger wrote: > >The drm rockchip patches are dependent on iommu/rockchip patches, can > >you also apply these patches together? So that can avoid compile problem. > > > > While at it. I don't see patch 8 (iommu/Kconfig) in linux-next. > I

Re: iommu/rockchip: Fix bugs and enable on ARM64

2016-07-15 Thread Matthias Brugger
On 08/07/16 03:01, Mark yao wrote: On 2016年06月27日 20:57, Joerg Roedel wrote: On Fri, Jun 24, 2016 at 10:13:25AM +0800, Shunqian Zheng wrote: drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 100 +++-- drivers/gpu/drm/rockchip/rockchip_drm_drv.h | 3 +

Re: [PATCH v4 6/8] iommu/arm-smmu: Implement of_xlate() for SMMUv3

2016-07-15 Thread Lorenzo Pieralisi
On Fri, Jul 01, 2016 at 05:50:15PM +0100, Robin Murphy wrote: [...] > +static int arm_smmu_of_xlate(struct device *dev, struct of_phandle_args > *args) > +{ > + int ret; > + > + /* We only support PCI, for now */ > + if (!dev_is_pci(dev)) > + return -ENODEV; Given that

Re: [PATCH v2 00/10] Exynos IOMMU: proper runtime PM support (use device dependencies)

2016-07-15 Thread Tobias Jakobi
Tobias Jakobi wrote: > Hello Marek, > > I've tested the patchset on 4.7-rc7 and noticed that it breaks reboot on > my ODROID-X2. > > Going to check where exactly things break. Sadly it's the last patch where everything comes together: "iommu/exynos: Add proper runtime pm support" I still have