Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp5911778imm; Tue, 26 Jun 2018 21:56:43 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIEOgcAGeDJShR5J00QrvX4OnY7vahMGhjgYEkdtibB3xuk7vWWQxU+4F4Vdl8f9vDezOqV X-Received: by 2002:a65:42c2:: with SMTP id l2-v6mr3735168pgp.237.1530075403498; Tue, 26 Jun 2018 21:56:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530075403; cv=none; d=google.com; s=arc-20160816; b=DoJGMELGd/CsT0ok++A1+Itd7AOGELN623oBS6U90xtRdlWyUoF2ychbkG5n3gPcws NxtCcWYxy/tHaj1IV/oSADXb5wImGZBIO/I5TQdM2dJTCY37rFAgMOHqgpQNuJfYBvpI lAANokAick/l8wG1HK0f9fRHZsp+hgGNXpvDWomDhC9i+vafkC994IABKvKDIB+gLv3A kY1FqNu1XBP9ZseZ31jNKgZax2oTA60P7B5I7m1EqoPuOmyyDyNFl47HUHpSI/58e92X kdzobHuHig53o7tXfrnnGvvaqoT/2Xyi7tDLGbMdYx3jV6rzqEUGVyO7yL0tsuaqU+ka cOuw== 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=feyELg3fmBNchT8pf6rBYqFvXkaTcH29bSH5En/xglk=; b=icsE36Jl5SQNeWjC8RRGaOM7GvzsHdoKt5WcjIxk5JF6XYafckRSF54wVXo9LCgUKh CIabwWGqhX1Zji3ZRlabhydSUv9G7rWFVB5y41CKE0OG38YYk8eBvHsadnOFAiTWF8n2 Fywfip4Iqu5bZZxzxuCfSbRSiV3+qGA95kuBWka0Fl/0VyMJcXP5lFIcTK2g1lHI0Bj4 Vi52Z4rjqgL9g8xrPyXwriRcGzSEm+/xC85h356HJ+HhQjkowvpfdoDFGhGGLd80eJf9 pjAvSVmB3QrAdQv6b1coTRIGGlcv/spHmYKuSqFtrgoENuIiPePWaIMgzMC9vXIzuBA7 U/qw== 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 l9-v6si2635808pgr.287.2018.06.26.21.56.29; Tue, 26 Jun 2018 21:56:43 -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 S1752116AbeF0DIz (ORCPT + 99 others); Tue, 26 Jun 2018 23:08:55 -0400 Received: from ozlabs.org ([203.11.71.1]:38173 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751604AbeF0DIx (ORCPT ); Tue, 26 Jun 2018 23:08:53 -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 41FntW2qgyz9s0n; Wed, 27 Jun 2018 13:08:51 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Finn Thain , geert@linux-m68k.org Cc: Benjamin Herrenschmidt , Michael Schmitz , linux-m68k@lists.linux-m68k.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 00/12] macintosh: Resolve various PMU driver problems In-Reply-To: References: Date: Wed, 27 Jun 2018 13:08:50 +1000 Message-ID: <874lhp6i4d.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 Hi Finn, Geert, Finn Thain writes: > On Wed, 13 Jun 2018, I wrote: > >> Finn Thain (12): >> macintosh/via-pmu: Fix section mismatch warning >> macintosh/via-pmu: Add missing mmio accessors >> macintosh/via-pmu: Don't clear shift register interrupt flag twice >> macintosh/via-pmu: Enhance state machine with new 'uninitialized' >> state >> macintosh/via-pmu: Replace via pointer with via1 and via2 pointers >> macintosh/via-pmu: Add support for m68k PowerBooks >> macintosh/via-pmu: Make CONFIG_PPC_PMAC Kconfig deps explicit >> macintosh/via-pmu68k: Don't load driver on unsupported hardware >> macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driver >> macintosh: Use common code to access RTC >> macintosh/via-pmu: Clean up interrupt statistics >> macintosh/via-pmu: Disambiguate interrupt statistics >> > > Patch 10/12 ("macintosh: Use common code to access RTC") conflicts with > Arnd's RTC work, but the rest of this series can still be reviewed and > merged as-is. OK so you're saying we should drop 10/12 for now. > I will rewrite patch 10/12 after Arnd's fixes and this series have all > made their way through both powerpc and m68k trees, and submit it > separately. drivers/macintosh is supposedly maintained by Ben, but I'm not sure this series is high on his todo list. Should it just go in via the m68k tree? Or I can create a topic branch to share it between ppc and m68k? cheers