sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
show more ...
qcom_*: Remove unused devclass arguments to DRIVER_MODULE.
qcom_dwc3: add initial Qualcomm SoC DWC3 controller glueThis adds some very simple DWC3 glue for the IPQ4018/IPQ4019.Other chipsets introduce reset line iteration, some furtherclock line iteratio
qcom_dwc3: add initial Qualcomm SoC DWC3 controller glueThis adds some very simple DWC3 glue for the IPQ4018/IPQ4019.Other chipsets introduce reset line iteration, some furtherclock line iteration and some customisations; I'll look at addingthose later.This is enough to finally bring up USB 3.0 on my IPQ4018 ASUSRT-58U router.