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 X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0DF59C433E0 for ; Wed, 27 Jan 2021 05:10:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C42FA2070A for ; Wed, 27 Jan 2021 05:10:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231645AbhA0FKj (ORCPT ); Wed, 27 Jan 2021 00:10:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238748AbhA0E2o (ORCPT ); Tue, 26 Jan 2021 23:28:44 -0500 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E093C061788 for ; Tue, 26 Jan 2021 20:26:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=6kzl6YnNBd1itbEFlkG5btC0KdTc69/v16B5E3djeZY=; b=d+HKxHN3mx0C6s6jdBdQNGk0k3 qlmdtYOhfv5vDZWrJHAADoraPaPk3cWmc0l7n9uVgABzwax2rGUzBOS380jaei7RsWb93mPx179MF vKMGswF9usPLXs2jous69bmVSTMZHixR5eBWpwd5fo327PuqcX492sHiZtq5NhvkEM+xvcwXMjWh5 q181vuKifl5MeSbAvJNnTWqwXQSi9WCysEBo1iTPxpF6DDujXSjwFJVPYJUqGP2+HVB9+GQJgGdvA BFqO3cFM94RbJygYiF8pKUp5G9IVBqbDKxuBZ21Oi94o1qqdrCzPUGKxaDSymSaNWuxTWfioy6xpi OMPs0M7Q==; Received: from [2601:1c0:6280:3f0::7650] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4cPS-0001pQ-Nt; Wed, 27 Jan 2021 04:26:27 +0000 Subject: Re: [PATCH v3 34/34] misc: HDDL device management for IA host To: mgross@linux.intel.com, markgross@kernel.org, arnd@arndb.de, bp@suse.de, damien.lemoal@wdc.com, dragan.cvetic@xilinx.com, gregkh@linuxfoundation.org, corbet@lwn.net, palmerdabbelt@google.com, paul.walmsley@sifive.com, peng.fan@nxp.com, robh+dt@kernel.org, shawnguo@kernel.org, jassisinghbrar@gmail.com Cc: linux-kernel@vger.kernel.org, "C, Udhayakumar" , C@linux.intel.com References: <20210126054036.61587-1-mgross@linux.intel.com> <20210126054036.61587-35-mgross@linux.intel.com> From: Randy Dunlap Message-ID: Date: Tue, 26 Jan 2021 20:26:17 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20210126054036.61587-35-mgross@linux.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/25/21 9:40 PM, mgross@linux.intel.com wrote: > diff --git a/drivers/misc/hddl_device/Kconfig b/drivers/misc/hddl_device/Kconfig > index e1ae81fdf177..7f9a6a685275 100644 > --- a/drivers/misc/hddl_device/Kconfig > +++ b/drivers/misc/hddl_device/Kconfig > @@ -12,3 +12,15 @@ config HDDL_DEVICE_CLIENT > the device connect/disconnect programming sequence. > Say Y if using a processor that includes the Intel VPU such as > Keem Bay. If unsure, say N. > + > +config HDDL_DEVICE_SERVER > + tristate "Support for hddl device server" > + depends on XLINK_CORE && !HDDL_DEVICE_CLIENT > + help > + This option enables HDDL device server module. > + > + This driver is used for sharing time sync data to local host and > + retrives the sensors available on the platform. This also handles retrieves > + the device connect/disconnect programming sequence. > + Say Y if using a processor that includes the Intel VPU such as > + Keem Bay. If unsure, say N. -- ~Randy Reported-by: Randy Dunlap netiquette: https://people.kernel.org/tglx/notes-about-netiquette