From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932914AbcDEO5d (ORCPT ); Tue, 5 Apr 2016 10:57:33 -0400 Received: from 8bytes.org ([81.169.241.247]:50945 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758863AbcDEO5c (ORCPT ); Tue, 5 Apr 2016 10:57:32 -0400 Date: Tue, 5 Apr 2016 16:57:26 +0200 From: Joerg Roedel To: Tomeu Vizoso Cc: linux-kernel@vger.kernel.org, Heiko Stuebner , iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] iommu/rockchip: Only log stall errors when attaching Message-ID: <20160405145726.GD11519@8bytes.org> References: <1458659073-13553-1-git-send-email-tomeu.vizoso@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458659073-13553-1-git-send-email-tomeu.vizoso@collabora.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 22, 2016 at 04:04:33PM +0100, Tomeu Vizoso wrote: > Move the logging of timeouts when stalling the MMU to > rk_iommu_attach_device, as it's expected that sometimes the MMU won't > get stalled when detaching a device, and it's not a real problem that > would need to be communicated to the user. > > Signed-off-by: Tomeu Vizoso Heiko, any opinion on this patch?