Received: by 10.223.185.116 with SMTP id b49csp4595104wrg; Tue, 6 Mar 2018 19:55:35 -0800 (PST) X-Google-Smtp-Source: AG47ELt8eEWWzRq/hx9ZqkMayK9czIzbo22StRiBqGrQ9IXrbwN6IyKHA1PwhZMHEOkLrYXH2Wi+ X-Received: by 10.98.23.73 with SMTP id 70mr12397205pfx.169.1520394935720; Tue, 06 Mar 2018 19:55:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520394935; cv=none; d=google.com; s=arc-20160816; b=kslbBaVvoTonSnEhiCzPyVKQ30kGiMCIFXXsZyAd4WXr2SvZ3c+xDAGLFBd7UAEEnP LqHSp+BFAJLW7UpTsVtjUz4baMYb9RzhFaok5ggDNLPRE9UgpIX7/9NMaceR2TneT+Ph n18+0+u5nAc3UyxhKLhT/u7UWAi0VDgAi6FhfW5ajFY4iu9ZSQpvf0IEsEJyHRYBE8nm RpeIq6xfDWO6yu5Fo+QtjudeSmLehMUMDh7KpT4Vz9KvKuEyQ59t4f7DM7lUnq+QiiEM GCMj3uy+XjfiVekE2XyS+FlAUydzTCUXZSvIHQ5Q0QqPyidjjbqJqEyaAeJkGCPPryEM 2H0A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=5RAf+e9ouX2LhL2ndy/Wb+ogjqGeeWM1bd/S9bm1KWU=; b=KEMdmda1ILLCjhNsnkfr812tdLM3AD4aoOI6Y+eXtfApR7bveWuWjqCijVymxCbJon YCtztDWpjGosU82fcRFLZR4TXX+gQLTVtUCzbA77vQNNnc6yAzROw7ovfVZZv3WGBH// ygXkvSs3flzebmb8Cx2zVBIHMEdAGO35Uk6dTwDrZzejcw6uRppXyKzWB4KARWdwFwAo BgDSzo5b72RMhRFuaxJ+DzrtBxyy1jFC8Sh2NjsdvZtkj2HfWU66jdFAxM50hALjTin9 D7E5qRltVp0Slan8OGhrPFQcivbGpBiUL/7Pi0ysgriE73Pv/w4CCIagYSIBXXLcayPA 1pPA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l4-v6si12207750plb.68.2018.03.06.19.55.21; Tue, 06 Mar 2018 19:55:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933209AbeCGDyU (ORCPT + 99 others); Tue, 6 Mar 2018 22:54:20 -0500 Received: from mga17.intel.com ([192.55.52.151]:19701 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932313AbeCGDyS (ORCPT ); Tue, 6 Mar 2018 22:54:18 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2018 19:54:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,434,1515484800"; d="scan'208";a="22357710" Received: from vkoul-udesk7.iind.intel.com (HELO localhost) ([10.223.84.143]) by fmsmga007.fm.intel.com with ESMTP; 06 Mar 2018 19:54:16 -0800 Date: Wed, 7 Mar 2018 09:28:12 +0530 From: Vinod Koul To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij , Joerg Roedel , Bjorn Helgaas , Guenter Roeck Subject: Re: [PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems Message-ID: <20180307035812.GU15443@localhost> References: <20180306151334.28720-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180306151334.28720-1-robh@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 06, 2018 at 09:13:34AM -0600, Rob Herring wrote: > The DeviceTree support code for specific subsystems are maintained by > the respective subsystem maintainers. However, only the DT > maintainers are listed for most of the linux/of_*.h headers. Fix this > and add the headers to the appropriate subsystem maintainer. > > Reported-by: Guenter Roeck > Cc: Vinod Koul > Cc: Linus Walleij > Cc: Joerg Roedel > Cc: Bjorn Helgaas > Signed-off-by: Rob Herring > --- > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 93a12af4f180..248f4266c6bd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4333,6 +4333,7 @@ Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ > S: Maintained > F: drivers/dma/ > F: include/linux/dmaengine.h > +F: include/linux/of_dma.h > F: Documentation/devicetree/bindings/dma/ > F: Documentation/driver-api/dmaengine/ > T: git git://git.infradead.org/users/vkoul/slave-dma.git This: Acked-By: Vinod Koul -- ~Vinod