From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754225Ab1JMJaf (ORCPT ); Thu, 13 Oct 2011 05:30:35 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:57692 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753956Ab1JMJad (ORCPT ); Thu, 13 Oct 2011 05:30:33 -0400 MIME-Version: 1.0 X-Originating-IP: [46.116.27.118] In-Reply-To: References: <1316948337-7924-1-git-send-email-ohad@wizery.com> <1316948337-7924-2-git-send-email-ohad@wizery.com> From: Ohad Ben-Cohen Date: Thu, 13 Oct 2011 11:15:39 +0200 Message-ID: Subject: Re: [RFC 1/5] ARM: dev_archdata: add private iommu extension To: Russell King Cc: Laurent Pinchart , Joerg Roedel , iommu@lists.linux-foundation.org, Arnd Bergmann , linux-kernel@vger.kernel.org, Cousson Benoit , Kevin Hilman , Tony Lindgren , Grant Likely , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Hiroshi Doyu Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 5, 2011 at 11:26 AM, Ohad Ben-Cohen wrote: > Hi Russell, > > On Sun, Sep 25, 2011 at 1:58 PM, Ohad Ben-Cohen wrote: >> Add a private iommu pointer to the ARM-specific arch data in the >> device struct, which will be used to attach iommu-specific data >> to devices which require iommu support. > > Can you please take a look and ack/nack ? gentle reminder From mboxrd@z Thu Jan 1 00:00:00 1970 From: ohad@wizery.com (Ohad Ben-Cohen) Date: Thu, 13 Oct 2011 11:15:39 +0200 Subject: [RFC 1/5] ARM: dev_archdata: add private iommu extension In-Reply-To: References: <1316948337-7924-1-git-send-email-ohad@wizery.com> <1316948337-7924-2-git-send-email-ohad@wizery.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Oct 5, 2011 at 11:26 AM, Ohad Ben-Cohen wrote: > Hi Russell, > > On Sun, Sep 25, 2011 at 1:58 PM, Ohad Ben-Cohen wrote: >> Add a private iommu pointer to the ARM-specific arch data in the >> device struct, which will be used to attach iommu-specific data >> to devices which require iommu support. > > Can you please take a look and ack/nack ? gentle reminder