summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-apple-nco.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: clk-apple-nco: Allow and fix module buildingMartin Povišer2022-03-151-1/+1
| | | | | | | Signed-off-by: Martin Povišer <povik+lin@cutebit.org> Link: https://lore.kernel.org/r/20220312135722.20770-1-povik+lin@cutebit.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
* clk: clk-apple-nco: Add driver for Apple NCOMartin Povišer2022-03-111-0/+334
Add a common clock driver for NCO blocks found on Apple SoCs where they are typically the generators of audio clocks. Signed-off-by: Martin Povišer <povik+lin@cutebit.org> Link: https://lore.kernel.org/r/20220208183411.61090-3-povik+lin@cutebit.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>