From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 11 Jul 2016 18:02:01 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:49266 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S23993238AbcGKQBwxSvxQ (ORCPT ); Mon, 11 Jul 2016 18:01:52 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.15.2/8.14.8) with ESMTP id u6BG1pHI001278; Mon, 11 Jul 2016 18:01:51 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.15.2/8.15.2/Submit) id u6BG1o55001277; Mon, 11 Jul 2016 18:01:50 +0200 Date: Mon, 11 Jul 2016 18:01:50 +0200 From: Ralf Baechle To: "Steven J. Hill" Cc: linux-mips@linux-mips.org, David Daney Subject: Re: [PATCH] MIPS: OCTEON: Changes to support readq()/writeq() usage. Message-ID: <20160711160150.GB1024@linux-mips.org> References: <5780652D.2030604@cavium.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5780652D.2030604@cavium.com> User-Agent: Mutt/1.6.1 (2016-04-27) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 54282 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Fri, Jul 08, 2016 at 09:45:01PM -0500, Steven J. Hill wrote: > Update OCTEON port mangling code to support readq() and > writeq() functions to allow driver code to be more portable. > Updates also for word and long function pairs. We also > remove SWAP_IO_SPACE for OCTEON platforms as the function > macros are redundant with the new mangling code. > > Signed-off-by: Steven J. Hill > Acked-by: David Daney Thanks, applied. Ralf