From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752279AbaHMKA0 (ORCPT ); Wed, 13 Aug 2014 06:00:26 -0400 Received: from fw-tnat.austin.arm.com ([217.140.110.23]:54200 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750968AbaHMKAY (ORCPT ); Wed, 13 Aug 2014 06:00:24 -0400 Date: Wed, 13 Aug 2014 10:59:45 +0100 From: Catalin Marinas To: Liviu Dudau Cc: Bjorn Helgaas , Will Deacon , Benjamin Herrenschmidt , Arnd Bergmann , Russell King , Tanmay Inamdar , Grant Likely , Sinan Kaya , Jingoo Han , Kukjin Kim , Suravee Suthikulanit , linux-pci , linux-arch , LKML , Device Tree ML , LAKML Subject: Re: [PATCH v9 11/12] arm64: Add pgprot_device() interface for device mappings. Message-ID: <20140813095944.GB18495@arm.com> References: <1407860725-25202-1-git-send-email-Liviu.Dudau@arm.com> <1407860725-25202-12-git-send-email-Liviu.Dudau@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1407860725-25202-12-git-send-email-Liviu.Dudau@arm.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, Aug 12, 2014 at 05:25:24PM +0100, Liviu Dudau wrote: > Add pgprot_device(). It will be aliased to pgprot_noncached for > architectures that do not support special attributes for device > mapping. Used by arm64 to define new attributes for devices. > > Cc: Arnd Bergmann > Cc: Catalin Marinas > Signed-off-by: Liviu Dudau Acked-by: Catalin Marinas