Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1253391 > unrolled thread
| Started by | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| First post | 2015-10-22 03:30 +0200 |
| Last post | 2015-10-23 21:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v2] MAINTAINERS: ARM: EXYNOS: Add documentation and dt-bindings Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-22 03:30 +0200
Re: [PATCH v2] MAINTAINERS: ARM: EXYNOS: Add documentation and dt-bindings Kukjin Kim <kgene@kernel.org> - 2015-10-23 21:50 +0200
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2015-10-22 03:30 +0200 |
| Subject | [PATCH v2] MAINTAINERS: ARM: EXYNOS: Add documentation and dt-bindings |
| Message-ID | <qmcRz-3LF-1@gated-at.bofh.it> |
Extend the Samsung Exynos maintainer entry to match SoC documentation and SoC dt-bindings directories. Without that some files, like bindings/arm/samsung/pmu.txt, are not matched by existing patterns. This also may serve as a hint where new documentation and bindings (not matching specific subsystem) should be put. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Cc: Kukjin Kim <kgene@kernel.org> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> --- Changes since v1: 1. Added Javier's reviewed-by 2. Cover also power domain and sram bindings located now in separate directory. --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b556aad90930..6339926c77d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1459,6 +1459,10 @@ F: drivers/*/*s3c2410* F: drivers/*/*/*s3c2410* F: drivers/spi/spi-s3c* F: sound/soc/samsung/* +F: Documentation/arm/Samsung/ +F: Documentation/devicetree/bindings/arm/samsung/ +F: Documentation/devicetree/bindings/sram/samsung-sram.txt +F: Documentation/devicetree/bindings/power/pd-samsung.txt N: exynos ARM/SAMSUNG MOBILE MACHINE SUPPORT -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Kukjin Kim <kgene@kernel.org> |
|---|---|
| Date | 2015-10-23 21:50 +0200 |
| Message-ID | <qmQvF-2JH-13@gated-at.bofh.it> |
| In reply to | #1253391 |
On 10/22/15 10:28, Krzysztof Kozlowski wrote: > Extend the Samsung Exynos maintainer entry to match SoC documentation > and SoC dt-bindings directories. Without that some files, like > bindings/arm/samsung/pmu.txt, are not matched by existing patterns. > > This also may serve as a hint where new documentation and bindings (not > matching specific subsystem) should be put. > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > Cc: Kukjin Kim <kgene@kernel.org> > Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> > > --- > > Changes since v1: > 1. Added Javier's reviewed-by > 2. Cover also power domain and sram bindings located now in separate > directory. > --- > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b556aad90930..6339926c77d6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1459,6 +1459,10 @@ F: drivers/*/*s3c2410* > F: drivers/*/*/*s3c2410* > F: drivers/spi/spi-s3c* > F: sound/soc/samsung/* > +F: Documentation/arm/Samsung/ > +F: Documentation/devicetree/bindings/arm/samsung/ > +F: Documentation/devicetree/bindings/sram/samsung-sram.txt > +F: Documentation/devicetree/bindings/power/pd-samsung.txt > N: exynos > > ARM/SAMSUNG MOBILE MACHINE SUPPORT Applied, thanks. - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web