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 28F4BC636F9 for ; Mon, 5 Dec 2022 22:49:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232459AbiLEWtf (ORCPT ); Mon, 5 Dec 2022 17:49:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231678AbiLEWte (ORCPT ); Mon, 5 Dec 2022 17:49:34 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C8D920E; Mon, 5 Dec 2022 14:49:34 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AF0FF6146A; Mon, 5 Dec 2022 22:49:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A49CC433D6; Mon, 5 Dec 2022 22:49:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670280573; bh=vtkCzJjaJz2NbCG4zHvNZrsu3+zbmbPfubvrskhvQBA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QhX4/H7ukZhrhq3B+SvY//EcSTOKrlc87WikbOP91kXi5/d/i7lhqXJuZOOwGP793 Mq/V/RRiUjq1NJNe/7Zgg+GmY/GE7Z0+NAG/qlOBABZ+C46Gz0mkTJP4/7VispO9CP o2kATitKDlvHTbV7ENWP/NNF/lZZ+gtqO2E6ugeuz+ZtIFep4mDRc7RBLelT9LFzdR rVYEVWVQLNP/88/PAAe4RheFAQ7FCGvjJs+JtvtSpSNkaHZDuUUtVVzQElTqrckGk7 QAxK9FYAq4zpGHbO5oMfXo7IvhD4JMUB3KEcdEiNIXQjzFHDUfymy1wwKd8Gfe4CYb 6wcjeazDtR/vQ== Date: Mon, 5 Dec 2022 16:49:29 -0600 From: Bjorn Andersson To: Krzysztof Kozlowski Cc: Adam Skladowski , phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Andy Gross , Konrad Dybcio , Amit Kucheria , Thara Gopinath , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Loic Poulain , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v2 11/12] arm64: dts: qcom: sm6115: Add WCN node. Message-ID: <20221205224929.jlvrgrt4nth2bd7u@builder.lan> References: <20221130200950.144618-1-a39.skl@gmail.com> <20221130200950.144618-12-a39.skl@gmail.com> <382df687-c535-4dd6-125a-5f3b6022cbd2@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <382df687-c535-4dd6-125a-5f3b6022cbd2@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, Dec 01, 2022 at 11:38:16AM +0100, Krzysztof Kozlowski wrote: > On 30/11/2022 21:09, Adam Skladowski wrote: > > Add WCN node to allow using wifi module. > > > > A nit: Drop full stop from commit subject. > Done. Thanks for pointing it out :) Regards, Bjorn > Best regards, > Krzysztof >