Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1376156 > unrolled thread

[RESEND PATCH] regulator: MAINTAINERS: Add DT bindings to regulator framework entry

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2016-04-11 18:40 +0200
Last post2016-04-11 18:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [RESEND PATCH] regulator: MAINTAINERS: Add DT bindings to regulator framework entry Javier Martinez Canillas <javier@osg.samsung.com> - 2016-04-11 18:40 +0200

#1376156 — [RESEND PATCH] regulator: MAINTAINERS: Add DT bindings to regulator framework entry

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-04-11 18:40 +0200
Subject[RESEND PATCH] regulator: MAINTAINERS: Add DT bindings to regulator framework entry
Message-ID<rmN2y-py-7@gated-at.bofh.it>
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 <javier@osg.samsung.com>

---
Hello,

This is a resend of a patch that was posted before [0,1]. I used the
subject line according to previous changes in MAINTAINERS but since
the patch was not picked, I changed the subject line as used in the
regulator subsystem now.

[0]: https://lkml.org/lkml/2016/2/8/702
[1]: http://lkml.iu.edu/hypermail/linux/kernel/1603.1/02725.html

Best regards,
Javier

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 51891b287b41..021f699c2342 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12006,7 +12006,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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web