summaryrefslogtreecommitdiffstats
path: root/arch/m68k/coldfire/pit.c
Commit message (Collapse)AuthorAgeFilesLines
* m68k/coldfire/pit: Migrate to new 'set-state' interfaceViresh Kumar2015-08-241-36/+30
| | | | | | | | | | | | | | | | | | Migrate m68k driver to the new 'set-state' interface provided by clockevents core, the earlier 'set-mode' interface is marked obsolete now. This also enables us to implement callbacks for new states of clockevent devices, for example: ONESHOT_STOPPED. We weren't doing anything in ->set_mode(RESUME) and so tick_resume() isn't implemented. Cc: Greg Ungerer <gerg@uclinux.org> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: linux-m68k@lists.linux-m68k.org Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
* m68k: move coldfire platform codeGreg Ungerer2014-09-291-0/+167
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>
OpenPOWER on IntegriCloud