From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758139AbbIDLaf (ORCPT ); Fri, 4 Sep 2015 07:30:35 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:34306 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753068AbbIDLae (ORCPT ); Fri, 4 Sep 2015 07:30:34 -0400 Date: Fri, 4 Sep 2015 13:30:32 +0200 From: Luis de Bethencourt To: Sudip Mukherjee Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Greg Kroah-Hartman , Antonio Borneo , Javier Martinez Canillas Subject: Re: [PATCH 1/2] staging: mt29f_spinand: Fix module autoload for OF platform driver Message-ID: <20150904113032.GB31065@goodgumbo.baconseed.org> References: <20150903111314.GA17824@goodgumbo.baconseed.org> <20150904061236.GB32382@sudip-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150904061236.GB32382@sudip-pc> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 04, 2015 at 11:42:37AM +0530, Sudip Mukherjee wrote: > On Thu, Sep 03, 2015 at 01:13:14PM +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 > > --- > I think you need to refresh your tree. This has already been done by: > ddaaa82ef93d ("staging: mt29f_spinand: Export OF module alias information"); > > regards > sudip Javier asked me to help him with the autoloading of Open Firmware driving. We have clashed 3 times. Sorry about that and thanks for the review Sudip, Luis