From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754817AbbIRPTH (ORCPT ); Fri, 18 Sep 2015 11:19:07 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:52117 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753123AbbIRPTE (ORCPT ); Fri, 18 Sep 2015 11:19:04 -0400 Subject: Re: [PATCH 0/3] hwon: Fix module autoload for OF platform drivers To: Luis de Bethencourt , linux-kernel@vger.kernel.org References: <20150917160841.GA24960@goodgumbo.baconseed.org> Cc: Kamil Debski , Jean Delvare , lm-sensors@lm-sensors.org From: Guenter Roeck Message-ID: <55FC2B41.6080807@roeck-us.net> Date: Fri, 18 Sep 2015 08:18:25 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150917160841.GA24960@goodgumbo.baconseed.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/17/2015 09:08 AM, 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 > > Luis de Bethencourt (3): > hwon: abx500: Fix module autoload for OF platform driver > hwon: gpio-fan: Fix module autoload for OF platform driver > hwon: pwm-fan: Fix module autoload for OF platform driver > Series applied, after fixing the subject lines. Guenter