Merge branch 'clkdev' of git://git.linaro.org/people/rmk/linux-arm
Pull clkdev updates from Russell King: "This supplements clkdev with a device-managed API, allowing drivers cleanup paths to be simplified. We also optimize clk_find() so that it exits as soon as it finds a perfect match, and we provide a way to minimise the amount of code platforms need to register clkdev entries. Some of the code in arm-soc depends on these changes." * 'clkdev' of git://git.linaro.org/people/rmk/linux-arm: CLKDEV: provide helpers for common clock framework ARM: 7392/1: CLKDEV: Optimize clk_find() ARM: 7376/1: clkdev: Implement managed clk_get()
No related branches found
No related tags found
Showing
- Documentation/driver-model/devres.txt 4 additions, 0 deletionsDocumentation/driver-model/devres.txt
- drivers/clk/clkdev.c 132 additions, 10 deletionsdrivers/clk/clkdev.c
- include/linux/clk.h 32 additions, 0 deletionsinclude/linux/clk.h
- include/linux/clkdev.h 3 additions, 0 deletionsinclude/linux/clkdev.h
Please register or sign in to comment