Merge tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linux
Pull clock framework changes from Mike Turquette: "The clock changes for 3.13 are an even mix of framework improvements & bug fixes along with updates to existing clock drivers and the additional of new clock drivers" * tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linux: clk: new driver for efm32 SoC clk: of: helper for determining number of parent clocks clk/zynq: Fix possible memory leak clk: keystone: Build Keystone clock drivers clk: keystone: Add gate control clock driver clk: keystone: add Keystone PLL clock driver Documentation: Add documentation for APM X-Gene clock binding clk: arm64: Add DTS clock entry for APM X-Gene Storm SoC clk: Add APM X-Gene SoC clock driver clk: wm831x: get rid of the implementation of remove function clk: Correct lookup logic in clk_fetch_parent_index() clk: Use kcalloc() to allocate arrays clk: Add error handling to clk_fetch_parent_index()
Showing
- Documentation/devicetree/bindings/clock/efm32-clock.txt 11 additions, 0 deletionsDocumentation/devicetree/bindings/clock/efm32-clock.txt
- Documentation/devicetree/bindings/clock/keystone-gate.txt 29 additions, 0 deletionsDocumentation/devicetree/bindings/clock/keystone-gate.txt
- Documentation/devicetree/bindings/clock/keystone-pll.txt 84 additions, 0 deletionsDocumentation/devicetree/bindings/clock/keystone-pll.txt
- Documentation/devicetree/bindings/clock/xgene.txt 111 additions, 0 deletionsDocumentation/devicetree/bindings/clock/xgene.txt
- arch/arm64/boot/dts/apm-storm.dtsi 75 additions, 0 deletionsarch/arm64/boot/dts/apm-storm.dtsi
- drivers/clk/Kconfig 14 additions, 0 deletionsdrivers/clk/Kconfig
- drivers/clk/Makefile 3 additions, 0 deletionsdrivers/clk/Makefile
- drivers/clk/clk-efm32gg.c 81 additions, 0 deletionsdrivers/clk/clk-efm32gg.c
- drivers/clk/clk-wm831x.c 0 additions, 6 deletionsdrivers/clk/clk-wm831x.c
- drivers/clk/clk-xgene.c 521 additions, 0 deletionsdrivers/clk/clk-xgene.c
- drivers/clk/clk.c 34 additions, 22 deletionsdrivers/clk/clk.c
- drivers/clk/keystone/Makefile 1 addition, 0 deletionsdrivers/clk/keystone/Makefile
- drivers/clk/keystone/gate.c 264 additions, 0 deletionsdrivers/clk/keystone/gate.c
- drivers/clk/keystone/pll.c 305 additions, 0 deletionsdrivers/clk/keystone/pll.c
- drivers/clk/zynq/clkc.c 15 additions, 1 deletiondrivers/clk/zynq/clkc.c
- include/dt-bindings/clock/efm32-cmu.h 42 additions, 0 deletionsinclude/dt-bindings/clock/efm32-cmu.h
- include/linux/clk-provider.h 1 addition, 0 deletionsinclude/linux/clk-provider.h
Loading
Please register or sign in to comment