Fixed some clocks divide width.clk_cpll_div_333m_div, clk_cpll_div_125m_div, clk_cpll_div_50m_div,clk_cpll_div_25m_div, clk_cpll_div_100m_div, clk_osc0_div_750k_divdid not respond Rockchip RK3568
Fixed some clocks divide width.clk_cpll_div_333m_div, clk_cpll_div_125m_div, clk_cpll_div_50m_div,clk_cpll_div_25m_div, clk_cpll_div_100m_div, clk_osc0_div_750k_divdid not respond Rockchip RK3568 TRM Part1 V1.1-20210301.pdfdocumentation page 79. I changed them correctly.Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/2287
show more ...
rockship: Fix a typo in a source code comment- s/vaues/values/MFC after: 5 days
syscon: Move syscon code in dev/sysconWe'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
syscon: Move syscon code in dev/sysconWe'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/D43196
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
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
clk: Move rockchip driver into the common directoryNo need to keep it under sys/arm64/rockchip/clkIt's easier to find which controller we support by looking under one directory.Sponsored by: B
clk: Move rockchip driver into the common directoryNo need to keep it under sys/arm64/rockchip/clkIt's easier to find which controller we support by looking under one directory.Sponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D43189