aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/keystone
AgeCommit message (Expand)AuthorFilesLines
2023-10-18clk: keystone: pll: fix a couple NULL vs IS_ERR() checksGravatar Dan Carpenter 1-6/+9
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 2-3/+2
2023-08-04clk: keystone: syscon-clk: Fix audio refclkGravatar Francesco Dolcini 1-2/+4
2023-07-19drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init()Gravatar Minjie Du 1-1/+1
2023-07-19clk: Explicitly include correct DT includesGravatar Rob Herring 1-2/+1
2023-06-26Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl...Gravatar Stephen Boyd 2-7/+44
2023-06-16clk: keystone: sci-clk: check return value of kasprintf()Gravatar Claudiu Beznea 1-0/+2
2023-06-16clk: keystone: syscon-clk: Add support for audio refclkGravatar Jai Luthra 1-5/+40
2023-06-16clk: keystone: syscon-clk: Allow the clock node to not be of type sysconGravatar Andrew Davis 1-2/+2
2023-03-28clk: keystone: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2022-10-17clk: keystone: syscon-clk: Use dev_err_probe() helperGravatar Yang Yingliang 1-6/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEGravatar Thomas Gleixner 1-9/+1
2022-04-22clk: keystone: syscon-clk: Add support for AM62 epwm-tbclkGravatar Georgi Vlaev 1-0/+11
2021-06-22clk: keystone: syscon-clk: Add support for AM64 specific epwm-tbclkGravatar Lokesh Vutla 1-0/+17
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-2/+2
2020-09-22clk: keystone: sci-clk: add 10% slack to set_rateGravatar Tero Kristo 1-1/+2
2020-09-22clk: keystone: sci-clk: cache results of last query rate operationGravatar Tero Kristo 1-0/+14
2020-09-22clk: keystone: sci-clk: fix parsing assigned-clock data during probeGravatar Tero Kristo 1-1/+1
2020-07-10Replace HTTP links with HTTPS ones: Common CLK frameworkGravatar Alexander A. Klimov 2-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-2/+2
2020-03-20clk: keystone: Add new driver to handle syscon based clocksGravatar Vignesh Raghavendra 3-0/+181
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 2-38/+212
2019-06-07clk: keystone: sci-clk: extend clock IDs to 32 bitsGravatar Tero Kristo 1-8/+28
2019-06-07clk: keystone: sci-clk: probe clocks from DT instead of firmwareGravatar Tero Kristo 2-0/+141
2019-06-07clk: keystone: sci-clk: split out the fw clock parsing to own functionGravatar Tero Kristo 1-27/+41
2019-06-07clk: keystone: sci-clk: cut down the clock name lengthGravatar Tero Kristo 1-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2018-10-18Merge branch 'clk-k3-tisci' into clk-nextGravatar Stephen Boyd 3-1/+11
2018-10-07clk: keystone: add missing MODULE_LICENSEGravatar Arnd Bergmann 2-0/+10
2018-10-02clk: keystone: Enable TISCI clocks if K3_ARCHGravatar Nishanth Menon 1-1/+1
2018-08-30clk: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 2-2/+2
2018-03-08clk: keystone: sci-clk: add support for dynamically probing clocksGravatar Tero Kristo 1-290/+90
2017-08-02clk: keystone: sci-clk: Fix sci_clk_getGravatar Tero Kristo 1-24/+42
2017-06-22clk: keystone: TI_SCI_PROTOCOL is needed for clk driverGravatar Arnd Bergmann 1-1/+2
2017-06-14clk: keystone: Add sci-clk driver supportGravatar Tero Kristo 3-1/+741
2016-12-08clk: keystone: pll: Unmap region obtained by of_iomapGravatar Arvind Yadav 1-2/+7
2016-11-01clk: keystone: improve function-level documentationGravatar Julia Lawall 1-2/+2
2015-10-19clk: keystone: fix a trivial typoGravatar Geliang Tang 1-1/+1
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextGravatar Stephen Boyd 2-2/+0
2015-07-28clk: keystone: make use of of_clk_parent_fill helper functionGravatar Dinh Nguyen 1-2/+1
2015-07-20clk: keystone: Remove clk.h includeGravatar Stephen Boyd 2-2/+0
2015-06-18clk: keystone: add support for post divider register for main pllGravatar Murali Karicheri 1-2/+18
2014-02-10clk: keystone: gate: fix clk_init_data initializationGravatar Ivan Khoronzhuk 1-0/+1
2013-12-10clk: keystone: gate: fix error handling on initGravatar Grygorii Strashko 1-4/+8
2013-12-10clk: keystone: use clkod register bits for postdivGravatar Murali Karicheri 1-4/+20
2013-10-07clk: keystone: Build Keystone clock driversGravatar Santosh Shilimkar 1-0/+1
2013-10-07clk: keystone: Add gate control clock driverGravatar Santosh Shilimkar 1-0/+264
2013-10-07clk: keystone: add Keystone PLL clock driverGravatar Santosh Shilimkar 1-0/+305