Message ID | 1548755607-27544-1-git-send-email-yogeshnarayan.gaur@nxp.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c55d0e8c543bfd21f0dce73024e5f6a9a306b834 |
Headers | show |
Series | spi: spi-mem: spi-fsl-qspi: typo fix in author name | expand |
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>"); >
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.
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")
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.
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>");
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(-)