linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name
@ 2019-01-29  9:55 Yogesh Narayan Gaur
  2019-01-29 11:46 ` Schrempf Frieder
  2019-01-29 12:14 ` Applied "spi: spi-mem: spi-fsl-qspi: typo fix in author name" to the spi tree Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Yogesh Narayan Gaur @ 2019-01-29  9:55 UTC (permalink / raw)
  To: linux-mtd, bbrezillon, marek.vasut, broonie, linux-spi
  Cc: computersforpeace, linux-next, Yogesh Narayan Gaur, frieder.schrempf

Typo fix in Author Boris Brezillon last name and update with new
email address.

Signed-off-by: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>
---
 drivers/spi/spi-fsl-qspi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/spi-fsl-qspi.c b/drivers/spi/spi-fsl-qspi.c
index f0a340026ba4..6a713f78a62e 100644
--- a/drivers/spi/spi-fsl-qspi.c
+++ b/drivers/spi/spi-fsl-qspi.c
@@ -10,7 +10,7 @@
  *
  * Transition to SPI MEM interface:
  * Authors:
- *     Boris Brezillion <boris.brezillon@bootlin.com>
+ *     Boris Brezillon <bbrezillon@kernel.org>
  *     Frieder Schrempf <frieder.schrempf@kontron.de>
  *     Yogesh Gaur <yogeshnarayan.gaur@nxp.com>
  *     Suresh Gupta <suresh.gupta@nxp.com>
@@ -959,7 +959,7 @@ module_platform_driver(fsl_qspi_driver);
 
 MODULE_DESCRIPTION("Freescale QuadSPI Controller Driver");
 MODULE_AUTHOR("Freescale Semiconductor Inc.");
-MODULE_AUTHOR("Boris Brezillion <boris.brezillon@bootlin.com>");
+MODULE_AUTHOR("Boris Brezillon <bbrezillon@kernel.org>");
 MODULE_AUTHOR("Frieder Schrempf <frieder.schrempf@kontron.de>");
 MODULE_AUTHOR("Yogesh Gaur <yogeshnarayan.gaur@nxp.com>");
 MODULE_AUTHOR("Suresh Gupta <suresh.gupta@nxp.com>");
-- 
2.17.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name
  2019-01-29  9:55 [PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name Yogesh Narayan Gaur
@ 2019-01-29 11:46 ` Schrempf Frieder
  2019-01-29 11:59   ` Mark Brown
  2019-01-29 12:14 ` Applied "spi: spi-mem: spi-fsl-qspi: typo fix in author name" to the spi tree Mark Brown
  1 sibling, 1 reply; 6+ messages in thread
From: Schrempf Frieder @ 2019-01-29 11:46 UTC (permalink / raw)
  To: Yogesh Narayan Gaur, linux-mtd, bbrezillon, marek.vasut, broonie,
	linux-spi
  Cc: computersforpeace, linux-next

On 29.01.19 10:55, Yogesh Narayan Gaur wrote:
> Typo fix in Author Boris Brezillon last name and update with new
> email address.
> 
> Signed-off-by: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>

Oh, so this was my typo in the first place and you just copied it ;)
Thanks for sending the patch.

Mark, could you please squash this with the original commit 
(84d043185dbe spi: Add a driver for the Freescale/NXP QuadSPI 
controller) in spi-next?

Acked-by: Frieder Schrempf <frieder.schrempf@kontron.de>

> ---
>   drivers/spi/spi-fsl-qspi.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/spi/spi-fsl-qspi.c b/drivers/spi/spi-fsl-qspi.c
> index f0a340026ba4..6a713f78a62e 100644
> --- a/drivers/spi/spi-fsl-qspi.c
> +++ b/drivers/spi/spi-fsl-qspi.c
> @@ -10,7 +10,7 @@
>    *
>    * Transition to SPI MEM interface:
>    * Authors:
> - *     Boris Brezillion <boris.brezillon@bootlin.com>
> + *     Boris Brezillon <bbrezillon@kernel.org>
>    *     Frieder Schrempf <frieder.schrempf@kontron.de>
>    *     Yogesh Gaur <yogeshnarayan.gaur@nxp.com>
>    *     Suresh Gupta <suresh.gupta@nxp.com>
> @@ -959,7 +959,7 @@ module_platform_driver(fsl_qspi_driver);
>   
>   MODULE_DESCRIPTION("Freescale QuadSPI Controller Driver");
>   MODULE_AUTHOR("Freescale Semiconductor Inc.");
> -MODULE_AUTHOR("Boris Brezillion <boris.brezillon@bootlin.com>");
> +MODULE_AUTHOR("Boris Brezillon <bbrezillon@kernel.org>");
>   MODULE_AUTHOR("Frieder Schrempf <frieder.schrempf@kontron.de>");
>   MODULE_AUTHOR("Yogesh Gaur <yogeshnarayan.gaur@nxp.com>");
>   MODULE_AUTHOR("Suresh Gupta <suresh.gupta@nxp.com>");
> 
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name
  2019-01-29 11:46 ` Schrempf Frieder
@ 2019-01-29 11:59   ` Mark Brown
  2019-01-29 12:08     ` Schrempf Frieder
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2019-01-29 11:59 UTC (permalink / raw)
  To: Schrempf Frieder
  Cc: Yogesh Narayan Gaur, bbrezillon, linux-spi, marek.vasut,
	linux-next, linux-mtd, computersforpeace


[-- Attachment #1.1: Type: text/plain, Size: 266 bytes --]

On Tue, Jan 29, 2019 at 11:46:02AM +0000, Schrempf Frieder wrote:

> Mark, could you please squash this with the original commit 
> (84d043185dbe spi: Add a driver for the Freescale/NXP QuadSPI 
> controller) in spi-next?

That'd mean a rebase unfortunately.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 144 bytes --]

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name
  2019-01-29 11:59   ` Mark Brown
@ 2019-01-29 12:08     ` Schrempf Frieder
  2019-01-29 12:12       ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Schrempf Frieder @ 2019-01-29 12:08 UTC (permalink / raw)
  To: Mark Brown
  Cc: Yogesh Narayan Gaur, bbrezillon, linux-spi, marek.vasut,
	linux-next, linux-mtd, computersforpeace

On 29.01.19 12:59, Mark Brown wrote:
> On Tue, Jan 29, 2019 at 11:46:02AM +0000, Schrempf Frieder wrote:
> 
>> Mark, could you please squash this with the original commit
>> (84d043185dbe spi: Add a driver for the Freescale/NXP QuadSPI
>> controller) in spi-next?
> 
> That'd mean a rebase unfortunately.

Ah, ok no problem. Then please just apply it with:

Fixes: 84d043185dbe ("spi: Add a driver for the Freescale/NXP QuadSPI 
controller")
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name
  2019-01-29 12:08     ` Schrempf Frieder
@ 2019-01-29 12:12       ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2019-01-29 12:12 UTC (permalink / raw)
  To: Schrempf Frieder
  Cc: Yogesh Narayan Gaur, bbrezillon, linux-spi, marek.vasut,
	linux-next, linux-mtd, computersforpeace


[-- Attachment #1.1: Type: text/plain, Size: 337 bytes --]

On Tue, Jan 29, 2019 at 12:08:26PM +0000, Schrempf Frieder wrote:
> On 29.01.19 12:59, Mark Brown wrote:

> > That'd mean a rebase unfortunately.

> Ah, ok no problem. Then please just apply it with:

> Fixes: 84d043185dbe ("spi: Add a driver for the Freescale/NXP QuadSPI 
> controller")

Yes, that's what I've done already.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 144 bytes --]

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Applied "spi: spi-mem: spi-fsl-qspi: typo fix in author name" to the spi tree
  2019-01-29  9:55 [PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name Yogesh Narayan Gaur
  2019-01-29 11:46 ` Schrempf Frieder
@ 2019-01-29 12:14 ` Mark Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Mark Brown @ 2019-01-29 12:14 UTC (permalink / raw)
  To: Yogesh Narayan Gaur
  Cc: bbrezillon, frieder.schrempf, linux-spi, marek.vasut, broonie,
	linux-mtd, linux-next, computersforpeace

The patch

   spi: spi-mem: spi-fsl-qspi: typo fix in author name

has been applied to the spi tree at

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

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

>From c55d0e8c543bfd21f0dce73024e5f6a9a306b834 Mon Sep 17 00:00:00 2001
From: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>
Date: Tue, 29 Jan 2019 09:55:27 +0000
Subject: [PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name

Typo fix in Author Boris Brezillon last name and update with new
email address.

Fixes: 84d043185dbe ("spi: Add a driver for the Freescale/NXP QuadSPI controller")
Signed-off-by: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 drivers/spi/spi-fsl-qspi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/spi-fsl-qspi.c b/drivers/spi/spi-fsl-qspi.c
index f0a340026ba4..6a713f78a62e 100644
--- a/drivers/spi/spi-fsl-qspi.c
+++ b/drivers/spi/spi-fsl-qspi.c
@@ -10,7 +10,7 @@
  *
  * Transition to SPI MEM interface:
  * Authors:
- *     Boris Brezillion <boris.brezillon@bootlin.com>
+ *     Boris Brezillon <bbrezillon@kernel.org>
  *     Frieder Schrempf <frieder.schrempf@kontron.de>
  *     Yogesh Gaur <yogeshnarayan.gaur@nxp.com>
  *     Suresh Gupta <suresh.gupta@nxp.com>
@@ -959,7 +959,7 @@ module_platform_driver(fsl_qspi_driver);
 
 MODULE_DESCRIPTION("Freescale QuadSPI Controller Driver");
 MODULE_AUTHOR("Freescale Semiconductor Inc.");
-MODULE_AUTHOR("Boris Brezillion <boris.brezillon@bootlin.com>");
+MODULE_AUTHOR("Boris Brezillon <bbrezillon@kernel.org>");
 MODULE_AUTHOR("Frieder Schrempf <frieder.schrempf@kontron.de>");
 MODULE_AUTHOR("Yogesh Gaur <yogeshnarayan.gaur@nxp.com>");
 MODULE_AUTHOR("Suresh Gupta <suresh.gupta@nxp.com>");
-- 
2.20.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-01-29 12:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29  9:55 [PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name Yogesh Narayan Gaur
2019-01-29 11:46 ` Schrempf Frieder
2019-01-29 11:59   ` Mark Brown
2019-01-29 12:08     ` Schrempf Frieder
2019-01-29 12:12       ` Mark Brown
2019-01-29 12:14 ` Applied "spi: spi-mem: spi-fsl-qspi: typo fix in author name" to the spi tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).