mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
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>
This commit is contained in:
parent
4827dcc19c
commit
f1880f9cc1
2
.mailmap
2
.mailmap
|
|
@ -740,6 +740,8 @@ Sriram Yagnaraman <sriram.yagnaraman@ericsson.com> <sriram.yagnaraman@est.tech>
|
|||
Stanislav Fomichev <sdf@fomichev.me> <sdf@google.com>
|
||||
Stanislav Fomichev <sdf@fomichev.me> <stfomichev@gmail.com>
|
||||
Stefan Wahren <wahrenst@gmx.net> <stefan.wahren@i2se.com>
|
||||
Stéphane Grosjean <stephane.grosjean@hms-networks.com> <s.grosjean@peak-system.com>
|
||||
Stéphane Grosjean <stephane.grosjean@hms-networks.com> <stephane.grosjean@free.fr>
|
||||
Stéphane Witzmann <stephane.witzmann@ubpmes.univ-bpclermont.fr>
|
||||
Stephen Hemminger <stephen@networkplumber.org> <shemminger@linux-foundation.org>
|
||||
Stephen Hemminger <stephen@networkplumber.org> <shemminger@osdl.org>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* Copyright (C) 2007, 2011 Wolfgang Grandegger <wg@grandegger.com>
|
||||
* Copyright (C) 2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
*
|
||||
* Copyright (C) 2016 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2016-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*/
|
||||
|
||||
#include <linux/can.h>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* CAN driver for PEAK System micro-CAN based adapters
|
||||
*
|
||||
* Copyright (C) 2003-2011 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2011-2013 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
* Copyright (C) 2003-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*/
|
||||
#ifndef PEAK_CANFD_USER_H
|
||||
#define PEAK_CANFD_USER_H
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/* Copyright (C) 2007, 2011 Wolfgang Grandegger <wg@grandegger.com>
|
||||
* Copyright (C) 2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
*
|
||||
* Derived from the PCAN project file driver/src/pcan_pci.c:
|
||||
*
|
||||
* Copyright (C) 2001-2006 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2001-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*/
|
||||
|
||||
#include <linux/kernel.h>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "peak_canfd_user.h"
|
||||
|
||||
MODULE_AUTHOR("Stephane Grosjean <s.grosjean@peak-system.com>");
|
||||
MODULE_AUTHOR("Stéphane Grosjean <stephane.grosjean@hms-networks.com>");
|
||||
MODULE_DESCRIPTION("Socket-CAN driver for PEAK PCAN PCIe/M.2 FD family cards");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Copyright (C) 2007, 2011 Wolfgang Grandegger <wg@grandegger.com>
|
||||
* Copyright (C) 2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
*
|
||||
* Derived from the PCAN project file driver/src/pcan_pci.c:
|
||||
*
|
||||
* Copyright (C) 2001-2006 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2001-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*/
|
||||
|
||||
#include <linux/kernel.h>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "sja1000.h"
|
||||
|
||||
MODULE_AUTHOR("Stephane Grosjean <s.grosjean@peak-system.com>");
|
||||
MODULE_AUTHOR("Stéphane Grosjean <stephane.grosjean@hms-networks.com>");
|
||||
MODULE_DESCRIPTION("Socket-CAN driver for PEAK PCAN PCI family cards");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
*
|
||||
* CAN driver for PEAK-System PCAN-PC Card
|
||||
* Derived from the PCAN project file driver/src/pcan_pccard.c
|
||||
* Copyright (C) 2006-2010 PEAK System-Technik GmbH
|
||||
*
|
||||
* Copyright (C) 2006-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*/
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
#include <linux/can/dev.h>
|
||||
#include "sja1000.h"
|
||||
|
||||
MODULE_AUTHOR("Stephane Grosjean <s.grosjean@peak-system.com>");
|
||||
MODULE_AUTHOR("Stéphane Grosjean <stephane.grosjean@hms-networks.com>");
|
||||
MODULE_DESCRIPTION("CAN driver for PEAK-System PCAN-PC Cards");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
* CAN driver for PEAK System PCAN-USB adapter
|
||||
* Derived from the PCAN project file driver/src/pcan_usb.c
|
||||
*
|
||||
* Copyright (C) 2003-2010 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
* Copyright (C) 2003-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*
|
||||
* Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de>
|
||||
*/
|
||||
|
|
@ -919,7 +919,7 @@ static int pcan_usb_init(struct peak_usb_device *dev)
|
|||
CAN_CTRLMODE_LOOPBACK;
|
||||
} else {
|
||||
dev_info(dev->netdev->dev.parent,
|
||||
"Firmware update available. Please contact support@peak-system.com\n");
|
||||
"Firmware update available. Please contact support.peak@hms-networks.com\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
* CAN driver for PEAK System USB adapters
|
||||
* Derived from the PCAN project file driver/src/pcan_usb_core.c
|
||||
*
|
||||
* Copyright (C) 2003-2010 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
* Copyright (C) 2003-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*
|
||||
* Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de>
|
||||
*/
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "pcan_usb_core.h"
|
||||
|
||||
MODULE_AUTHOR("Stephane Grosjean <s.grosjean@peak-system.com>");
|
||||
MODULE_AUTHOR("Stéphane Grosjean <stephane.grosjean@hms-networks.com>");
|
||||
MODULE_DESCRIPTION("CAN driver for PEAK-System USB adapters");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
* CAN driver for PEAK System USB adapters
|
||||
* Derived from the PCAN project file driver/src/pcan_usb_core.c
|
||||
*
|
||||
* Copyright (C) 2003-2010 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
* Copyright (C) 2003-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*
|
||||
* Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de>
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
/*
|
||||
* CAN driver for PEAK System PCAN-USB FD / PCAN-USB Pro FD adapter
|
||||
*
|
||||
* Copyright (C) 2013-2014 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
* Copyright (C) 2013-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*/
|
||||
#include <linux/ethtool.h>
|
||||
#include <linux/module.h>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
* CAN driver for PEAK System PCAN-USB Pro adapter
|
||||
* Derived from the PCAN project file driver/src/pcan_usbpro.c
|
||||
*
|
||||
* Copyright (C) 2003-2011 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
* Copyright (C) 2003-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*/
|
||||
#include <linux/ethtool.h>
|
||||
#include <linux/module.h>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
* CAN driver for PEAK System PCAN-USB Pro adapter
|
||||
* Derived from the PCAN project file driver/src/pcan_usbpro_fw.h
|
||||
*
|
||||
* Copyright (C) 2003-2011 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
* Copyright (C) 2003-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*/
|
||||
#ifndef PCAN_USB_PRO_H
|
||||
#define PCAN_USB_PRO_H
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
/*
|
||||
* CAN driver for PEAK System micro-CAN based adapters
|
||||
*
|
||||
* Copyright (C) 2003-2011 PEAK System-Technik GmbH
|
||||
* Copyright (C) 2011-2013 Stephane Grosjean <s.grosjean@peak-system.com>
|
||||
* Copyright (C) 2003-2025 PEAK System-Technik GmbH
|
||||
* Author: Stéphane Grosjean <stephane.grosjean@hms-networks.com>
|
||||
*/
|
||||
#ifndef PUCAN_H
|
||||
#define PUCAN_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user