Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

can: peak: Modification of references to email accounts being deleted

With the upcoming deletion of @peak-system.com accounts and following
the acquisition of PEAK-System and its brand by HMS-Networks, this fix
aims to migrate all address references to @hms-networks.com, as well
as to map my personal committer addresses to author addresses, while
taking the opportunity to correct the accent on the first ‘e’ of my
first name.

Signed-off-by: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
Link: https://patch.msgid.link/20250912081820.86314-1-stephane.grosjean@free.fr
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Stéphane Grosjean and committed by
Marc Kleine-Budde
f1880f9c 4827dcc1

+32 -29
+2
.mailmap
··· 740 740 Stanislav Fomichev <sdf@fomichev.me> <sdf@google.com> 741 741 Stanislav Fomichev <sdf@fomichev.me> <stfomichev@gmail.com> 742 742 Stefan Wahren <wahrenst@gmx.net> <stefan.wahren@i2se.com> 743 + Stéphane Grosjean <stephane.grosjean@hms-networks.com> <s.grosjean@peak-system.com> 744 + Stéphane Grosjean <stephane.grosjean@hms-networks.com> <stephane.grosjean@free.fr> 743 745 Stéphane Witzmann <stephane.witzmann@ubpmes.univ-bpclermont.fr> 744 746 Stephen Hemminger <stephen@networkplumber.org> <shemminger@linux-foundation.org> 745 747 Stephen Hemminger <stephen@networkplumber.org> <shemminger@osdl.org>
+2 -2
drivers/net/can/peak_canfd/peak_canfd.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* Copyright (C) 2007, 2011 Wolfgang Grandegger <wg@grandegger.com> 3 - * Copyright (C) 2012 Stephane Grosjean <s.grosjean@peak-system.com> 4 3 * 5 - * Copyright (C) 2016 PEAK System-Technik GmbH 4 + * Copyright (C) 2016-2025 PEAK System-Technik GmbH 5 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 6 6 */ 7 7 8 8 #include <linux/can.h>
+2 -2
drivers/net/can/peak_canfd/peak_canfd_user.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* CAN driver for PEAK System micro-CAN based adapters 3 3 * 4 - * Copyright (C) 2003-2011 PEAK System-Technik GmbH 5 - * Copyright (C) 2011-2013 Stephane Grosjean <s.grosjean@peak-system.com> 4 + * Copyright (C) 2003-2025 PEAK System-Technik GmbH 5 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 6 6 */ 7 7 #ifndef PEAK_CANFD_USER_H 8 8 #define PEAK_CANFD_USER_H
+3 -3
drivers/net/can/peak_canfd/peak_pciefd_main.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* Copyright (C) 2007, 2011 Wolfgang Grandegger <wg@grandegger.com> 3 - * Copyright (C) 2012 Stephane Grosjean <s.grosjean@peak-system.com> 4 3 * 5 4 * Derived from the PCAN project file driver/src/pcan_pci.c: 6 5 * 7 - * Copyright (C) 2001-2006 PEAK System-Technik GmbH 6 + * Copyright (C) 2001-2025 PEAK System-Technik GmbH 7 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 8 8 */ 9 9 10 10 #include <linux/kernel.h> ··· 19 19 20 20 #include "peak_canfd_user.h" 21 21 22 - MODULE_AUTHOR("Stephane Grosjean <s.grosjean@peak-system.com>"); 22 + MODULE_AUTHOR("Stéphane Grosjean <stephane.grosjean@hms-networks.com>"); 23 23 MODULE_DESCRIPTION("Socket-CAN driver for PEAK PCAN PCIe/M.2 FD family cards"); 24 24 MODULE_LICENSE("GPL v2"); 25 25
+3 -3
drivers/net/can/sja1000/peak_pci.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Copyright (C) 2007, 2011 Wolfgang Grandegger <wg@grandegger.com> 4 - * Copyright (C) 2012 Stephane Grosjean <s.grosjean@peak-system.com> 5 4 * 6 5 * Derived from the PCAN project file driver/src/pcan_pci.c: 7 6 * 8 - * Copyright (C) 2001-2006 PEAK System-Technik GmbH 7 + * Copyright (C) 2001-2025 PEAK System-Technik GmbH 8 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 9 9 */ 10 10 11 11 #include <linux/kernel.h> ··· 22 22 23 23 #include "sja1000.h" 24 24 25 - MODULE_AUTHOR("Stephane Grosjean <s.grosjean@peak-system.com>"); 25 + MODULE_AUTHOR("Stéphane Grosjean <stephane.grosjean@hms-networks.com>"); 26 26 MODULE_DESCRIPTION("Socket-CAN driver for PEAK PCAN PCI family cards"); 27 27 MODULE_LICENSE("GPL v2"); 28 28
+4 -4
drivers/net/can/sja1000/peak_pcmcia.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 - * Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com> 4 - * 5 3 * CAN driver for PEAK-System PCAN-PC Card 6 4 * Derived from the PCAN project file driver/src/pcan_pccard.c 7 - * Copyright (C) 2006-2010 PEAK System-Technik GmbH 5 + * 6 + * Copyright (C) 2006-2025 PEAK System-Technik GmbH 7 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 8 8 */ 9 9 #include <linux/kernel.h> 10 10 #include <linux/module.h> ··· 19 19 #include <linux/can/dev.h> 20 20 #include "sja1000.h" 21 21 22 - MODULE_AUTHOR("Stephane Grosjean <s.grosjean@peak-system.com>"); 22 + MODULE_AUTHOR("Stéphane Grosjean <stephane.grosjean@hms-networks.com>"); 23 23 MODULE_DESCRIPTION("CAN driver for PEAK-System PCAN-PC Cards"); 24 24 MODULE_LICENSE("GPL v2"); 25 25
+3 -3
drivers/net/can/usb/peak_usb/pcan_usb.c
··· 3 3 * CAN driver for PEAK System PCAN-USB adapter 4 4 * Derived from the PCAN project file driver/src/pcan_usb.c 5 5 * 6 - * Copyright (C) 2003-2010 PEAK System-Technik GmbH 7 - * Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com> 6 + * Copyright (C) 2003-2025 PEAK System-Technik GmbH 7 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 8 8 * 9 9 * Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de> 10 10 */ ··· 919 919 CAN_CTRLMODE_LOOPBACK; 920 920 } else { 921 921 dev_info(dev->netdev->dev.parent, 922 - "Firmware update available. Please contact support@peak-system.com\n"); 922 + "Firmware update available. Please contact support.peak@hms-networks.com\n"); 923 923 } 924 924 925 925 return 0;
+3 -3
drivers/net/can/usb/peak_usb/pcan_usb_core.c
··· 3 3 * CAN driver for PEAK System USB adapters 4 4 * Derived from the PCAN project file driver/src/pcan_usb_core.c 5 5 * 6 - * Copyright (C) 2003-2010 PEAK System-Technik GmbH 7 - * Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com> 6 + * Copyright (C) 2003-2025 PEAK System-Technik GmbH 7 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 8 8 * 9 9 * Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de> 10 10 */ ··· 24 24 25 25 #include "pcan_usb_core.h" 26 26 27 - MODULE_AUTHOR("Stephane Grosjean <s.grosjean@peak-system.com>"); 27 + MODULE_AUTHOR("Stéphane Grosjean <stephane.grosjean@hms-networks.com>"); 28 28 MODULE_DESCRIPTION("CAN driver for PEAK-System USB adapters"); 29 29 MODULE_LICENSE("GPL v2"); 30 30
+2 -2
drivers/net/can/usb/peak_usb/pcan_usb_core.h
··· 3 3 * CAN driver for PEAK System USB adapters 4 4 * Derived from the PCAN project file driver/src/pcan_usb_core.c 5 5 * 6 - * Copyright (C) 2003-2010 PEAK System-Technik GmbH 7 - * Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com> 6 + * Copyright (C) 2003-2025 PEAK System-Technik GmbH 7 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 8 8 * 9 9 * Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de> 10 10 */
+2 -1
drivers/net/can/usb/peak_usb/pcan_usb_fd.c
··· 2 2 /* 3 3 * CAN driver for PEAK System PCAN-USB FD / PCAN-USB Pro FD adapter 4 4 * 5 - * Copyright (C) 2013-2014 Stephane Grosjean <s.grosjean@peak-system.com> 5 + * Copyright (C) 2013-2025 PEAK System-Technik GmbH 6 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 6 7 */ 7 8 #include <linux/ethtool.h> 8 9 #include <linux/module.h>
+2 -2
drivers/net/can/usb/peak_usb/pcan_usb_pro.c
··· 3 3 * CAN driver for PEAK System PCAN-USB Pro adapter 4 4 * Derived from the PCAN project file driver/src/pcan_usbpro.c 5 5 * 6 - * Copyright (C) 2003-2011 PEAK System-Technik GmbH 7 - * Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com> 6 + * Copyright (C) 2003-2025 PEAK System-Technik GmbH 7 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 8 8 */ 9 9 #include <linux/ethtool.h> 10 10 #include <linux/module.h>
+2 -2
drivers/net/can/usb/peak_usb/pcan_usb_pro.h
··· 3 3 * CAN driver for PEAK System PCAN-USB Pro adapter 4 4 * Derived from the PCAN project file driver/src/pcan_usbpro_fw.h 5 5 * 6 - * Copyright (C) 2003-2011 PEAK System-Technik GmbH 7 - * Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com> 6 + * Copyright (C) 2003-2025 PEAK System-Technik GmbH 7 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 8 8 */ 9 9 #ifndef PCAN_USB_PRO_H 10 10 #define PCAN_USB_PRO_H
+2 -2
include/linux/can/dev/peak_canfd.h
··· 2 2 /* 3 3 * CAN driver for PEAK System micro-CAN based adapters 4 4 * 5 - * Copyright (C) 2003-2011 PEAK System-Technik GmbH 6 - * Copyright (C) 2011-2013 Stephane Grosjean <s.grosjean@peak-system.com> 5 + * Copyright (C) 2003-2025 PEAK System-Technik GmbH 6 + * Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com> 7 7 */ 8 8 #ifndef PUCAN_H 9 9 #define PUCAN_H