Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1695238imm; Thu, 20 Sep 2018 01:06:25 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdbwhug7bXfpZcpzJN5y23j1aerNL1YlDj0QVZugYe/IU/PJqLxk9Z/75snSvLf6/ZvJU1X4 X-Received: by 2002:a62:c9:: with SMTP id 192-v6mr39397119pfa.99.1537430785307; Thu, 20 Sep 2018 01:06:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537430785; cv=none; d=google.com; s=arc-20160816; b=NZHJbAHI2Kvq0SjYP3wc5ep49IJVODfpZFmtMkouT/+yWL9rHHgQtirLCZ1Elaurdi heJWAVY2a/ZUJZ5BS+QXPvG5Gfci87CP97J4U9AWnAHYamrqGcayyZDKZ3PLmDMOLOYB k+2IgnSbYUd4PV0zl1fkXoqj7Xfs8UwJZGhYgeITLGs8NugOUtqMx9nNhDnohJuw6NpS NJ6ssDj7dRW+dK5CEraQSsz/OJINZrFOAx9vthu79qVldudeQYZw4Pkgmf5Se5rDVY6g TsSqv7xjSg672KSiwkLXQMV8E8AVe+NHhuJbq0KLMQXQq+YQ7w2AqMSq6gTpyhV/MnB/ 7ORA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=dAbvxK4NHx7PmNlMdZUDXLqNkdE1fpOzrXGHtJVORJo=; b=blJ9/hZg/71vkXIkGuOghfQJEGWcIuSY6E1nhG8qAVshcCdgwoMu69ayuebK503SZG gffvgxT7qQvFqttPrU9lQg+ugMcNLCPdb80qxBb1866ybcxydhsK3AUyCA1EWHXEIW2g mx7O0jjSHkg7cxtr/EPKz3+pjrTcoYXdpt+Hf+ekJNLeJpECINcJvyVP+HLd0SUaTeBo DRIoOuBWJU+k8NcXdBc/k/X5pogIBx+LCbelXWe2Nk7jZy/Uqzwsyk8vcfvhMutuz+Ev Bo+lrNChBlzrh4Sf7j6TPY0Ks86/rRT6U994P1PU0oZ7/SJFfE9FSwQTxpTqPE5z7CRC jdcg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h76-v6si24755946pfk.329.2018.09.20.01.06.10; Thu, 20 Sep 2018 01:06:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731665AbeITNru (ORCPT + 99 others); Thu, 20 Sep 2018 09:47:50 -0400 Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:48328 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726177AbeITNru (ORCPT ); Thu, 20 Sep 2018 09:47:50 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.3465092|-1;CH=green;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03273;MF=ren_guo@c-sky.com;NM=1;PH=DS;RN=10;RT=10;SR=0;TI=SMTPD_---.CtKy98T_1537430729; Received: from localhost(mailfrom:ren_guo@c-sky.com fp:SMTPD_---.CtKy98T_1537430729) by smtp.aliyun-inc.com(10.147.41.187); Thu, 20 Sep 2018 16:05:29 +0800 From: Guo Ren To: tglx@linutronix.de, daniel.lezcano@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, arnd@arndb.de Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, c-sky_gcc_upstream@c-sky.com, green.hu@gmail.com, Guo Ren Subject: [PATCH V8 0/2] clocksource: add gx6605s SOC system timer Date: Thu, 20 Sep 2018 16:03:40 +0800 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org - Dt-bindings documentation - timer-gx6605s driver Guo Ren (2): clocksource: add gx6605s SOC system timer dt-bindings: timer: gx6605s SOC timer .../bindings/timer/csky,gx6605s-timer.txt | 42 ++++++ drivers/clocksource/Kconfig | 8 ++ drivers/clocksource/Makefile | 1 + drivers/clocksource/timer-gx6605s.c | 150 +++++++++++++++++++++ 4 files changed, 201 insertions(+) create mode 100644 Documentation/devicetree/bindings/timer/csky,gx6605s-timer.txt create mode 100644 drivers/clocksource/timer-gx6605s.c -- 2.7.4