From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932573AbcBHSLx (ORCPT ); Mon, 8 Feb 2016 13:11:53 -0500 Received: from lists.s-osg.org ([54.187.51.154]:35941 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932484AbcBHSLv (ORCPT ); Mon, 8 Feb 2016 13:11:51 -0500 From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Mark Brown , Javier Martinez Canillas Subject: [PATCH] MAINTAINERS: Add DT bindings to regulator framework entry Date: Mon, 8 Feb 2016 15:11:28 -0300 Message-Id: <1454955088-10649-1-git-send-email-javier@osg.samsung.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The regulators DT bindings docs and shared headers used by regulator drivers and DTS are not listed as files for the regulator subsystem. So developers may not know who should receive patches to these dirs unless they rely on the get_maintainer.pl git-fallback option which usually makes more harm than good. This patch makes the correct recipient to be obtained using commands such as scripts/get_maintainer.pl --no-git-fallback. Signed-off-by: Javier Martinez Canillas --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ef81ade47e06..97b99f24ea53 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11789,7 +11789,9 @@ L: linux-kernel@vger.kernel.org W: http://www.slimlogic.co.uk/?p=48 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git S: Supported +F: Documentation/devicetree/bindings/regulator/ F: drivers/regulator/ +F: include/dt-bindings/regulator/ F: include/linux/regulator/ VRF -- 2.5.0