Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751336AbbB1KnS (ORCPT ); Sat, 28 Feb 2015 05:43:18 -0500 Received: from mail-ig0-f171.google.com ([209.85.213.171]:38655 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761AbbB1KnQ (ORCPT ); Sat, 28 Feb 2015 05:43:16 -0500 MIME-Version: 1.0 In-Reply-To: <20150227.172430.705343480463996651.davem@davemloft.net> References: <54EEF9C6.8070701@monstr.eu> <1424948474-11872-1-git-send-email-achandran@mvista.com> <20150227.172430.705343480463996651.davem@davemloft.net> Date: Sat, 28 Feb 2015 16:13:15 +0530 Message-ID: Subject: Re: [PATCH v3] net: macb: Add big endian CPU support From: Arun Chandran To: David Miller Cc: Nicolas Ferre , netdev , "linux-kernel@vger.kernel.org" , Michal Simek Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1618 Lines: 47 Hi David, >> This patch converts all __raw_readl and __raw_writel function calls >> to their corresponding readl_relaxed and writel_relaxed variants. >> >> It also tells the driver to set ahb_endian_swp_mgmt_en bit in dma_cfg >> when the CPU is configured in big endian mode. >> >> Signed-off-by: Arun Chandran > > This does not apply cleanly to net-next, please respin. The net-next tree already contains the initial version of this change (commit: a50dad355a5314da64586da36804b86fbebb7c2a). This applies cleanly if you revert that. #~/work/open_source/net-next/net-next$ git log -2 commit 3cbef72505634b346dadb5f4ffd0fdb68c07710c Author: Arun Chandran Date: Wed Feb 18 16:35:44 2015 +0530 net: macb: Add big endian CPU support This patch converts all __raw_readl and __raw_writel function calls to their corresponding readl_relaxed and writel_relaxed variants. It also tells the driver to set ahb_endian_swp_mgmt_en bit in dma_cfg when the CPU is configured in big endian mode. Signed-off-by: Arun Chandran commit 693aba8f896f286d9ddd4445ced374d2c96b41a2 Author: Arun Chandran Date: Sat Feb 28 16:03:18 2015 +0530 Revert "net: macb: Add big endian CPU support" This reverts commit a50dad355a5314da64586da36804b86fbebb7c2a. --Arun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/