summaryrefslogtreecommitdiffstats
path: root/drivers/sh/clk
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding-3/+7
2025-03-11sh: remove duplicate ioread/iowrite helpersArnd Bergmann-11/+14
2023-02-27sh: clk: Fix clk_enable() to return 0 on NULL clkGeert Uytterhoeven-1/+1
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski-1/+1
2020-08-14sh: clkfwk: remove r8/r16/r32Kuninori Morimoto-19/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-02-08cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski-2/+3
2015-11-24drivers: sh: clk: Avoid crashes when passing NULL clocksGeert Uytterhoeven-0/+12
2015-11-24drivers: sh: clk: Remove obsolete and unused clk_round_parent()Geert Uytterhoeven-88/+0
2014-04-30sh: clk: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis-15/+5
2014-02-04ARM: shmobile: wait for MSTP clock status to toggle, when enabling itGuennadi Liakhovetski-0/+38
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar-2/+2
2013-01-11sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6Kuninori Morimoto-0/+6
2012-11-13sh: clkfwk: fixup unsed variable warningKuninori Morimoto-1/+0
2012-11-08sh: clkfwk: add sh_clk_fsidiv_register()Kuninori Morimoto-0/+86
2012-05-25sh: clkfwk: Consolidate div clk registration helper.Paul Mundt-107/+75
2012-05-25sh: clkfwk: Consolidate div6/div4 clk_ops definitions.Paul Mundt-25/+17
2012-05-25sh: clkfwk: Use shared sh_clk_div_enable/disable().Paul Mundt-43/+34
2012-05-25sh: clkfwk: Use shared sh_clk_div_set_rate()Paul Mundt-42/+28
2012-05-25sh: clkfwk: Use shared sh_clk_div_recalc().Paul Mundt-36/+26
2012-05-25sh: clkfwk: Introduce a div_mask for variable div types.Paul Mundt-5/+5
2012-05-25sh: clkfwk: Move to common clk_div_table accessors for div4/div6.Paul Mundt-11/+35
2012-04-12sh: clkfwk: Support variable size accesses for div4/div6 clocks.Paul Mundt-34/+37
2012-04-11sh: clkfwk: Support variable size accesses for MSTP clocks.Paul Mundt-11/+27
2012-03-12sh: convert cpg code to sh_clk_opsMagnus Damm-8/+8
2012-01-24sh: clkfwk: bugfix: use clk_reparent() for div6 clocksKuninori Morimoto-1/+1
2012-01-10sh: clkfwk: sh_clk_init_parent() should be called after clk_register()Kuninori Morimoto-2/+2
2011-12-09sh: use ioread32/iowrite32 and mapped_reg for div6Magnus Damm-10/+10
2011-12-09sh: use ioread32/iowrite32 and mapped_reg for div4Magnus Damm-8/+8
2011-12-09sh: use ioread32/iowrite32 and mapped_reg for mstp32Magnus Damm-4/+4
2011-12-09sh: extend clock struct with mapped_reg memberMagnus Damm-2/+7
2011-11-24sh: clkfwk: setup clock parent from current register valueKuninori Morimoto-0/+35
2011-11-11sh: clkfwk: Kill off remaining debugfs cruft.Paul Mundt-87/+0
2011-11-05sh: clkfwk: add clk_rate_mult_range_round()Kuninori Morimoto-0/+20
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds-2/+27
2011-07-20switch assorted clock drivers to debugfs_remove_recursive()Al Viro-5/+2
2011-06-24sh: clkfwk: Convert to IS_ERR_OR_NULL.Paul Mundt-1/+1
2011-06-24drivers: sh: late disabling of clocks V2Magnus Damm-1/+26
2011-06-14drivers: sh: resume enabled clocks fixMagnus Damm-1/+1
2011-04-18sh: clkfwk: fixup clk_rate_table_build parameter in div6 clockKuninori Morimoto-1/+1
2011-03-23sh: Use struct syscore_ops instead of sysdevsRafael J. Wysocki-50/+18
2011-01-10headers: kobject.h reduxAlexey Dobriyan-1/+0
2010-11-19sh: clkfwk: Build fix for non-legacy CPG changes.Paul Mundt-1/+4
2010-11-15sh: clkfwk: Kill off now unused algo_id in set_rate op.Paul Mundt-6/+4
2010-11-15sh: clkfwk: Kill off unused clk_set_rate_ex().Paul Mundt-9/+3
2010-11-10sh: clkfwk: fix up compiler warnings.Paul Mundt-2/+2