From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756014AbdEEVHx (ORCPT ); Fri, 5 May 2017 17:07:53 -0400 Received: from mail-qt0-f193.google.com ([209.85.216.193]:33689 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753654AbdEEVHu (ORCPT ); Fri, 5 May 2017 17:07:50 -0400 Subject: Re: [RESEND PATCH] spi: bcm63xx-hsspi: Export OF device ID table as module aliases To: Andres Galacho , linux-kernel@vger.kernel.org References: <20170501201338.5368-1-andresgalacho@gmail.com> Cc: broonie@kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Florian Fainelli Message-ID: Date: Fri, 5 May 2017 14:07:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170501201338.5368-1-andresgalacho@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/01/2017 01:13 PM, 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*Cbrcm,bcm6328-hsspiC* > alias: of:N*T*Cbrcm,bcm6328-hsspi > > Signed-off-by: Andres Galacho Reviewed-by: Florian Fainelli -- Florian