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 5F701C001DB for ; Tue, 8 Aug 2023 14:28:08 +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=Rf5pPJvBygkoJowIwsZRuEKne8hU9eY3O1KvZSCA9JE=; b=Yq8npmcvPqUmIE sm4t6brwkUAHp+YFi9RxTscDXlnb2ACntGjZQ12XMaNiAfPNAFDNuCX7XxtCk1YIW0ySz0wD0ljyq 7sDD31bxughDtqwPaEqXfYReYQBMAn13/HwRRq3/N7hSWqadkVppW+Nf/kJ82tg+n/ygQmd1ybab+ PHWoexqg/SmGlpIfOJb0BnS1V2OF48XNJbOy6slwHr2A0QEl8VWczG6N72FZu9eFiMgQBsB1YyCdn hUgstUKN2+FebqEkRwXhb59XJ5oIkvkOI+v1Yybkq1rUEJvb+RRDl/JbbVLwyy9xFHTslv+zgubUm SpcpTTD/OU+QE/Vlc7Wg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qTNgW-002kSQ-39; Tue, 08 Aug 2023 14:27:44 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qTNgT-002kRr-2R for linux-arm-kernel@lists.infradead.org; Tue, 08 Aug 2023 14:27:42 +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 3594E6259F; Tue, 8 Aug 2023 14:27:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D98BC433C8; Tue, 8 Aug 2023 14:27:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691504860; bh=CrVCLDVCrfokMZc+EOGX1Ra4qTqjJvMfTL2+V0Uv7vM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FvoVlbeN+Bj6xMvtHL+sDb40UCQVpCd1kOjZp0jZ0fMf/ITTPjauh0zEPsUL4NuSN /hBDAIl764YYF+tV/mvW7ioPk9Zm0Uby2UeKjT+t4gVd5ZQploKyFRPpmrSy82ZiWn fb6SETMhoMqsf0lw+F323AUwfAzPCqbrCautx+cU= Date: Tue, 8 Aug 2023 16:27:37 +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 V26 0/3] misc: Add driver support for Data Capture and Compare unit(DCC) Message-ID: <2023080846-important-junkyard-5433@gregkh> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230808_072741_848023_8B558C87 X-CRM114-Status: GOOD ( 10.20 ) 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 Tue, Aug 08, 2023 at 05:58:24PM +0530, Souradeep Chowdhury wrote: > Changes in v26 > > * Fixed the build error in V25 of the patch series You did not do everything I asked of for the last review, why not? I've dropped this from my review queue now. greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel