Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1655836
| From | Elaine Zhang <zhangqing@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/3] clk: rockchip: support clk controller for RK3128 SoC |
| Date | 2017-06-02 03:50 +0200 |
| Message-ID | <tNJSV-2n1-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The driver and clk ID\SRST ID it's also applies to the RK3126 SoC. change in V4: remove the clk ID of usb480m_phy change in V3: export clk ID for usb480m and usb480m_phy change in V2: rename the rk312x to rk3128. Elaine Zhang (3): clk: rockchip: add dt-binding header for rk3128 dt-bindings: add bindings for rk3128 clock controller clk: rockchip: add clock controller for rk3128 .../bindings/clock/rockchip,rk3128-cru.txt | 56 ++ drivers/clk/rockchip/Makefile | 1 + drivers/clk/rockchip/clk-rk3128.c | 612 +++++++++++++++++++++ include/dt-bindings/clock/rk3128-cru.h | 282 ++++++++++ 4 files changed, 951 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3128-cru.txt create mode 100644 drivers/clk/rockchip/clk-rk3128.c create mode 100644 include/dt-bindings/clock/rk3128-cru.h -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/3] clk: rockchip: support clk controller for RK3128 SoC Elaine Zhang <zhangqing@rock-chips.com> - 2017-06-02 03:50 +0200
[PATCH v4 2/3] dt-bindings: add bindings for rk3128 clock controller Elaine Zhang <zhangqing@rock-chips.com> - 2017-06-02 03:50 +0200
Re: [PATCH v4 2/3] dt-bindings: add bindings for rk3128 clock controller Heiko Stuebner <heiko@sntech.de> - 2017-06-02 11:30 +0200
[PATCH v4 3/3] clk: rockchip: add clock controller for rk3128 Elaine Zhang <zhangqing@rock-chips.com> - 2017-06-02 03:50 +0200
[PATCH v4 1/3] clk: rockchip: add dt-binding header for rk3128 Elaine Zhang <zhangqing@rock-chips.com> - 2017-06-02 03:50 +0200
Re: [PATCH v4 0/3] clk: rockchip: support clk controller for RK3128 SoC Heiko Stuebner <heiko@sntech.de> - 2017-06-02 15:40 +0200
csiph-web