sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\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_gcc: fix the parent clock to work againRename it to match the clock-output-names field in the devicetree.Reviewed by: impDifferential Revision: https://reviews.freebsd.org/D36531
qcom_*: Remove unused devclass arguments to DRIVER_MODULE.
Add support for qualcomm clock nodes the the IPQ4018/IPQ4019 clock tree.Summary: I've tested this with cpufreq_dt, SPI and USB. They all seem to work fine.Test Plan: * IPQ4018, bootSubscribers
Add support for qualcomm clock nodes the the IPQ4018/IPQ4019 clock tree.Summary: I've tested this with cpufreq_dt, SPI and USB. They all seem to work fine.Test Plan: * IPQ4018, bootSubscribers: imp, andrewDifferential Revision: https://reviews.freebsd.org/D33665