From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout3.samsung.com (mailout3.samsung.com. [203.254.224.33]) by gmr-mx.google.com with ESMTPS id fy14si160714pdb.2.2015.08.11.04.28.07 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 11 Aug 2015 04:28:07 -0700 (PDT) Received: from epcpsbgr4.samsung.com (u144.gpu120.samsung.co.kr [203.254.230.144]) by mailout3.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NSX018EB16SXT10@mailout3.samsung.com> for rtc-linux@googlegroups.com; Tue, 11 Aug 2015 20:28:04 +0900 (KST) Message-id: <55C9DC45.4090102@samsung.com> Date: Tue, 11 Aug 2015 20:28:05 +0900 From: Joonyoung Shim MIME-version: 1.0 To: rtc-linux@googlegroups.com Cc: Linux Kernel Mailing List , linux-samsung-soc , a.zummo@towertech.it, alexandre.belloni@free-electrons.com, =?UTF-8?B?Iuy1nOywrOyasC9TL1cgUGxhdGZvcm0gTGFiKERNQ+yXsCkvUzQo7ISg7J6EKS8=?= =?UTF-8?B?7IK87ISx7KCE7J6QIg==?= , Krzysztof Kozlowski , Joonyoung Shim Subject: [rtc-linux] [PATCH 0/4] modify clock codes of rtc-s3c driver Content-type: text/plain; charset=UTF-8 Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Hi, This patchset modifies clock codes of rtc-s3c driver. Main change is to fix the problem that alarm interrupt can't happen. Also there are some fixes incluing cleanup. Thanks. ---------------------------------------------------------------- Joonyoung Shim (4): rtc: s3c: add missing clk control rtc: s3c: remove unnecessary NULL assignment rtc: s3c: use unified functions for enable/disable of clk rtc: s3c: enable/disable clocks for alarm drivers/rtc/rtc-s3c.c | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) -- -- 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: Joonyoung Shim Subject: [PATCH 0/4] modify clock codes of rtc-s3c driver Date: Tue, 11 Aug 2015 20:28:05 +0900 Message-ID: <55C9DC45.4090102@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:59288 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933911AbbHKL2G (ORCPT ); Tue, 11 Aug 2015 07:28:06 -0400 Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: rtc-linux@googlegroups.com Cc: Linux Kernel Mailing List , linux-samsung-soc , a.zummo@towertech.it, alexandre.belloni@free-electrons.com, =?UTF-8?B?Iuy1nOywrOyasC9TL1cgUGxhdGZvcm0gTGFiKERNQ+yXsCkvUzQo7ISg7J6EKS8=?= =?UTF-8?B?7IK87ISx7KCE7J6QIg==?= , Krzysztof Kozlowski , Joonyoung Shim Hi, This patchset modifies clock codes of rtc-s3c driver. Main change is to fix the problem that alarm interrupt can't happen. Also there are some fixes incluing cleanup. Thanks. ---------------------------------------------------------------- Joonyoung Shim (4): rtc: s3c: add missing clk control rtc: s3c: remove unnecessary NULL assignment rtc: s3c: use unified functions for enable/disable of clk rtc: s3c: enable/disable clocks for alarm drivers/rtc/rtc-s3c.c | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-)