summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79/clock.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-01-22MIPS: ath79: drop !OF clock codeJohn Crispin1-56/+0
2019-01-22MIPS: ath79: drop machfilesJohn Crispin1-1/+0
2019-01-22MIPS: ath79: export switch MDIO reference clockFelix Fietkau1-0/+8
2019-01-22MIPS: ath79: support setting up clock via DT on all SoC typesFelix Fietkau1-17/+22
2019-01-22MIPS: ath79: make specifying the reference clock in DT optionalFelix Fietkau1-44/+40
2019-01-22MIPS: ath79: pass PLL base to clock init functionsFelix Fietkau1-30/+30
2019-01-22MIPS: ath79: move legacy "wdt" and "uart" clock aliases out of soc initFelix Fietkau1-21/+17
2019-01-22MIPS: ath79: add helpers for setting clocks and expose the ref clockFelix Fietkau1-62/+66
2018-07-24MIPS: ath79: add support for QCA953x QCA956x TP9343Matthias Schiffer1-0/+193
2017-08-29MIPS: Convert to using %pOF instead of full_nameRob Herring1-5/+4
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2017-01-25mips: ath79: clock:- Unmap region obtained by of_iomapArvind Yadav1-2/+5
2017-01-03MIPS: ath79: Fix error handlingChristophe JAILLET1-1/+1
2016-09-13MIPS: ath79: Fix test for error return of clk_register_fixed_factor().Amitoj Kaur Chawla1-1/+1
2016-05-13MIPS: ath79: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-05-13MIPS: ath79: update devicetree clock support for AR9331Antony Pavlov1-34/+62
2016-05-13MIPS: ath79: update devicetree clock support for AR9132Antony Pavlov1-25/+71
2016-05-13MIPS: ath79: Introduce <dt-bindings/clock/ath79-clk.h>Antony Pavlov1-16/+17
2016-04-03MIPS: ath79: Fix the ar913x reference clock rateAlban Bedel1-37/+1
2016-04-03MIPS: ath79: Fix the ar724x clock calculationWeijie Gao1-3/+3
2015-06-21MIPS: ath79: Add OF support to the clocksAlban Bedel1-19/+44
2015-06-21MIPS: ath79: Use the common clk APIAlban Bedel1-27/+2
2015-06-21MIPS: ath79: Correctly name the defines for the PLL_FB registerAlban Bedel1-3/+3
2013-09-03MIPS: ath79: Switch to the clkdev frameworkGabor Juhos1-71/+52
2013-09-03MIPS: ath79: Use local variables for clock ratesGabor Juhos1-52/+106
2013-09-03MIPS: ath79: Use ath79_get_sys_clk_rate to get basic clock ratesGabor Juhos1-11/+0
2013-09-03MIPS: ath79: Use a helper function to get system clock ratesGabor Juhos1-0/+16
2013-09-03MIPS: ath79: Use local ref clock rate in ar934x_get_pll_freqGabor Juhos1-2/+2
2013-09-03MIPS: ath79: Fix ar933x watchdog clockFelix Fietkau1-1/+1
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle1-0/+78
2013-02-19MIPS: ath79: add clock setup code for the QCA955X SoCsGabor Juhos1-0/+78
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2012-10-01MIPS: ath79: Fix CPU/DDR frequency calculation for SRIF PLLsGabor Juhos1-28/+81
2012-10-01MIPS: ath79: use correct fractional dividers for {CPU,DDR}_PLL on AR934xGabor Juhos1-2/+2
2012-05-15MIPS: ath79: add clock initialization code for AR934XGabor Juhos1-0/+81
2011-12-07MIPS: ath79: add AR933X specific clock initGabor Juhos1-0/+55
2011-01-18MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCsGabor Juhos1-0/+183