Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4728364pxu; Thu, 10 Dec 2020 04:09:58 -0800 (PST) X-Google-Smtp-Source: ABdhPJzx4+Qsg5t6CZzzdiQ7TBFdRQbs3WO2ig5U24qF9cFF7Z7Ehcia48peCj7yQqYEWVYxxcO/ X-Received: by 2002:a50:ac86:: with SMTP id x6mr6430808edc.197.1607602198621; Thu, 10 Dec 2020 04:09:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607602198; cv=none; d=google.com; s=arc-20160816; b=lAsgS2GqPPMZw24DIviyyu7NXw3MEHYzCm6RD2JLRpPog/L9f14yOvfKp4nSGdGwRG ido3pRWAjSbNlENRF5Uvn4XV0PCi7tzMyr1SiPSE58IsOfM1UXcyAbv2WTmd0QBsIMgl quNUAp7R/vuLLXFglQ1LERghwSL6JIwNa3HkK5r9n94RCjH9u7q/V+NwORBHamHew/ou /m/j0THj5YBR0tNwN5D8T/rc/kBHffSWmtLjsMc05Ct6vE07iU7lRuOaXiOW05Gx5lVx ypd2ON5ZRgkMCENjShwFjE+uKm0MMsUCv97LXKtOOiGa499dnUogzPX+3xoupR3GF81r PfuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:message-id:subject:references:in-reply-to :cc:to:from; bh=FnPuahHTGz/bkN3+W5XILGuqJk1pWyk5APv1qvAILJQ=; b=SF0RgV/faMONc9FeGkGfgtIrXsQweiMnjf9mRtvr5tkPz5jTU3hT5RdjvEWg+Kx6Mk 1BSmAyNp+VqDOakOs4/gu5fWxmTaLp0UyusWvezHx0GRpJOdXoHenneiNdj9FLHVHNSs c/Jwh8ZUc7TrmL+MeeFf+Xdy2x1nYilHQp+7jU7cazxRxHSzw2L6pkNm0bCFEuSCOk21 VvK0BpIPXtlCG88Dvdk3ucRP7ogNBPd+zux3nOQt+RETQ5cdebV3ws147zUtNKqVAmhL BH0ZIHq+zIL5OqB2LHKSAjZ6oW45LIuo30Fgcy8DCwOLvtZNDndCCp7vNqe3QT7U9/TS VGHQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gn30si2190565ejc.481.2020.12.10.04.09.34; Thu, 10 Dec 2020 04:09:58 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389480AbgLJLal (ORCPT + 99 others); Thu, 10 Dec 2020 06:30:41 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:52943 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389444AbgLJLa1 (ORCPT ); Thu, 10 Dec 2020 06:30:27 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 4CsBXS1KWSz9sWt; Thu, 10 Dec 2020 22:29:43 +1100 (AEDT) From: Michael Ellerman To: Christophe Leroy , Paul Mackerras , Benjamin Herrenschmidt , Michael Ellerman Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <18b357d68c4cde149f75c7a1031c850925cd8128.1605981539.git.christophe.leroy@csgroup.eu> References: <18b357d68c4cde149f75c7a1031c850925cd8128.1605981539.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc: inline iomap accessors Message-Id: <160756604708.1313423.2512500774127488232.b4-ty@ellerman.id.au> Date: Thu, 10 Dec 2020 22:29:43 +1100 (AEDT) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 21 Nov 2020 17:59:19 +0000 (UTC), Christophe Leroy wrote: > ioreadXX()/ioreadXXbe() accessors are equivalent to ppc > in_leXX()/in_be16() accessors but they are not inlined. > > Since commit 0eb573682872 ("powerpc/kerenl: Enable EEH for IO > accessors"), the 'le' versions are equivalent to the ones > defined in asm-generic/io.h, allthough the ones there are inlined. > > [...] Applied to powerpc/next. [1/1] powerpc: inline iomap accessors https://git.kernel.org/powerpc/c/894fa235eb4ca0bfa692dbe4932c2f940cdc8c1e cheers