From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751580AbdEAXon (ORCPT ); Mon, 1 May 2017 19:44:43 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:32979 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbdEAXok (ORCPT ); Mon, 1 May 2017 19:44:40 -0400 Date: Mon, 1 May 2017 16:44:32 -0700 From: Brian Norris To: Andres Galacho Cc: linux-kernel@vger.kernel.org, boris.brezillon@free-electrons.com, richard@nod.at, dwmw2@infradead.org, marek.vasut@gmail.com, cyrille.pitchen@wedev4u.fr, marc_gonzalez@sigmadesigns.com, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] mtd: nand: tango: Export OF device ID table as module aliases Message-ID: <20170501234432.GA18576@google.com> References: <20170501203015.7275-1-andresgalacho@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170501203015.7275-1-andresgalacho@gmail.com> 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 Mon, May 01, 2017 at 04:30:15PM -0400, Andres Galacho wrote: > The device table is required to load modules based on > modaliases. After adding MODULE_DEVICE_TABLE, below entries > for example will be added to module.alias: > alias: of:N*T*Csigma,smp8758-nandC* > alias: of:N*T*Csigma,smp8758-nand > > Signed-off-by: Andres Galacho Acked-by: Brian Norris From mboxrd@z Thu Jan 1 00:00:00 1970 From: computersforpeace@gmail.com (Brian Norris) Date: Mon, 1 May 2017 16:44:32 -0700 Subject: [PATCH] mtd: nand: tango: Export OF device ID table as module aliases In-Reply-To: <20170501203015.7275-1-andresgalacho@gmail.com> References: <20170501203015.7275-1-andresgalacho@gmail.com> Message-ID: <20170501234432.GA18576@google.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, May 01, 2017 at 04:30:15PM -0400, Andres Galacho wrote: > The device table is required to load modules based on > modaliases. After adding MODULE_DEVICE_TABLE, below entries > for example will be added to module.alias: > alias: of:N*T*Csigma,smp8758-nandC* > alias: of:N*T*Csigma,smp8758-nand > > Signed-off-by: Andres Galacho Acked-by: Brian Norris