aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/zte/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-02-08clk: remove zte zx driverArnd Bergmann1-4/+0
The zte zx platform is getting removed, so this driver is no longer needed. Cc: Jun Nie <[email protected]> Cc: Shawn Guo <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2016-09-14clk: zx: register ZX296718 clocksJun Nie1-0/+1
The ZX296718 clocks are statically listed and registered. More clock will be added later. Signed-off-by: Jun Nie <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
2015-07-28clk: zx: Add audio div clock method for zx296702Jun Nie1-1/+1
Add SPDIF/I2S divider clock method for zx296702 Signed-off-by: Jun Nie <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
2015-06-11clk: zx: add clock support to zx296702Jun Nie1-0/+2
It adds a clock driver for zx296702 SoC to register the clock tree to Common Clock Framework. All the clocks of bus topology and some the peripheral clocks are ready with this commit. Some missing leaf clocks for peripherals will be added later when needed. Signed-off-by: Jun Nie <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>