From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752167AbbJEDgf (ORCPT ); Sun, 4 Oct 2015 23:36:35 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:24324 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752040AbbJEDge (ORCPT ); Sun, 4 Oct 2015 23:36:34 -0400 Subject: Re: [RESEND PATCH 0/2] memory: Fix module autoload for OF platform driver To: Luis de Bethencourt , linux-kernel@vger.kernel.org References: <1443975829-8049-1-git-send-email-luisbg@osg.samsung.com> Cc: gregkh@linuxfoundation.org, arm@kernel.org, scottwood@freescale.com, wsa@the-dreams.de, ssantosh@kernel.org From: "santosh.shilimkar@oracle.com" Organization: Oracle Corporation Message-ID: <5611F032.4000609@oracle.com> Date: Sun, 4 Oct 2015 20:36:18 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1443975829-8049-1-git-send-email-luisbg@osg.samsung.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/4/15 9:23 AM, Luis de Bethencourt wrote: > Hi, > > Resending this patch series as requested by Greg. So he can have them in his > queue for picking up. > https://lkml.org/lkml/2015/10/4/76 > > These patches add the missing MODULE_DEVICE_TABLE() for OF to export > the information so modules have the correct aliases built-in and > autoloading works correctly. > > A longer explanation by Javier Canillas can be found here: > https://lkml.org/lkml/2015/7/30/519 > > Thanks, > Luis > > Luis de Bethencourt (2): > memory: fsl-corenet: Fix module autoload for OF platform driver > memory: ti-aemif: Fix module autoload for OF platform driver > Acking them second time since author missed to pick the tag ;-) Acked-by: Santosh Shilimkar