From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v4 2/6] ARM: vexpress: Get rid of MMIO_P2V Date: Tue, 06 Dec 2011 23:49:54 +0100 Message-ID: <5087012.8uYbFcxygW@wuerfel> References: <1323186229-22054-1-git-send-email-pawel.moll@arm.com> <1323186229-22054-3-git-send-email-pawel.moll@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1323186229-22054-3-git-send-email-pawel.moll-5wv7dgnIgG8@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Pawel Moll List-Id: devicetree@vger.kernel.org On Tuesday 06 December 2011 15:43:45 Pawel Moll wrote: > This patch gets rid of the MMIO_P2V and __MMIO_P2V macros, > defining constant virtual base for motherboard and tile > peripherals instead. > > Additionally, in preparation for the new motherboard memory > map, the motherboard peripherals are using base pointers > calculated in runtime, instead of compile-time calculated > values. > > Signed-off-by: Pawel Moll Reviewed-by: Arnd Bergmann