mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] add clk driver for loongson ls1b200
@ 2020-11-08 14:01 Du Huanpeng
  2020-11-08 14:01 ` [PATCH 1/3] MIPS: ls1b: enable clk driver framework support Du Huanpeng
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Du Huanpeng @ 2020-11-08 14:01 UTC (permalink / raw)
  To: barebox; +Cc: Du Huanpeng

add clk driver and switch serials to clk privider from fixed clock.

Du Huanpeng (3):
  MIPS: ls1b: enable clk driver framework support
  clk: ls1b200: add clk driver for loongson 1b
  MIPS: ls1b200: use clk driver

 arch/mips/Kconfig                        |   3 +
 arch/mips/dts/loongson-ls1b.dts          |   6 ++
 arch/mips/dts/ls1b.dtsi                  |  17 +++-
 drivers/clk/Makefile                     |   1 +
 drivers/clk/loongson/Makefile            |   2 +
 drivers/clk/loongson/clk-ls1b200.c       | 151 +++++++++++++++++++++++++++++++
 dts/include/dt-bindings/clock/ls1b-clk.h |  21 +++++
 7 files changed, 197 insertions(+), 4 deletions(-)
 create mode 100644 drivers/clk/loongson/Makefile
 create mode 100644 drivers/clk/loongson/clk-ls1b200.c
 create mode 100644 dts/include/dt-bindings/clock/ls1b-clk.h

-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-12 11:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-08 14:01 [PATCH 0/3] add clk driver for loongson ls1b200 Du Huanpeng
2020-11-08 14:01 ` [PATCH 1/3] MIPS: ls1b: enable clk driver framework support Du Huanpeng
2020-11-12 11:09   ` Sascha Hauer
2020-11-08 14:01 ` [PATCH 2/3] clk: ls1b200: add clk driver for loongson 1b Du Huanpeng
2020-11-08 14:01 ` [PATCH 3/3] MIPS: ls1b200: use clk driver Du Huanpeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox