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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D8404EB64D7 for ; Wed, 28 Jun 2023 06:42:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6ptgyIJyWd8RcWwNAUfguja/cunbVCM0up2SEz5NY2s=; b=F1+9Z61UNe929Y 3/IfuRnIHJYkc9xUbHoD8/IrBa5+MU6WL4+DRPvT/YWVaroikX1aeL2E9uhlKKVQ/Mn/kE/qMvrHA dushbVehZZJF5gOpuKQqNvStgWVxBFPku8K82eyYMWjjyFErNkPny1+1G0YlwaxfWzFFp7wSU37yz 9+UiOGbpcFGs2bOfYxu/+8keY080+tEw673X4MeYqswtMyTRwukQn9SZsWqWvIf9QvIUT1LPSgCLo Eih7EluppEB3aOe4j61UnnrqNg43jgSH5Xp+aE3GoZ+mFslOn8fN+PX+yuXNbFps/9Z3ri+FC9yO3 wBQXyU/fzZGuro0eq0Sw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qEOsD-00EyNp-0F; Wed, 28 Jun 2023 06:41:53 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qEOsA-00EyN0-1B for linux-arm-kernel@lists.infradead.org; Wed, 28 Jun 2023 06:41:51 +0000 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 BBEA961323; Wed, 28 Jun 2023 06:41:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B217C433C8; Wed, 28 Jun 2023 06:41:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687934509; bh=H+UwcZ/vjGf77sZdNXoCybxM/WI1ACzxmM96uHWBNHY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XteJZEHLN6bRybvpQ5dH0Lfv5gR3Lg9uD1uSf+ZsMr+VveSu91RqojbmvY39VLH8c +fUhLebc7dEhDvEamyp7dmW7p9UmCBnfqe2gFB3dxgLkws/9L/puLPHWbk0KvT4HmC 9fKrmii1w/0lTsjHFVTZxiMQQvug6p1cZn3Lk5pc= Date: Wed, 28 Jun 2023 08:41:46 +0200 From: Greg Kroah-Hartman To: Souradeep Chowdhury Cc: Andy Gross , Konrad Dybcio , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Alex Elder , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Sibi Sankar , Rajendra Nayak Subject: Re: [PATCH V24 0/3] misc: Add driver support for Data Capture and Compare unit(DCC) Message-ID: <2023062831-flail-deprecate-5eed@gregkh> References: <2023062734-smuggling-bulldog-a46c@gregkh> <7b0b3f88-9ecd-090d-de65-3d4779b64a91@quicinc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7b0b3f88-9ecd-090d-de65-3d4779b64a91@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230627_234150_447007_F181449A X-CRM114-Status: GOOD ( 19.45 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jun 28, 2023 at 11:15:46AM +0530, Souradeep Chowdhury wrote: > > > On 6/27/2023 3:52 PM, Greg Kroah-Hartman wrote: > > On Tue, Jun 27, 2023 at 03:19:23PM +0530, Souradeep Chowdhury wrote: > > > Changes in v24 > > > > > > *Implemented the comments in v23 > > > > That explains absolutely nothing about what changed at all. > > > > What would you do if you got a patch series that had this as a change > > list? What do you expect us to do? > > > > {sigh} > > My apologies on missing out on the specifics. > > The main changes in this version are as follows:- > > * Updated the documentation of the structure dcc_config_entry > * Renamed "nr_link_list" to "max_link_list" > * Used u64 where applicable > * Removed the locks from ready_read method and also dropped > the use of unlikely keyword. Please fix this up and send a new version. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel