aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/davinci (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-23clk: Use device_get_match_data()Rob Herring3-19/+9
2023-06-08clk: da8xx: clk48: Switch to determine_rateMaxime Ripard1-4/+6
2023-06-08clk: davinci: da8xx-cfgchip: Add a determine_rate hookMaxime Ripard1-0/+1
2023-06-08clk: davinci: da8xx-cfgchip: Add a determine_rate hookMaxime Ripard1-0/+1
2023-01-12clk: remove davinci dm3xx driversArnd Bergmann5-427/+0
2023-01-12ARM: davinci: drop DAVINCI_DMxxx referencesArnd Bergmann4-26/+0
2022-10-04Merge branches 'clk-fixed-rate', 'clk-spreadtrum', 'clk-pxa' and 'clk-ti' into clk-nextStephen Boyd2-3/+2
2022-09-30clk: davinci: cfgchip: Use dev_err_probe() helperYang Yingliang1-2/+1
2022-09-30clk: davinci: pll: fix spelling typo in commentJiangshan Yi1-1/+1
2022-08-31clk: davinci: remove PLL and PSC clocks for DaVinci DM644x and DM646xLukas Bulwahn9-363/+0
2020-10-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2020-09-22clk: davinci: add missing kerneldocKrzysztof Kozlowski1-0/+1
2020-08-18clk: davinci: Use the correct size when allocating memoryChristophe JAILLET1-1/+1
2020-07-27clk: davinci: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-10-16clk: davinci: use devm_platform_ioremap_resource() to simplify codeYueHaibing2-6/+2
2019-08-07clk: davinci: pll: Add of_node_put() in of_davinci_pll_init()Nishka Dasgupta1-1/+4
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-05-07Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and 'clk-spdx' into clk-nextStephen Boyd2-2/+2
2019-05-01clk: davinci: Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-04-11clk: davinci: cfgchip: use PTR_ERR_OR_ZERO in da8xx_cfgchip_register_div4p5Ding Xiang1-3/+1
2018-10-02clk: davinci: kill davinci_clk_reset_assert/deassert()Bartosz Golaszewski1-18/+0
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-6/+9
2018-07-06clk: davinci: psc-da830: add a lookup entry for aemif clockBartosz Golaszewski1-1/+2
2018-07-06clk: davinci: psc-dm646x: use two lookup entries for the aemif clockBartosz Golaszewski1-1/+2
2018-07-06clk: davinci: psc-dm644x: use two lookup entries for the aemif clockBartosz Golaszewski1-1/+2
2018-07-06clk: davinci: psc-dm365: use two lookup entries for the aemif clockBartosz Golaszewski1-1/+2
2018-07-06clk: davinci: psc-da850: remove the 'davinci_nand.0" lookupBartosz Golaszewski1-2/+1
2018-06-25clk: davinci: fix a typo (which leads to build failures)Bartosz Golaszewski1-1/+1
2018-06-25clk: davinci: cfgchip: testing the wrong variableDan Carpenter1-1/+1
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds15-186/+384
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2018-06-04Merge branches 'clk-davinci-psc-da830', 'clk-renesas', 'clk-at91-recalc', 'clk-davinci' and 'clk-meson' into clk-nextStephen Boyd15-175/+380
2018-06-01clk: Return void from debug_init opStephen Boyd1-5/+3
2018-06-01clk: davinci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+1
2018-05-30clk: davinci: Fix link errors when not all SoCs are enabledDavid Lechner4-3/+50
2018-05-30clk: davinci: psc: allow for dev == NULLDavid Lechner5-18/+52
2018-05-30clk: davinci: da850-pll: change PLL0 to CLK_OF_DECLAREDavid Lechner3-6/+21
2018-05-30clk: davinci: pll: allow dev == NULLDavid Lechner8-137/+235
2018-05-30clk: davinci: psc-dm365: fix few clocksSekhar Nori1-3/+16
2018-05-30clk: davinci: pll-dm646x: keep PLL2 SYSCLK1 always enabledSekhar Nori1-1/+1
2018-05-30clk: davinci: psc-dm355: fix ASP0/1 clkdev lookupsDavid Lechner1-2/+2
2018-05-30clk: davinci: pll-dm355: fix SYSCLKn parent namesDavid Lechner1-5/+5
2018-05-30clk: davinci: pll-dm355: drop pll2_sysclk2David Lechner1-4/+1
2018-05-15clk: davinci: psc-da830: fix USB0 48MHz PHY clock registrationSekhar Nori1-1/+2
2018-04-06clk: davinci: add a reset lookup table for psc0Bartosz Golaszewski2-0/+8
2018-03-23clk: davinci: Remove redundant dev_err callsWei Yongjun2-6/+2
2018-03-20clk: davinci: cfgchip: Add TI DA8XX USB PHY clocksDavid Lechner1-0/+351
2018-03-20clk: davinci: New driver for TI DA8XX CFGCHIP clocksDavid Lechner2-0/+441
2018-03-20clk: davinci: Add platform information for TI DM646x PSCDavid Lechner4-0/+83
2018-03-20clk: davinci: Add platform information for TI DM644x PSCDavid Lechner4-0/+86