aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/uniphier (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-11clk: uniphier: Fix fixed-rate initializationKunihiko Hayashi1-0/+1
2021-11-02clk: uniphier: Add SoC-glue clock source selector support for Pro4Kunihiko Hayashi3-0/+23
2021-11-02clk: uniphier: Add NX1 clock supportKunihiko Hayashi3-0/+45
2021-11-02clk: uniphier: Add audio system and video input clock control for PXs3Kunihiko Hayashi1-0/+2
2021-04-12clk: uniphier: Fix potential infinite loopColin Ian King1-2/+2
2020-10-13clk: uniphier: use semicolons rather than commas to separate statementsJulia Lawall2-2/+2
2020-01-04clk: uniphier: Add SCSSI clock gate for each channelKunihiko Hayashi1-5/+8
2019-11-08drivers/clk: convert VL struct to struct_sizeStephen Kitt1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner10-100/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-21clk: uniphier: Fix update register for CPU-gearKunihiko Hayashi1-1/+1
2018-07-25clk: uniphier: add clock frequency support for SPIKunihiko Hayashi2-0/+17
2018-07-25clk: uniphier: add more USB3 PHY clocksMasahiro Yamada1-9/+17
2018-07-25clk: uniphier: add NAND 200MHz clockMasahiro Yamada1-7/+17
2018-05-15clk: uniphier: add LD11/LD20 stream demux system clockKatsuhiro Suzuki1-0/+5
2018-04-05clk: uniphier: add additional ethernet clock lines for Pro4Kunihiko Hayashi1-0/+3
2018-04-05clk: uniphier: add SATA clock control supportKunihiko Hayashi1-0/+6
2018-04-05clk: uniphier: add PCIe clock control supportKunihiko Hayashi1-0/+3
2018-03-23clk: uniphier: add ethernet clock control support for PXs3Kunihiko Hayashi1-0/+2
2018-03-19clk: uniphier: add Pro4/Pro5/PXs2 audio system clockKatsuhiro Suzuki1-0/+11
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-5/+4
2017-11-14clk: uniphier: fix DAPLL2 clock rate of Pro5Masahiro Yamada1-1/+1
2017-11-14clk: uniphier: fix parent of miodmac clock dataMasahiro Yamada1-4/+3
2017-11-03Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24clk: uniphier: fix clock data for PXs3Masahiro Yamada1-3/+3
2017-08-31clk: uniphier: add video input subsystem clockKatsuhiro Suzuki1-0/+6
2017-08-31clk: uniphier: add audio system clockKatsuhiro Suzuki1-0/+12
2017-08-31clk: uniphier: add PXs3 clock dataMasahiro Yamada3-0/+43
2017-08-30clk: uniphier: add ethernet clock control supportKunihiko Hayashi1-0/+10
2017-08-03clk: uniphier: remove sLD3 SoC supportMasahiro Yamada4-45/+20
2017-06-21clk: uniphier: provide NAND controller clock rateMasahiro Yamada1-4/+11
2017-02-03clk: uniphier: add eMMC clock for LD11 and LD20 SoCsMasahiro Yamada1-0/+7
2017-02-03clk: uniphier: add NAND clock for all UniPhier SoCsMasahiro Yamada1-0/+14
2017-01-26clk: uniphier: continue probing even if some clocks fail to registerMasahiro Yamada1-5/+2
2017-01-09clk: uniphier: remove unneeded #include <linux/delay.h>Masahiro Yamada1-1/+0
2016-12-07clk: uniphier: add cpufreq data for LD11, LD20 SoCsMasahiro Yamada2-1/+61
2016-12-07clk: uniphier: add CPU-gear change (cpufreq) supportMasahiro Yamada4-2/+136
2016-10-19clk: uniphier: rename MIO clock to SD clock for Pro5, PXs2, LD20 SoCsMasahiro Yamada3-9/+9
2016-10-19clk: uniphier: fix memory overrun bugMasahiro Yamada1-1/+1
2016-10-17clk: uniphier: fix type of variable passed to regmap_read()Masahiro Yamada1-1/+1
2016-10-17clk: uniphier: add system clock support for sLD3 SoCMasahiro Yamada1-0/+4
2016-09-16clk: uniphier: add clock data for UniPhier SoCsMasahiro Yamada6-0/+416
2016-09-16clk: uniphier: add core support code for UniPhier clock driverMasahiro Yamada8-0/+533