aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/clk/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2018-02-08cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski1-2/+3
2015-11-24drivers: sh: clk: Avoid crashes when passing NULL clocksGeert Uytterhoeven1-0/+12
2015-11-24drivers: sh: clk: Remove obsolete and unused clk_round_parent()Geert Uytterhoeven1-88/+0
2014-04-30sh: clk: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis1-15/+5
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-2/+2
2011-12-09sh: extend clock struct with mapped_reg memberMagnus Damm1-2/+7
2011-11-11sh: clkfwk: Kill off remaining debugfs cruft.Paul Mundt1-87/+0
2011-11-05sh: clkfwk: add clk_rate_mult_range_round()Kuninori Morimoto1-0/+20
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.xLinus Torvalds1-2/+27
2011-07-20switch assorted clock drivers to debugfs_remove_recursive()Al Viro1-5/+2
2011-06-24sh: clkfwk: Convert to IS_ERR_OR_NULL.Paul Mundt1-1/+1
2011-06-24drivers: sh: late disabling of clocks V2Magnus Damm1-1/+26
2011-06-14drivers: sh: resume enabled clocks fixMagnus Damm1-1/+1
2011-03-23sh: Use struct syscore_ops instead of sysdevsRafael J. Wysocki1-50/+18
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+0
2010-11-19sh: clkfwk: Build fix for non-legacy CPG changes.Paul Mundt1-0/+3
2010-11-15sh: clkfwk: Kill off now unused algo_id in set_rate op.Paul Mundt1-3/+2
2010-11-15sh: clkfwk: Kill off unused clk_set_rate_ex().Paul Mundt1-9/+3
2010-11-10sh: clkfwk: fix up compiler warnings.Paul Mundt1-2/+2
2010-11-08sh: clkfwk: Fix up checkpatch warnings.Paul Mundt1-5/+22
2010-11-08sh: add clk_round_parent() to optimize parent clock rateGuennadi Liakhovetski1-0/+75
2010-11-01sh: clkfwk: Fix up rate rounding error handling.Paul Mundt1-2/+2
2010-10-18sh: clkfwk: Shuffle around to match the intc split up.Paul Mundt1-0/+694