aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/spear
AgeCommit message (Expand)AuthorFilesLines
2018-04-06clk: spear: fix WDT clock definition on SPEAr600Gravatar Quentin Schulz 1-1/+1
2017-12-06SPEAr: clk: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-1/+1
2017-12-06clk: SPEAr: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-1/+1
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 7-26/+16
2017-11-15Merge branch 'clk-cleanup' into clk-nextGravatar Stephen Boyd 4-15/+5
2017-11-13clk: spear: Delete error messages for failed memory allocationsGravatar Markus Elfring 4-15/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-01clk: spear: make clk_ops constGravatar Bhumika Goyal 4-5/+5
2017-11-01CLK: SPEAr: make aux_clk_masks structures constGravatar Bhumika Goyal 3-3/+3
2017-11-01CLK: SPEAr: make structure field and function argument as constGravatar Bhumika Goyal 2-3/+3
2017-04-19clk: spear: fix ADC clock definition on SPEAr600Gravatar Thomas Petazzoni 1-1/+1
2016-03-02clk: spear: Remove CLK_IS_ROOTGravatar Stephen Boyd 4-32/+19
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-4/+1
2015-08-24clk: spear: Convert to clk_hw based provider APIsGravatar Stephen Boyd 1-1/+1
2015-07-20clk: spear: Remove clk.h includeGravatar Stephen Boyd 3-3/+0
2015-07-17Update Viresh Kumar's email addressGravatar Viresh Kumar 10-10/+10
2014-07-13Merge branch 'clk-fixes' into clk-nextGravatar Mike Turquette 1-5/+11
2014-07-13clk: spear3xx: Set proper clock parent of uart1/2Gravatar Thomas Gleixner 1-4/+10
2014-07-13clk: spear3xx: Use proper control register offsetGravatar Thomas Gleixner 1-1/+1
2014-07-11ARM: SPEAr13xx: Fix pcie clock nameGravatar Pratyush Anand 2-4/+4
2013-12-19clk: SPEAr: Staticize clk_frac_opsGravatar Sachin Kamat 1-1/+1
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagGravatar James Hogan 4-167/+201
2013-06-11clk: spear: fix build error for spear3xxGravatar Arnd Bergmann 1-1/+1
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-106/+112
2013-03-21clk:SPEAr1340: Correct parent clock configurationGravatar Vipul Kumar Samar 1-9/+9
2013-03-12ARM: spear: make clock driver independent of headersGravatar Arnd Bergmann 4-106/+112
2012-12-14Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-0/+1
2012-11-26ARM: SPEAr1310: Move 1310 specific misc register into machine specific filesGravatar Vipul Kumar Samar 1-0/+1
2012-11-21CLK: SPEAr: Remove unused dummy apb_pclkGravatar Vipul Kumar Samar 4-12/+0
2012-11-21CLK: SPEAr: Correct index scanning done for clock synthsGravatar Deepak Sikri 1-0/+3
2012-11-21CLK: SPEAr: Update clock rate tableGravatar Deepak Sikri 4-21/+89
2012-11-21CLK: SPEAr: Add missing clocksGravatar Vipul Kumar Samar 3-0/+16
2012-11-21CLK: SPEAr: Set CLK_SET_RATE_PARENT for few clocksGravatar Vipul Kumar Samar 5-114/+133
2012-11-21CLK: SPEAr13xx: fix parent names of multiple clocksGravatar Shiraz Hashim 2-4/+4
2012-11-21CLK: SPEAr13xx: Fix mux clock namesGravatar Shiraz Hashim 2-12/+12
2012-11-21CLK: SPEAr: Fix dev_id & con_id for multiple clocksGravatar Rajeev Kumar 4-41/+49
2012-11-15clk: spear: Add stub functions for spear3[0|1|2]0_clk_init()Gravatar Axel Lin 1-0/+6
2012-10-29clk: SPEAr: Vco-pll: Fix compilation warningGravatar Viresh Kumar 1-1/+1
2012-07-18Clk: SPEAr1340: Update sys clock parent arrayGravatar Vipul Kumar Samar 1-2/+2
2012-07-18clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.Gravatar Vipul Kumar Samar 1-2/+2
2012-07-18Clk:spear6xx:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-62/+60
2012-07-18Clk:spear3xx:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-94/+86
2012-07-18clk:spear1310:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-157/+155
2012-07-18clk:spear1340:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-138/+135
2012-06-25clk: SPEAr600: Fix ethernet clock name for DT based probingGravatar Stefan Roese 1-1/+1
2012-06-20Viresh has movedGravatar Viresh Kumar 10-10/+10
2012-05-14SPEAr13xx: Add common clock framework supportGravatar Viresh Kumar 3-0/+2072
2012-05-12SPEAr: Switch to common clock frameworkGravatar Viresh Kumar 3-0/+957
2012-05-12SPEAr: clk: Add General Purpose Timer Synthesizer clockGravatar Viresh Kumar 3-1/+172
2012-05-12SPEAr: clk: Add Fractional Synthesizer clockGravatar Viresh Kumar 3-1/+182