summaryrefslogtreecommitdiffstats
path: root/arch/m68k/68000/m68EZ328.c
Commit message (Collapse)AuthorAgeFilesLines
* m68k/68000: Modernize printing of kernel messagesGeert Uytterhoeven2017-02-121-3/+3
| | | | | | | Convert from printk() to pr_*(). Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Greg Ungerer <gerg@linux-m68k.org>
* m68k: Use vsprintf %pM extensionJoe Perches2015-06-161-2/+1
| | | | | | | Format mac addresses with the normal kernel extension. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
* m68k: move non-mmu 68000 platform codeGreg Ungerer2014-09-291-0/+78
The non-mmu 68000 specific code is inconsistently placed under a directory named "platform". Move it to arch/m68k/ along with the other platform and machine directories. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>