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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDC11C433F5 for ; Mon, 14 Feb 2022 13:24:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346810AbiBNNYR (ORCPT ); Mon, 14 Feb 2022 08:24:17 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:43714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230031AbiBNNYR (ORCPT ); Mon, 14 Feb 2022 08:24:17 -0500 X-Greylist: delayed 487 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 14 Feb 2022 05:24:09 PST Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E46748889 for ; Mon, 14 Feb 2022 05:24:09 -0800 (PST) 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4984895.Adqdaih0Sd@phil> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.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.