From patchwork Fri May 15 07:26:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Xu X-Patchwork-Id: 11550665 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 29D1759D for ; Fri, 15 May 2020 07:26:55 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 24AC62075F; Fri, 15 May 2020 07:26:55 +0000 (UTC) Delivered-To: soc@kernel.org Received: from huawei.com (szxga07-in.huawei.com [45.249.212.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C2CC320671; Fri, 15 May 2020 07:26:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C2CC320671 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=hisilicon.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xuwei5@huawei.com Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 1409B19DE76B665EE01D; Fri, 15 May 2020 15:26:52 +0800 (CST) Received: from [10.57.101.250] (10.57.101.250) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.487.0; Fri, 15 May 2020 15:26:42 +0800 List-Id: To: , "arm@kernel.org" , "linux-arm-kernel@lists.infradead.org" CC: Olof Johansson , Arnd Bergmann , "xuwei (O)" , John Garry , Linuxarm , Zhangyi ac , "Liguozhu (Kenneth)" , huangdaode , Tangkunshan , Jonathan Cameron , John Garry , "Salil Mehta" , Shameerali Kolothum Thodi , Shiju Jose , From: Wei Xu Subject: [GIT PULL] Hisilicon driver updates for v5.8 Message-ID: <5EBE4432.4090604@hisilicon.com> Date: Fri, 15 May 2020 15:26:42 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 X-Originating-IP: [10.57.101.250] X-CFilter-Loop: Reflected Hi ARM-SoC team, Please consider to pull the following changes. Thanks! Best Regards, Wei --- The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://github.com/hisilicon/linux-hisi.git tags/hisi-drivers-for-5.8 for you to fetch changes up to 4acaa93ef64377417677d777a596e22da68c5e0d: logic_pio: Use _inX() and _outX() (2020-05-07 14:54:26 +0800) ---------------------------------------------------------------- ARM64: hisi: SoC driver updates for 5.8 - Generate consistent behaviour for logic_pio by defining and using generic _inX() and _outX() in asm-generic/io.h which have per-arch overrideable barriers. ---------------------------------------------------------------- John Garry (3): io: Provide _inX() and _outX() logic_pio: Improve macro argument name logic_pio: Use _inX() and _outX() include/asm-generic/io.h | 64 +++++++++++++++++++++++++++++++++--------------- lib/logic_pio.c | 22 ++++++++--------- 2 files changed, 55 insertions(+), 31 deletions(-)