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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 DB6CCC5517A for ; Thu, 5 Nov 2020 19:35:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91A6320728 for ; Thu, 5 Nov 2020 19:35:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732184AbgKETfW (ORCPT ); Thu, 5 Nov 2020 14:35:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:44850 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726996AbgKETfR (ORCPT ); Thu, 5 Nov 2020 14:35:17 -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 3C91620728; Thu, 5 Nov 2020 19:35:14 +0000 (UTC) Date: Thu, 5 Nov 2020 21:35:11 +0200 From: Leon Romanovsky To: "Ertman, David M" Cc: "Williams, Dan J" , "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: <20201105193511.GB5475@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: netdev@vger.kernel.org On Thu, Nov 05, 2020 at 07:27:56PM +0000, Ertman, David M wrote: > > -----Original Message----- > > From: Dan Williams > > Sent: Thursday, November 5, 2020 1:19 AM > > To: Ertman, David M > > Cc: 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 ; Leon Romanovsky > > > > Subject: Re: [PATCH v3 01/10] Add auxiliary bus support > > > > Some doc fixups, and minor code feedback. Otherwise looks good to me. > > > > On Thu, Oct 22, 2020 at 5:35 PM Dave Ertman > > wrote: <...> > > Again, thanks for the review Dan. Changes will be in next release (v4) once I give > stake-holders a little time to respond. Everything here can go as a Fixes, the review comments are valuable and need to be fixed, but they don't change anything dramatically that prevent from merging v3. Thanks > > -DaveE