hwreset: Move reset code in dev/hwresetWe'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
hwreset: Move reset code in dev/hwresetWe'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: impSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D43192
show more ...
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
xilinx: reset: Remove debug printfsSponsored by: Beckhoff Automation GmbH & Co. KG
arm64: zynqmp: Add clock driverAdd clock and reset drivers for the ZynqMP SoC.The clocks are discovered by talking to the firmware as the topology isn'tfixed on this SoC.Differential Revision:
arm64: zynqmp: Add clock driverAdd clock and reset drivers for the ZynqMP SoC.The clocks are discovered by talking to the firmware as the topology isn'tfixed on this SoC.Differential Revision: https://reviews.freebsd.org/D41812Sponsored by: Beckhoff Automation GmbH & Co. KG