Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp675145yba; Thu, 18 Apr 2019 07:48:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqzukjX/zdsACa65VVgv6hBbfpAMMOj97wQ0q8l5ZBFjrq4xNefNGwCMj0w/x58V8ZV22FMy X-Received: by 2002:a17:902:7044:: with SMTP id h4mr52076712plt.274.1555598895569; Thu, 18 Apr 2019 07:48:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555598895; cv=none; d=google.com; s=arc-20160816; b=aSq4ZR/tMYBgm/fHRHOSncpNUfSySITJwg8rUBY+NpzzU/d+gzwSDNFfV0IqCRJP63 nrbPTsD4rJvkZJygGKCcwrnEqwlOgNs6cpS+/jPpUMnq8ihaljxC8xFV8tQNFrXaWSCZ 1VdGMq0mhSVi5w9+6grhydageyZ/QTVoKjayCzVrfb3VzVMKGDjud8vQNEAGOKwiiKx0 +EkhihM+J8J/dQnzsUsh/fpZYES4we+Skgw5j/b4EIAOXC4RYW4KL9zjRY3WAtOblV7L Cjtw+vXhJD8HoE1pwfyavpGw5KDXIQ9ssfIK+eQa98CQRNISsIPfR1RxVFfp+yn2GM4p NXYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=njpnnj+1/ljmxIK3qxf5yA9GfwTztQ7Ylhy6ayg60rw=; b=R1ZMwOneEz/y1ILQ1fdYtd35tgcP903QJekl3J9z5/t8okuXzzgmb1lm7cAU+MYJ1t NpCSOKYQnjQikHf+1nLFSjtficFhwCVR1GU3We6M7qEewhJrlum1x9vKu9RY7355XdcB /D79cG9m+JzDWDcFsNuZ2OQOLhwv5MU0+tShQWqvuyCPE+HADMj3+nQTScLS3lYgtKxI GgdabQKnl35yvZDkWGCJ5WfQqAsicEZAjA/yk3Y3XdeLj8j00QNRlQj4IKNS8x/Zmwdj zVyfoBs7iUYj8oIAlqmTLZOtn2leWxHVsS7i5zCieiRp+NVIbpPUSJEtYttPSDn6tNcQ ZALA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x14si2084842pgg.16.2019.04.18.07.47.59; Thu, 18 Apr 2019 07:48:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389334AbfDRO1M (ORCPT + 99 others); Thu, 18 Apr 2019 10:27:12 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:50075 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388902AbfDRO1M (ORCPT ); Thu, 18 Apr 2019 10:27:12 -0400 X-Originating-IP: 90.88.160.238 Received: from localhost (aaubervilliers-681-1-42-238.w90-88.abo.wanadoo.fr [90.88.160.238]) (Authenticated sender: maxime.ripard@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 20ABEFF802; Thu, 18 Apr 2019 14:27:08 +0000 (UTC) Date: Thu, 18 Apr 2019 16:27:08 +0200 From: Maxime Ripard To: Paul Kocialkowski Cc: dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, David Airlie , Daniel Vetter , Chen-Yu Tsai , Thomas Petazzoni Subject: Re: [PATCH 0/3] sun4i/drm: Fixes for removing and re-probing the driver Message-ID: <20190418142708.4k7ccmxxbx74ve3a@flea> References: <20190418132727.5128-1-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tmcln3h4d4q22lew" Content-Disposition: inline In-Reply-To: <20190418132727.5128-1-paul.kocialkowski@bootlin.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --tmcln3h4d4q22lew Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Apr 18, 2019 at 03:27:24PM +0200, Paul Kocialkowski wrote: > This series brings-in some fixes that are necessary to be able to > remove the driver at run-time (when built as a module) and properly > re-probe it afterwards. Applied all three, thanks Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --tmcln3h4d4q22lew Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXLiJPAAKCRDj7w1vZxhR xRpvAQCvHjhy+l+pRLBIeXF3tYyjR2pk9UwwIIAT0uITqpIu+QD/YGAARueloVQC 2pdYbuKUIWuFHQS+cCBCF1ULpGHfyAo= =OMj+ -----END PGP SIGNATURE----- --tmcln3h4d4q22lew--