Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1461081
| From | Keguang Zhang <keguang.zhang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Refactor Loongson1 clock |
| Date | 2016-08-12 13:00 +0200 |
| Message-ID | <s5ilY-yH-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Keguang Zhang <keguang.zhang@spreadtrum.com>
This patchset is to refactor Loongson1 clock,
and update Loongson1B clocks.
This applies on top of clk-next.
Thanks!
Kelvin Cheung (3):
clk: Loongson1: Refactor Loongson1 clock
clk: Loongson1: Update clocks of Loongson1B
clk: Loongson1: Make use of GENMASK
drivers/clk/Makefile | 2 +-
drivers/clk/loongson1/Makefile | 2 +
.../clk/{clk-ls1x.c => loongson1/clk-loongson1b.c} | 71 ++++++----------------
drivers/clk/loongson1/clk.c | 52 ++++++++++++++++
drivers/clk/loongson1/clk.h | 21 +++++++
5 files changed, 93 insertions(+), 55 deletions(-)
create mode 100644 drivers/clk/loongson1/Makefile
rename drivers/clk/{clk-ls1x.c => loongson1/clk-loongson1b.c} (68%)
create mode 100644 drivers/clk/loongson1/clk.c
create mode 100644 drivers/clk/loongson1/clk.h
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Refactor Loongson1 clock Keguang Zhang <keguang.zhang@gmail.com> - 2016-08-12 13:00 +0200
[PATCH 3/3] clk: Loongson1: Make use of GENMASK Keguang Zhang <keguang.zhang@gmail.com> - 2016-08-12 13:00 +0200
Re: [PATCH 3/3] clk: Loongson1: Make use of GENMASK Stephen Boyd <sboyd@codeaurora.org> - 2016-08-19 03:30 +0200
[PATCH 2/3] clk: Loongson1: Update clocks of Loongson1B Keguang Zhang <keguang.zhang@gmail.com> - 2016-08-12 13:00 +0200
Re: [PATCH 2/3] clk: Loongson1: Update clocks of Loongson1B Stephen Boyd <sboyd@codeaurora.org> - 2016-08-19 03:30 +0200
csiph-web