Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6106270ybi; Sun, 7 Jul 2019 20:42:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqw8Oc7QwjDN9RordJudBMkGQgRwdbh6e2Zxt3GL6K1phuOfnOAx0ib43QD35gCLe+Q/Lp0G X-Received: by 2002:a65:458d:: with SMTP id o13mr20511645pgq.34.1562557329617; Sun, 07 Jul 2019 20:42:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562557329; cv=none; d=google.com; s=arc-20160816; b=buDU7XI2ZPXpxCGFsUYWHlkF3aS/y5LVHm+NrhHYc/Pb1qr9UndNmyQifFp8dqlCBs C7FQCPhCrBaxi/PTnwaIkPwXrMaS7u+pUrwr/BurdFX610bSSEScpJ3JHZWglBgXNbxW b/cM3rozSSF+u4FmAJIIW/7JMRJLLxiWR6n73Wk4QbLD19K3tKRaOXg+pbpBmMT+65sU v3/ClywKvwsT+oVb4SBc5MMksi73uu7GE+p4rJn4/YQ/igP1OLXUcncpH2BZ3b97oq+N rO3M39ybeGMdHARK0a//+wKj4u8lZq7TvC+aI9zSpBmCiBTyUA/pn7C4sqYtmycCCTo+ 9k3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:message-id :in-reply-to:subject:cc:to:from:date; bh=STAPVthRqBXnxwBtLPKLJRzOR4vHpbB5ljQlxoeChXQ=; b=GlEsEKla+tKUoiF8dvOU8oZaNh4NnZX/zCkUk6V/UCvkm1NPQ+C5Ij58fDMuHj6Pqb upComF1eHokXXPYMpxc+xvdNXoeXOyuE/+okYw6AiFNHhm6zVCaJ2iU4kVapHLLpXyk9 fXuxsFeuC39b0V0CVXSMYF8lVEJrmXvGeAhHhBGWIFVttQzH9Hi07ti+ijHBAzSxXEed RYzyzzNGn/6TyOBN/t8i2EoaSgGCbh3no+T9UIsYN6dcIVP1a720SI0SjwZNsmJ7Lprz wBDTGiQhh0I6zXlswYKsTSxSSicMxiOozsCI48AievZ9C+BvnQMcuBJ/zFhI4+twPD4V /awA== 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 r72si16977820pjb.33.2019.07.07.20.41.54; Sun, 07 Jul 2019 20:42:09 -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 S1727795AbfGGX5D (ORCPT + 99 others); Sun, 7 Jul 2019 19:57:03 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:48980 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727649AbfGGX5D (ORCPT ); Sun, 7 Jul 2019 19:57:03 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id CA6282836D; Sun, 7 Jul 2019 19:56:59 -0400 (EDT) Date: Mon, 8 Jul 2019 09:56:57 +1000 (AEST) From: Finn Thain To: Geert Uytterhoeven cc: Laurent Vivier , Joshua Thompson , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] m68k/mac: Revisit floppy disc controller base addresses In-Reply-To: <224218b529a5abb1d5dd5ce2103b685a10866577.1550182390.git.fthain@telegraphics.com.au> Message-ID: References: <224218b529a5abb1d5dd5ce2103b685a10866577.1550182390.git.fthain@telegraphics.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Geert, I just noticed that this patch didn't appear in v5.2. Would you please take a look? -- On Fri, 15 Feb 2019, Finn Thain wrote: > Rename floppy_type macros to make them more consistent with the scsi_type > macros, which are named after classes of models with similar memory maps. > > The documentation for LC-class machines has the IO devices at offsets > from $50F0 0000. Use these addresses (consistent with mac_scsi resources) > because they may not be aliased elsewhere in the memory map, e.g. at > offsets from $5000 0000. > > Add comments with controller type information from 'Designing Cards and > Drivers for the Macintosh Family', relevant Developer Notes and > http://mess.redump.net/mess/driver_info/mac_technical_notes > > Adopt phys_addr_t to avoid type casts. > > Cc: Laurent Vivier > Tested-by: Stan Johnson > Signed-off-by: Finn Thain > Acked-by: Laurent Vivier > --- > arch/m68k/include/asm/macintosh.h | 10 +-- > arch/m68k/mac/config.c | 128 +++++++++++++++--------------- > 2 files changed, 69 insertions(+), 69 deletions(-) >