Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m68k: let clk_disable() return immediately if clk is NULL | Masahiro Yamada | 2016-09-26 | 1 | -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 code | Greg Ungerer | 2014-09-29 | 1 | -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> |