From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757305AbbAHU4e (ORCPT ); Thu, 8 Jan 2015 15:56:34 -0500 Received: from gloria.sntech.de ([95.129.55.99]:36967 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757180AbbAHU4c (ORCPT ); Thu, 8 Jan 2015 15:56:32 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Abhilash Kesavan Cc: Rob Herring , Philipp Zabel , Tony Lindgren , linux-rockchip@lists.infradead.org, Catalin Marinas , Will Deacon , Santosh Shilimkar , "Li.Xiubo@freescale.com" , "shc_work@mail.ru" , "nicoleotsuka@gmail.com" , "arnd@arndb.de" , "gregkh@linuxfoundation.org" , "robh+dt@kernel.org" , "grant.likely@linaro.org" , "linux-kernel@vger.kernel.org" , "corbet@lwn.net" , "padma.v@samsung.com" , "alsa-devel@alsa-project.org" , "shawn.guo@freescale.com" , "bcousson@baylibre.com" , "kernel@pengutronix.de" , "kgene@kernel.org" , Pawel Moll Subject: Re: [PATCH 2/2] misc: sram: switch to ioremap_wc from ioremap Date: Thu, 08 Jan 2015 21:56:04 +0100 Message-ID: <2101240.CsKVRjX3M8@phil> User-Agent: KMail/4.14.2 (Linux/3.16-3-amd64; KDE/4.14.1; x86_64; ; ) In-Reply-To: References: <1418266726-12004-1-git-send-email-a.kesavan@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Abhilash, Am Donnerstag, 8. Januar 2015, 21:00:57 schrieb Abhilash Kesavan: > Thanks for the confirmation regarding the i.MX chips. That leaves > rockchip, can someone help with it please ? sorry for being late to this. The one current sram use-case on Rockchip boards is the SMP bringup, but that uses a reserved sram area. Nevertheless I tested your 2 patches on a rk3288 board and everything still works as expected, including smp bringup, so on Rockchip Tested-by: Heiko Stuebner Heiko