From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753598AbcCGUeV (ORCPT ); Mon, 7 Mar 2016 15:34:21 -0500 Received: from mail-pa0-f68.google.com ([209.85.220.68]:33896 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753247AbcCGUeN (ORCPT ); Mon, 7 Mar 2016 15:34:13 -0500 Date: Mon, 7 Mar 2016 12:34:10 -0800 From: Brian Norris To: Yuan Yao Cc: dwmw2@infradead.org, han.xu@freescale.com, robh@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, yao.yuan@nxp.com Subject: Re: [PATCH v4 1/7] mtd: spi-nor: fsl-quadspi: add big-endian support Message-ID: <20160307203410.GX55664@google.com> References: <1453793041-35868-1-git-send-email-yao.yuan@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453793041-35868-1-git-send-email-yao.yuan@freescale.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 26, 2016 at 03:23:55PM +0800, Yuan Yao wrote: > Add R/W functions for big- or little-endian registers: > The qSPI controller's endian is independent of the CPU core's endian. > So far, the qSPI have two versions for big-endian and little-endian. > > Signed-off-by: Yuan Yao > Acked-by: Han xu Pushed patches 1, 2, 3, 5, and 7 to l2-mtd.git. Patch 4 seems unrelated, and patch 6 should go through arm-soc. Regards, Brian