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 E5B14C001DE for ; Tue, 8 Aug 2023 16:08:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231819AbjHHQIC (ORCPT ); Tue, 8 Aug 2023 12:08:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231757AbjHHQGk (ORCPT ); Tue, 8 Aug 2023 12:06:40 -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 089EF2D79; Tue, 8 Aug 2023 08:45:51 -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 38708625A1; 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.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