aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-nomadik.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2018-11-28clk: nomadik: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-13/+3
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2017-04-21clk: nomadik: Delete error messages for a failed memory allocation in two functionsMarkus Elfring1-7/+3
2017-04-21clk: nomadik: Use seq_puts() in nomadik_src_clk_show()Markus Elfring1-1/+1
2016-06-30clk: nomadik: Migrate to clk_hw based OF and registration APIsStephen Boyd1-22/+26
2015-07-20clk: nomadik: Remove clk.h and clkdev.h includesStephen Boyd1-2/+1
2015-06-16drivers/clk: don't use module_init in clk-nomadik.c which is non-modularPaul Gortmaker1-2/+1
2014-02-26clk: nomadik: fix multiplatform problemLinus Walleij1-0/+3
2013-10-07clk: nomadik: fix missing __init on nomadik_src_initSebastian Hesselbarth1-1/+1
2013-09-29clk: nomadik: declare OF clock providerSebastian Hesselbarth1-30/+15
2013-09-29clk: nomadik: move src init out of nomadik_clk_initSebastian Hesselbarth1-70/+74
2013-09-22clk: nomadik: set all timers to use 2.4 MHz TIMCLKLinus Walleij1-0/+21
2013-08-27clk: nomadik: Fix incorrect placement of __initconstSachin Kamat1-2/+2
2013-06-20clk: nomadik: implement the Nomadik clocks properlyLinus Walleij1-3/+548
2013-05-12ARM: nomadik: register clocksource from device treeLinus Walleij1-15/+0
2013-05-12ARM: nomadik: convert all clocks except timer to dtLinus Walleij1-19/+7
2012-11-15ARM: nomadik: switch over to using the FSMC driverLinus Walleij1-0/+1
2012-06-10ARM: nomadik: convert to generic clockLinus Walleij1-0/+47