Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp358235pxb; Thu, 5 Nov 2020 01:49:04 -0800 (PST) X-Google-Smtp-Source: ABdhPJznUOah00QqVN3ywyI66wwhG0/K9M2K5LHJLuguWrIDwIsFb0+pmzfXnksYy5kItHjRuy2+ X-Received: by 2002:a50:d84a:: with SMTP id v10mr1714336edj.84.1604569744210; Thu, 05 Nov 2020 01:49:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604569744; cv=none; d=google.com; s=arc-20160816; b=vXutXpIlkHX7KdFZ1mUpGSvei87ENrJ+7KAta0GWXSxTh0FBMLK4t2xpOX2j8Q71sJ u+QqvhHNCdJjayt39p5Q0fJRVSgtefo6yyZNomMCbOXHMlkxiPSGspAuUhPhPytahZ6Q WdYIdNg/ZIoxLH43Yp5F7+41k5j2fWSqKjyxAgqSni5gVKFN+rnP/f7YziKTTsM/nfjV 42prc/wNk1jHxBgLASVgwWzS2Bu5CPg2iCqyurKg4bN0oOEy9648hZAtY1ZTcS6UdMaO NUE7Hpi7P70U46OKArVQvT8/nT3i09J7Bh2WNaEu6i9mWvT83Bj0dAkysFU/VHO3QMvf Vulg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=wIsqrHGW2z9JaX/XsIX4nrZydwBFEJpSzU9VCTOj9Eo=; b=xHc0/Zs2lieAtT3AddsB4a/2p7iCPTTTbYrj87/YJtOhWU6jeEeXUPHFPex4CFL9b2 0Bzzxdof66bo3Y5I6tYBhpYP6X5tdY1v9kfBIfnhicSnmUxgnd3lpaFiGt8vsYnQ2iA2 QHMC4EwAlJW02e3kVNNL+wknOsmUQxDRaXy7iNR8xIBlDk8BMBdiENREfj6hHXhmrHNG WIem/M5MrshD1ylry28cWwt/Y/EuQNFRMdw0RJN7rnRGcBCMAkLzoF/udZJ0F7myaY0H Nmdrmx48pO1zs34BhR0vgM3mrPxN1LOvuQaIt3rUKUPULcmedGiG8aTOlzWhMHJbLKOK yXJg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c35si703693edf.528.2020.11.05.01.48.41; Thu, 05 Nov 2020 01:49:04 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728473AbgKEJrY (ORCPT + 99 others); Thu, 5 Nov 2020 04:47:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:34712 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726152AbgKEJrY (ORCPT ); Thu, 5 Nov 2020 04:47:24 -0500 Received: from localhost (searspoint.nvidia.com [216.228.112.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2A6012080D; Thu, 5 Nov 2020 09:47:22 +0000 (UTC) Date: Thu, 5 Nov 2020 11:47:19 +0200 From: Leon Romanovsky To: Dan Williams Cc: Dave Ertman , alsa-devel@alsa-project.org, Takashi Iwai , Mark Brown , linux-rdma , Jason Gunthorpe , Doug Ledford , Netdev , David Miller , Jakub Kicinski , Greg KH , Ranjani Sridharan , Pierre-Louis Bossart , Fred Oh , Parav Pandit , "Saleem, Shiraz" , "Patil, Kiran" , Linux Kernel Mailing List Subject: Re: [PATCH v3 01/10] Add auxiliary bus support Message-ID: <20201105094719.GQ5429@unreal> References: <20201023003338.1285642-1-david.m.ertman@intel.com> <20201023003338.1285642-2-david.m.ertman@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 05, 2020 at 01:19:09AM -0800, Dan Williams wrote: > Some doc fixups, and minor code feedback. Otherwise looks good to me. > > On Thu, Oct 22, 2020 at 5:35 PM Dave Ertman wrote: > > <...> > > > > +config AUXILIARY_BUS > > + bool > > tristate? Unless you need non-exported symbols, might as well let this > be a module. I asked it to be "bool", because bus as a module is an invitation for a disaster. For example if I compile-in mlx5 which is based on this bus, and won't add auxiliary_bus as a module to initramfs, the system won't boot. <...> > > Per above SPDX is v2 only, so... Isn't it default for the Linux kernel? > > MODULE_LICENSE("GPL v2"); Thanks