summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-bd718x7.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: bd718x7: Support ROHM BD70528 clk blockMatti Vaittinen2019-06-271-4/+16
| | | | | | | | | | ROHM BD70528 is an ultra low power PMIC with similar 32K clk as bd718x7. Only difference (from clk perspective) is register address. Add support for controlling BD70528 clk using bd718x7 driver. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: regulator: clk: Split rohm-bd718x7.hMatti Vaittinen2019-06-271-3/+3
| | | | | | | | | | | | Split the bd718x7.h to ROHM common and bd718x7 specific parts so that we do not need to add same things in every new ROHM PMIC header. Please note that this change requires changes also in bd718x7 sub-device drivers for regulators and clk. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* clk: bd718x7: Initial support for ROHM bd71837/bd71847 PMIC clockMatti Vaittinen2018-12-101-0/+123
ROHM bd71837 and bd71847 contain 32768Hz clock gate. Support the clock using generic clock framework. Note, only bd71837 is tested but bd71847 should be identical what comes to clk parts. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>