Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp592136pxu; Thu, 3 Dec 2020 08:00:37 -0800 (PST) X-Google-Smtp-Source: ABdhPJzbqfaazJHXhMmrrHvUzdLewVriGOAdkh+0hvrEC+EeWxCBTXHgdwAx/Vjgf8v4z7Qze5um X-Received: by 2002:a17:906:4698:: with SMTP id a24mr3173873ejr.90.1607011237210; Thu, 03 Dec 2020 08:00:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607011237; cv=none; d=google.com; s=arc-20160816; b=ey9MQRpJNACpPNRHyt5JuEBOXPwNzzTQwKg3B9Qc8FmmgbxXhmNtjYY+2S0nbvQF3z W2Eq/WX6tqgUd2/pw/aMua7Eu1JQiZfkyujQob7zWv8nfOeXZEulQIRa+VDCwYRCpziC K6GDAl8f3FAX3ZLEmp2VPkToxZKNXAnSAP4aFHVTSe8YvEugv8RU95OR37wkvrN36278 WLkXmbOH6lSAJ/Tj9cNwpvz8Ch8JncFKVyWSrm5GDyFUDl/PCVM87NNpqp2M/4cE4mi4 KgswmAPL2aRWKc44p4cFYbaMFoeH996/rXvwnphzzeoPXtlJrh0/BE6LVI53l7M3/GDh DOzQ== 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=HZ5oC81BSYEoJslN/ET4lChkoMaCprh95f75zuFF+5Y=; b=mg25InmmwhOi9h62alcvbxWgMa4GdOnRVpT2Qvns0aOGkvcJFH6oc8ncY2RSIzJo0H Yj341D/mKM9F7SA24y5K21fuw6vVwBWpFRyRo5UBDQnDEfcMSqnEScvtiRXcukTiOyMe bsQXmmfi6ryTBswvnW/eoiXq5SJJifokjRlSkp3EZIQH8MNFcH9NcVottwolTaQVhUge 2zT+yhgfG9VFWZa7F2dR9nXK+F8R4VvJ9p8LxtIbldIyfY6POf5HrX3mMpcxjuYv9tww K+D7A+G6l7KB97S3guPA42yqIxKtWib0y3tEs2o1Lrn8ggfLJUCCO8agjzDPFKwUDgbR r4ig== 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 cb26si1157834edb.382.2020.12.03.08.00.13; Thu, 03 Dec 2020 08:00:37 -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 S2387634AbgLCP4I (ORCPT + 99 others); Thu, 3 Dec 2020 10:56:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:39204 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726162AbgLCP4H (ORCPT ); Thu, 3 Dec 2020 10:56:07 -0500 Date: Thu, 3 Dec 2020 17:55:22 +0200 From: Leon Romanovsky To: Greg KH Cc: Dan Williams , broonie@kernel.org, lgirdwood@gmail.com, davem@davemloft.net, kuba@kernel.org, jgg@nvidia.com, Kiran Patil , Ranjani Sridharan , Fred Oh , Dave Ertman , Pierre-Louis Bossart , Shiraz Saleem , Parav Pandit , Martin Habets , linux-rdma@vger.kernel.org, netdev@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [resend/standalone PATCH v4] Add auxiliary bus support Message-ID: <20201203155522.GE16543@unreal> References: <160695681289.505290.8978295443574440604.stgit@dwillia2-desk3.amr.corp.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, Dec 03, 2020 at 04:07:42PM +0100, Greg KH wrote: > On Wed, Dec 02, 2020 at 04:54:24PM -0800, Dan Williams wrote: > > PS: Greg I know I promised some review on newcomer patches to help with > > your queue, unfortunately Intel-internal review is keeping my plate > > full. Again, I do not want other stakeholder to be waiting on me to > > resolve that backlog. > > Ah, but it's not only you that should be helping out here. Why isn't > anyone else who is wanting this patch merged willing to also help out > with patch review and bug fixes that have higher priority than adding > new features like this one? > > It's not your fault by any means, but the lack of anyone else willing to > do this is quite sad :( First step to get help is to ask for the help. From whom did you ask? And where did you ask? I never heard any request to help with newcomer patches, nor direct, nor in korg-users/newbies MLs. Thanks > > greg k-h