From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754746AbbI2A0q (ORCPT ); Mon, 28 Sep 2015 20:26:46 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:33788 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753861AbbI2A0o (ORCPT ); Mon, 28 Sep 2015 20:26:44 -0400 Date: Mon, 28 Sep 2015 17:26:41 -0700 From: Brian Norris To: Luis de Bethencourt Cc: linux-kernel@vger.kernel.org, David Woodhouse , Wolfram Sang , linux-mtd@lists.infradead.org Subject: Re: [PATCH 0/5] mtd: Fix module autoload for OF platform drivers Message-ID: <20150929002641.GQ31505@google.com> References: <20150917221102.GA9119@goodgumbo.baconseed.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150917221102.GA9119@goodgumbo.baconseed.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 Fri, Sep 18, 2015 at 12:11:02AM +0200, Luis de Bethencourt wrote: > Hi, > > 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 FYI, your threading (References and In-Reply-To headers) is wrong (or rather, missing). Please consider testing locally and fixing this in the future. git-send-email generally does a good job, if you are able to use it. Anyway, pushed all 5 to l2-mtd.git. Brian