File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ Dmitry Safonov <0x7f454c46@gmail.com> <dima@arista.com>
227227Dmitry Safonov <0x7f454c46@gmail.com> <d.safonov@partner.samsung.com>
228228Dmitry Safonov <0x7f454c46@gmail.com> <dsafonov@virtuozzo.com>
229229Domen Puncer <domen@coderock.org>
230+ Dong Aisheng <aisheng.dong@nxp.com> <b29396@freescale.com>
230231Douglas Gilbert <dougg@torque.net>
231232Drew Fustini <fustini@kernel.org> <drew@pdp7.com>
232233<duje@dujemihanovic.xyz> <duje.mihanovic@skole.hr>
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: GPL-2.0
22// CAN bus driver for Bosch M_CAN controller
33// Copyright (C) 2014 Freescale Semiconductor, Inc.
4- // Dong Aisheng <b29396@freescale .com>
4+ // Dong Aisheng <aisheng.dong@nxp .com>
55// Copyright (C) 2018-19 Texas Instruments Incorporated - http://www.ti.com/
66
77/* Bosch M_CAN user manual can be obtained from:
@@ -2556,7 +2556,7 @@ int m_can_class_resume(struct device *dev)
25562556}
25572557EXPORT_SYMBOL_GPL (m_can_class_resume );
25582558
2559- MODULE_AUTHOR ("Dong Aisheng <b29396@freescale .com>" );
2559+ MODULE_AUTHOR ("Dong Aisheng <aisheng.dong@nxp .com>" );
25602560MODULE_AUTHOR ("Dan Murphy <dmurphy@ti.com>" );
25612561MODULE_LICENSE ("GPL v2" );
25622562MODULE_DESCRIPTION ("CAN bus driver for Bosch M_CAN controller" );
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: GPL-2.0
22// IOMapped CAN bus driver for Bosch M_CAN controller
33// Copyright (C) 2014 Freescale Semiconductor, Inc.
4- // Dong Aisheng <b29396@freescale .com>
4+ // Dong Aisheng <aisheng.dong@nxp .com>
55//
66// Copyright (C) 2018-19 Texas Instruments Incorporated - http://www.ti.com/
77
@@ -236,7 +236,7 @@ static struct platform_driver m_can_plat_driver = {
236236
237237module_platform_driver (m_can_plat_driver );
238238
239- MODULE_AUTHOR ("Dong Aisheng <b29396@freescale .com>" );
239+ MODULE_AUTHOR ("Dong Aisheng <aisheng.dong@nxp .com>" );
240240MODULE_AUTHOR ("Dan Murphy <dmurphy@ti.com>" );
241241MODULE_LICENSE ("GPL v2" );
242242MODULE_DESCRIPTION ("M_CAN driver for IO Mapped Bosch controllers" );
You can’t perform that action at this time.
0 commit comments