* [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers
[not found] <20250518085734.88890-1-sumanth.gavini.ref@yahoo.com>
@ 2025-05-18 8:57 ` Sumanth Gavini
2025-05-18 8:57 ` [PATCH 1/6] nfc: s3fwrn5: Correct Samsung "Electronics" " Sumanth Gavini
` (7 more replies)
0 siblings, 8 replies; 11+ messages in thread
From: Sumanth Gavini @ 2025-05-18 8:57 UTC (permalink / raw)
To: krzk, bongsu.jeon, cw00.choi, myungjoo.ham, lee, lgirdwood,
broonie
Cc: Sumanth Gavini, netdev, linux-kernel
This series fixes the misspelling of "Electronics" as "Electrnoics"
across multiple subsystems (MFD, NFC, EXTCON). Each patch targets
a different subsystem for easier review.
The changes are mechanical and do not affect functionality.
Sumanth Gavini (6):
nfc: s3fwrn5: Correct Samsung "Electronics" spelling in copyright
headers
nfc: virtual_ncidev: Correct Samsung "Electronics" spelling in
copyright headers
extcon: extcon-max77693: Correct Samsung "Electronics" spelling in
copyright headers
mfd: maxim: Correct Samsung "Electronics" spelling in copyright
headers
mfd: maxim: Correct Samsung "Electronics" spelling in headers
regulator: max8952: Correct Samsung "Electronics" spelling in
copyright headers
drivers/extcon/extcon-max77693.c | 2 +-
drivers/nfc/s3fwrn5/core.c | 2 +-
drivers/nfc/s3fwrn5/firmware.c | 2 +-
drivers/nfc/s3fwrn5/firmware.h | 2 +-
drivers/nfc/s3fwrn5/i2c.c | 2 +-
drivers/nfc/s3fwrn5/nci.c | 2 +-
drivers/nfc/s3fwrn5/nci.h | 2 +-
drivers/nfc/s3fwrn5/phy_common.c | 4 ++--
drivers/nfc/s3fwrn5/phy_common.h | 4 ++--
drivers/nfc/s3fwrn5/s3fwrn5.h | 2 +-
drivers/nfc/virtual_ncidev.c | 2 +-
include/linux/mfd/max14577-private.h | 2 +-
include/linux/mfd/max14577.h | 2 +-
include/linux/mfd/max77686-private.h | 2 +-
include/linux/mfd/max77686.h | 2 +-
include/linux/mfd/max77693-private.h | 2 +-
include/linux/mfd/max77693.h | 2 +-
include/linux/mfd/max8997-private.h | 2 +-
include/linux/mfd/max8997.h | 2 +-
include/linux/mfd/max8998-private.h | 2 +-
include/linux/mfd/max8998.h | 2 +-
include/linux/regulator/max8952.h | 2 +-
22 files changed, 24 insertions(+), 24 deletions(-)
--
2.43.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/6] nfc: s3fwrn5: Correct Samsung "Electronics" spelling in copyright headers
2025-05-18 8:57 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers Sumanth Gavini
@ 2025-05-18 8:57 ` Sumanth Gavini
2025-05-18 10:32 ` Krzysztof Kozlowski
2025-05-18 8:57 ` [PATCH 2/6] nfc: virtual_ncidev: " Sumanth Gavini
` (6 subsequent siblings)
7 siblings, 1 reply; 11+ messages in thread
From: Sumanth Gavini @ 2025-05-18 8:57 UTC (permalink / raw)
To: krzk; +Cc: Sumanth Gavini, netdev, linux-kernel
Fix the misspelling in NFC-related drivers.
Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
drivers/nfc/s3fwrn5/core.c | 2 +-
drivers/nfc/s3fwrn5/firmware.c | 2 +-
drivers/nfc/s3fwrn5/firmware.h | 2 +-
drivers/nfc/s3fwrn5/i2c.c | 2 +-
drivers/nfc/s3fwrn5/nci.c | 2 +-
drivers/nfc/s3fwrn5/nci.h | 2 +-
drivers/nfc/s3fwrn5/phy_common.c | 4 ++--
drivers/nfc/s3fwrn5/phy_common.h | 4 ++--
drivers/nfc/s3fwrn5/s3fwrn5.h | 2 +-
9 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/drivers/nfc/s3fwrn5/core.c b/drivers/nfc/s3fwrn5/core.c
index aec356880adf..af0fa8bd970b 100644
--- a/drivers/nfc/s3fwrn5/core.c
+++ b/drivers/nfc/s3fwrn5/core.c
@@ -2,7 +2,7 @@
/*
* NCI based driver for Samsung S3FWRN5 NFC chip
*
- * Copyright (C) 2015 Samsung Electrnoics
+ * Copyright (C) 2015 Samsung Electronics
* Robert Baldyga <r.baldyga@samsung.com>
*/
diff --git a/drivers/nfc/s3fwrn5/firmware.c b/drivers/nfc/s3fwrn5/firmware.c
index c20fdbac51c5..781cdbcac104 100644
--- a/drivers/nfc/s3fwrn5/firmware.c
+++ b/drivers/nfc/s3fwrn5/firmware.c
@@ -2,7 +2,7 @@
/*
* NCI based driver for Samsung S3FWRN5 NFC chip
*
- * Copyright (C) 2015 Samsung Electrnoics
+ * Copyright (C) 2015 Samsung Electronics
* Robert Baldyga <r.baldyga@samsung.com>
*/
diff --git a/drivers/nfc/s3fwrn5/firmware.h b/drivers/nfc/s3fwrn5/firmware.h
index 3a82ce5837fb..19f479aa6920 100644
--- a/drivers/nfc/s3fwrn5/firmware.h
+++ b/drivers/nfc/s3fwrn5/firmware.h
@@ -2,7 +2,7 @@
/*
* NCI based driver for Samsung S3FWRN5 NFC chip
*
- * Copyright (C) 2015 Samsung Electrnoics
+ * Copyright (C) 2015 Samsung Electronics
* Robert Baldyga <r.baldyga@samsung.com>
*/
diff --git a/drivers/nfc/s3fwrn5/i2c.c b/drivers/nfc/s3fwrn5/i2c.c
index 536c566e3f59..110d086cfe5b 100644
--- a/drivers/nfc/s3fwrn5/i2c.c
+++ b/drivers/nfc/s3fwrn5/i2c.c
@@ -2,7 +2,7 @@
/*
* I2C Link Layer for Samsung S3FWRN5 NCI based Driver
*
- * Copyright (C) 2015 Samsung Electrnoics
+ * Copyright (C) 2015 Samsung Electronics
* Robert Baldyga <r.baldyga@samsung.com>
*/
diff --git a/drivers/nfc/s3fwrn5/nci.c b/drivers/nfc/s3fwrn5/nci.c
index ca6828f55ba0..5a9de11bbece 100644
--- a/drivers/nfc/s3fwrn5/nci.c
+++ b/drivers/nfc/s3fwrn5/nci.c
@@ -2,7 +2,7 @@
/*
* NCI based driver for Samsung S3FWRN5 NFC chip
*
- * Copyright (C) 2015 Samsung Electrnoics
+ * Copyright (C) 2015 Samsung Electronics
* Robert Baldyga <r.baldyga@samsung.com>
*/
diff --git a/drivers/nfc/s3fwrn5/nci.h b/drivers/nfc/s3fwrn5/nci.h
index c2d906591e9e..bc4bce2bbc4d 100644
--- a/drivers/nfc/s3fwrn5/nci.h
+++ b/drivers/nfc/s3fwrn5/nci.h
@@ -2,7 +2,7 @@
/*
* NCI based driver for Samsung S3FWRN5 NFC chip
*
- * Copyright (C) 2015 Samsung Electrnoics
+ * Copyright (C) 2015 Samsung Electronics
* Robert Baldyga <r.baldyga@samsung.com>
*/
diff --git a/drivers/nfc/s3fwrn5/phy_common.c b/drivers/nfc/s3fwrn5/phy_common.c
index 81318478d5fd..deb2c039f0fd 100644
--- a/drivers/nfc/s3fwrn5/phy_common.c
+++ b/drivers/nfc/s3fwrn5/phy_common.c
@@ -2,9 +2,9 @@
/*
* Link Layer for Samsung S3FWRN5 NCI based Driver
*
- * Copyright (C) 2015 Samsung Electrnoics
+ * Copyright (C) 2015 Samsung Electronics
* Robert Baldyga <r.baldyga@samsung.com>
- * Copyright (C) 2020 Samsung Electrnoics
+ * Copyright (C) 2020 Samsung Electronics
* Bongsu Jeon <bongsu.jeon@samsung.com>
*/
diff --git a/drivers/nfc/s3fwrn5/phy_common.h b/drivers/nfc/s3fwrn5/phy_common.h
index 99749c9294d1..9cef25436bf9 100644
--- a/drivers/nfc/s3fwrn5/phy_common.h
+++ b/drivers/nfc/s3fwrn5/phy_common.h
@@ -2,9 +2,9 @@
*
* Link Layer for Samsung S3FWRN5 NCI based Driver
*
- * Copyright (C) 2015 Samsung Electrnoics
+ * Copyright (C) 2015 Samsung Electronics
* Robert Baldyga <r.baldyga@samsung.com>
- * Copyright (C) 2020 Samsung Electrnoics
+ * Copyright (C) 2020 Samsung Electronics
* Bongsu Jeon <bongsu.jeon@samsung.com>
*/
diff --git a/drivers/nfc/s3fwrn5/s3fwrn5.h b/drivers/nfc/s3fwrn5/s3fwrn5.h
index bb8f936d13a2..2b492236090b 100644
--- a/drivers/nfc/s3fwrn5/s3fwrn5.h
+++ b/drivers/nfc/s3fwrn5/s3fwrn5.h
@@ -2,7 +2,7 @@
/*
* NCI based driver for Samsung S3FWRN5 NFC chip
*
- * Copyright (C) 2015 Samsung Electrnoics
+ * Copyright (C) 2015 Samsung Electronics
* Robert Baldyga <r.baldyga@samsung.com>
*/
--
2.43.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 2/6] nfc: virtual_ncidev: Correct Samsung "Electronics" spelling in copyright headers
2025-05-18 8:57 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers Sumanth Gavini
2025-05-18 8:57 ` [PATCH 1/6] nfc: s3fwrn5: Correct Samsung "Electronics" " Sumanth Gavini
@ 2025-05-18 8:57 ` Sumanth Gavini
2025-05-18 8:57 ` [PATCH 3/6] extcon: extcon-max77693: " Sumanth Gavini
` (5 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Sumanth Gavini @ 2025-05-18 8:57 UTC (permalink / raw)
To: bongsu.jeon, krzk; +Cc: Sumanth Gavini, netdev, linux-kernel
Fix the misspelling in Virtual NCI device simulation driver.
Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
drivers/nfc/virtual_ncidev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nfc/virtual_ncidev.c b/drivers/nfc/virtual_ncidev.c
index 6b89d596ba9a..9ef8ef2d4363 100644
--- a/drivers/nfc/virtual_ncidev.c
+++ b/drivers/nfc/virtual_ncidev.c
@@ -2,7 +2,7 @@
/*
* Virtual NCI device simulation driver
*
- * Copyright (C) 2020 Samsung Electrnoics
+ * Copyright (C) 2020 Samsung Electronics
* Bongsu Jeon <bongsu.jeon@samsung.com>
*/
--
2.43.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 3/6] extcon: extcon-max77693: Correct Samsung "Electronics" spelling in copyright headers
2025-05-18 8:57 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers Sumanth Gavini
2025-05-18 8:57 ` [PATCH 1/6] nfc: s3fwrn5: Correct Samsung "Electronics" " Sumanth Gavini
2025-05-18 8:57 ` [PATCH 2/6] nfc: virtual_ncidev: " Sumanth Gavini
@ 2025-05-18 8:57 ` Sumanth Gavini
2025-05-18 8:57 ` [PATCH 4/6] mfd: maxim: " Sumanth Gavini
` (4 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Sumanth Gavini @ 2025-05-18 8:57 UTC (permalink / raw)
To: cw00.choi, krzk, myungjoo.ham; +Cc: Sumanth Gavini, linux-kernel
Fix the misspelling in extcon-max77693 driver
Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
drivers/extcon/extcon-max77693.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/extcon/extcon-max77693.c b/drivers/extcon/extcon-max77693.c
index 2c567e0b7b7f..ab49ee6b5b2b 100644
--- a/drivers/extcon/extcon-max77693.c
+++ b/drivers/extcon/extcon-max77693.c
@@ -2,7 +2,7 @@
//
// extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC
//
-// Copyright (C) 2012 Samsung Electrnoics
+// Copyright (C) 2012 Samsung Electronics
// Chanwoo Choi <cw00.choi@samsung.com>
#include <linux/devm-helpers.h>
--
2.43.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 4/6] mfd: maxim: Correct Samsung "Electronics" spelling in copyright headers
2025-05-18 8:57 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers Sumanth Gavini
` (2 preceding siblings ...)
2025-05-18 8:57 ` [PATCH 3/6] extcon: extcon-max77693: " Sumanth Gavini
@ 2025-05-18 8:57 ` Sumanth Gavini
2025-05-18 8:57 ` [PATCH 5/6] mfd: maxim: Correct Samsung "Electronics" spelling in headers Sumanth Gavini
` (3 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Sumanth Gavini @ 2025-05-18 8:57 UTC (permalink / raw)
To: cw00.choi, krzk, lee; +Cc: Sumanth Gavini, linux-kernel
Fix the misspelling of 'Electronics' in MFD driver copyright headers.
Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
include/linux/mfd/max14577-private.h | 2 +-
include/linux/mfd/max14577.h | 2 +-
include/linux/mfd/max77686-private.h | 2 +-
include/linux/mfd/max77686.h | 2 +-
include/linux/mfd/max77693-private.h | 2 +-
include/linux/mfd/max77693.h | 2 +-
include/linux/mfd/max8997.h | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/include/linux/mfd/max14577-private.h b/include/linux/mfd/max14577-private.h
index a21374f8ad26..dd51a37fa37f 100644
--- a/include/linux/mfd/max14577-private.h
+++ b/include/linux/mfd/max14577-private.h
@@ -2,7 +2,7 @@
/*
* max14577-private.h - Common API for the Maxim 14577/77836 internal sub chip
*
- * Copyright (C) 2014 Samsung Electrnoics
+ * Copyright (C) 2014 Samsung Electronics
* Chanwoo Choi <cw00.choi@samsung.com>
* Krzysztof Kozlowski <krzk@kernel.org>
*/
diff --git a/include/linux/mfd/max14577.h b/include/linux/mfd/max14577.h
index 8b3ef891ba42..0fda5c2e745a 100644
--- a/include/linux/mfd/max14577.h
+++ b/include/linux/mfd/max14577.h
@@ -2,7 +2,7 @@
/*
* max14577.h - Driver for the Maxim 14577/77836
*
- * Copyright (C) 2014 Samsung Electrnoics
+ * Copyright (C) 2014 Samsung Electronics
* Chanwoo Choi <cw00.choi@samsung.com>
* Krzysztof Kozlowski <krzk@kernel.org>
*
diff --git a/include/linux/mfd/max77686-private.h b/include/linux/mfd/max77686-private.h
index ea635d12a741..e6b8b4014dc0 100644
--- a/include/linux/mfd/max77686-private.h
+++ b/include/linux/mfd/max77686-private.h
@@ -2,7 +2,7 @@
/*
* max77686-private.h - Voltage regulator driver for the Maxim 77686/802
*
- * Copyright (C) 2012 Samsung Electrnoics
+ * Copyright (C) 2012 Samsung Electronics
* Chiwoong Byun <woong.byun@samsung.com>
*/
diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h
index d0fb510875e6..7c4624acd1db 100644
--- a/include/linux/mfd/max77686.h
+++ b/include/linux/mfd/max77686.h
@@ -2,7 +2,7 @@
/*
* max77686.h - Driver for the Maxim 77686/802
*
- * Copyright (C) 2012 Samsung Electrnoics
+ * Copyright (C) 2012 Samsung Electronics
* Chiwoong Byun <woong.byun@samsung.com>
*
* This driver is based on max8997.h
diff --git a/include/linux/mfd/max77693-private.h b/include/linux/mfd/max77693-private.h
index c324d548619e..8e7c35b5ea1c 100644
--- a/include/linux/mfd/max77693-private.h
+++ b/include/linux/mfd/max77693-private.h
@@ -2,7 +2,7 @@
/*
* max77693-private.h - Voltage regulator driver for the Maxim 77693
*
- * Copyright (C) 2012 Samsung Electrnoics
+ * Copyright (C) 2012 Samsung Electronics
* SangYoung Son <hello.son@samsung.com>
*
* This program is not provided / owned by Maxim Integrated Products.
diff --git a/include/linux/mfd/max77693.h b/include/linux/mfd/max77693.h
index c67c16ba8649..8e77ebeb7cf1 100644
--- a/include/linux/mfd/max77693.h
+++ b/include/linux/mfd/max77693.h
@@ -2,7 +2,7 @@
/*
* max77693.h - Driver for the Maxim 77693
*
- * Copyright (C) 2012 Samsung Electrnoics
+ * Copyright (C) 2012 Samsung Electronics
* SangYoung Son <hello.son@samsung.com>
*
* This program is not provided / owned by Maxim Integrated Products.
diff --git a/include/linux/mfd/max8997.h b/include/linux/mfd/max8997.h
index 5c2cc1103437..fb36e1386069 100644
--- a/include/linux/mfd/max8997.h
+++ b/include/linux/mfd/max8997.h
@@ -2,7 +2,7 @@
/*
* max8997.h - Driver for the Maxim 8997/8966
*
- * Copyright (C) 2009-2010 Samsung Electrnoics
+ * Copyright (C) 2009-2010 Samsung Electronics
* MyungJoo Ham <myungjoo.ham@samsung.com>
*
* This driver is based on max8998.h
--
2.43.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 5/6] mfd: maxim: Correct Samsung "Electronics" spelling in headers
2025-05-18 8:57 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers Sumanth Gavini
` (3 preceding siblings ...)
2025-05-18 8:57 ` [PATCH 4/6] mfd: maxim: " Sumanth Gavini
@ 2025-05-18 8:57 ` Sumanth Gavini
2025-05-18 8:57 ` [PATCH 6/6] regulator: max8952: Correct Samsung "Electronics" spelling in copyright headers Sumanth Gavini
` (2 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Sumanth Gavini @ 2025-05-18 8:57 UTC (permalink / raw)
To: lee; +Cc: Sumanth Gavini, linux-kernel
Fix the misspelling of 'Electronics' in MFD driver copyright headers.
Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
include/linux/mfd/max8997-private.h | 2 +-
include/linux/mfd/max8998-private.h | 2 +-
include/linux/mfd/max8998.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/linux/mfd/max8997-private.h b/include/linux/mfd/max8997-private.h
index f70eea0f2264..261c0aae7d00 100644
--- a/include/linux/mfd/max8997-private.h
+++ b/include/linux/mfd/max8997-private.h
@@ -2,7 +2,7 @@
/*
* max8997-private.h - Voltage regulator driver for the Maxim 8997
*
- * Copyright (C) 2010 Samsung Electrnoics
+ * Copyright (C) 2010 Samsung Electronics
* MyungJoo Ham <myungjoo.ham@samsung.com>
*/
diff --git a/include/linux/mfd/max8998-private.h b/include/linux/mfd/max8998-private.h
index 6deb5f577602..d77dc18db6eb 100644
--- a/include/linux/mfd/max8998-private.h
+++ b/include/linux/mfd/max8998-private.h
@@ -2,7 +2,7 @@
/*
* max8998-private.h - Voltage regulator driver for the Maxim 8998
*
- * Copyright (C) 2009-2010 Samsung Electrnoics
+ * Copyright (C) 2009-2010 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.com>
* Marek Szyprowski <m.szyprowski@samsung.com>
*/
diff --git a/include/linux/mfd/max8998.h b/include/linux/mfd/max8998.h
index a054e55c8646..5473f1983e31 100644
--- a/include/linux/mfd/max8998.h
+++ b/include/linux/mfd/max8998.h
@@ -2,7 +2,7 @@
/*
* max8998.h - Voltage regulator driver for the Maxim 8998
*
- * Copyright (C) 2009-2010 Samsung Electrnoics
+ * Copyright (C) 2009-2010 Samsung Electronics
* Kyungmin Park <kyungmin.park@samsung.com>
* Marek Szyprowski <m.szyprowski@samsung.com>
*/
--
2.43.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 6/6] regulator: max8952: Correct Samsung "Electronics" spelling in copyright headers
2025-05-18 8:57 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers Sumanth Gavini
` (4 preceding siblings ...)
2025-05-18 8:57 ` [PATCH 5/6] mfd: maxim: Correct Samsung "Electronics" spelling in headers Sumanth Gavini
@ 2025-05-18 8:57 ` Sumanth Gavini
2025-05-19 10:08 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' " Mark Brown
2025-05-20 11:50 ` (subset) " Mark Brown
7 siblings, 0 replies; 11+ messages in thread
From: Sumanth Gavini @ 2025-05-18 8:57 UTC (permalink / raw)
To: lgirdwood, broonie; +Cc: Sumanth Gavini, linux-kernel
Fix the misspelling of 'Electronics' in max8952 driver copyright headers.
Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
include/linux/regulator/max8952.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/regulator/max8952.h b/include/linux/regulator/max8952.h
index 8712c091abf0..61dcd8e00a2f 100644
--- a/include/linux/regulator/max8952.h
+++ b/include/linux/regulator/max8952.h
@@ -2,7 +2,7 @@
/*
* max8952.h - Voltage regulation for the Maxim 8952
*
- * Copyright (C) 2010 Samsung Electrnoics
+ * Copyright (C) 2010 Samsung Electronics
* MyungJoo Ham <myungjoo.ham@samsung.com>
*/
--
2.43.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 1/6] nfc: s3fwrn5: Correct Samsung "Electronics" spelling in copyright headers
2025-05-18 8:57 ` [PATCH 1/6] nfc: s3fwrn5: Correct Samsung "Electronics" " Sumanth Gavini
@ 2025-05-18 10:32 ` Krzysztof Kozlowski
0 siblings, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-18 10:32 UTC (permalink / raw)
To: Sumanth Gavini; +Cc: netdev, linux-kernel
On 18/05/2025 10:57, Sumanth Gavini wrote:
> Fix the misspelling in NFC-related drivers.
>
> Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
> ---
> drivers/nfc/s3fwrn5/core.c | 2 +-
> drivers/nfc/s3fwrn5/firmware.c | 2 +-
> drivers/nfc/s3fwrn5/firmware.h | 2 +-
> drivers/nfc/s3fwrn5/i2c.c | 2 +-
> drivers/nfc/s3fwrn5/nci.c | 2 +-
> drivers/nfc/s3fwrn5/nci.h | 2 +-
> drivers/nfc/s3fwrn5/phy_common.c | 4 ++--
> drivers/nfc/s3fwrn5/phy_common.h | 4 ++--
> drivers/nfc/s3fwrn5/s3fwrn5.h | 2 +-
> 9 files changed, 11 insertions(+), 11 deletions(-)
Just squash both NFC patches together.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers
2025-05-18 8:57 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers Sumanth Gavini
` (5 preceding siblings ...)
2025-05-18 8:57 ` [PATCH 6/6] regulator: max8952: Correct Samsung "Electronics" spelling in copyright headers Sumanth Gavini
@ 2025-05-19 10:08 ` Mark Brown
2025-05-19 22:52 ` WITHDRAWN - " Sumanth Gavini
2025-05-20 11:50 ` (subset) " Mark Brown
7 siblings, 1 reply; 11+ messages in thread
From: Mark Brown @ 2025-05-19 10:08 UTC (permalink / raw)
To: Sumanth Gavini
Cc: krzk, bongsu.jeon, cw00.choi, myungjoo.ham, lee, lgirdwood,
netdev, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 554 bytes --]
On Sun, May 18, 2025 at 01:57:26AM -0700, Sumanth Gavini wrote:
> This series fixes the misspelling of "Electronics" as "Electrnoics"
> across multiple subsystems (MFD, NFC, EXTCON). Each patch targets
> a different subsystem for easier review.
>
> The changes are mechanical and do not affect functionality.
Please don't combine unrelated patches like this into a series that
crosses subsystems, it just makes it more confusing how things are
going to get applied and if there's dependencies. Just send things
separately to each subsystem.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* WITHDRAWN - [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers
2025-05-19 10:08 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' " Mark Brown
@ 2025-05-19 22:52 ` Sumanth Gavini
0 siblings, 0 replies; 11+ messages in thread
From: Sumanth Gavini @ 2025-05-19 22:52 UTC (permalink / raw)
To: broonie
Cc: bongsu.jeon, cw00.choi, krzk, lee, lgirdwood, linux-kernel,
myungjoo.ham, netdev, sumanth.gavini
As per the comment from the reviewer, This series will be replaced by individual subsystem patches.
Link: https://lore.kernel.org/lkml/3aa30119-60e5-4dcb-b13a-1753966ca775@sirena.org.uk/#t
Regards,
Sumanth
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: (subset) [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers
2025-05-18 8:57 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers Sumanth Gavini
` (6 preceding siblings ...)
2025-05-19 10:08 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' " Mark Brown
@ 2025-05-20 11:50 ` Mark Brown
7 siblings, 0 replies; 11+ messages in thread
From: Mark Brown @ 2025-05-20 11:50 UTC (permalink / raw)
To: krzk, bongsu.jeon, cw00.choi, myungjoo.ham, lee, lgirdwood,
Sumanth Gavini
Cc: netdev, linux-kernel
On Sun, 18 May 2025 01:57:26 -0700, Sumanth Gavini wrote:
> This series fixes the misspelling of "Electronics" as "Electrnoics"
> across multiple subsystems (MFD, NFC, EXTCON). Each patch targets
> a different subsystem for easier review.
>
> The changes are mechanical and do not affect functionality.
>
> Sumanth Gavini (6):
> nfc: s3fwrn5: Correct Samsung "Electronics" spelling in copyright
> headers
> nfc: virtual_ncidev: Correct Samsung "Electronics" spelling in
> copyright headers
> extcon: extcon-max77693: Correct Samsung "Electronics" spelling in
> copyright headers
> mfd: maxim: Correct Samsung "Electronics" spelling in copyright
> headers
> mfd: maxim: Correct Samsung "Electronics" spelling in headers
> regulator: max8952: Correct Samsung "Electronics" spelling in
> copyright headers
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
Thanks!
[6/6] regulator: max8952: Correct Samsung "Electronics" spelling in copyright headers
commit: c451e2da54bce183fbb270ec01ab3ca725ddf943
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-05-20 11:51 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250518085734.88890-1-sumanth.gavini.ref@yahoo.com>
2025-05-18 8:57 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' spelling in copyright headers Sumanth Gavini
2025-05-18 8:57 ` [PATCH 1/6] nfc: s3fwrn5: Correct Samsung "Electronics" " Sumanth Gavini
2025-05-18 10:32 ` Krzysztof Kozlowski
2025-05-18 8:57 ` [PATCH 2/6] nfc: virtual_ncidev: " Sumanth Gavini
2025-05-18 8:57 ` [PATCH 3/6] extcon: extcon-max77693: " Sumanth Gavini
2025-05-18 8:57 ` [PATCH 4/6] mfd: maxim: " Sumanth Gavini
2025-05-18 8:57 ` [PATCH 5/6] mfd: maxim: Correct Samsung "Electronics" spelling in headers Sumanth Gavini
2025-05-18 8:57 ` [PATCH 6/6] regulator: max8952: Correct Samsung "Electronics" spelling in copyright headers Sumanth Gavini
2025-05-19 10:08 ` [PATCH 0/6] fix: Correct Samsung 'Electronics' " Mark Brown
2025-05-19 22:52 ` WITHDRAWN - " Sumanth Gavini
2025-05-20 11:50 ` (subset) " Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox