Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1540900
| From | Elaine Zhang <zhangqing@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 0/3] clk: rockchip: support clk controller for rk3328 SoC |
| Date | 2016-12-13 09:50 +0100 |
| Message-ID | <sNQWB-7pD-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Elaine Zhang (3): clk: rockchip: add dt-binding header for rk3328 clk: rockchip: add clock controller for rk3328 clk: rockchip: add new pll-type for rk3328 and similar socs drivers/clk/rockchip/Makefile | 1 + drivers/clk/rockchip/clk-pll.c | 13 +- drivers/clk/rockchip/clk-rk3328.c | 1068 ++++++++++++++++++++++++++++++++ drivers/clk/rockchip/clk.h | 23 + include/dt-bindings/clock/rk3328-cru.h | 403 ++++++++++++ 5 files changed, 1507 insertions(+), 1 deletion(-) create mode 100644 drivers/clk/rockchip/clk-rk3328.c create mode 100644 include/dt-bindings/clock/rk3328-cru.h -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v1 0/3] clk: rockchip: support clk controller for rk3328 SoC Elaine Zhang <zhangqing@rock-chips.com> - 2016-12-13 09:50 +0100 [PATCH v1 3/3] clk: rockchip: add new pll-type for rk3328 and similar socs Elaine Zhang <zhangqing@rock-chips.com> - 2016-12-13 09:50 +0100 Re: [PATCH v1 2/3] clk: rockchip: add clock controller for rk3328 Shawn Lin <shawn.lin@rock-chips.com> - 2016-12-13 10:40 +0100
csiph-web