From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com. [209.85.212.175]) by gmr-mx.google.com with ESMTPS id p9si684035wiz.3.2015.05.27.05.38.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 May 2015 05:38:57 -0700 (PDT) Received: by mail-wi0-f175.google.com with SMTP id mx19so109755987wic.0 for ; Wed, 27 May 2015 05:38:57 -0700 (PDT) Message-ID: <5565BAE1.1000704@linaro.org> Date: Wed, 27 May 2015 14:38:57 +0200 From: Daniel Lezcano MIME-Version: 1.0 To: Lee Jones , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, tglx@linutronix.de, wim@iguana.be, a.zummo@towertech.it, linux-watchdog@vger.kernel.org, rtc-linux@googlegroups.com, linux@roeck-us.net CC: kernel@stlinux.com Subject: [rtc-linux] Re: [PATCH v2.1 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP References: <1431435500-22899-1-git-send-email-lee.jones@linaro.org> <1431435500-22899-3-git-send-email-lee.jones@linaro.org> <20150526123943.GI11677@x1> In-Reply-To: <20150526123943.GI11677@x1> Content-Type: text/plain; charset=UTF-8; format=flowed Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 05/26/2015 02:39 PM, Lee Jones wrote: > clocksource: sti: Provide support for the ST LPC Clocksource IP > > This IP is shared with Watchdog and RTC functionality. All 3 of > these devices are mutually exclusive from one another i.e. Only 1 > IP can be used at any given time. We use the device-driver model > combined with a DT 'mode' property to enforce this. > > The ST LPC Clocksource IP can be used as the system (tick) timer. > > Signed-off-by: Lee Jones Looks good to me. Acked-by: Daniel Lezcano --=20 Linaro.org =E2=94=82 Open source software for AR= M SoCs Follow Linaro: Facebook | Twitter | Blog --=20 --=20 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. ---=20 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 e= mail 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 Return-path: Received: from mail-wi0-f181.google.com ([209.85.212.181]:34100 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751996AbbE0Mi6 (ORCPT ); Wed, 27 May 2015 08:38:58 -0400 Received: by wicmc15 with SMTP id mc15so92407248wic.1 for ; Wed, 27 May 2015 05:38:57 -0700 (PDT) Message-ID: <5565BAE1.1000704@linaro.org> Date: Wed, 27 May 2015 14:38:57 +0200 From: Daniel Lezcano MIME-Version: 1.0 To: Lee Jones , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, tglx@linutronix.de, wim@iguana.be, a.zummo@towertech.it, linux-watchdog@vger.kernel.org, rtc-linux@googlegroups.com, linux@roeck-us.net CC: kernel@stlinux.com Subject: Re: [PATCH v2.1 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP References: <1431435500-22899-1-git-send-email-lee.jones@linaro.org> <1431435500-22899-3-git-send-email-lee.jones@linaro.org> <20150526123943.GI11677@x1> In-Reply-To: <20150526123943.GI11677@x1> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 05/26/2015 02:39 PM, Lee Jones wrote: > clocksource: sti: Provide support for the ST LPC Clocksource IP > > This IP is shared with Watchdog and RTC functionality. All 3 of > these devices are mutually exclusive from one another i.e. Only 1 > IP can be used at any given time. We use the device-driver model > combined with a DT 'mode' property to enforce this. > > The ST LPC Clocksource IP can be used as the system (tick) timer. > > Signed-off-by: Lee Jones Looks good to me. Acked-by: Daniel Lezcano --=20 Linaro.org =E2=94=82 Open source software fo= r ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-watchdo= g" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.lezcano@linaro.org (Daniel Lezcano) Date: Wed, 27 May 2015 14:38:57 +0200 Subject: [PATCH v2.1 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP In-Reply-To: <20150526123943.GI11677@x1> References: <1431435500-22899-1-git-send-email-lee.jones@linaro.org> <1431435500-22899-3-git-send-email-lee.jones@linaro.org> <20150526123943.GI11677@x1> Message-ID: <5565BAE1.1000704@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/26/2015 02:39 PM, Lee Jones wrote: > clocksource: sti: Provide support for the ST LPC Clocksource IP > > This IP is shared with Watchdog and RTC functionality. All 3 of > these devices are mutually exclusive from one another i.e. Only 1 > IP can be used at any given time. We use the device-driver model > combined with a DT 'mode' property to enforce this. > > The ST LPC Clocksource IP can be used as the system (tick) timer. > > Signed-off-by: Lee Jones Looks good to me. Acked-by: Daniel Lezcano -- Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH v2.1 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP Date: Wed, 27 May 2015 14:38:57 +0200 Message-ID: <5565BAE1.1000704@linaro.org> References: <1431435500-22899-1-git-send-email-lee.jones@linaro.org> <1431435500-22899-3-git-send-email-lee.jones@linaro.org> <20150526123943.GI11677@x1> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20150526123943.GI11677@x1> Sender: linux-watchdog-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lee Jones , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, wim-IQzOog9fTRqzQB+pC5nmwQ@public.gmane.org, a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org, linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org Cc: kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org List-Id: devicetree@vger.kernel.org On 05/26/2015 02:39 PM, Lee Jones wrote: > clocksource: sti: Provide support for the ST LPC Clocksource IP > > This IP is shared with Watchdog and RTC functionality. All 3 of > these devices are mutually exclusive from one another i.e. Only 1 > IP can be used at any given time. We use the device-driver model > combined with a DT 'mode' property to enforce this. > > The ST LPC Clocksource IP can be used as the system (tick) timer. > > Signed-off-by: Lee Jones Looks good to me. Acked-by: Daniel Lezcano --=20 Linaro.org =E2=94=82 Open source software fo= r ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-watchdo= g" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752677AbbE0MjB (ORCPT ); Wed, 27 May 2015 08:39:01 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:35303 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751989AbbE0Mi6 (ORCPT ); Wed, 27 May 2015 08:38:58 -0400 Message-ID: <5565BAE1.1000704@linaro.org> Date: Wed, 27 May 2015 14:38:57 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Lee Jones , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, tglx@linutronix.de, wim@iguana.be, a.zummo@towertech.it, linux-watchdog@vger.kernel.org, rtc-linux@googlegroups.com, linux@roeck-us.net CC: kernel@stlinux.com Subject: Re: [PATCH v2.1 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP References: <1431435500-22899-1-git-send-email-lee.jones@linaro.org> <1431435500-22899-3-git-send-email-lee.jones@linaro.org> <20150526123943.GI11677@x1> In-Reply-To: <20150526123943.GI11677@x1> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/26/2015 02:39 PM, Lee Jones wrote: > clocksource: sti: Provide support for the ST LPC Clocksource IP > > This IP is shared with Watchdog and RTC functionality. All 3 of > these devices are mutually exclusive from one another i.e. Only 1 > IP can be used at any given time. We use the device-driver model > combined with a DT 'mode' property to enforce this. > > The ST LPC Clocksource IP can be used as the system (tick) timer. > > Signed-off-by: Lee Jones Looks good to me. Acked-by: Daniel Lezcano -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog