summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-hi655x.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: clk-hi655x: Free of_provider at removeMatti Vaittinen2018-12-051-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>
* clk: hi6220: Add the hi655x's pmic clockDaniel Lezcano2017-04-211-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>