https://github.com/torvalds/linux
Revision 57fb54ab9f6945e204740b696bd4cee61ee04e5e authored by David Epping on 23 May 2023, 15:31:05 UTC, committed by Jakub Kicinski on 25 May 2023, 05:14:10 UTC
The mscc driver implements support for VSC8502, so its ID should be in
the MODULE_DEVICE_TABLE for automatic loading.

Signed-off-by: David Epping <david.epping@missinglinkelectronics.com>
Fixes: d3169863310d ("net: phy: mscc: add support for VSC8502")
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 1de5900
Raw File
Tip revision: 57fb54ab9f6945e204740b696bd4cee61ee04e5e authored by David Epping on 23 May 2023, 15:31:05 UTC
net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
Tip revision: 57fb54a
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top