From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 94AB2C433EF for ; Mon, 14 Feb 2022 13:17:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=l9mce2mqApkSRmYBn1ctIFzE4HqJLfOiV18Qr9QU8vA=; b=wrxal39IyQi6tC /0rrm+nv8vQ2JL+SpA2fo1oHsdJhXa5MuGjff4xjtPkqeG5Np/OVrBg4+crsVz+1nnZkx76LRfJc4 6ZIlkkeoFuAuSqT0MQuJyr94sWVqZraqsUTX4HEsizRnLOyEa+tJDBPmyoTvSi6+0GQp/3O0v2v8N ZMCmtFFlupCeJpdcZTqkJFrAEyf1b1Pv521a0nU0xS8vKfk14c/ZzjIvCwsC5TIBWtEd1jGloEnww 5Y2sXTh8jFbqbRZBiDMZujup8DVzxwRP0N1xRhLT4RzNbb+eoV8fV0asPSvRKOaLjhvxAJ/dqXSR1 bro8PfUHz8gmSan+N/MQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJbD6-00FOny-Qa; Mon, 14 Feb 2022 13:16:08 +0000 Received: from 8bytes.org ([81.169.241.247] helo=theia.8bytes.org) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJbD0-00FOn7-B2; Mon, 14 Feb 2022 13:16:07 +0000 Received: by theia.8bytes.org (Postfix, from userid 1000) id A1DAB2FB; Mon, 14 Feb 2022 14:15:59 +0100 (CET) Date: Mon, 14 Feb 2022 14:15:58 +0100 From: Joerg Roedel To: Heiko Stuebner Cc: will@kernel.org, Robin Murphy , iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] iommu/rockchip: : Use standard driver registration Message-ID: References: <05ca5e1b29bdd350f4e20b9ceb031a2c281e23d2.1644005728.git.robin.murphy@arm.com> <4984895.Adqdaih0Sd@phil> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4984895.Adqdaih0Sd@phil> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220214_051602_553431_DDC4966E X-CRM114-Status: UNSURE ( 9.03 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Feb 04, 2022 at 10:34:05PM +0100, Heiko Stuebner wrote: > Am Freitag, 4. Februar 2022, 21:16:41 CET schrieb Robin Murphy: > > It's been a long time since there was any reason to register IOMMU > > drivers early. Convert to the standard platform driver helper. > > > > CC: Heiko Stuebner > > Signed-off-by: Robin Murphy > > Reviewed-by: Heiko Stuebner Applied both, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel