[PATCH 0/4] Update my email address

COOLING13d

8 messages, 2 authors, 13d ago · open the first message on its own page

[PATCH 0/4] Update my email address

From: Joel Selvaraj via B4 Relay <devnull+foss.joelselvaraj.com@kernel.org>
Date: 2026-09-09 08:12:11

My jsfamily.in email address is no longer active, so update the kernel
tree to use my current address instead.

Signed-off-by: Joel Selvaraj <redacted>
---
Joel Selvaraj (4):
      mailmap: update Joel Selvaraj's email address
      MAINTAINERS: update Joel Selvaraj's email address
      dt-bindings: display: panel: ebbg,ft8719: update Joel Selvaraj's email address
      drm/panel: ebbg-ft8719: update Joel Selvaraj's email address

 .mailmap                                                         | 1 +
 Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml | 2 +-
 MAINTAINERS                                                      | 2 +-
 drivers/gpu/drm/panel/panel-ebbg-ft8719.c                        | 4 ++--
 4 files changed, 5 insertions(+), 4 deletions(-)
---
base-commit: a9d7ced84989ec05be09b4b8428759ef60450a0f
change-id: 20260908-update-email-address-eeaec9ef5391

Best regards,
--  
Joel Selvaraj [off-list ref]

[PATCH 3/4] dt-bindings: display: panel: ebbg,ft8719: update Joel Selvaraj's email address

From: Joel Selvaraj via B4 Relay <devnull+foss.joelselvaraj.com@kernel.org>
Date: 2026-09-09 08:12:07

From: Joel Selvaraj <redacted>

My jsfamily.in address is no longer active, switch to my current one.

Signed-off-by: Joel Selvaraj <redacted>
---
 Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml b/Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml
index 80deedc01c7c5..5a7f2ff40fe0e 100644
--- a/Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml
+++ b/Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: EBBG FT8719 MIPI-DSI LCD panel
 
 maintainers:
-  - Joel Selvaraj <jo@jsfamily.in>
+  - Joel Selvaraj <foss@joelselvaraj.com>
 
 description: |
   The FT8719 panel from EBBG is a FHD+ LCD display panel with a resolution
-- 
2.55.0

[PATCH 4/4] drm/panel: ebbg-ft8719: update Joel Selvaraj's email address

From: Joel Selvaraj via B4 Relay <devnull+foss.joelselvaraj.com@kernel.org>
Date: 2026-09-09 08:12:08

From: Joel Selvaraj <redacted>

My jsfamily.in address is no longer active, switch to my current one.

Signed-off-by: Joel Selvaraj <redacted>
---
 drivers/gpu/drm/panel/panel-ebbg-ft8719.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/panel/panel-ebbg-ft8719.c b/drivers/gpu/drm/panel/panel-ebbg-ft8719.c
index fb9f9f42be4f2..5ee8b52962847 100644
--- a/drivers/gpu/drm/panel/panel-ebbg-ft8719.c
+++ b/drivers/gpu/drm/panel/panel-ebbg-ft8719.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2022 Joel Selvaraj <jo@jsfamily.in>
+ * Copyright (c) 2022 Joel Selvaraj <foss@joelselvaraj.com>
  * Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree:
  * Copyright (c) 2013, The Linux Foundation. All rights reserved.
  */
@@ -242,6 +242,6 @@ static struct mipi_dsi_driver ebbg_ft8719_driver = {
 };
 module_mipi_dsi_driver(ebbg_ft8719_driver);
 
-MODULE_AUTHOR("Joel Selvaraj <jo@jsfamily.in>");
+MODULE_AUTHOR("Joel Selvaraj <foss@joelselvaraj.com>");
 MODULE_DESCRIPTION("DRM driver for EBBG FT8719 video dsi panel");
 MODULE_LICENSE("GPL v2");
-- 
2.55.0

[PATCH 1/4] mailmap: update Joel Selvaraj's email address

From: Joel Selvaraj via B4 Relay <devnull+foss.joelselvaraj.com@kernel.org>
Date: 2026-09-09 08:12:10

From: Joel Selvaraj <redacted>

Map my old, no longer active, jsfamily.in address to my current one.

Signed-off-by: Joel Selvaraj <redacted>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)
diff --git a/.mailmap b/.mailmap
index 742244a422c32..516c877ef9cf3 100644
--- a/.mailmap
+++ b/.mailmap
@@ -458,6 +458,7 @@ Jisheng Zhang <jszhang@kernel.org> <Jisheng.Zhang@synaptics.com>
 Jishnu Prakash <quic_jprakash@quicinc.com> <jprakash@codeaurora.org>
 Joe Damato <joe@dama.to> <jdamato@fastly.com>
 Joel Granados <joel.granados@kernel.org> <j.granados@samsung.com>
+Joel Selvaraj <foss@joelselvaraj.com> <jo@jsfamily.in>
 Johan Hovold <johan@kernel.org> <jhovold@gmail.com>
 Johan Hovold <johan@kernel.org> <johan@hovoldconsulting.com>
 John Crispin <john@phrozen.org> <blogic@openwrt.org>
-- 
2.55.0

[PATCH 2/4] MAINTAINERS: update Joel Selvaraj's email address

From: Joel Selvaraj via B4 Relay <devnull+foss.joelselvaraj.com@kernel.org>
Date: 2026-09-09 08:12:17

From: Joel Selvaraj <redacted>

My jsfamily.in address is no longer active, switch to my current one.

Signed-off-by: Joel Selvaraj <redacted>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 503b4c4586a41..29b6381d46523 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8124,7 +8124,7 @@ F:	Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml
 F:	drivers/gpu/drm/bridge/chipone-icn6211.c
 
 DRM DRIVER FOR EBBG FT8719 PANEL
-M:	Joel Selvaraj <jo@jsfamily.in>
+M:	Joel Selvaraj <foss@joelselvaraj.com>
 S:	Maintained
 T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
 F:	Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml
-- 
2.55.0

Re: [PATCH 2/4] MAINTAINERS: update Joel Selvaraj's email address

From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-09-10 08:52:13

On Wed, Sep 09, 2026 at 01:12:00AM -0700, Joel Selvaraj wrote:
My jsfamily.in address is no longer active, switch to my current one.

Signed-off-by: Joel Selvaraj <redacted>
---
 MAINTAINERS | 2 +-
This is the same commit as mailmap update. Not two separate.

Best regards,
Krzysztof

Re: [PATCH 4/4] drm/panel: ebbg-ft8719: update Joel Selvaraj's email address

From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-09-10 08:53:03

On Wed, Sep 09, 2026 at 01:12:02AM -0700, Joel Selvaraj wrote:
My jsfamily.in address is no longer active, switch to my current one.

Signed-off-by: Joel Selvaraj <redacted>
And this the same as mailmap. Same maintainer will apply all this. Don't
inflate commits for review without need. Only the binding is separate by
convention.

Best regards,
Krzysztof

Re: [PATCH 3/4] dt-bindings: display: panel: ebbg,ft8719: update Joel Selvaraj's email address

From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-09-10 08:53:31

On Wed, Sep 09, 2026 at 01:12:01AM -0700, Joel Selvaraj wrote:
My jsfamily.in address is no longer active, switch to my current one.

Signed-off-by: Joel Selvaraj <redacted>
---
 Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Krzysztof Kozlowski <redacted>

Best regards,
Krzysztof
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help