aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/keystone/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20clk: keystone: Add new driver to handle syscon based clocksVignesh Raghavendra1-0/+1
On TI's AM654/J721e SoCs, certain clocks can be gated/ungated by setting a single bit in SoC's System Control Module registers. Sometime more than one clock control can be in the same register. Add a driver to support such clocks using syscon framework. Driver currently supports controlling EHRPWM's TimeBase clock(TBCLK) for AM654 SoC. Signed-off-by: Vignesh Raghavendra <[email protected]> Link: https://lkml.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]>
2017-06-14clk: keystone: Add sci-clk driver supportTero Kristo1-1/+2
In K2G, the clock handling is done through firmware executing on a separate core. Linux kernel needs to communicate to the firmware through TI system control interface to access any power management related resources, including clocks. The keystone sci-clk driver does this, by communicating to the firmware through the TI SCI driver. The driver adds support for registering clocks through DT, and basic required clock operations like prepare/get_rate, etc. Signed-off-by: Tero Kristo <[email protected]> [[email protected]: Make ti_sci_init_clocks() static] Signed-off-by: Stephen Boyd <[email protected]>
2013-10-07clk: keystone: Build Keystone clock driversSantosh Shilimkar1-0/+1
Now build the keystone common clock drivers. The build is made conditional based on COMMON_CLK_KEYSTONE Signed-off-by: Santosh Shilimkar <[email protected]> Signed-off-by: Mike Turquette <[email protected]>