Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp3846730imm; Mon, 2 Jul 2018 06:38:39 -0700 (PDT) X-Google-Smtp-Source: AAOMgpf5KlfglRK5qMMCvwd1vqc20DemHefRy2CKl+7o9GpxgupuLsM8m7GtxxuoOXDORZnYTMqC X-Received: by 2002:a62:d24a:: with SMTP id c71-v6mr17339602pfg.242.1530538719650; Mon, 02 Jul 2018 06:38:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530538719; cv=none; d=google.com; s=arc-20160816; b=eN209og9n5CEmVJMjFzgHiyYA+qHzD5pz6iHQxESagb1/LVaSRM2VidLe35TRquePN fzAdAGhWpnKjqTi9q+S6J/0ct1ANyxsKU3ovXyPtDWPf11ehnXl68bIAQp4TkGNErUT3 4ksJRtOxDTJLj8aqRPX0cKicmoKZ5tSzAtj+6oipAt+CmnU1DAuY3gMJ0gZQ6cuN+/D4 TIXa0WJxGfPkZ59mgJ8WirdipCViYDjhoWQn+e79yopj/I0BguRWsU1/j+b5EOYDQAig olZrYHi5GwQjMaU57Il1NTmg6xvoE/ZhPFDU0j4l9HvANErUNIky/+hIDSlX95p9pPet qllQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=UgtGLR4ZVtN7tImD6d30z4mLnkdZXpv9I9VolGgQmpU=; b=Ha408pT44uD4uU7NhsYaQo4bDoRyV4j8d2yPXuSOtdWvSPYKsEXBVFhX+52mcGL2eq RW2RpaOC76cCzv+LKVDQAJPbpXXcIRcXjE2u8SvKuDvY0aALUB5zhF+JIjly7xLVyfai HPJL2XfzDefZEKGp1CPVy8Pa6646rkpk7uahjX5PKP6jkiPAc4QnSpm0xMLVM+D+dnV6 5a0NCevi1iRprHL27HGRsCIoO1r50uAFaxJOubiURbZuPy0IGo+Cehz4EB1r2a+tkc6J NteW2jVNlWnOUcz7AmnKoeayNo6PMEQkstiBkUEJjw6SVbnHsKBpoRL07c5omn+F+cYl cBHQ== 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 89-v6si15714507plc.428.2018.07.02.06.38.07; Mon, 02 Jul 2018 06:38:39 -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 S1752918AbeGBNft (ORCPT + 99 others); Mon, 2 Jul 2018 09:35:49 -0400 Received: from michel.telenet-ops.be ([195.130.137.88]:39294 "EHLO michel.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752451AbeGBNff (ORCPT ); Mon, 2 Jul 2018 09:35:35 -0400 Received: from ayla.of.borg ([84.194.111.163]) by michel.telenet-ops.be with bizsmtp id 5pbZ1y00c3XaVaC06pbZKD; Mon, 02 Jul 2018 15:35:33 +0200 Received: from rox.of.borg ([192.168.97.57]) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1fZyzN-0001Yw-9T; Mon, 02 Jul 2018 15:35:33 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1fZyzN-0001QI-7R; Mon, 02 Jul 2018 15:35:33 +0200 From: Geert Uytterhoeven To: Greg Ungerer , "David S . Miller" , Dmitry Torokhov , Helge Deller Cc: linux-m68k@lists.linux-m68k.org, netdev@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/5] m68k: IO Fixes and Cleanups Date: Mon, 2 Jul 2018 15:35:27 +0200 Message-Id: <20180702133532.5412-1-geert@linux-m68k.org> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This patch series contains fixes and cleanups for I/O accessors on m68k platforms (with MMU). The first patch contains small fixes without any dependencies. Patches 2 and 3 make small adjustments to drivers that are dependencies for further cleanup. Patch 4 and 5 complete the cleanup. Given the dependencies, I think it's easiest if the respective maintainers would provide their Acked-by, so all patches can go in through the m68k tree. Thanks for your comments! Geert Uytterhoeven (5): m68k/io: Add missing ioremap define guards, fix typo net: mac8390: Use standard memcpy_{from,to}io() Input: hilkbd - Add casts to HP9000/300 I/O accessors m68k/io: Move mem*io define guards to m68k/io: Switch mmu variant to arch/m68k/include/asm/io.h | 7 +++++ arch/m68k/include/asm/io_mm.h | 40 +++-------------------------- arch/m68k/include/asm/io_no.h | 12 --------- arch/m68k/include/asm/kmap.h | 7 ++++- drivers/input/keyboard/hilkbd.c | 4 +-- drivers/net/ethernet/8390/mac8390.c | 20 +++++++-------- 6 files changed, 28 insertions(+), 62 deletions(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds