.mailmap | 1 + .../bindings/crypto/atmel,at91sam9g46-aes.yaml | 2 +- .../bindings/crypto/atmel,at91sam9g46-sha.yaml | 2 +- .../bindings/crypto/atmel,at91sam9g46-tdes.yaml | 2 +- .../devicetree/bindings/spi/atmel,at91rm9200-spi.yaml | 2 +- .../devicetree/bindings/spi/atmel,quadspi.yaml | 2 +- MAINTAINERS | 10 +++++----- drivers/crypto/atmel-ecc.c | 4 ++-- drivers/crypto/atmel-i2c.c | 4 ++-- drivers/crypto/atmel-i2c.h | 2 +- 10 files changed, 16 insertions(+), 15 deletions(-)
From: Tudor Ambarus <tudor.ambarus@microchip.com>
My professional email will change and the microchip one will bounce after
mid-november of 2022.
Update the MAINTAINERS file, the YAML bindings, MODULE_AUTHOR entries and
author mentions, and add an entry in the .mailmap file.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Pratyush Yadav <pratyush@kernel.org>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
v2: rebase on top of v6.2-rc1, collect Acked-by tags.
.mailmap | 1 +
.../bindings/crypto/atmel,at91sam9g46-aes.yaml | 2 +-
.../bindings/crypto/atmel,at91sam9g46-sha.yaml | 2 +-
.../bindings/crypto/atmel,at91sam9g46-tdes.yaml | 2 +-
.../devicetree/bindings/spi/atmel,at91rm9200-spi.yaml | 2 +-
.../devicetree/bindings/spi/atmel,quadspi.yaml | 2 +-
MAINTAINERS | 10 +++++-----
drivers/crypto/atmel-ecc.c | 4 ++--
drivers/crypto/atmel-i2c.c | 4 ++--
drivers/crypto/atmel-i2c.h | 2 +-
10 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/.mailmap b/.mailmap
index ccba4cf0d893..562f70d3b6a5 100644
--- a/.mailmap
+++ b/.mailmap
@@ -422,6 +422,7 @@ Tony Luck <tony.luck@intel.com>
TripleX Chung <xxx.phy@gmail.com> <triplex@zh-kernel.org>
TripleX Chung <xxx.phy@gmail.com> <zhongyu@18mail.cn>
Tsuneo Yoshioka <Tsuneo.Yoshioka@f-secure.com>
+Tudor Ambarus <tudor.ambarus@linaro.org> <tudor.ambarus@microchip.com>
Tycho Andersen <tycho@tycho.pizza> <tycho@tycho.ws>
Tzung-Bi Shih <tzungbi@kernel.org> <tzungbi@google.com>
Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml
index 0ccaab16dc61..0b7383b3106b 100644
--- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml
+++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml
@@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Atmel Advanced Encryption Standard (AES) HW cryptographic accelerator
maintainers:
- - Tudor Ambarus <tudor.ambarus@microchip.com>
+ - Tudor Ambarus <tudor.ambarus@linaro.org>
properties:
compatible:
diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml
index 5163c51b4547..ee2ffb034325 100644
--- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml
+++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml
@@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Atmel Secure Hash Algorithm (SHA) HW cryptographic accelerator
maintainers:
- - Tudor Ambarus <tudor.ambarus@microchip.com>
+ - Tudor Ambarus <tudor.ambarus@linaro.org>
properties:
compatible:
diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml
index fcc5adf03cad..3d6ed24b1b00 100644
--- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml
+++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml
@@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Atmel Triple Data Encryption Standard (TDES) HW cryptographic accelerator
maintainers:
- - Tudor Ambarus <tudor.ambarus@microchip.com>
+ - Tudor Ambarus <tudor.ambarus@linaro.org>
properties:
compatible:
diff --git a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
index 4dd973e341e6..6c57dd6c3a36 100644
--- a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
+++ b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
@@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Atmel SPI device
maintainers:
- - Tudor Ambarus <tudor.ambarus@microchip.com>
+ - Tudor Ambarus <tudor.ambarus@linaro.org>
allOf:
- $ref: spi-controller.yaml#
diff --git a/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml b/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml
index 1d493add4053..b0d99bc10535 100644
--- a/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml
+++ b/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Atmel Quad Serial Peripheral Interface (QSPI)
maintainers:
- - Tudor Ambarus <tudor.ambarus@microchip.com>
+ - Tudor Ambarus <tudor.ambarus@linaro.org>
allOf:
- $ref: spi-controller.yaml#
diff --git a/MAINTAINERS b/MAINTAINERS
index f61eb221415b..8fa9386559f8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13620,7 +13620,7 @@ F: arch/microblaze/
MICROCHIP AT91 DMA DRIVERS
M: Ludovic Desroches <ludovic.desroches@microchip.com>
-M: Tudor Ambarus <tudor.ambarus@microchip.com>
+M: Tudor Ambarus <tudor.ambarus@linaro.org>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
L: dmaengine@vger.kernel.org
S: Supported
@@ -13665,7 +13665,7 @@ F: Documentation/devicetree/bindings/media/microchip,csi2dc.yaml
F: drivers/media/platform/microchip/microchip-csi2dc.c
MICROCHIP ECC DRIVER
-M: Tudor Ambarus <tudor.ambarus@microchip.com>
+M: Tudor Ambarus <tudor.ambarus@linaro.org>
L: linux-crypto@vger.kernel.org
S: Maintained
F: drivers/crypto/atmel-ecc.*
@@ -13762,7 +13762,7 @@ S: Maintained
F: drivers/mmc/host/atmel-mci.c
MICROCHIP NAND DRIVER
-M: Tudor Ambarus <tudor.ambarus@microchip.com>
+M: Tudor Ambarus <tudor.ambarus@linaro.org>
L: linux-mtd@lists.infradead.org
S: Supported
F: Documentation/devicetree/bindings/mtd/atmel-nand.txt
@@ -13814,7 +13814,7 @@ S: Supported
F: drivers/power/reset/at91-sama5d2_shdwc.c
MICROCHIP SPI DRIVER
-M: Tudor Ambarus <tudor.ambarus@microchip.com>
+M: Tudor Ambarus <tudor.ambarus@linaro.org>
S: Supported
F: drivers/spi/spi-atmel.*
@@ -19664,7 +19664,7 @@ F: drivers/clk/spear/
F: drivers/pinctrl/spear/
SPI NOR SUBSYSTEM
-M: Tudor Ambarus <tudor.ambarus@microchip.com>
+M: Tudor Ambarus <tudor.ambarus@linaro.org>
M: Pratyush Yadav <pratyush@kernel.org>
R: Michael Walle <michael@walle.cc>
L: linux-mtd@lists.infradead.org
diff --git a/drivers/crypto/atmel-ecc.c b/drivers/crypto/atmel-ecc.c
index 53100fb9b07b..12205e2b53b4 100644
--- a/drivers/crypto/atmel-ecc.c
+++ b/drivers/crypto/atmel-ecc.c
@@ -3,7 +3,7 @@
* Microchip / Atmel ECC (I2C) driver.
*
* Copyright (c) 2017, Microchip Technology Inc.
- * Author: Tudor Ambarus <tudor.ambarus@microchip.com>
+ * Author: Tudor Ambarus
*/
#include <linux/delay.h>
@@ -411,6 +411,6 @@ static void __exit atmel_ecc_exit(void)
module_init(atmel_ecc_init);
module_exit(atmel_ecc_exit);
-MODULE_AUTHOR("Tudor Ambarus <tudor.ambarus@microchip.com>");
+MODULE_AUTHOR("Tudor Ambarus");
MODULE_DESCRIPTION("Microchip / Atmel ECC (I2C) driver");
MODULE_LICENSE("GPL v2");
diff --git a/drivers/crypto/atmel-i2c.c b/drivers/crypto/atmel-i2c.c
index 81ce09bedda8..55bff1e13142 100644
--- a/drivers/crypto/atmel-i2c.c
+++ b/drivers/crypto/atmel-i2c.c
@@ -3,7 +3,7 @@
* Microchip / Atmel ECC (I2C) driver.
*
* Copyright (c) 2017, Microchip Technology Inc.
- * Author: Tudor Ambarus <tudor.ambarus@microchip.com>
+ * Author: Tudor Ambarus
*/
#include <linux/bitrev.h>
@@ -390,6 +390,6 @@ static void __exit atmel_i2c_exit(void)
module_init(atmel_i2c_init);
module_exit(atmel_i2c_exit);
-MODULE_AUTHOR("Tudor Ambarus <tudor.ambarus@microchip.com>");
+MODULE_AUTHOR("Tudor Ambarus");
MODULE_DESCRIPTION("Microchip / Atmel ECC (I2C) driver");
MODULE_LICENSE("GPL v2");
diff --git a/drivers/crypto/atmel-i2c.h b/drivers/crypto/atmel-i2c.h
index 48929efe2a5b..35f7857a7f7c 100644
--- a/drivers/crypto/atmel-i2c.h
+++ b/drivers/crypto/atmel-i2c.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2017, Microchip Technology Inc.
- * Author: Tudor Ambarus <tudor.ambarus@microchip.com>
+ * Author: Tudor Ambarus
*/
#ifndef __ATMEL_I2C_H__
--
2.34.1
On Mon, 2022-12-26 at 14:40:43 UTC, Tudor Ambarus wrote: > From: Tudor Ambarus <tudor.ambarus@microchip.com> > > My professional email will change and the microchip one will bounce after > mid-november of 2022. > > Update the MAINTAINERS file, the YAML bindings, MODULE_AUTHOR entries and > author mentions, and add an entry in the .mailmap file. > > Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> > Acked-by: Rob Herring <robh@kernel.org> > Acked-by: Pratyush Yadav <pratyush@kernel.org> > Acked-by: Mark Brown <broonie@kernel.org> > Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> > Acked-by: Herbert Xu <herbert@gondor.apana.org.au> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes, thanks. Miquel
Hi, Arnd, We have all the required Acked-by tags to queue this patch. Do you still plan to take it throught the SoC fixes branch? The alternative is to queue it to mtd/fixes. Thanks, ta On 26.12.2022 16:40, Tudor Ambarus wrote: > From: Tudor Ambarus <tudor.ambarus@microchip.com> > > My professional email will change and the microchip one will bounce after > mid-november of 2022. > > Update the MAINTAINERS file, the YAML bindings, MODULE_AUTHOR entries and > author mentions, and add an entry in the .mailmap file. > > Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> > Acked-by: Rob Herring <robh@kernel.org> > Acked-by: Pratyush Yadav <pratyush@kernel.org> > Acked-by: Mark Brown <broonie@kernel.org> > Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> > Acked-by: Herbert Xu <herbert@gondor.apana.org.au> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > v2: rebase on top of v6.2-rc1, collect Acked-by tags. > > .mailmap | 1 + > .../bindings/crypto/atmel,at91sam9g46-aes.yaml | 2 +- > .../bindings/crypto/atmel,at91sam9g46-sha.yaml | 2 +- > .../bindings/crypto/atmel,at91sam9g46-tdes.yaml | 2 +- > .../devicetree/bindings/spi/atmel,at91rm9200-spi.yaml | 2 +- > .../devicetree/bindings/spi/atmel,quadspi.yaml | 2 +- > MAINTAINERS | 10 +++++----- > drivers/crypto/atmel-ecc.c | 4 ++-- > drivers/crypto/atmel-i2c.c | 4 ++-- > drivers/crypto/atmel-i2c.h | 2 +- > 10 files changed, 16 insertions(+), 15 deletions(-) > > diff --git a/.mailmap b/.mailmap > index ccba4cf0d893..562f70d3b6a5 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -422,6 +422,7 @@ Tony Luck <tony.luck@intel.com> > TripleX Chung <xxx.phy@gmail.com> <triplex@zh-kernel.org> > TripleX Chung <xxx.phy@gmail.com> <zhongyu@18mail.cn> > Tsuneo Yoshioka <Tsuneo.Yoshioka@f-secure.com> > +Tudor Ambarus <tudor.ambarus@linaro.org> <tudor.ambarus@microchip.com> > Tycho Andersen <tycho@tycho.pizza> <tycho@tycho.ws> > Tzung-Bi Shih <tzungbi@kernel.org> <tzungbi@google.com> > Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> > diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml > index 0ccaab16dc61..0b7383b3106b 100644 > --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml > +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml > @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Atmel Advanced Encryption Standard (AES) HW cryptographic accelerator > > maintainers: > - - Tudor Ambarus <tudor.ambarus@microchip.com> > + - Tudor Ambarus <tudor.ambarus@linaro.org> > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml > index 5163c51b4547..ee2ffb034325 100644 > --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml > +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml > @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Atmel Secure Hash Algorithm (SHA) HW cryptographic accelerator > > maintainers: > - - Tudor Ambarus <tudor.ambarus@microchip.com> > + - Tudor Ambarus <tudor.ambarus@linaro.org> > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml > index fcc5adf03cad..3d6ed24b1b00 100644 > --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml > +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml > @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Atmel Triple Data Encryption Standard (TDES) HW cryptographic accelerator > > maintainers: > - - Tudor Ambarus <tudor.ambarus@microchip.com> > + - Tudor Ambarus <tudor.ambarus@linaro.org> > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml > index 4dd973e341e6..6c57dd6c3a36 100644 > --- a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml > +++ b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml > @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Atmel SPI device > > maintainers: > - - Tudor Ambarus <tudor.ambarus@microchip.com> > + - Tudor Ambarus <tudor.ambarus@linaro.org> > > allOf: > - $ref: spi-controller.yaml# > diff --git a/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml b/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml > index 1d493add4053..b0d99bc10535 100644 > --- a/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml > +++ b/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Atmel Quad Serial Peripheral Interface (QSPI) > > maintainers: > - - Tudor Ambarus <tudor.ambarus@microchip.com> > + - Tudor Ambarus <tudor.ambarus@linaro.org> > > allOf: > - $ref: spi-controller.yaml# > diff --git a/MAINTAINERS b/MAINTAINERS > index f61eb221415b..8fa9386559f8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13620,7 +13620,7 @@ F: arch/microblaze/ > > MICROCHIP AT91 DMA DRIVERS > M: Ludovic Desroches <ludovic.desroches@microchip.com> > -M: Tudor Ambarus <tudor.ambarus@microchip.com> > +M: Tudor Ambarus <tudor.ambarus@linaro.org> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > L: dmaengine@vger.kernel.org > S: Supported > @@ -13665,7 +13665,7 @@ F: Documentation/devicetree/bindings/media/microchip,csi2dc.yaml > F: drivers/media/platform/microchip/microchip-csi2dc.c > > MICROCHIP ECC DRIVER > -M: Tudor Ambarus <tudor.ambarus@microchip.com> > +M: Tudor Ambarus <tudor.ambarus@linaro.org> > L: linux-crypto@vger.kernel.org > S: Maintained > F: drivers/crypto/atmel-ecc.* > @@ -13762,7 +13762,7 @@ S: Maintained > F: drivers/mmc/host/atmel-mci.c > > MICROCHIP NAND DRIVER > -M: Tudor Ambarus <tudor.ambarus@microchip.com> > +M: Tudor Ambarus <tudor.ambarus@linaro.org> > L: linux-mtd@lists.infradead.org > S: Supported > F: Documentation/devicetree/bindings/mtd/atmel-nand.txt > @@ -13814,7 +13814,7 @@ S: Supported > F: drivers/power/reset/at91-sama5d2_shdwc.c > > MICROCHIP SPI DRIVER > -M: Tudor Ambarus <tudor.ambarus@microchip.com> > +M: Tudor Ambarus <tudor.ambarus@linaro.org> > S: Supported > F: drivers/spi/spi-atmel.* > > @@ -19664,7 +19664,7 @@ F: drivers/clk/spear/ > F: drivers/pinctrl/spear/ > > SPI NOR SUBSYSTEM > -M: Tudor Ambarus <tudor.ambarus@microchip.com> > +M: Tudor Ambarus <tudor.ambarus@linaro.org> > M: Pratyush Yadav <pratyush@kernel.org> > R: Michael Walle <michael@walle.cc> > L: linux-mtd@lists.infradead.org > diff --git a/drivers/crypto/atmel-ecc.c b/drivers/crypto/atmel-ecc.c > index 53100fb9b07b..12205e2b53b4 100644 > --- a/drivers/crypto/atmel-ecc.c > +++ b/drivers/crypto/atmel-ecc.c > @@ -3,7 +3,7 @@ > * Microchip / Atmel ECC (I2C) driver. > * > * Copyright (c) 2017, Microchip Technology Inc. > - * Author: Tudor Ambarus <tudor.ambarus@microchip.com> > + * Author: Tudor Ambarus > */ > > #include <linux/delay.h> > @@ -411,6 +411,6 @@ static void __exit atmel_ecc_exit(void) > module_init(atmel_ecc_init); > module_exit(atmel_ecc_exit); > > -MODULE_AUTHOR("Tudor Ambarus <tudor.ambarus@microchip.com>"); > +MODULE_AUTHOR("Tudor Ambarus"); > MODULE_DESCRIPTION("Microchip / Atmel ECC (I2C) driver"); > MODULE_LICENSE("GPL v2"); > diff --git a/drivers/crypto/atmel-i2c.c b/drivers/crypto/atmel-i2c.c > index 81ce09bedda8..55bff1e13142 100644 > --- a/drivers/crypto/atmel-i2c.c > +++ b/drivers/crypto/atmel-i2c.c > @@ -3,7 +3,7 @@ > * Microchip / Atmel ECC (I2C) driver. > * > * Copyright (c) 2017, Microchip Technology Inc. > - * Author: Tudor Ambarus <tudor.ambarus@microchip.com> > + * Author: Tudor Ambarus > */ > > #include <linux/bitrev.h> > @@ -390,6 +390,6 @@ static void __exit atmel_i2c_exit(void) > module_init(atmel_i2c_init); > module_exit(atmel_i2c_exit); > > -MODULE_AUTHOR("Tudor Ambarus <tudor.ambarus@microchip.com>"); > +MODULE_AUTHOR("Tudor Ambarus"); > MODULE_DESCRIPTION("Microchip / Atmel ECC (I2C) driver"); > MODULE_LICENSE("GPL v2"); > diff --git a/drivers/crypto/atmel-i2c.h b/drivers/crypto/atmel-i2c.h > index 48929efe2a5b..35f7857a7f7c 100644 > --- a/drivers/crypto/atmel-i2c.h > +++ b/drivers/crypto/atmel-i2c.h > @@ -1,7 +1,7 @@ > /* SPDX-License-Identifier: GPL-2.0 */ > /* > * Copyright (c) 2017, Microchip Technology Inc. > - * Author: Tudor Ambarus <tudor.ambarus@microchip.com> > + * Author: Tudor Ambarus > */ > > #ifndef __ATMEL_I2C_H__
Miquel, Since we don't have an answer from Arnd, would you please queue this to mtd/fixes? Thanks, ta On 26.12.2022 16:49, Tudor Ambarus wrote: > Hi, Arnd, > > We have all the required Acked-by tags to queue this patch. Do you still > plan to take it throught the SoC fixes branch? The alternative is to > queue it to mtd/fixes. > > Thanks, > ta > > On 26.12.2022 16:40, Tudor Ambarus wrote: >> From: Tudor Ambarus <tudor.ambarus@microchip.com> >> >> My professional email will change and the microchip one will bounce after >> mid-november of 2022. >> >> Update the MAINTAINERS file, the YAML bindings, MODULE_AUTHOR entries and >> author mentions, and add an entry in the .mailmap file. >> >> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> >> Acked-by: Rob Herring <robh@kernel.org> >> Acked-by: Pratyush Yadav <pratyush@kernel.org> >> Acked-by: Mark Brown <broonie@kernel.org> >> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> >> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> >> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> --- >> v2: rebase on top of v6.2-rc1, collect Acked-by tags. >> >> .mailmap | 1 + >> .../bindings/crypto/atmel,at91sam9g46-aes.yaml | 2 +- >> .../bindings/crypto/atmel,at91sam9g46-sha.yaml | 2 +- >> .../bindings/crypto/atmel,at91sam9g46-tdes.yaml | 2 +- >> .../devicetree/bindings/spi/atmel,at91rm9200-spi.yaml | 2 +- >> .../devicetree/bindings/spi/atmel,quadspi.yaml | 2 +- >> MAINTAINERS | 10 +++++----- >> drivers/crypto/atmel-ecc.c | 4 ++-- >> drivers/crypto/atmel-i2c.c | 4 ++-- >> drivers/crypto/atmel-i2c.h | 2 +- >> 10 files changed, 16 insertions(+), 15 deletions(-) >> >> diff --git a/.mailmap b/.mailmap >> index ccba4cf0d893..562f70d3b6a5 100644 >> --- a/.mailmap >> +++ b/.mailmap >> @@ -422,6 +422,7 @@ Tony Luck <tony.luck@intel.com> >> TripleX Chung <xxx.phy@gmail.com> <triplex@zh-kernel.org> >> TripleX Chung <xxx.phy@gmail.com> <zhongyu@18mail.cn> >> Tsuneo Yoshioka <Tsuneo.Yoshioka@f-secure.com> >> +Tudor Ambarus <tudor.ambarus@linaro.org> <tudor.ambarus@microchip.com> >> Tycho Andersen <tycho@tycho.pizza> <tycho@tycho.ws> >> Tzung-Bi Shih <tzungbi@kernel.org> <tzungbi@google.com> >> Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> >> diff --git >> a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml >> b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml >> index 0ccaab16dc61..0b7383b3106b 100644 >> --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml >> +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml >> @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# >> title: Atmel Advanced Encryption Standard (AES) HW cryptographic >> accelerator >> maintainers: >> - - Tudor Ambarus <tudor.ambarus@microchip.com> >> + - Tudor Ambarus <tudor.ambarus@linaro.org> >> properties: >> compatible: >> diff --git >> a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml >> b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml >> index 5163c51b4547..ee2ffb034325 100644 >> --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml >> +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml >> @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# >> title: Atmel Secure Hash Algorithm (SHA) HW cryptographic accelerator >> maintainers: >> - - Tudor Ambarus <tudor.ambarus@microchip.com> >> + - Tudor Ambarus <tudor.ambarus@linaro.org> >> properties: >> compatible: >> diff --git >> a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml >> b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml >> index fcc5adf03cad..3d6ed24b1b00 100644 >> --- >> a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml >> +++ >> b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml >> @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# >> title: Atmel Triple Data Encryption Standard (TDES) HW cryptographic >> accelerator >> maintainers: >> - - Tudor Ambarus <tudor.ambarus@microchip.com> >> + - Tudor Ambarus <tudor.ambarus@linaro.org> >> properties: >> compatible: >> diff --git >> a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml >> b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml >> index 4dd973e341e6..6c57dd6c3a36 100644 >> --- a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml >> +++ b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml >> @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# >> title: Atmel SPI device >> maintainers: >> - - Tudor Ambarus <tudor.ambarus@microchip.com> >> + - Tudor Ambarus <tudor.ambarus@linaro.org> >> allOf: >> - $ref: spi-controller.yaml# >> diff --git a/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml >> b/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml >> index 1d493add4053..b0d99bc10535 100644 >> --- a/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml >> +++ b/Documentation/devicetree/bindings/spi/atmel,quadspi.yaml >> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# >> title: Atmel Quad Serial Peripheral Interface (QSPI) >> maintainers: >> - - Tudor Ambarus <tudor.ambarus@microchip.com> >> + - Tudor Ambarus <tudor.ambarus@linaro.org> >> allOf: >> - $ref: spi-controller.yaml# >> diff --git a/MAINTAINERS b/MAINTAINERS >> index f61eb221415b..8fa9386559f8 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -13620,7 +13620,7 @@ F: arch/microblaze/ >> MICROCHIP AT91 DMA DRIVERS >> M: Ludovic Desroches <ludovic.desroches@microchip.com> >> -M: Tudor Ambarus <tudor.ambarus@microchip.com> >> +M: Tudor Ambarus <tudor.ambarus@linaro.org> >> L: linux-arm-kernel@lists.infradead.org (moderated for >> non-subscribers) >> L: dmaengine@vger.kernel.org >> S: Supported >> @@ -13665,7 +13665,7 @@ F: >> Documentation/devicetree/bindings/media/microchip,csi2dc.yaml >> F: drivers/media/platform/microchip/microchip-csi2dc.c >> MICROCHIP ECC DRIVER >> -M: Tudor Ambarus <tudor.ambarus@microchip.com> >> +M: Tudor Ambarus <tudor.ambarus@linaro.org> >> L: linux-crypto@vger.kernel.org >> S: Maintained >> F: drivers/crypto/atmel-ecc.* >> @@ -13762,7 +13762,7 @@ S: Maintained >> F: drivers/mmc/host/atmel-mci.c >> MICROCHIP NAND DRIVER >> -M: Tudor Ambarus <tudor.ambarus@microchip.com> >> +M: Tudor Ambarus <tudor.ambarus@linaro.org> >> L: linux-mtd@lists.infradead.org >> S: Supported >> F: Documentation/devicetree/bindings/mtd/atmel-nand.txt >> @@ -13814,7 +13814,7 @@ S: Supported >> F: drivers/power/reset/at91-sama5d2_shdwc.c >> MICROCHIP SPI DRIVER >> -M: Tudor Ambarus <tudor.ambarus@microchip.com> >> +M: Tudor Ambarus <tudor.ambarus@linaro.org> >> S: Supported >> F: drivers/spi/spi-atmel.* >> @@ -19664,7 +19664,7 @@ F: drivers/clk/spear/ >> F: drivers/pinctrl/spear/ >> SPI NOR SUBSYSTEM >> -M: Tudor Ambarus <tudor.ambarus@microchip.com> >> +M: Tudor Ambarus <tudor.ambarus@linaro.org> >> M: Pratyush Yadav <pratyush@kernel.org> >> R: Michael Walle <michael@walle.cc> >> L: linux-mtd@lists.infradead.org >> diff --git a/drivers/crypto/atmel-ecc.c b/drivers/crypto/atmel-ecc.c >> index 53100fb9b07b..12205e2b53b4 100644 >> --- a/drivers/crypto/atmel-ecc.c >> +++ b/drivers/crypto/atmel-ecc.c >> @@ -3,7 +3,7 @@ >> * Microchip / Atmel ECC (I2C) driver. >> * >> * Copyright (c) 2017, Microchip Technology Inc. >> - * Author: Tudor Ambarus <tudor.ambarus@microchip.com> >> + * Author: Tudor Ambarus >> */ >> #include <linux/delay.h> >> @@ -411,6 +411,6 @@ static void __exit atmel_ecc_exit(void) >> module_init(atmel_ecc_init); >> module_exit(atmel_ecc_exit); >> -MODULE_AUTHOR("Tudor Ambarus <tudor.ambarus@microchip.com>"); >> +MODULE_AUTHOR("Tudor Ambarus"); >> MODULE_DESCRIPTION("Microchip / Atmel ECC (I2C) driver"); >> MODULE_LICENSE("GPL v2"); >> diff --git a/drivers/crypto/atmel-i2c.c b/drivers/crypto/atmel-i2c.c >> index 81ce09bedda8..55bff1e13142 100644 >> --- a/drivers/crypto/atmel-i2c.c >> +++ b/drivers/crypto/atmel-i2c.c >> @@ -3,7 +3,7 @@ >> * Microchip / Atmel ECC (I2C) driver. >> * >> * Copyright (c) 2017, Microchip Technology Inc. >> - * Author: Tudor Ambarus <tudor.ambarus@microchip.com> >> + * Author: Tudor Ambarus >> */ >> #include <linux/bitrev.h> >> @@ -390,6 +390,6 @@ static void __exit atmel_i2c_exit(void) >> module_init(atmel_i2c_init); >> module_exit(atmel_i2c_exit); >> -MODULE_AUTHOR("Tudor Ambarus <tudor.ambarus@microchip.com>"); >> +MODULE_AUTHOR("Tudor Ambarus"); >> MODULE_DESCRIPTION("Microchip / Atmel ECC (I2C) driver"); >> MODULE_LICENSE("GPL v2"); >> diff --git a/drivers/crypto/atmel-i2c.h b/drivers/crypto/atmel-i2c.h >> index 48929efe2a5b..35f7857a7f7c 100644 >> --- a/drivers/crypto/atmel-i2c.h >> +++ b/drivers/crypto/atmel-i2c.h >> @@ -1,7 +1,7 @@ >> /* SPDX-License-Identifier: GPL-2.0 */ >> /* >> * Copyright (c) 2017, Microchip Technology Inc. >> - * Author: Tudor Ambarus <tudor.ambarus@microchip.com> >> + * Author: Tudor Ambarus >> */ >> #ifndef __ATMEL_I2C_H__
Hey Tudor, hello all, tudor.ambarus@linaro.org wrote on Fri, 6 Jan 2023 17:45:20 +0200: > Miquel, > > Since we don't have an answer from Arnd, would you please queue this to > mtd/fixes? Are MAINTAINERS changes accepted through fixes PR? I see a number of experienced people in Cc:, I would like to hear from you folks, because I never had to do that before. If yes, then I'll do it right away, otherwise I'll apply to mtd/next. I'm all ears :) Cheers, Miquèl
On 06/01/2023 at 16:55, Miquel Raynal wrote: > Hey Tudor, hello all, > > tudor.ambarus@linaro.org wrote on Fri, 6 Jan 2023 17:45:20 +0200: > >> Miquel, >> >> Since we don't have an answer from Arnd, would you please queue this to >> mtd/fixes? > > Are MAINTAINERS changes accepted through fixes PR? I see a number of > experienced people in Cc:, I would like to hear from you folks, because > I never had to do that before. If yes, then I'll do it right away, > otherwise I'll apply to mtd/next. I'm all ears :) I remember a conversation that stated that MAINTAINERS changes must land in Linus' tree the quickest, because it'll just avoid confusion and bouncing emails. My $0.2... Regards, Nicolas -- Nicolas Ferre
On Fri, 6 Jan 2023 16:59:52 +0100 Nicolas Ferre <nicolas.ferre@microchip.com> wrote: > > Are MAINTAINERS changes accepted through fixes PR? I see a number of > > experienced people in Cc:, I would like to hear from you folks, because > > I never had to do that before. If yes, then I'll do it right away, > > otherwise I'll apply to mtd/next. I'm all ears :) > > I remember a conversation that stated that MAINTAINERS changes must land > in Linus' tree the quickest, because it'll just avoid confusion and > bouncing emails. Yes, I always merge MAINTAINERS fixes asap. Probably these fixes should be backported into -stable kernels also - we don't want incorrect email addresses in *any* kernel. But I don't do that.
Hi Nicolas & Andrew, akpm@linux-foundation.org wrote on Fri, 6 Jan 2023 16:47:51 -0800: > On Fri, 6 Jan 2023 16:59:52 +0100 Nicolas Ferre <nicolas.ferre@microchip.com> wrote: > > > > Are MAINTAINERS changes accepted through fixes PR? I see a number of > > > experienced people in Cc:, I would like to hear from you folks, because > > > I never had to do that before. If yes, then I'll do it right away, > > > otherwise I'll apply to mtd/next. I'm all ears :) > > > > I remember a conversation that stated that MAINTAINERS changes must land > > in Linus' tree the quickest, because it'll just avoid confusion and > > bouncing emails. > > Yes, I always merge MAINTAINERS fixes asap. > > Probably these fixes should be backported into -stable kernels also - > we don't want incorrect email addresses in *any* kernel. But I don't > do that. Thanks a lot for your feedback, I'll take care of it. Cheers, Miquèl
© 2016 - 2025 Red Hat, Inc.