From mboxrd@z Thu Jan 1 00:00:00 1970 From: bd-phuc@jinso.co.jp Date: Fri, 09 Sep 2016 11:43:13 +0000 Subject: [PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit Message-Id: <1473421394-9745-8-git-send-email-bd-phuc@jinso.co.jp> List-Id: References: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> In-Reply-To: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Bui Duc Phuc Modify CMT config to support 64bit Signed-off-by: Bui Duc Phuc --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 5677886..62c2bcb 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -408,7 +408,7 @@ config SYS_SUPPORTS_EM_STI bool config SH_TIMER_CMT - bool "Renesas CMT timer driver" if COMPILE_TEST + bool "Renesas CMT timer driver" if ( ARM64 || COMPILE_TEST ) depends on GENERIC_CLOCKEVENTS depends on HAS_IOMEM default SYS_SUPPORTS_SH_CMT -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: bd-phuc-HEF513clHfp3+QwDJ9on6Q@public.gmane.org Subject: [PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit Date: Fri, 9 Sep 2016 20:43:13 +0900 Message-ID: <1473421394-9745-8-git-send-email-bd-phuc@jinso.co.jp> References: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> Return-path: In-Reply-To: <1473421394-9745-1-git-send-email-bd-phuc-HEF513clHfp3+QwDJ9on6Q@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org, kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org, yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org, ryusuke.sakato.bx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org, h-inayoshi-HEF513clHfp3+QwDJ9on6Q@public.gmane.org, cm-hiep-HEF513clHfp3+QwDJ9on6Q@public.gmane.org, nv-dung-HEF513clHfp3+QwDJ9on6Q@public.gmane.org List-Id: devicetree@vger.kernel.org From: Bui Duc Phuc Modify CMT config to support 64bit Signed-off-by: Bui Duc Phuc --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 5677886..62c2bcb 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -408,7 +408,7 @@ config SYS_SUPPORTS_EM_STI bool config SH_TIMER_CMT - bool "Renesas CMT timer driver" if COMPILE_TEST + bool "Renesas CMT timer driver" if ( ARM64 || COMPILE_TEST ) depends on GENERIC_CLOCKEVENTS depends on HAS_IOMEM default SYS_SUPPORTS_SH_CMT -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" 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: From: bd-phuc@jinso.co.jp To: daniel.lezcano@linaro.org, tglx@linutronix.de Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org, geert+renesas@glider.be, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@vger.kernel.org, laurent.pinchart+renesas@ideasonboard.com, magnus.damm@gmail.com, horms@verge.net.au, kuninori.morimoto.gx@renesas.com, yoshihiro.shimoda.uh@renesas.com, ryusuke.sakato.bx@renesas.com, h-inayoshi@jinso.co.jp, cm-hiep@jinso.co.jp, nv-dung@jinso.co.jp Subject: [PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit Date: Fri, 9 Sep 2016 20:43:13 +0900 Message-Id: <1473421394-9745-8-git-send-email-bd-phuc@jinso.co.jp> In-Reply-To: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> References: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> Sender: devicetree-owner@vger.kernel.org List-ID: From: Bui Duc Phuc Modify CMT config to support 64bit Signed-off-by: Bui Duc Phuc --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 5677886..62c2bcb 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -408,7 +408,7 @@ config SYS_SUPPORTS_EM_STI bool config SH_TIMER_CMT - bool "Renesas CMT timer driver" if COMPILE_TEST + bool "Renesas CMT timer driver" if ( ARM64 || COMPILE_TEST ) depends on GENERIC_CLOCKEVENTS depends on HAS_IOMEM default SYS_SUPPORTS_SH_CMT -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: bd-phuc@jinso.co.jp (bd-phuc at jinso.co.jp) Date: Fri, 9 Sep 2016 20:43:13 +0900 Subject: [PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit In-Reply-To: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> References: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> Message-ID: <1473421394-9745-8-git-send-email-bd-phuc@jinso.co.jp> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Bui Duc Phuc Modify CMT config to support 64bit Signed-off-by: Bui Duc Phuc --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 5677886..62c2bcb 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -408,7 +408,7 @@ config SYS_SUPPORTS_EM_STI bool config SH_TIMER_CMT - bool "Renesas CMT timer driver" if COMPILE_TEST + bool "Renesas CMT timer driver" if ( ARM64 || COMPILE_TEST ) depends on GENERIC_CLOCKEVENTS depends on HAS_IOMEM default SYS_SUPPORTS_SH_CMT -- 2.7.4