From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751153AbdE2QHw (ORCPT ); Mon, 29 May 2017 12:07:52 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:58268 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750987AbdE2QHu (ORCPT ); Mon, 29 May 2017 12:07:50 -0400 Date: Mon, 29 May 2017 18:07:44 +0200 (CEST) From: Sebastian Ott X-X-Sender: sebott@schleppi To: Logan Gunthorpe cc: Heiko Carstens , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, Martin Schwidefsky , Al Viro Subject: Re: [PATCH] s390: provide default ioremap and iounmap declaration In-Reply-To: <0dc5ea4a-6567-e0fc-8704-aab119de8cb4@deltatee.com> References: <1495727028-27656-1-git-send-email-logang@deltatee.com> <20170526123801.GC14849@osiris> <0dc5ea4a-6567-e0fc-8704-aab119de8cb4@deltatee.com> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) Organization: =?ISO-8859-15?Q?=22IBM_Deutschland_Research_&_Development_GmbH_=2F_Vorsitzende_des_Aufsichtsrats=3A_Martina_Koederitz_Gesch=E4ftsf=FChrung=3A_Dirk_Wittkopp_Sitz_der_Gesellschaft=3A_B=F6blingen_=2F_Registergericht?= =?ISO-8859-15?Q?=3A_Amtsgericht_Stuttgart=2C_HRB_243294=22?= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-TM-AS-GCONF: 00 x-cbid: 17052916-0016-0000-0000-000004AD6CA4 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17052916-0017-0000-0000-000027D6564D Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-05-29_11:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=3 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1705290302 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Fri, 26 May 2017, Logan Gunthorpe wrote: > On 26/05/17 06:38 AM, Heiko Carstens wrote: > > On Thu, May 25, 2017 at 09:43:48AM -0600, Logan Gunthorpe wrote: > > I'd rather move the #ifdef CONFIG_PCI than implementing this yet another > > time (see patch below). But I'll leave that up to Sebastian. Yes I've had prepared the same patch because of build failures in linux-next due to this commit (linux-next commit id) db1534d linux/io.h: Add pci_remap_cfgspace() interface But I'd never send it because this commit was changed to add #ifdef CONFIG_PCI. > I'd be more than happy with this change. Let me know if you want me to > resubmit a patch that looks like that. Yes please do. I'll Ack it. Thanks, Sebastian