--- v4
+++ v3
@@ -1,36 +1,40 @@
-The ssd130x DRM driver also makes use of this Device Tree binding to allow
-existing users of the fbdev driver to migrate without the need to change
-their Device Trees.
+To make sure that tools like the get_maintainer.pl script will suggest
+to Cc me if patches are posted for this driver.
-Add myself as another maintainer of the binding, to make sure that I will
-be on Cc when patches are proposed for it.
+Also include the Device Tree binding for the old ssd1307fb fbdev driver
+since the new DRM driver was made compatible with the existing binding.
-Suggested-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
-Acked-by: Rob Herring <robh@kernel.org>
+Acked-by: Sam Ravnborg <sam@ravnborg.org>
---
-Changes in v4:
-- Add Rob Herring Acked-by tag to patch adding as DT binding co-maintainer.
+Changes in v3:
+- Adapt MAINTAINERS entry to point to the new drivers/gpu/drm/solomon directory.
Changes in v2:
-- Add myself as co-maintainer of the ssd1370fb DT binding (Sam Ravnborg).
+- Add Sam Ravnborg's acked-by to patch adding a MAINTAINERS entry (Sam Ravnborg)
- Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml | 1 +
- 1 file changed, 1 insertion(+)
+ MAINTAINERS | 7 +++++++
+ 1 file changed, 7 insertions(+)
-diff --git a/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml b/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml
-index 2ed2a7d0ca2f..9baafd0c42dd 100644
---- a/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml
-+++ b/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml
-@@ -8,6 +8,7 @@ title: Solomon SSD1307 OLED Controller Framebuffer
+diff --git a/MAINTAINERS b/MAINTAINERS
+index e3dad0d898f5..8e6e892f99f0 100644
+--- a/MAINTAINERS
++++ b/MAINTAINERS
+@@ -6163,6 +6163,13 @@ T: git git://anongit.freedesktop.org/drm/drm-misc
+ F: Documentation/devicetree/bindings/display/repaper.txt
+ F: drivers/gpu/drm/tiny/repaper.c
- maintainers:
- - Maxime Ripard <mripard@kernel.org>
-+ - Javier Martinez Canillas <javierm@redhat.com>
-
- properties:
- compatible:
++DRM DRIVER FOR SOLOMON SSD130X OLED DISPLAYS
++M: Javier Martinez Canillas <javierm@redhat.com>
++S: Maintained
++T: git git://anongit.freedesktop.org/drm/drm-misc
++F: Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml
++F: drivers/gpu/drm/solomon/ssd130x*
++
+ DRM DRIVER FOR QEMU'S CIRRUS DEVICE
+ M: Dave Airlie <airlied@redhat.com>
+ M: Gerd Hoffmann <kraxel@redhat.com>
--
2.34.1