* [PATCH 0/4] Update my email address
@ 2026-09-09 8:11 Joel Selvaraj via B4 Relay
2026-09-09 8:11 ` [PATCH 1/4] mailmap: update Joel Selvaraj's " Joel Selvaraj via B4 Relay
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Joel Selvaraj via B4 Relay @ 2026-09-09 8:11 UTC (permalink / raw)
To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-kernel, dri-devel, devicetree, Joel Selvaraj
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 <foss@joelselvaraj.com>
---
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 <foss@joelselvaraj.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/4] mailmap: update Joel Selvaraj's email address
2026-09-09 8:11 [PATCH 0/4] Update my email address Joel Selvaraj via B4 Relay
@ 2026-09-09 8:11 ` Joel Selvaraj via B4 Relay
2026-09-09 8:12 ` [PATCH 2/4] MAINTAINERS: " Joel Selvaraj via B4 Relay
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Joel Selvaraj via B4 Relay @ 2026-09-09 8:11 UTC (permalink / raw)
To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-kernel, dri-devel, devicetree, Joel Selvaraj
From: Joel Selvaraj <foss@joelselvaraj.com>
Map my old, no longer active, jsfamily.in address to my current one.
Signed-off-by: Joel Selvaraj <foss@joelselvaraj.com>
---
.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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/4] MAINTAINERS: update Joel Selvaraj's email address
2026-09-09 8:11 [PATCH 0/4] Update my email address Joel Selvaraj via B4 Relay
2026-09-09 8:11 ` [PATCH 1/4] mailmap: update Joel Selvaraj's " Joel Selvaraj via B4 Relay
@ 2026-09-09 8:12 ` Joel Selvaraj via B4 Relay
2026-09-10 8:52 ` Krzysztof Kozlowski
2026-09-09 8:12 ` [PATCH 3/4] dt-bindings: display: panel: ebbg,ft8719: " Joel Selvaraj via B4 Relay
2026-09-09 8:12 ` [PATCH 4/4] drm/panel: ebbg-ft8719: " Joel Selvaraj via B4 Relay
3 siblings, 1 reply; 8+ messages in thread
From: Joel Selvaraj via B4 Relay @ 2026-09-09 8:12 UTC (permalink / raw)
To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-kernel, dri-devel, devicetree, Joel Selvaraj
From: Joel Selvaraj <foss@joelselvaraj.com>
My jsfamily.in address is no longer active, switch to my current one.
Signed-off-by: Joel Selvaraj <foss@joelselvaraj.com>
---
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/4] dt-bindings: display: panel: ebbg,ft8719: update Joel Selvaraj's email address
2026-09-09 8:11 [PATCH 0/4] Update my email address Joel Selvaraj via B4 Relay
2026-09-09 8:11 ` [PATCH 1/4] mailmap: update Joel Selvaraj's " Joel Selvaraj via B4 Relay
2026-09-09 8:12 ` [PATCH 2/4] MAINTAINERS: " Joel Selvaraj via B4 Relay
@ 2026-09-09 8:12 ` Joel Selvaraj via B4 Relay
2026-09-10 8:53 ` Krzysztof Kozlowski
2026-09-09 8:12 ` [PATCH 4/4] drm/panel: ebbg-ft8719: " Joel Selvaraj via B4 Relay
3 siblings, 1 reply; 8+ messages in thread
From: Joel Selvaraj via B4 Relay @ 2026-09-09 8:12 UTC (permalink / raw)
To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-kernel, dri-devel, devicetree, Joel Selvaraj
From: Joel Selvaraj <foss@joelselvaraj.com>
My jsfamily.in address is no longer active, switch to my current one.
Signed-off-by: Joel Selvaraj <foss@joelselvaraj.com>
---
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/4] drm/panel: ebbg-ft8719: update Joel Selvaraj's email address
2026-09-09 8:11 [PATCH 0/4] Update my email address Joel Selvaraj via B4 Relay
` (2 preceding siblings ...)
2026-09-09 8:12 ` [PATCH 3/4] dt-bindings: display: panel: ebbg,ft8719: " Joel Selvaraj via B4 Relay
@ 2026-09-09 8:12 ` Joel Selvaraj via B4 Relay
2026-09-10 8:52 ` Krzysztof Kozlowski
3 siblings, 1 reply; 8+ messages in thread
From: Joel Selvaraj via B4 Relay @ 2026-09-09 8:12 UTC (permalink / raw)
To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-kernel, dri-devel, devicetree, Joel Selvaraj
From: Joel Selvaraj <foss@joelselvaraj.com>
My jsfamily.in address is no longer active, switch to my current one.
Signed-off-by: Joel Selvaraj <foss@joelselvaraj.com>
---
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 2/4] MAINTAINERS: update Joel Selvaraj's email address
2026-09-09 8:12 ` [PATCH 2/4] MAINTAINERS: " Joel Selvaraj via B4 Relay
@ 2026-09-10 8:52 ` Krzysztof Kozlowski
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-09-10 8:52 UTC (permalink / raw)
To: Joel Selvaraj
Cc: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-kernel, dri-devel,
devicetree
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 <foss@joelselvaraj.com>
> ---
> MAINTAINERS | 2 +-
This is the same commit as mailmap update. Not two separate.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 4/4] drm/panel: ebbg-ft8719: update Joel Selvaraj's email address
2026-09-09 8:12 ` [PATCH 4/4] drm/panel: ebbg-ft8719: " Joel Selvaraj via B4 Relay
@ 2026-09-10 8:52 ` Krzysztof Kozlowski
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-09-10 8:52 UTC (permalink / raw)
To: Joel Selvaraj
Cc: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-kernel, dri-devel,
devicetree
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 <foss@joelselvaraj.com>
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 3/4] dt-bindings: display: panel: ebbg,ft8719: update Joel Selvaraj's email address
2026-09-09 8:12 ` [PATCH 3/4] dt-bindings: display: panel: ebbg,ft8719: " Joel Selvaraj via B4 Relay
@ 2026-09-10 8:53 ` Krzysztof Kozlowski
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-09-10 8:53 UTC (permalink / raw)
To: Joel Selvaraj
Cc: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-kernel, dri-devel,
devicetree
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 <foss@joelselvaraj.com>
> ---
> Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-09-10 8:53 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09 8:11 [PATCH 0/4] Update my email address Joel Selvaraj via B4 Relay
2026-09-09 8:11 ` [PATCH 1/4] mailmap: update Joel Selvaraj's " Joel Selvaraj via B4 Relay
2026-09-09 8:12 ` [PATCH 2/4] MAINTAINERS: " Joel Selvaraj via B4 Relay
2026-09-10 8:52 ` Krzysztof Kozlowski
2026-09-09 8:12 ` [PATCH 3/4] dt-bindings: display: panel: ebbg,ft8719: " Joel Selvaraj via B4 Relay
2026-09-10 8:53 ` Krzysztof Kozlowski
2026-09-09 8:12 ` [PATCH 4/4] drm/panel: ebbg-ft8719: " Joel Selvaraj via B4 Relay
2026-09-10 8:52 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox