From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754109AbcITGlU (ORCPT ); Tue, 20 Sep 2016 02:41:20 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33113 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751218AbcITGlT (ORCPT ); Tue, 20 Sep 2016 02:41:19 -0400 Date: Tue, 20 Sep 2016 08:41:24 +0200 From: Greg KH To: Mark Brown Cc: Arnd Bergmann , linux-kernel@vger.kernel.org, Johan Hovold , Rui Miguel Silva , Laurent Pinchart , Sandeep Patil , Matt Porter , John Stultz , Rob Herring , Viresh Kumar , Alex Elder , David Lin , "Bryan O'Donoghue" , Vaibhav Agarwal , Mark Greer Subject: Re: [GIT PULL] Greybus driver subsystem for 4.9-rc1 Message-ID: <20160920064124.GB11181@kroah.com> References: <20160914100949.GA6179@kroah.com> <20160915144553.GA15697@sirena.org.uk> <20160916060519.GA17586@kroah.com> <20160916101807.GV27974@sirena.org.uk> <20160916132208.GA31091@kroah.com> <20160916142459.GM2040@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160916142459.GM2040@kroah.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 16, 2016 at 04:24:59PM +0200, Greg KH wrote: > On Fri, Sep 16, 2016 at 03:22:08PM +0200, Greg KH wrote: > > On Fri, Sep 16, 2016 at 11:18:07AM +0100, Mark Brown wrote: > > > On Fri, Sep 16, 2016 at 08:05:19AM +0200, Greg KH wrote: > > > > On Thu, Sep 15, 2016 at 03:45:53PM +0100, Mark Brown wrote: > > > > > > > > Sending a pull request for code that's never been seen upstream seems > > > > > completely premature. > > > > > > > Hey, how does code get upstream then? :) > > > > > > By having the actual code to the mailing list. > > > > Ugh, vger keeps blocking the patches, I'm going to try for a third time > > now... > > third time seems to have worked, except for patch 01/32, which was only > a single .h file. That file can be seen here if people are curious: > https://git.kernel.org/cgit/linux/kernel/git/gregkh/char-misc.git/tree/drivers/greybus/greybus_protocols.h?h=greybus > > I'll now respin the series, moving everything into > drivers/staging/greybus/ and leave it there for 4.9. Then we can work > on moving the core out, and then the drivers to the needed locations. This is now all in drivers/staging/greybus/ and will show up in the next linux-next. And because of this, we already have a checkpatch.pl cleanup patch sent to us for the code for things we missed :) thanks, greg k-h