2023-06-30 20:36:20

by Jonas Gorski

[permalink] [raw]
Subject: [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx

I noticed the driver is unclaimed. Since I was the last one doing
substantial work on it, add me as the maintainer.

As it is only found in legacy products, mark it as "Odd Fixes"
instead of "Maintained".

Signed-off-by: Jonas Gorski <[email protected]>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bc201627c2e0..d12da512dceb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4169,6 +4169,13 @@ F: Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi.yaml
F: drivers/spi/spi-bcm63xx-hsspi.c
F: drivers/spi/spi-bcmbca-hsspi.c

+BROADCOM BCM6348/BCM6358 SPI controller DRIVER
+M: Jonas Gorski <[email protected]>
+L: [email protected]
+S: Odd Fixes
+F: Documentation/devicetree/bindings/spi/spi-bcm63xx.txt
+F: drivers/spi/spi-bcm63xx-spi.c
+
BROADCOM ETHERNET PHY DRIVERS
M: Florian Fainelli <[email protected]>
R: Broadcom internal kernel review list <[email protected]>
--
2.34.1



2023-06-30 20:44:42

by Jonas Gorski

[permalink] [raw]
Subject: [PATCH 3/3] mailmap: add entry for Jonas Gorski

The openwrt.org email address is long defunct, but still pop ups from
time to time when asking get_maintainer.pl. So add an entry to my
currently used address.

Signed-off-by: Jonas Gorski <[email protected]>
---
.mailmap | 1 +
1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index bf076bbc36b1..e1f8c928a5c2 100644
--- a/.mailmap
+++ b/.mailmap
@@ -237,6 +237,7 @@ John Paul Adrian Glaubitz <[email protected]>
John Stultz <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
+Jonas Gorski <[email protected]> <[email protected]>
Jordan Crouse <[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
--
2.34.1


2023-06-30 20:55:56

by Jonas Gorski

[permalink] [raw]
Subject: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address

Update my email address to a working one, as the openwrt.org one is
broken since ages.

Signed-off-by: Jonas Gorski <[email protected]>
---
drivers/spi/spi-bcm63xx-hsspi.c | 2 +-
drivers/spi/spi-bcmbca-hsspi.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/spi-bcm63xx-hsspi.c b/drivers/spi/spi-bcm63xx-hsspi.c
index ee2528dad02d..9e218e143263 100644
--- a/drivers/spi/spi-bcm63xx-hsspi.c
+++ b/drivers/spi/spi-bcm63xx-hsspi.c
@@ -2,7 +2,7 @@
* Broadcom BCM63XX High Speed SPI Controller driver
*
* Copyright 2000-2010 Broadcom Corporation
- * Copyright 2012-2013 Jonas Gorski <[email protected]>
+ * Copyright 2012-2013 Jonas Gorski <[email protected]>
*
* Licensed under the GNU/GPL. See COPYING for details.
*/
diff --git a/drivers/spi/spi-bcmbca-hsspi.c b/drivers/spi/spi-bcmbca-hsspi.c
index 8cbd01619789..ca1b4741e9f4 100644
--- a/drivers/spi/spi-bcmbca-hsspi.c
+++ b/drivers/spi/spi-bcmbca-hsspi.c
@@ -3,7 +3,7 @@
* Broadcom BCMBCA High Speed SPI Controller driver
*
* Copyright 2000-2010 Broadcom Corporation
- * Copyright 2012-2013 Jonas Gorski <[email protected]>
+ * Copyright 2012-2013 Jonas Gorski <[email protected]>
* Copyright 2019-2022 Broadcom Ltd
*/

--
2.34.1


2023-06-30 20:57:18

by Jonas Gorski

[permalink] [raw]
Subject: Re: [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx

On Fri, 30 Jun 2023 at 22:23, Jonas Gorski <[email protected]> wrote:
>
> I noticed the driver is unclaimed. Since I was the last one doing
> substantial work on it, add me as the maintainer.
>
> As it is only found in legacy products, mark it as "Odd Fixes"
> instead of "Maintained".
>
> Signed-off-by: Jonas Gorski <[email protected]>

Well, that didn't work as expected, I missed the part where
tocmd/cccmd is done per patch, potentially missing important
recipients. And it felt so convenient ... .

I'll send it again with proper addresses added.

> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bc201627c2e0..d12da512dceb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4169,6 +4169,13 @@ F: Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi.yaml
> F: drivers/spi/spi-bcm63xx-hsspi.c
> F: drivers/spi/spi-bcmbca-hsspi.c
>
> +BROADCOM BCM6348/BCM6358 SPI controller DRIVER
> +M: Jonas Gorski <[email protected]>
> +L: [email protected]
> +S: Odd Fixes
> +F: Documentation/devicetree/bindings/spi/spi-bcm63xx.txt
> +F: drivers/spi/spi-bcm63xx-spi.c
> +
> BROADCOM ETHERNET PHY DRIVERS
> M: Florian Fainelli <[email protected]>
> R: Broadcom internal kernel review list <[email protected]>
> --
> 2.34.1
>

2023-07-04 00:38:37

by William Zhang

[permalink] [raw]
Subject: RE: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address

> -----Original Message-----
> From: Jonas Gorski <[email protected]>
> Sent: Friday, June 30, 2023 1:23 PM
> To: William Zhang <[email protected]>; Kursad Oney
> <[email protected]>; Broadcom internal kernel review list <bcm-
> [email protected]>; Mark Brown <[email protected]>;
> Anand Gore <[email protected]>; Florian Fainelli
> <[email protected]>; Rafał Miłecki <[email protected]>
> Cc: [email protected]; [email protected]; linux-arm-
> [email protected]
> Subject: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address
>
> Update my email address to a working one, as the openwrt.org one is
> broken since ages.
>
> Signed-off-by: Jonas Gorski <[email protected]>
> ---
> drivers/spi/spi-bcm63xx-hsspi.c | 2 +-
> drivers/spi/spi-bcmbca-hsspi.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/spi/spi-bcm63xx-hsspi.c
> b/drivers/spi/spi-bcm63xx-hsspi.c
> index ee2528dad02d..9e218e143263 100644
> --- a/drivers/spi/spi-bcm63xx-hsspi.c
> +++ b/drivers/spi/spi-bcm63xx-hsspi.c
> @@ -2,7 +2,7 @@
> * Broadcom BCM63XX High Speed SPI Controller driver
> *
> * Copyright 2000-2010 Broadcom Corporation
> - * Copyright 2012-2013 Jonas Gorski <[email protected]>
> + * Copyright 2012-2013 Jonas Gorski <[email protected]>
> *
> * Licensed under the GNU/GPL. See COPYING for details.
> */
> diff --git a/drivers/spi/spi-bcmbca-hsspi.c
> b/drivers/spi/spi-bcmbca-hsspi.c
> index 8cbd01619789..ca1b4741e9f4 100644
> --- a/drivers/spi/spi-bcmbca-hsspi.c
> +++ b/drivers/spi/spi-bcmbca-hsspi.c
> @@ -3,7 +3,7 @@
> * Broadcom BCMBCA High Speed SPI Controller driver
> *
> * Copyright 2000-2010 Broadcom Corporation
> - * Copyright 2012-2013 Jonas Gorski <[email protected]>
> + * Copyright 2012-2013 Jonas Gorski <[email protected]>
> * Copyright 2019-2022 Broadcom Ltd
> */
>
> --
> 2.34.1

Acked-by: William Zhang < [email protected]>


Attachments:
smime.p7s (4.11 kB)
S/MIME Cryptographic Signature

2023-07-04 15:04:36

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 2/3] spi: bcm{63xx,bca}-hsspi: update my email address



On 6/30/2023 10:22 PM, Jonas Gorski wrote:
> Update my email address to a working one, as the openwrt.org one is
> broken since ages.
>
> Signed-off-by: Jonas Gorski <[email protected]>

Acked-by: Florian Fainelli <[email protected]>
--
Florian


Attachments:
smime.p7s (4.12 kB)
S/MIME Cryptographic Signature

2023-07-04 16:12:51

by Mark Brown

[permalink] [raw]
Subject: Re: (subset) [PATCH 1/3] MAINTAINERS: add myself for spi-bcm63xx

On Fri, 30 Jun 2023 22:22:54 +0200, Jonas Gorski wrote:
> I noticed the driver is unclaimed. Since I was the last one doing
> substantial work on it, add me as the maintainer.
>
> As it is only found in legacy products, mark it as "Odd Fixes"
> instead of "Maintained".
>
>
> [...]

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[2/3] spi: bcm{63xx,bca}-hsspi: update my email address
commit: 879a879c216a41f5403d8d3dbc204a48501912bf

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