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 1E9ADC61DA4 for ; Thu, 16 Feb 2023 08:49:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229991AbjBPItU (ORCPT ); Thu, 16 Feb 2023 03:49:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39284 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229646AbjBPItS (ORCPT ); Thu, 16 Feb 2023 03:49:18 -0500 Received: from smtp-out-04.comm2000.it (smtp-out-04.comm2000.it [212.97.32.67]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55D953A09D; Thu, 16 Feb 2023 00:49:15 -0800 (PST) Received: from francesco-nb.int.toradex.com (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: francesco@dolcini.it) by smtp-out-04.comm2000.it (Postfix) with ESMTPSA id 8A003BC4540; Thu, 16 Feb 2023 09:49:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailserver.it; s=mailsrv; t=1676537352; bh=PQPNu0ICzycgofYS3iFsEuSYoBFLhXMOuIcmqqj/OMo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=uhwoyh+YGaX6DC67jyFpp58iJ1cRHzwBZVupnXs1lsRbqdKYyyvl+/kN8Al8CiTc3 j8XXLHLiDo1X7RsxHoI3lFqA7F8vtgFzxBqiL5egbWmSiwGUeHKFB/AUhdzzp/Awf1 1D1VPn4Z8ANGSTuJvL6lNlX2WkU9Iwo05B7mMbVKBi4PVKfPTkJFR5x5oJIy3wYM2F uaXEymqSdR9IgKp5Uo14AEy9kAuosB125Lhaz/D7UsyX0crcjKT68Re7ykmQv8cmKV Zep6Z2z6qEutim3uGCnWkM/cKOKmNsirorzncsvn2IuqOFZDLnOvAvYNK0cOSYLUtW 0mdlhK4MK7P3w== Date: Thu, 16 Feb 2023 09:49:07 +0100 From: Francesco Dolcini To: Shawn Guo Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stefan Eichenberger , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Johan Hedberg , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Marcel Holtmann , Luiz Augusto von Dentz , Francesco Dolcini , Francesco Dolcini Subject: Re: [PATCH v3 5/5] arm64: dts: imx8mp-verdin: add 88W8997 serdev to uart4 Message-ID: References: <20230213120926.8166-1-francesco@dolcini.it> <20230213120926.8166-6-francesco@dolcini.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230213120926.8166-6-francesco@dolcini.it> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Shawn, On Mon, Feb 13, 2023 at 01:09:26PM +0100, Francesco Dolcini wrote: > From: Stefan Eichenberger > > Use the serdev feature to load the driver for the 88W8997 bluetooth > driver. > > Signed-off-by: Stefan Eichenberger > Signed-off-by: Francesco Dolcini Patches 1-4 are now in linux-next, just pick this when it is appropriate for you (I know you already sent a pull request to Arnd a couple of weeks ago). Thanks, Francesco