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 75009EB64DD for ; Wed, 28 Jun 2023 08:06:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232750AbjF1IGQ (ORCPT ); Wed, 28 Jun 2023 04:06:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232280AbjF1IBw (ORCPT ); Wed, 28 Jun 2023 04:01:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7BA31BE8; Wed, 28 Jun 2023 00:59:49 -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 BAEEE6130B; 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7b0b3f88-9ecd-090d-de65-3d4779b64a91@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.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