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 0CD8FC001DE for ; Sun, 30 Jul 2023 13:16:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230039AbjG3NQc (ORCPT ); Sun, 30 Jul 2023 09:16:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229897AbjG3NQa (ORCPT ); Sun, 30 Jul 2023 09:16:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55B0510B for ; Sun, 30 Jul 2023 06:16:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E7C5860C4A for ; Sun, 30 Jul 2023 13:16:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF179C433C7; Sun, 30 Jul 2023 13:16:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690722988; bh=MojjiocGi0lrMWsj7IUMB7H4RJJ58rdDckxSGt4vJxs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IU3SnUca5CQvSbD+NfOl+TMlEg//oXmhNYIbD/TA3vbghbeViMlPcKhTZvePEjSl3 kQw8Gpeo2GIaA9JDmxgr2Clj4l0O7YhBBMtCIhkR1w4HeKykprKefg1dLgfBXB3NuQ ml3Gy3iZV8RLskSEgEpgaMCpTi9vcppj/Y64dlI8UgGbPr2OdyUmRDepg7+90FIzHb xYRKiZRkbRs2euaXkzgjnqPJ25MsiBCG3Qkkq6FsXj2IVP08UWxuL/8MsAaPhR6Js9 3QPgi0TlUwzV5cewSIYVxlO/gj72Yb0ipSonqUw/WgjEkI+E/p7+tdKWfCEs5Todgv AcfmBW17aRZ/A== Date: Sun, 30 Jul 2023 21:16:14 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sherry Sun , Neeraj Sanjay Kale , linux-imx@nxp.com, Marcel Ziswiler , Krzysztof Kozlowski , Arnd Bergmann , Bjorn Andersson , Catalin Marinas , Geert Uytterhoeven , John Garry , Konrad Dybcio , Neil Armstrong , =?iso-8859-1?Q?N=EDcolas_F=2E_R=2E_A=2E?= Prado , Peng Fan , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Will Deacon Subject: Re: [PATCH v2] arm64: defconfig: enable driver for bluetooth nxp uart Message-ID: <20230730131614.GM151430@dragon> References: <20230725085630.16179-1-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230725085630.16179-1-marcel@ziswiler.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 25, 2023 at 10:56:30AM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Enable driver for Bluetooth NXP UART applicable amongst others for NXP > 88W8997 and IW416 as found on multiple Toradex SoMs. > > Signed-off-by: Marcel Ziswiler > Reviewed-by: Krzysztof Kozlowski Applied, thanks!