From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 03/13] xen/dt: Extend dt_device_match to possibly store data Date: Fri, 20 Feb 2015 12:16:23 +0000 Message-ID: <1424434583.30924.194.camel@citrix.com> References: <1422643768-23614-1-git-send-email-julien.grall@linaro.org> <1422643768-23614-4-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YOmVQ-0001K0-Kz for xen-devel@lists.xenproject.org; Fri, 20 Feb 2015 12:16:28 +0000 In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: xen-devel@lists.xenproject.org, Julien Grall , tim@xen.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-06 at 12:37 +0000, Stefano Stabellini wrote: > On Fri, 30 Jan 2015, Julien Grall wrote: > > Some drivers may want to configure differently the device depending on > > the compatible string. For this purpose, add a new field in the > > dt_device_match to store the data. > > > > Also modify the return type of dt_match_node to return the matching > > structure. > > > > Signed-off-by: Julien Grall > > Acked-by: Stefano Stabellini Acked-by: Ian Campbell