From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08A58C433FE for ; Mon, 6 Sep 2021 16:00:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DEA5D60ED8 for ; Mon, 6 Sep 2021 16:00:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243624AbhIFQBM (ORCPT ); Mon, 6 Sep 2021 12:01:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:60946 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243493AbhIFQBL (ORCPT ); Mon, 6 Sep 2021 12:01:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id EA1EC60ED8; Mon, 6 Sep 2021 16:00:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630944006; bh=oSHEvD7VzntICJNmc1hic4KcSf8HhuxH6mVwdVDeso4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=hlr6TBOep81WiJwvRVaN9hdkx03ShavtEBdfTIR9eGPCDLSHTvTTTI0UKEpiQiT4D 969doVNTGsHamiAhTrWajtW3vcO4wrTe3MWgsZOXtj3jAZib3uSp8rDrPReFhv2yM+ qwWyEe1a6IbG/CWDlbCk1p/X5nyEfreOTCBoECIJeSWHUTenJfKX/0YhdPUMB+1bXY L2Q07bKd/P7fk3AhENhLRaTN30cG6BT8dSNe5osZum2svVwYEZkl7LPC+yd8vVzLHK dYK6r66Z8otgSVSvO3vQPChn3Zb1/scQOyyFv09VbOm5/+iB7NEA2xsFGYwgCBKje4 ZoFrhVwBkGTCA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v1 net-next 1/2] net: wwan: iosm: Replace io.*64_lo_hi() with regular accessors From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163094400590.4713.10843179790386866340.git-patchwork-notify@kernel.org> Date: Mon, 06 Sep 2021 16:00:05 +0000 References: <20210906124449.20742-1-andriy.shevchenko@linux.intel.com> In-Reply-To: <20210906124449.20742-1-andriy.shevchenko@linux.intel.com> To: Andy Shevchenko Cc: m.chetan.kumar@intel.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxwwan@intel.com, loic.poulain@linaro.org, ryazanov.s.a@gmail.com, johannes@sipsolutions.net, davem@davemloft.net, kuba@kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 6 Sep 2021 15:44:48 +0300 you wrote: > The io.*_lo_hi() variants are not strictly needed on the x86 hardware > and especially the PCI bus. Replace them with regular accessors, but > leave headers in place in case of 32-bit build. > > Signed-off-by: Andy Shevchenko > --- > drivers/net/wwan/iosm/iosm_ipc_mmio.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Here is the summary with links: - [v1,net-next,1/2] net: wwan: iosm: Replace io.*64_lo_hi() with regular accessors https://git.kernel.org/netdev/net/c/1d99411fe701 - [v1,net-next,2/2] net: wwan: iosm: Unify IO accessors used in the driver https://git.kernel.org/netdev/net/c/b539c44df067 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html