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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 9C9E2C433E0 for ; Sat, 6 Mar 2021 18:11:34 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 3CA0164FE9 for ; Sat, 6 Mar 2021 18:11:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3CA0164FE9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=csgroup.eu Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Date:Cc:To:Subject:From:Message-Id:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=11AHAMVscfOWRmLfde0IdYuHO9cr9160uc1fMy21aBM=; b=WIs7usn4h4xgDB86JmAPGbCDEm oYmpCrEVmi9LExf5gWkZkkzNE0Bj2XIhClXaGWKfOe01EPGclh6ssaHY7qnFEwCtKMIT+4yYnWqlN pT8sc53Op6+6ZoTSmUF1KFkYJkjuQRFUdUQeQ+J5fAXNKCvPEpM+LcAdU3o0FTNSb9q1pAB4MKTrj 2z//CgqSubpRjOh7PnkTTkj+SfkxLIuDKEQ/Ga3fUt7nQtNggmgfLOdLObfCxRa186eTPPzWW96aT oGRguJTwvAc1jrSWwQdZN4XyHQOQevCvNoStvn8rxuqRLkjcEjNx6foqr9FasaMWkfMEx/0wVPLcN sLgw0lZA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lIbN6-0043oX-Rf; Sat, 06 Mar 2021 18:09:48 +0000 Received: from pegase1.c-s.fr ([93.17.236.30]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lIbMu-0043bT-Q4 for linux-arm-kernel@lists.infradead.org; Sat, 06 Mar 2021 18:09:39 +0000 Received: from localhost (mailhub1-int [192.168.12.234]) by localhost (Postfix) with ESMTP id 4DtCKz069zz9v086; Sat, 6 Mar 2021 19:09:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at c-s.fr Received: from pegase1.c-s.fr ([192.168.12.234]) by localhost (pegase1.c-s.fr [192.168.12.234]) (amavisd-new, port 10024) with ESMTP id cGRZB42mNDdR; Sat, 6 Mar 2021 19:09:26 +0100 (CET) Received: from messagerie.si.c-s.fr (messagerie.si.c-s.fr [192.168.25.192]) by pegase1.c-s.fr (Postfix) with ESMTP id 4DtCKy5SnHz9v085; Sat, 6 Mar 2021 19:09:26 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by messagerie.si.c-s.fr (Postfix) with ESMTP id A8CAA8B768; Sat, 6 Mar 2021 19:09:28 +0100 (CET) X-Virus-Scanned: amavisd-new at c-s.fr Received: from messagerie.si.c-s.fr ([127.0.0.1]) by localhost (messagerie.si.c-s.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id SEiO7T7f0CNU; Sat, 6 Mar 2021 19:09:28 +0100 (CET) Received: from po16121vm.idsi0.si.c-s.fr (unknown [192.168.4.90]) by messagerie.si.c-s.fr (Postfix) with ESMTP id 5890A8B75B; Sat, 6 Mar 2021 19:09:28 +0100 (CET) Received: by localhost.localdomain (Postfix, from userid 0) id 186F5674E3; Sat, 6 Mar 2021 18:09:27 +0000 (UTC) Message-Id: From: Christophe Leroy Subject: [PATCH v1 0/3] Remove qe_io{read,write}* IO accessors To: Qiang Zhao , Li Yang , Rasmus Villemoes , Timur Tabi , Greg Kroah-Hartman , Jiri Slaby Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org Date: Sat, 6 Mar 2021 18:09:27 +0000 (UTC) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210306_180937_915896_B8C386DF X-CRM114-Status: UNSURE ( 5.17 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Commit 6ac9b61786cc ("soc: fsl: qe: introduce qe_io{read,write}* wrappers") added specific I/O accessors for qe because at that time ioread/iowrite functions were sub-optimal on powerpc/32 compared to the architecture specific in_/out_ IO accessors. But as ioread/iowrite accessors are now equivalent since commit 894fa235eb4c ("powerpc: inline iomap accessors"), use them in order to allow removal of the qe specific ones. Christophe Leroy (3): soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}* tty: serial: ucc_uart: replace qe_io{read,write}* wrappers by generic io{read,write}* Revert "soc: fsl: qe: introduce qe_io{read,write}* wrappers" drivers/soc/fsl/qe/gpio.c | 20 +++--- drivers/soc/fsl/qe/qe.c | 24 +++---- drivers/soc/fsl/qe/qe_ic.c | 4 +- drivers/soc/fsl/qe/qe_io.c | 36 +++++----- drivers/soc/fsl/qe/ucc_fast.c | 68 +++++++++---------- drivers/soc/fsl/qe/ucc_slow.c | 42 ++++++------ drivers/tty/serial/ucc_uart.c | 124 +++++++++++++++++----------------- include/soc/fsl/qe/qe.h | 34 +++------- 8 files changed, 168 insertions(+), 184 deletions(-) -- 2.25.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel