summaryrefslogtreecommitdiff
path: root/drivers/clk/visconti/reset.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06clk: visconti: Add support common clock driver and reset driverNobuhiro Iwamatsu1-0/+107
Add support for common interface of the common clock and reset driver for Toshiba Visconti5 and its SoC, TMPV7708. The PIPLLCT provides the PLL, and the PISMU provides clock and reset functionality. Each drivers are provided in this patch. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Link: https://lore.kernel.org/r/20211025031038.4180686-4-nobuhiro1.iwamatsu@toshiba.co.jp [sboyd@kernel.org: Add bitfield.h include to pll.c] Signed-off-by: Stephen Boyd <sboyd@kernel.org>