[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200624165113.30873-1-zhouyanjie@wanyeetech.com>
Date: Thu, 25 Jun 2020 00:51:11 +0800
From: 周琰杰 (Zhou Yanjie)
<zhouyanjie@...yeetech.com>
To: linux-kernel@...r.kernel.org
Cc: devicetree@...r.kernel.org, daniel.lezcano@...aro.org,
tglx@...utronix.de, robh+dt@...nel.org, paul@...pouillou.net,
dongsheng.qiu@...enic.com, aric.pzqi@...enic.com,
rick.tyliu@...enic.com, yanfei.li@...enic.com,
sernia.zhou@...mail.com, zhenwenjin@...il.com
Subject: [PATCH 0/2] Add support for the OST in Ingenic X1000.
1.Add Ingenic X1000 OST bindings.
2.Add support for the Ingenic X1000 OST.
周琰杰 (Zhou Yanjie) (2):
dt-bindings: timer: Add Ingenic X1000 OST bindings.
clocksource: Ingenic: Add support for the Ingenic X1000 OST.
.../devicetree/bindings/timer/ingenic,ost.yaml | 62 +++
drivers/clocksource/Kconfig | 19 +-
drivers/clocksource/Makefile | 1 +
drivers/clocksource/ingenic-sysost.c | 507 +++++++++++++++++++++
include/dt-bindings/clock/ingenic,ost.h | 12 +
5 files changed, 597 insertions(+), 4 deletions(-)
create mode 100644 Documentation/devicetree/bindings/timer/ingenic,ost.yaml
create mode 100755 drivers/clocksource/ingenic-sysost.c
create mode 100644 include/dt-bindings/clock/ingenic,ost.h
--
2.11.0
Powered by blists - more mailing lists