From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752813AbbIPS6K (ORCPT ); Wed, 16 Sep 2015 14:58:10 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:33163 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002AbbIPS6I (ORCPT ); Wed, 16 Sep 2015 14:58:08 -0400 Date: Wed, 16 Sep 2015 20:58:05 +0200 From: Luis de Bethencourt To: Tejun Heo Cc: linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , linux-ide@vger.kernel.org Subject: Re: [PATCH v2] ata: pata_macio: Fix module autoload for OF platform driver Message-ID: <20150916185805.GA32745@goodgumbo.baconseed.org> References: <20150915163114.GA5152@goodgumbo.baconseed.org> <20150916174823.GG3243@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150916174823.GG3243@mtj.duckdns.org> 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 Wed, Sep 16, 2015 at 01:48:23PM -0400, Tejun Heo wrote: > On Tue, Sep 15, 2015 at 06:31: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. > > > > This patch adds the missing MODULE_DEVICE_TABLE() for OF to export > > that information so modules have the correct aliases built-in and > > autoloading works correctly. > > > > Link: https://lkml.org/lkml/2015/7/30/519 > > Signed-off-by: Luis de Bethencourt > > Where should this patch be applied? for-4.4? for-4.3-fixes w/ or w/o > stable cc'd? > > Thanks. > > -- > tejun Hi Tejun, Other drivers with the same problem are applying this in 4.3-fixes. I don't think it is critical enough to deserve a cc: Stable. Thanks for review, Luis