From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout2.w1.samsung.com (mailout2.w1.samsung.com. [210.118.77.12]) by gmr-mx.google.com with ESMTPS id ys2si608509pac.0.2015.08.27.17.27.47 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 27 Aug 2015 17:27:47 -0700 (PDT) Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NTR002GNNY6VY30@mailout2.w1.samsung.com> for rtc-linux@googlegroups.com; Fri, 28 Aug 2015 01:27:42 +0100 (BST) Subject: [rtc-linux] Re: [PATCH] rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} drivers To: Javier Martinez Canillas , linux-kernel@vger.kernel.org References: <1440671672-26590-1-git-send-email-javier@osg.samsung.com> Cc: Luis de Bethencourt , linux-samsung-soc@vger.kernel.org, Alessandro Zummo , Sangbeom Kim , Linus Walleij , Alexandre Belloni , rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org From: Krzysztof Kozlowski Message-id: <55DFAAF9.3020202@samsung.com> Date: Fri, 28 Aug 2015 09:27:37 +0900 MIME-version: 1.0 In-reply-to: <1440671672-26590-1-git-send-email-javier@osg.samsung.com> Content-type: text/plain; charset=UTF-8 Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 27.08.2015 19:34, 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(+) Makes sense: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof -- -- 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: Krzysztof Kozlowski Subject: Re: [PATCH] rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} drivers Date: Fri, 28 Aug 2015 09:27:37 +0900 Message-ID: <55DFAAF9.3020202@samsung.com> References: <1440671672-26590-1-git-send-email-javier@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout2.w1.samsung.com ([210.118.77.12]:37878 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709AbbH1A1p (ORCPT ); Thu, 27 Aug 2015 20:27:45 -0400 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 , linux-kernel@vger.kernel.org Cc: Luis de Bethencourt , linux-samsung-soc@vger.kernel.org, Alessandro Zummo , Sangbeom Kim , Linus Walleij , Alexandre Belloni , rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org On 27.08.2015 19:34, 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(+) Makes sense: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Fri, 28 Aug 2015 09:27:37 +0900 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: <55DFAAF9.3020202@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 27.08.2015 19:34, 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(+) Makes sense: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof