From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132AbbHMKnE (ORCPT ); Thu, 13 Aug 2015 06:43:04 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:34506 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751006AbbHMKnB (ORCPT ); Thu, 13 Aug 2015 06:43:01 -0400 Date: Thu, 13 Aug 2015 11:57:11 +0200 From: Olof Johansson To: Masahiro Yamada Cc: linux-arm-kernel@lists.infradead.org, Illia Ragozin , arm@kernel.org, Nicolas Pitre , Jason Cooper , Andrew Lunn , Arnd Bergmann , Jason Gunthorpe , Maxime Bizon , Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: Feroceon: use of_iomap() to map register base Message-ID: <20150813095711.GJ30160@localhost> References: <1439035899-1783-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439035899-1783-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 08, 2015 at 09:11:39PM +0900, Masahiro Yamada wrote: > The sequence of of_address_to_resource() and ioremap() can be > replaced with of_iomap(). > > Signed-off-by: Masahiro Yamada Acked-by: Olof Johansson Please submit this to Russell's patch tracker, he's usually the one who merges patches to arch/arm/mm/*. -Olof