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_clk: Fix a typo in an error message- s/requsted/requested/MFC after: 5 days
qcom_clk: compilation fixes* remove dead code* mark enabled as unused, happens if debugging isn't enabled* log the enabled state if debugging is enabledReviewed by: impDifferential Revision:
qcom_clk: compilation fixes* remove dead code* mark enabled as unused, happens if debugging isn't enabled* log the enabled state if debugging is enabledReviewed by: impDifferential Revision: https://reviews.freebsd.org/D36533
qcom_clk: add the qualcomm clock nodes for the IPQ4018These clock nodes are used by the IPQ4018/IPQ4019 and derivatives.They're also used by other 32 and 64 bit qualcomm parts; so it'sbest to put
qcom_clk: add the qualcomm clock nodes for the IPQ4018These clock nodes are used by the IPQ4018/IPQ4019 and derivatives.They're also used by other 32 and 64 bit qualcomm parts; so it'sbest to put these nodes here in a single qcom_clk driver and addto it as we grow new Qualcomm SoC support.Tested:* IPQ4018, bootDifferential Revision: https://reviews.freebsd.org/D33665