sys: Use the new arm_smccc_invoke macrosSimplify the calls into the SMCCC firmware with the newarm_smccc_invoke* macros.Sponsored by: Arm LtdDifferential Revision: https://reviews.freebsd.org/D
sys: Use the new arm_smccc_invoke macrosSimplify the calls into the SMCCC firmware with the newarm_smccc_invoke* macros.Sponsored by: Arm LtdDifferential Revision: https://reviews.freebsd.org/D46987(cherry picked from commit b9cd72b06d795a8c7b39df1f520e866ad7f11aa8)
show more ...
tegra210: change to UTF-8 (from ISO-8859)Prompted by Phabricator's complaint that a C source file was a binaryfile, in D43192.Reviewed by: mmelDifferential Revision: https://reviews.freebsd.org
tegra210: change to UTF-8 (from ISO-8859)Prompted by Phabricator's complaint that a C source file was a binaryfile, in D43192.Reviewed by: mmelDifferential Revision: https://reviews.freebsd.org/D43229(cherry picked from commit 56c202de785a5701831ae345a1a5c906e0b2c3e6)
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
sys: Nuke double-semicolonsA distinct number of double-semicolons have ended up in FreeBSD. Take apass at getting rid of many of these harmless typos.Reviewed by: emaste, rrsPull Request: http
sys: Nuke double-semicolonsA distinct number of double-semicolons have ended up in FreeBSD. Take apass at getting rid of many of these harmless typos.Reviewed by: emaste, rrsPull Request: https://github.com/freebsd/freebsd-src/pull/609Differential Revision: https://reviews.freebsd.org/D31716
arm/arm64 nvidia: Remove unused devclass arguments to DRIVER_MODULE.
arm/arm64 nvidia: Remove unused variables.
tegra: Improve the detection of the secondary function (RTC) of the MAX77620.Use the new ofw_iicbus_set_devinfo() method to implant an OFW compatibilitystring for a manually created RTC sub-device
tegra: Improve the detection of the secondary function (RTC) of the MAX77620.Use the new ofw_iicbus_set_devinfo() method to implant an OFW compatibilitystring for a manually created RTC sub-device.MFC after: 4 weeksReported by: archimedes.gaviola_at_gmail.com bscott_at_bunyatech.com.au
tegra: Fix a common typo in source code comments- s/ajusted/adjusted/MFC after: 3 days
tegra210: Implement new get_gate method for tegra210 clocks.MFC after: 1 week
arm64: Directly use #include <dt-binding/...>We have it in the includes path and this will help the transition to thenew device-tree import in sys/contrib
Tegra210: Add lost-in-merge fixes: - misplaced '#ifdef notyet' in max77620.c - misnamed 'xusb_gate' clock in tegra210_clk_per.c
ARM64: Port FreeBSD to Nvidia Jetson TX1 and Nano.Add support for the Tergra210 SoC and its companion PMIC MAX77620.