Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3965140imm; Mon, 30 Jul 2018 06:33:13 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfZzgJBxCVW57tvLLWrzJNEmsY7X+7BIZy5ovTr8kaalNtYJ0q9w7yUADipJ/Co3mrMbUsg X-Received: by 2002:a63:4283:: with SMTP id p125-v6mr16699377pga.142.1532957593175; Mon, 30 Jul 2018 06:33:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532957593; cv=none; d=google.com; s=arc-20160816; b=M6kWj49Oh+bZp43WXn92tf9NQ2M7qHSzc01UtG02XWvnc+iW5sV95yLSzbLutLuiW1 fZ80zX+e6TMYZHRkwEXOTG8KVFUnjYQLFBRi6lAfVMJjn8+lMDTAW0HFktbB9i4T6hOI 2L/D4VjNh/QbGsNlthZuCQuxn/KGek7IspFc2aUsDPebMhL4J1MRZjjxTv2N/tP+hj0v oF47FAytb8hgd3LkNJR5YjGUWXAIB56+KLbkFqJvA+tD/1Wu/keZqVGuDt4efFs821Kl TQ8INUPDk8ff4HQnayXIoRsmRXnKEligUpj5AyZBBWQuemDWQW0lKg2/dcq//z3qbfit F8Aw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=QCbpG+khT/iv3I03+BdrdQl/kUt1S18q+9UDB3/0yLQ=; b=RVRDOINYnp5UpNraOxNVa/gz1sk8X9+arFSI7epSZAwQ5SXApmTF4jh42S/Sfo8XlR 69bkz2MBLd5u5SIvUI2VdVg4v/OE435aIbeUvc5R8Z/ydGXGBzI2E+P+RCVKQfVU5p00 kU30uW7SsAxEYpxXl8C0mZOOgaWc6SV7UU7lPbUyRmCcSU7MomODXV2BCyWJgVem7O7I DtQtzuOYlEpaY2/abiBuJnCqUtbhS2yaINLGTVHyEF0Rzac4jcLb3dPIKJbbUgZYs5GW jVa9pCqK+9PAQdiK2PrXkIco7zKN3MYHv3glfkMBTOErzG8cDZTQJa2TDe0a/yLUNgfx kAMw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w185-v6si10323085pgb.599.2018.07.30.06.32.58; Mon, 30 Jul 2018 06:33:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731846AbeG3PHJ (ORCPT + 99 others); Mon, 30 Jul 2018 11:07:09 -0400 Received: from ozlabs.org ([203.11.71.1]:40637 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731657AbeG3PHJ (ORCPT ); Mon, 30 Jul 2018 11:07:09 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41fL8Q0sKDz9ryt; Mon, 30 Jul 2018 23:32:06 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Geert Uytterhoeven Cc: Finn Thain , Benjamin Herrenschmidt , Michael Schmitz , linux-m68k , linuxppc-dev , Linux Kernel Mailing List Subject: Re: [PATCH v4 09/11] macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driver In-Reply-To: References: <03e778fa5a025ac72f6d11c519939c5f8dbc6b8c.1530519301.git.fthain@telegraphics.com.au> <87tvohi5ji.fsf@concordia.ellerman.id.au> Date: Mon, 30 Jul 2018 23:32:05 +1000 Message-ID: <87a7q8j1d6.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Geert Uytterhoeven writes: > Hi Michael, > > On Mon, Jul 30, 2018 at 8:47 AM Michael Ellerman wrote: >> Finn Thain writes: >> > Now that the PowerMac via-pmu driver supports m68k PowerBooks, >> > switch over to that driver and remove the via-pmu68k driver. >> > >> > Cc: Geert Uytterhoeven >> > Tested-by: Stan Johnson >> > Signed-off-by: Finn Thain >> > --- >> > arch/m68k/configs/mac_defconfig | 2 +- >> > arch/m68k/configs/multi_defconfig | 2 +- >> > arch/m68k/mac/config.c | 2 +- >> > arch/m68k/mac/misc.c | 48 +-- >> > drivers/macintosh/Kconfig | 13 +- >> > drivers/macintosh/Makefile | 1 - >> > drivers/macintosh/adb.c | 2 +- >> > drivers/macintosh/via-pmu68k.c | 846 -------------------------------------- >> > include/uapi/linux/pmu.h | 2 +- >> > 9 files changed, 14 insertions(+), 904 deletions(-) >> > delete mode 100644 drivers/macintosh/via-pmu68k.c >> >> Geert are you OK with this and the other one that touches arch/m68k ? > > Sure, feel free to take them through the PPC tree. > Acked-by: Geert Uytterhoeven Thanks will do. cheers