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 47D52C0015E for ; Fri, 7 Jul 2023 10:48:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232783AbjGGKsS (ORCPT ); Fri, 7 Jul 2023 06:48:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232747AbjGGKr5 (ORCPT ); Fri, 7 Jul 2023 06:47:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58832172B; Fri, 7 Jul 2023 03:47:56 -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) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E9BC7618DE; Fri, 7 Jul 2023 10:47:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4EB07C433C8; Fri, 7 Jul 2023 10:47:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688726875; bh=2+Zvce+UtmPQdPeheWCTBetX0i9tZ7FMJf6ii5G4SH0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LHm9NStJ4w50skKzyxM3im7oBqdY4W4JckCYR7uICOsvtX0Pf88wjckP0N8LkW7/u s/rf4niaJVFMfBin8LlOYr43TDPJNaxSvXuIg7TpKeSa2aLzL/SspVHIfDd5Rd6Hx+ c5T+FNuIkmRmx0tUkI0zNjHfAVccepxlqKwB9t8HZYy3/3bi3YKyOV6/3h0Pj7PhA2 vtfhUxnoIiVVN40u4XaWi/7RBujN+ZQ3zHU8/9RUAe2+CLR2ReNRg9W8oI6FWV5eex fttyyTxsPSPV9LI+OVRkyGjXCRzFpzQGXUnO5g84h/jgegm/bAQLOG3m9f6r2eiint it0UZ3aMk6oqw== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qHj0f-0005Ee-1s; Fri, 07 Jul 2023 12:48:21 +0200 Date: Fri, 7 Jul 2023 12:48:21 +0200 From: Johan Hovold To: "Tim Jiang (QUIC)" Cc: "marcel@holtmann.org" , "linux-kernel@vger.kernel.org" , "linux-bluetooth@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , "Balakrishna Godavarthi (QUIC)" , "Hemant Gupta (QUIC)" Subject: Re: [PATCH v8] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066 Message-ID: References: <20230601091355.18097-1-quic_tjiang@quicinc.com> <4e60a472b252470db36a065b45d1f605@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4e60a472b252470db36a065b45d1f605@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On Fri, Jul 07, 2023 at 09:30:06AM +0000, Tim Jiang (QUIC) wrote: > > > Hi Johan Hovold > > > > I fixed some issue based on your comments in previous version, could you help merge this patch ? thank you. For a start, you did not even CC me on v8 so how would I know it exists? I hope someone has told you before, but you should CC people that have given you feedback when updating a patch. Second, the patch is question is missing a changelog describing what has changed since (all) previous versions, so you'd need to fix that before I'd look at it again. Johan