clk: Move clock code in dev/clkWe've removed kernel option EXT_RESOURCES almost two years ago.While it was ok to have some code under a common 'extres' subdirectoryat first, we now have a lot of
clk: Move clock code in dev/clkWe've removed kernel option EXT_RESOURCES almost two years ago.While it was ok to have some code under a common 'extres' subdirectoryat first, we now have a lot of consumer of it and we made it mandatoryso no need to have it under a cryptic name.Reviewed by: mhorneSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D43191
show more ...
sys: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remov
sys: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/Remove /\n+#if.*\n#endif.*\n+/Remove /^#if.*\n#endif.*\n/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/Sponsored by: Netflix
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
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