From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sricharan" Subject: RE: [PATCH V7 10/11] iommu/arm-smmu: Clean up early-probing workarounds Date: Mon, 30 Jan 2017 13:35:12 +0530 Message-ID: <005401d27acf$991e6290$cb5b27b0$@codeaurora.org> References: <1485188293-20263-1-git-send-email-sricharan@codeaurora.org> <1485188293-20263-11-git-send-email-sricharan@codeaurora.org> <20170128210709.GG20550@bhelgaas-glaptop.roam.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170128210709.GG20550-1RhO1Y9PlrlHTL0Zs8A6p5iNqAH0jzoTYJqu5kTmcBRl57MIdRCFDg@public.gmane.org> Content-Language: en-us List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: 'Bjorn Helgaas' Cc: linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-acpi@vger.kernel.org >> Now that the appropriate ordering is enforced via profe-deferral of > >s/profe-deferral/probe-deferral/ > ha, will change it. Regards, Sricharan >> masters in core code, rip it all out and bask in the simplicity. >> >> Acked-by: Will Deacon >> Signed-off-by: Robin Murphy >> [Sricharan: Rebased on top of ACPI IORT SMMU series] >> Signed-off-by: Sricharan R >> --- >> drivers/iommu/arm-smmu-v3.c | 46 ++--------------------------------- >> drivers/iommu/arm-smmu.c | 58 +++++++-------------------------------------- >> 2 files changed, 10 insertions(+), 94 deletions(-) > >Yay!