aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/shmobile/clk-div6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-03clk: renesas: move drivers to renesas directorySimon Horman1-318/+0
2016-02-26clk: shmobile: div6: Fix .recalc_rate() using a stale divisorGeert Uytterhoeven1-2/+1
2015-12-08clk: shmobile: div6: Extract cpg_div6_register()Geert Uytterhoeven1-45/+87
2015-12-08clk: shmobile: div6: Make clock-output-names optionalGeert Uytterhoeven1-10/+3
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd1-1/+1
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-2/+2
2015-07-28clk: shmobile: Remove unneeded #include <linux/clkdev.h>Geert Uytterhoeven1-1/+1
2015-02-04clk: shmobile: div6: Avoid division by zero in .round_rate()Geert Uytterhoeven1-0/+3
2015-01-08clk: shmobile: div6: Avoid changing divisor in .disable()Geert Uytterhoeven1-4/+11
2014-11-12clk: shmobile: div6: support selectable-input clocksUlrich Hecht1-12/+101
2014-02-25clk: shmobile: div6: use proper description in kernel docWolfram Sang1-1/+1
2013-12-12clk: shmobile: Add DIV6 clock supportLaurent Pinchart1-0/+185