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=-5.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 108E3C47095 for ; Wed, 9 Jun 2021 04:47:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E793661354 for ; Wed, 9 Jun 2021 04:47:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236599AbhFIEtT (ORCPT ); Wed, 9 Jun 2021 00:49:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:39038 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230401AbhFIEtS (ORCPT ); Wed, 9 Jun 2021 00:49:18 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 20EDB61351; Wed, 9 Jun 2021 04:47:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623214045; bh=/bvJ4VTCfVrClXydbE5TyXaRfwzZ02GngWXdY4kSr6A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Xf3ZofrYrcKOvidZ0sNsCNsnuUGiPzhbFmLmC09ryTj6vvHRwMBlKDtiqi+Ja5yLn pVyo/rIaycCRU/RiwdJxUEtHDP2FfockfbdkYr/QIQD5HhVBhBQ+Ht4mopqWjBDvpC vmnbpOPLwZ215shdbErJAz2+cmJIKDHt2LGewGMo= Date: Wed, 9 Jun 2021 06:47:21 +0200 From: Greg Kroah-Hartman To: Matthias Kaehlcke Cc: kernel test robot , Alan Stern , Rob Herring , Frank Rowand , Mathias Nyman , kbuild-all@lists.01.org, Michal Simek , Ravi Chandra Sadineni , linux-usb@vger.kernel.org, Bastien Nocera , linux-kernel@vger.kernel.org Subject: Re: [PATCH v11 2/5] USB: misc: Add onboard_usb_hub driver Message-ID: References: <20210604144027.v11.2.I7c9a1f1d6ced41dd8310e8a03da666a32364e790@changeid> <202106050751.uNo0uAEm-lkp@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-usb@vger.kernel.org On Tue, Jun 08, 2021 at 01:54:55PM -0700, Matthias Kaehlcke wrote: > Also please let me know if you have other comments besides the prototype > question, I'd prefer to avoid version churn if possible, this series > already had a bit of that primarily due to the prototype issue. When the kernel test robot finds issues, I drop the patches from my review queue as I don't have time to review stuff with obvious issues, so I do not even have the changes around to review at the moment. I have plenty of patches that do not have build problems to review :) Fix them up and resend, there's nothing wrong with sending lots of versions if you have to resolve problems. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4108108183746818002==" MIME-Version: 1.0 From: Greg Kroah-Hartman To: kbuild-all@lists.01.org Subject: Re: [PATCH v11 2/5] USB: misc: Add onboard_usb_hub driver Date: Wed, 09 Jun 2021 06:47:21 +0200 Message-ID: In-Reply-To: List-Id: --===============4108108183746818002== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Tue, Jun 08, 2021 at 01:54:55PM -0700, Matthias Kaehlcke wrote: > Also please let me know if you have other comments besides the prototype > question, I'd prefer to avoid version churn if possible, this series > already had a bit of that primarily due to the prototype issue. When the kernel test robot finds issues, I drop the patches from my review queue as I don't have time to review stuff with obvious issues, so I do not even have the changes around to review at the moment. I have plenty of patches that do not have build problems to review :) Fix them up and resend, there's nothing wrong with sending lots of versions if you have to resolve problems. thanks, greg k-h --===============4108108183746818002==--