summaryrefslogtreecommitdiffstats
path: root/arch/m68k/coldfire/clk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m68k: let clk_disable() return immediately if clk is NULLMasahiro Yamada2016-09-261-0/+4
| | | | | | | | | | | In many of clk_disable() implementations, it is a no-op for a NULL pointer input, but this is one of the exceptions. Making it treewide consistent will allow clock consumers to call clk_disable() without NULL pointer check. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
* m68k: move coldfire platform codeGreg Ungerer2014-09-291-0/+124
Move the m68k ColdFire platform support code directory to be with the existing m68k platforms. Although the ColdFire is not a platform as such, we have always kept all its support together. No reason to change that as this time. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>