From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id r1si25402wiz.1.2015.08.31.13.09.45 for ; Mon, 31 Aug 2015 13:09:45 -0700 (PDT) Date: Mon, 31 Aug 2015 22:09:44 +0200 From: Alexandre Belloni To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Luis de Bethencourt , linux-samsung-soc@vger.kernel.org, Alessandro Zummo , Sangbeom Kim , Linus Walleij , Krzysztof Kozlowski , rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org Subject: [rtc-linux] Re: [PATCH] rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} drivers Message-ID: <20150831200944.GA3409@piout.net> References: <1440671672-26590-1-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <1440671672-26590-1-git-send-email-javier@osg.samsung.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 27/08/2015 at 12:34:32 +0200, Javier Martinez Canillas wrote : > These platform drivers have a platform device ID table but the module > alias information is not created so module autoloading will not work. > > Signed-off-by: Javier Martinez Canillas > > --- > > drivers/rtc/rtc-ab8500.c | 1 + > drivers/rtc/rtc-max8997.c | 1 + > drivers/rtc/rtc-s5m.c | 1 + > 3 files changed, 3 insertions(+) Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Subject: Re: [PATCH] rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} drivers Date: Mon, 31 Aug 2015 22:09:44 +0200 Message-ID: <20150831200944.GA3409@piout.net> References: <1440671672-26590-1-git-send-email-javier@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from down.free-electrons.com ([37.187.137.238]:45704 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751345AbbHaUJq (ORCPT ); Mon, 31 Aug 2015 16:09:46 -0400 Content-Disposition: inline In-Reply-To: <1440671672-26590-1-git-send-email-javier@osg.samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Luis de Bethencourt , linux-samsung-soc@vger.kernel.org, Alessandro Zummo , Sangbeom Kim , Linus Walleij , Krzysztof Kozlowski , rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org On 27/08/2015 at 12:34:32 +0200, Javier Martinez Canillas wrote : > These platform drivers have a platform device ID table but the module > alias information is not created so module autoloading will not work. > > Signed-off-by: Javier Martinez Canillas > > --- > > drivers/rtc/rtc-ab8500.c | 1 + > drivers/rtc/rtc-max8997.c | 1 + > drivers/rtc/rtc-s5m.c | 1 + > 3 files changed, 3 insertions(+) Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexandre.belloni@free-electrons.com (Alexandre Belloni) Date: Mon, 31 Aug 2015 22:09:44 +0200 Subject: [PATCH] rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} drivers In-Reply-To: <1440671672-26590-1-git-send-email-javier@osg.samsung.com> References: <1440671672-26590-1-git-send-email-javier@osg.samsung.com> Message-ID: <20150831200944.GA3409@piout.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 27/08/2015 at 12:34:32 +0200, Javier Martinez Canillas wrote : > These platform drivers have a platform device ID table but the module > alias information is not created so module autoloading will not work. > > Signed-off-by: Javier Martinez Canillas > > --- > > drivers/rtc/rtc-ab8500.c | 1 + > drivers/rtc/rtc-max8997.c | 1 + > drivers/rtc/rtc-s5m.c | 1 + > 3 files changed, 3 insertions(+) Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com