#
0832a409 |
| 15-Mar-2025 |
Stephen Hurd <shurd@FreeBSD.org> |
Add driver for the RK3328 GPIO_MUTE pin
This is used in in the ROC-RK3328-CC to control a regulator.
Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D49399
|
Revision tags: release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3 |
|
#
e17e33f9 |
| 18-Jan-2025 |
Bojan Novković <bnovkov@FreeBSD.org> |
sdhci: Refactor the generic FDT driver
This patch refactors the 'sdhci_fdt.c' driver by moving all vendor specific routines into separate files and making the base 'sdhci_fdt' driver subclassable. T
sdhci: Refactor the generic FDT driver
This patch refactors the 'sdhci_fdt.c' driver by moving all vendor specific routines into separate files and making the base 'sdhci_fdt' driver subclassable. The goal is to make adding new FDT-based drivers easier and more maintainable. No functional change intended.
Reviewed by: manu, imp Differential Revision: https://reviews.freebsd.org/D48527
show more ...
|
Revision tags: release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0 |
|
#
f84e9df6 |
| 27-Feb-2024 |
Mitchell Horne <mhorne@FreeBSD.org> |
conf: deduplicate dwmmc config logic
The core of this driver is supported by multiple architectures. Move the config entries to the MI conf/files.
This hardware is found on several available/emergi
conf: deduplicate dwmmc config logic
The core of this driver is supported by multiple architectures. Move the config entries to the MI conf/files.
This hardware is found on several available/emerging RISC-V SoCs, so we will soon need it on this architecture.
Reviewed by: manu MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44104
show more ...
|
#
77f22241 |
| 25-Dec-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
clk: Move rockchip driver into the common directory
No need to keep it under sys/arm64/rockchip/clk It's easier to find which controller we support by looking under one directory.
Sponsored by: B
clk: Move rockchip driver into the common directory
No need to keep it under sys/arm64/rockchip/clk It's easier to find which controller we support by looking under one directory.
Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43189
show more ...
|
#
2e3507c2 |
| 25-Dec-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
pwm: Move rockchip driver into the common directory
No need to keep it under sys/arm64/rockchip It's easier to find which controller we support by looking under one directory.
Sponsored by: Beckh
pwm: Move rockchip driver into the common directory
No need to keep it under sys/arm64/rockchip It's easier to find which controller we support by looking under one directory.
Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43186
show more ...
|
#
3c2b2a28 |
| 25-Dec-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
iicbus: Move rockchip driver into the common directory
No need to keep it under sys/arm64/rockchip It's easier to find which controller we support by looking under one directory. While here remove t
iicbus: Move rockchip driver into the common directory
No need to keep it under sys/arm64/rockchip It's easier to find which controller we support by looking under one directory. While here remove the condition on SOC option, device rk_i2c is enough as all Rockchip SoC that we support have this controller.
Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43184
show more ...
|
Revision tags: release/14.0.0 |
|
#
432ae724 |
| 23-Sep-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
dwc: Move every sub drivers to dev/dwc
It makes it easier to find all the sub drivers and change them if needed. While here do not gate dwc_rk with soc options, dwc_rk is made for all rockchip SoCs.
dwc: Move every sub drivers to dev/dwc
It makes it easier to find all the sub drivers and change them if needed. While here do not gate dwc_rk with soc options, dwc_rk is made for all rockchip SoCs. Same thing for dwc_socfpga
show more ...
|
#
031beb4e |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
b0352107 |
| 04-Dec-2020 |
Michal Meloun <mmel@FreeBSD.org> |
Add support for RK3288 SoC.
|