aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-hi655x.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05clk: clk-hi655x: Free of_provider at removeMatti Vaittinen1-2/+2
use devm variant for of_provider registration so provider is freed at exit. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2017-04-21clk: hi6220: Add the hi655x's pmic clockDaniel Lezcano1-0/+126
The hi655x multi function device is a PMIC providing regulators. The PMIC also provides a clock for the WiFi and the Bluetooth, let's implement this clock in order to add it in the hi655x MFD and allow proper wireless initialization. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> [sboyd@codeaurora.org: Remove clkdev usage] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>