Message ID | 20231218232639.33327-13-wahrenst@gmx.net (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | qca_spi: collection of improvements | expand |
On 12/18/2023 3:26 PM, Stefan Wahren wrote: > From: Stefan Wahren <stefan.wahren@i2se.com> > > The company I2SE has been acquired a long time ago. Switch to > my private mail address before the I2SE account is deactivated. > > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> > Signed-off-by: Stefan Wahren <wahrenst@gmx.net> You might also consider adding this to the .mailmap so that contributions from your old i2se.com address would show up to the gmx.net address and people might be less likely to try and cc the dead address. Either way, seems reasonable. Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
On Wed, 20 Dec 2023 15:04:51 -0800 Jacob Keller wrote: > On 12/18/2023 3:26 PM, Stefan Wahren wrote: > > From: Stefan Wahren <stefan.wahren@i2se.com> > > > > The company I2SE has been acquired a long time ago. Switch to > > my private mail address before the I2SE account is deactivated. > > > > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> > > Signed-off-by: Stefan Wahren <wahrenst@gmx.net> > > You might also consider adding this to the .mailmap so that > contributions from your old i2se.com address would show up to the > gmx.net address and people might be less likely to try and cc the dead > address. Agreed, also - this driver seems to have no MAINTAINERS entry. Please consider adding yourself as the maintainer :)
diff --git a/drivers/net/ethernet/qualcomm/qca_7k_common.c b/drivers/net/ethernet/qualcomm/qca_7k_common.c index be2f754efd21..5302da587620 100644 --- a/drivers/net/ethernet/qualcomm/qca_7k_common.c +++ b/drivers/net/ethernet/qualcomm/qca_7k_common.c @@ -149,5 +149,5 @@ EXPORT_SYMBOL_GPL(qcafrm_fsm_decode); MODULE_DESCRIPTION("Qualcomm Atheros QCA7000 common"); MODULE_AUTHOR("Qualcomm Atheros Communications"); -MODULE_AUTHOR("Stefan Wahren <stefan.wahren@i2se.com>"); +MODULE_AUTHOR("Stefan Wahren <wahrenst@gmx.net>"); MODULE_LICENSE("Dual BSD/GPL"); diff --git a/drivers/net/ethernet/qualcomm/qca_spi.c b/drivers/net/ethernet/qualcomm/qca_spi.c index 7c63baeb3844..29be0fe0b235 100644 --- a/drivers/net/ethernet/qualcomm/qca_spi.c +++ b/drivers/net/ethernet/qualcomm/qca_spi.c @@ -1042,6 +1042,6 @@ module_spi_driver(qca_spi_driver); MODULE_DESCRIPTION("Qualcomm Atheros QCA7000 SPI Driver"); MODULE_AUTHOR("Qualcomm Atheros Communications"); -MODULE_AUTHOR("Stefan Wahren <stefan.wahren@i2se.com>"); +MODULE_AUTHOR("Stefan Wahren <wahrenst@gmx.net>"); MODULE_LICENSE("Dual BSD/GPL"); MODULE_VERSION(QCASPI_DRV_VERSION); diff --git a/drivers/net/ethernet/qualcomm/qca_uart.c b/drivers/net/ethernet/qualcomm/qca_uart.c index f911effccfe0..fb53a0c32898 100644 --- a/drivers/net/ethernet/qualcomm/qca_uart.c +++ b/drivers/net/ethernet/qualcomm/qca_uart.c @@ -398,6 +398,6 @@ module_serdev_device_driver(qca_uart_driver); MODULE_DESCRIPTION("Qualcomm Atheros QCA7000 UART Driver"); MODULE_AUTHOR("Qualcomm Atheros Communications"); -MODULE_AUTHOR("Stefan Wahren <stefan.wahren@i2se.com>"); +MODULE_AUTHOR("Stefan Wahren <wahrenst@gmx.net>"); MODULE_LICENSE("Dual BSD/GPL"); MODULE_VERSION(QCAUART_DRV_VERSION);