aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ingenic
AgeCommit message (Expand)AuthorFilesLines
2023-06-08clk: ingenic: tcu: Switch to determine_rateMaxime Ripard1-8/+11
2023-06-08clk: ingenic: cgu: Switch to determine_rateMaxime Ripard1-7/+8
2023-01-25clk: ingenic: jz4760: Update M/N/OD calculation algorithmPaul Cercueil1-10/+8
2022-11-01clk: Add Ingenic JZ4755 CGU driverSiarhei Volkau3-0/+357
2022-10-27clk: ingenic: Minor cosmetic fixups for X1000Aidan MacDonald1-25/+24
2022-10-27clk: ingenic: Add X1000 audio clocksAidan MacDonald1-0/+70
2022-10-27clk: ingenic: Add .set_rate_hook() for PLL clocksAidan MacDonald2-0/+7
2022-10-27clk: ingenic: Make PLL clock enable_bit and stable_bit optionalAidan MacDonald2-5/+19
2022-10-27clk: ingenic: Make PLL clock "od" field optionalAidan MacDonald2-9/+19
2022-08-31clk: ingenic-tcu: Properly enable registers before accessing timersAidan MacDonald1-10/+5
2022-05-18clk: ingenic-tcu: Fix missing TCU clock for X1000 SoCsAidan MacDonald1-10/+25
2022-05-18clk: ingenic: Mark critical clocks in Ingenic SoCsAidan MacDonald7-0/+76
2022-05-18clk: ingenic: Allow specifying common clock flagsAidan MacDonald2-1/+4
2022-02-17clk: jz4725b: fix mmc0 clock gatingSiarhei Volkau1-2/+1
2022-01-06clk: ingenic: Add MDMA and BDMA clocksPaul Cercueil2-0/+15
2021-11-14Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-7/+7
2021-11-11dt-bindings: Rename Ingenic CGU headers to ingenic,*.hPaul Cercueil7-7/+7
2021-11-02clk: ingenic: Fix bugs with divided dividersPaul Cercueil1-3/+3
2021-06-27clk: ingenic: Add support for the JZ4760Paul Cercueil4-0/+441
2021-06-27clk: ingenic: Support overriding PLLs M/N/OD calc algorithmPaul Cercueil2-13/+30
2021-06-27clk: ingenic: Remove pll_info.no_bypass_bitPaul Cercueil3-8/+6
2021-06-27clk: ingenic: Read bypass register only when there is onePaul Cercueil1-8/+11
2021-06-27clk: Support bypassing dividersPaul Cercueil5-29/+42
2020-12-19clk: ingenic: Fix divider calculation with div tablesPaul Cercueil1-4/+10
2020-10-13clk: ingenic: Respect CLK_SET_RATE_PARENT in .round_ratePaul Cercueil1-0/+2
2020-10-13clk: ingenic: Don't tag custom clocks with CLK_SET_RATE_PARENTPaul Cercueil1-7/+7
2020-10-13clk: ingenic: Don't use CLK_SET_RATE_GATE for PLLPaul Cercueil1-2/+7
2020-10-13clk: ingenic: Use readl_poll_timeout instead of custom loopPaul Cercueil1-26/+29
2020-10-13clk: ingenic: Use to_clk_info() macro for all clocksPaul Cercueil1-39/+15
2020-07-27clk: X1000: Add support for calculat REFCLK of USB PHY.周琰杰 (Zhou Yanjie)1-1/+83
2020-07-27clk: JZ4780: Reformat the code to align it.周琰杰 (Zhou Yanjie)1-45/+45
2020-07-27clk: JZ4780: Add functions for enable and disable USB PHY.周琰杰 (Zhou Yanjie)1-30/+35
2020-07-27clk: Ingenic: Add RTC related clocks for Ingenic SoCs.周琰杰 (Zhou Yanjie)3-0/+38
2020-05-28clk: ingenic: Mark ingenic_tcu_of_match as __maybe_unusedStephen Boyd1-1/+1
2020-05-28clk: X1000: Add FIXDIV for SSI clock of X1000.周琰杰 (Zhou Yanjie)1-6/+111
2020-05-28clk: Ingenic: Add CGU driver for X1830.周琰杰 (Zhou Yanjie)3-0/+459
2020-05-28clk: Ingenic: Adjust cgu code to make it compatible with X1830.周琰杰 (Zhou Yanjie)7-4/+41
2020-05-28clk: Ingenic: Remove unnecessary spinlock when reading registers.周琰杰 (Zhou Yanjie)1-11/+1
2020-03-20clk: ingenic/TCU: Fix round_rate returning errorPaul Cercueil1-1/+1
2020-03-20clk: ingenic/jz4770: Exit with error if CGU init failedPaul Cercueil1-1/+3
2020-03-20clk: JZ4780: Add function for enable the second core.周琰杰 (Zhou Yanjie)1-5/+50
2020-03-20clk: Ingenic: Add support for TCU of X1000.周琰杰 (Zhou Yanjie)1-0/+8
2019-11-27Merge branches 'clk-ingenic', 'clk-init-leak', 'clk-ux500' and 'clk-bitmain' ...Stephen Boyd3-1/+286
2019-11-22clk: ingenic: Allow drivers to be built with COMPILE_TESTStephen Boyd1-1/+1
2019-11-13clk: Ingenic: Add CGU driver for X1000.Zhou Yanjie3-0/+285
2019-11-08drivers/clk: convert VL struct to struct_sizeStephen Kitt1-2/+1
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds4-1/+490
2019-08-12clk: ingenic: Use CLK_OF_DECLARE_DRIVER macroPaul Cercueil4-4/+4
2019-08-08clk: jz4740: Add TCU clockPaul Cercueil1-0/+6
2019-08-08clk: ingenic: Add driver for the TCU clocksPaul Cercueil3-1/+484
2019-08-07clk: ingenic/jz4740: Fix "pll half" divider not read/written properlyPaul Cercueil1-1/+8
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds9-128/+192
2019-06-25clk: ingenic: Remove unused functionsPaul Cercueil1-73/+0
2019-06-25clk: ingenic: Handle setting the Low-Power Mode bitPaul Cercueil7-32/+69
2019-06-25clk: ingenic: Add missing header in cgu.hPaul Cercueil1-0/+1
2019-06-07clk: ingenic/jz4725b: Fix "pll half" divider not read/written properlyPaul Cercueil1-1/+8
2019-06-07clk: ingenic/jz4725b: Fix incorrect dividers for main clocksPaul Cercueil1-5/+24
2019-06-07clk: ingenic/jz4770: Fix incorrect dividers for main clocksPaul Cercueil1-6/+28
2019-06-07clk: ingenic/jz4740: Fix incorrect dividers for main clocksPaul Cercueil1-5/+24
2019-06-07clk: ingenic: Add support for divider tablesPaul Cercueil2-6/+38
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner4-40/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd4-0/+4
2019-04-11clk: ingenic: jz4725b: Add UDC PHY clockPaul Cercueil1-0/+6
2019-02-26clk: ingenic: Remove set but not used variable 'enable'YueHaibing1-2/+1
2019-02-22clk: ingenic: Fix doc of ingenic_cgu_div_infoPaul Cercueil1-1/+1
2019-02-22clk: ingenic: Fix round_rate misbehaving with non-integer dividersPaul Cercueil1-5/+5
2019-02-05clk: ingenic: jz4740: Fix gating of UDC clockPaul Cercueil1-1/+1
2018-10-16clk: Add Ingenic jz4725b CGU driverPaul Cercueil3-0/+236
2018-10-16clk: ingenic: Add proper Kconfig entriesPaul Cercueil2-4/+41
2018-07-06clk: ingenic: Add missing flag for UDC clockPaul Cercueil1-1/+1
2018-07-06clk: ingenic: Fix incorrect data for the i2s clockPaul Cercueil1-1/+1
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-01clk: ingenic: jz4770: Add 150us delay after enabling VPU clockPaul Cercueil1-1/+1
2018-06-01clk: ingenic: jz4770: Enable power of AHB1 bus after ungating VPU clockPaul Cercueil1-2/+2
2018-06-01clk: ingenic: jz4770: Modify C1CLK clock to disable CPU clock stop on idlePaul Cercueil1-1/+2
2018-06-01clk: ingenic: jz4770: Change OTG from custom to standard gated clockPaul Cercueil1-37/+5
2018-06-01clk: ingenic: Support specifying "wait for clock stable" delayPaul Cercueil2-0/+5
2018-06-01clk: ingenic: Add support for clocks whose gate bit is invertedPaul Cercueil2-2/+5
2018-01-18clk: Add Ingenic jz4770 CGU driverPaul Cercueil2-0/+484
2018-01-18clk: ingenic: Add code to enable/disable PLLsPaul Cercueil1-15/+74
2018-01-18clk: ingenic: support PLLs with no bypass bitPaul Cercueil2-1/+4
2018-01-18clk: ingenic: Fix recalc_rate for clocks with fixed dividerPaul Cercueil1-0/+2
2018-01-18clk: ingenic: Use const pointer to clk_ops in structPaul Cercueil2-2/+2
2017-11-03Update MIPS email addressesPaul Burton4-4/+4
2016-05-12clk: ingenic: Allow divider value to be dividedHarvey Hunt4-34/+47
2015-07-20clk: ingenic: Include clk.hStephen Boyd1-0/+1
2015-06-21clk: ingenic: add JZ4780 CGU supportPaul Burton2-0/+734
2015-06-21MIPS, clk: move jz4740 clock suspend, resume functions to jz4740-cguPaul Burton1-0/+37
2015-06-21MIPS, clk: move jz4740 UDC auto suspend functions to jz4740-cguPaul Burton1-0/+22
2015-06-21MIPS,clk: move jz4740_clock_set_wait_mode to jz4740-cguPaul Burton1-0/+22
2015-06-21MIPS,clk: migrate JZ4740 to common clock frameworkPaul Burton2-0/+223
2015-06-21clk: ingenic: add driver for Ingenic SoC CGU clocksPaul Burton3-0/+935