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 E28CFEB64D9 for ; Tue, 27 Jun 2023 16:19:11 +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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fA/ub+BkI2Ee/9UEqs5CKyZHq6YadFKOl2pBgUHeNrw=; b=A9D5q/1JcYRL6y Cz8R39ycrOiV4apS+h2xy4kzqgsmC1yuUrZ1EswdHPUqLL5lnrdkpFBPRDcwTsaovo6g+ZPVbGaBu NuhE8nHXY+IsDIw4ZXZKJwKklDrMMvZbpoDoQIOMiE+DwMBaQ5bc1xJQQ4wk+VBu/ALGyECuqJTlD XeyFySrAWrVEqEXgZRluQ5fLr7ndXXWihZmRkFMxhm6OpOsDlOL5WfzDwSeXmBnG4hVM+ZTNNDlGp 43qZqV3vA2wH7qPhiyTyhV34cIoWG5zTK24uIn1fMnbJO+XvZBqEGvazHNApjj5iEdY15j4F94JH5 Tnc2bVyWr1m4nD8tI4kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qEBOv-00Dci3-2H; Tue, 27 Jun 2023 16:18:45 +0000 Received: from [2601:1c2:980:9ec0::2764] by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qEBOm-00Dcey-2T; Tue, 27 Jun 2023 16:18:36 +0000 Message-ID: <1e081fc1-5d90-f3d4-7429-363dba996ef7@infradead.org> Date: Tue, 27 Jun 2023 09:18:35 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [PATCH V24 2/3] misc: dcc: Add driver support for Data Capture and Compare unit(DCC) Content-Language: en-US To: Souradeep Chowdhury , Andy Gross , Konrad Dybcio , Krzysztof Kozlowski , Bjorn Andersson , Rob Herring , Alex Elder , Arnd Bergmann , Greg Kroah-Hartman Cc: 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 References: <62bf3d9766bc785cfd0fc8e674ce7f86499a0f5b.1687855361.git.quic_schowdhu@quicinc.com> From: Randy Dunlap In-Reply-To: <62bf3d9766bc785cfd0fc8e674ce7f86499a0f5b.1687855361.git.quic_schowdhu@quicinc.com> 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 Hi-- On 6/27/23 02:49, Souradeep Chowdhury wrote: > diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig > index 433aa4197785..3112dbb15cf4 100644 > --- a/drivers/misc/Kconfig > +++ b/drivers/misc/Kconfig > @@ -276,6 +276,15 @@ config QCOM_COINCELL > to maintain PMIC register and RTC state in the absence of > external power. > > +config QCOM_DCC > + tristate "Qualcomm Technologies, Inc. Data Capture and Compare(DCC) engine driver" Compare (DCC) > + depends on ARCH_QCOM || COMPILE_TEST > + help > + This option enables driver for Data Capture and Compare engine. DCC enables the driver for the . The DCC > + driver provides interface to configure DCC block and read back provides interfaces to configure the DCC block and read back > + captured data from DCC's internal SRAM. The module name for this from the DCC's > + is qcom-dcc.ko We don't usually add the ".ko" here, so just: is qcom-dcc. thanks. -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel