aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/xilinx/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-08-22clk: clocking-wizard: Move clocking-wizard outShubhrajyoti Datta1-0/+1
Add clocking wizard driver to clk. And delete the driver from the staging as it is in drivers/clk. Signed-off-by: Shubhrajyoti Datta <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
2021-02-08clk: xilinx: move xlnx_vcu clock driver from socMichael Tretter1-0/+2
The xlnx_vcu driver is actually a clock controller driver which provides clocks that can be used by a driver for the encoder/decoder units. There is no reason to keep this driver in soc. Move the driver to clk. NOTE: The register mapping actually contains registers for AXI performance monitoring, but these are not used by the driver. Signed-off-by: Michael Tretter <[email protected]> Acked-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>