From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751634AbbIQL6M (ORCPT ); Thu, 17 Sep 2015 07:58:12 -0400 Received: from lists.s-osg.org ([54.187.51.154]:37913 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbbIQL6L (ORCPT ); Thu, 17 Sep 2015 07:58:11 -0400 Subject: Re: [PATCH 0/2] extcon: Fix module autoload for OF platform drivers To: Luis de Bethencourt , linux-kernel@vger.kernel.org References: <20150917115446.GA13512@goodgumbo.baconseed.org> Cc: MyungJoo Ham , Chanwoo Choi From: Javier Martinez Canillas Message-ID: <55FAAACE.4030801@osg.samsung.com> Date: Thu, 17 Sep 2015 13:58:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20150917115446.GA13512@goodgumbo.baconseed.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Luis, On 09/17/2015 01:54 PM, Luis de Bethencourt wrote: > Hello, > > 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): > extcon: rt8973a: Fix module autoload for OF platform driver > extcon: sm5502: Fix module autoload for OF platform driver > > drivers/extcon/extcon-rt8973a.c | 1 + > drivers/extcon/extcon-sm5502.c | 1 + > 2 files changed, 2 insertions(+) > I already posted the same patch https://patchwork.kernel.org/patch/6904111/ as a part of the series with fixes for the I2C drivers. Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America