[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230328120506.375864-1-keguang.zhang@gmail.com>
Date: Tue, 28 Mar 2023 20:05:03 +0800
From: Keguang Zhang <keguang.zhang@...il.com>
To: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linux-mips@...r.kernel.org
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Stephen Boyd <sboyd@...nel.org>,
Keguang Zhang <keguang.zhang@...il.com>
Subject: [PATCH 0/3] Move Loongson1 PWM timer to clocksource framework
Move Loongson1 PWM timer to clocksource framework
and update the Kconfig/Makefile options accordingly.
Keguang Zhang (3):
MIPS: Loongson32: Remove deprecated PWM timer clocksource
dt-bindings: timer: Add Loongson-1 clocksource
clocksource: loongson1: Move PWM timer to clocksource framework
.../timer/loongson,ls1x-pwmtimer.yaml | 48 ++++
arch/mips/loongson32/Kconfig | 37 ---
arch/mips/loongson32/common/time.c | 210 ----------------
drivers/clocksource/Kconfig | 9 +
drivers/clocksource/Makefile | 1 +
drivers/clocksource/timer-loongson1-pwm.c | 236 ++++++++++++++++++
6 files changed, 294 insertions(+), 247 deletions(-)
create mode 100644 Documentation/devicetree/bindings/timer/loongson,ls1x-pwmtimer.yaml
create mode 100644 drivers/clocksource/timer-loongson1-pwm.c
base-commit: f7b5a248213f0976c7944925f3f3ab7ff199e581
--
2.34.1
Powered by blists - more mailing lists