summaryrefslogtreecommitdiffstats
path: root/drivers/clk/davinci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-10-221-0/+1
|\
| * clk: davinci: add missing kerneldocKrzysztof Kozlowski2020-09-221-0/+1
* | clk: davinci: Use the correct size when allocating memoryChristophe JAILLET2020-08-181-1/+1
|/
* clk: davinci: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-271-1/+1
* clk: davinci: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-162-6/+2
* clk: davinci: pll: Add of_node_put() in of_davinci_pll_init()Nishka Dasgupta2019-08-071-1/+4
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
*-. Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and...Stephen Boyd2019-05-072-2/+2
|\ \
| | * clk: davinci: Use the correct style for SPDX License IdentifierNishad Kamdar2019-05-012-2/+2
| |/
* / clk: davinci: cfgchip: use PTR_ERR_OR_ZERO in da8xx_cfgchip_register_div4p5Ding Xiang2019-04-111-3/+1
|/
* clk: davinci: kill davinci_clk_reset_assert/deassert()Bartosz Golaszewski2018-10-021-18/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-08-235-6/+9
|\
| * clk: davinci: psc-da830: add a lookup entry for aemif clockBartosz Golaszewski2018-07-061-1/+2
| * clk: davinci: psc-dm646x: use two lookup entries for the aemif clockBartosz Golaszewski2018-07-061-1/+2
| * clk: davinci: psc-dm644x: use two lookup entries for the aemif clockBartosz Golaszewski2018-07-061-1/+2
| * clk: davinci: psc-dm365: use two lookup entries for the aemif clockBartosz Golaszewski2018-07-061-1/+2
| * clk: davinci: psc-da850: remove the 'davinci_nand.0" lookupBartosz Golaszewski2018-07-061-2/+1
* | clk: davinci: fix a typo (which leads to build failures)Bartosz Golaszewski2018-06-251-1/+1
* | clk: davinci: cfgchip: testing the wrong variableDan Carpenter2018-06-251-1/+1
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-0915-186/+384
|\
| *---. Merge branches 'clk-davinci-psc-da830', 'clk-renesas', 'clk-at91-recalc', 'cl...Stephen Boyd2018-06-0415-175/+380
| |\ \ \
| | | | * clk: davinci: Fix link errors when not all SoCs are enabledDavid Lechner2018-05-304-3/+50
| | | | * clk: davinci: psc: allow for dev == NULLDavid Lechner2018-05-305-18/+52
| | | | * clk: davinci: da850-pll: change PLL0 to CLK_OF_DECLAREDavid Lechner2018-05-303-6/+21
| | | | * clk: davinci: pll: allow dev == NULLDavid Lechner2018-05-308-137/+235
| | | | * clk: davinci: psc-dm365: fix few clocksSekhar Nori2018-05-301-3/+16
| | | | * clk: davinci: pll-dm646x: keep PLL2 SYSCLK1 always enabledSekhar Nori2018-05-301-1/+1
| | | | * clk: davinci: psc-dm355: fix ASP0/1 clkdev lookupsDavid Lechner2018-05-301-2/+2
| | | | * clk: davinci: pll-dm355: fix SYSCLKn parent namesDavid Lechner2018-05-301-5/+5
| | | | * clk: davinci: pll-dm355: drop pll2_sysclk2David Lechner2018-05-301-4/+1
| | | |/
| | * / clk: davinci: psc-da830: fix USB0 48MHz PHY clock registrationSekhar Nori2018-05-151-1/+2
| | |/
| * | clk: Return void from debug_init opStephen Boyd2018-06-011-5/+3
| * | clk: davinci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-011-6/+1
| |/
* / treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+2
|/
* clk: davinci: add a reset lookup table for psc0Bartosz Golaszewski2018-04-062-0/+8
* clk: davinci: Remove redundant dev_err callsWei Yongjun2018-03-232-6/+2
* clk: davinci: cfgchip: Add TI DA8XX USB PHY clocksDavid Lechner2018-03-201-0/+351
* clk: davinci: New driver for TI DA8XX CFGCHIP clocksDavid Lechner2018-03-202-0/+441
* clk: davinci: Add platform information for TI DM646x PSCDavid Lechner2018-03-204-0/+83
* clk: davinci: Add platform information for TI DM644x PSCDavid Lechner2018-03-204-0/+86
* clk: davinci: Add platform information for TI DM365 PSCDavid Lechner2018-03-204-0/+99
* clk: davinci: Add platform information for TI DM355 PSCDavid Lechner2018-03-204-0/+91
* clk: davinci: Add platform information for TI DA850 PSCDavid Lechner2018-03-204-0/+158
* clk: davinci: Add platform information for TI DA830 PSCDavid Lechner2018-03-204-0/+122
* clk: davinci: New driver for davinci PSC clocksDavid Lechner2018-03-203-0/+641
* clk: davinci: Add platform information for TI DM646x PLLDavid Lechner2018-03-204-0/+90
* clk: davinci: Add platform information for TI DM644x PLLDavid Lechner2018-03-204-0/+86
* clk: davinci: Add platform information for TI DM365 PLLDavid Lechner2018-03-204-0/+151
* clk: davinci: Add platform information for TI DM355 PLLDavid Lechner2018-03-204-0/+85
* clk: davinci: Add platform information for TI DA850 PLLDavid Lechner2018-03-204-0/+222