From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753232AbbIPRs2 (ORCPT ); Wed, 16 Sep 2015 13:48:28 -0400 Received: from mail-yk0-f175.google.com ([209.85.160.175]:34857 "EHLO mail-yk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752633AbbIPRs1 (ORCPT ); Wed, 16 Sep 2015 13:48:27 -0400 Date: Wed, 16 Sep 2015 13:48:23 -0400 From: Tejun Heo To: Luis de Bethencourt 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: <20150916174823.GG3243@mtj.duckdns.org> References: <20150915163114.GA5152@goodgumbo.baconseed.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150915163114.GA5152@goodgumbo.baconseed.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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