From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754890AbbISE7k (ORCPT ); Sat, 19 Sep 2015 00:59:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45207 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754771AbbISE7d (ORCPT ); Sat, 19 Sep 2015 00:59:33 -0400 Date: Fri, 18 Sep 2015 20:03:10 -0700 From: Greg Kroah-Hartman To: Luis de Bethencourt Cc: linux-kernel@vger.kernel.org, Alan Stern , linux-usb@vger.kernel.org Subject: Re: [PATCH v2 1/4] usb: host: ehci-spear: Fix module autoload for OF platform driver Message-ID: <20150919030310.GA1886@kroah.com> References: <20150918191452.GA1625@goodgumbo.baconseed.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150918191452.GA1625@goodgumbo.baconseed.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 18, 2015 at 09:14:52PM +0200, Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt > --- > drivers/usb/host/ehci-spear.c | 1 + > 1 file changed, 1 insertion(+) Ugh, what a mess, please resend the whole series when you fix up a patch in it as this is hard to figure out what to do. And can you "thread" the patch series properly? That makes it much easier for me to apply them as I can group them correctly. thanks, greg k-h