From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752291AbdDHXva (ORCPT ); Sat, 8 Apr 2017 19:51:30 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:37520 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751854AbdDHXvQ (ORCPT ); Sat, 8 Apr 2017 19:51:16 -0400 To: Geert Uytterhoeven Cc: , Message-Id: From: Finn Thain Subject: [PATCH 00/10] mac68k: Miscellaneous fixes, cleanup and modernization Date: Sat, 8 Apr 2017 19:51:15 -0400 (EDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series has various patches from several different people. Two printk modernization patches were originally from Geert Uytterhoeven and three Nubus patches were originally committed to the Linux/mac68k CVS by David Huggins-Daines. Finn Thain (10): m68k/mac: IOP - Modernize printing of kernel messages m68k/mac: Modernize printing of kernel messages m68k/mac: Adopt platform_device_register_simple() m68k/mac: Clarify IOP message alloc/free confusion nubus: Fix nubus_rewinddir (from mac68k CVS) nubus: Remove slot zero probe (from mac68k CVS) nubus: Clean up printk calls (from mac68k CVS) nubus: Fix pointer validation nubus: Clean up whitespace nubus: Add MVC and VSC video card definitions arch/m68k/mac/config.c | 61 ++--- arch/m68k/mac/iop.c | 93 +++----- arch/m68k/mac/misc.c | 23 +- drivers/nubus/nubus.c | 556 +++++++++++++++++---------------------------- include/uapi/linux/nubus.h | 4 +- 5 files changed, 275 insertions(+), 462 deletions(-) -- 2.10.2