summaryrefslogtreecommitdiff
path: root/arch/m68k/68000/m68VZ328.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12m68k/68000: Modernize printing of kernel messagesGeert Uytterhoeven1-3/+3
Convert from printk() to pr_*(). Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Greg Ungerer <gerg@linux-m68k.org>
2015-06-16m68k: Use vsprintf %pM extensionJoe Perches1-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>
2014-09-29m68k: move non-mmu 68000 platform codeGreg Ungerer1-0/+190
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>