#
a044cf60 |
| 18-Feb-2024 |
Andriy Gapon <avg@FreeBSD.org> |
rk8xx_poweroff: add parentheses missed in 8b408fc6f2
Fixes: 8b408fc6f2 MFC after: 2 weeks
|
#
8b408fc6 |
| 18-Feb-2024 |
Andriy Gapon <avg@FreeBSD.org> |
rk8xx_poweroff: enable power-cycling on support hardware
Previously, the function would return early if RB_POWERCYCLE was specified without RB_POWEROFF. Those flags are exclusive at the moment, tha
rk8xx_poweroff: enable power-cycling on support hardware
Previously, the function would return early if RB_POWERCYCLE was specified without RB_POWEROFF. Those flags are exclusive at the moment, that is, they are never set together.
Søren Schmidt (sos) uses a similar but extended patch locally.
MFC after: 2 weeks
show more ...
|
#
f6155427 |
| 03-Feb-2024 |
rilysh <nightquick@proton.me> |
sys/dev/iicbus/pmic/rockchip/rk8xx.c: remove an extra semicolon
Signed-off-by: rilysh <nightquick@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/959
|
#
fdafd315 |
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row.
Remov
sys: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank 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
show more ...
|
Revision tags: release/14.0.0 |
|
#
685dc743 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
47218e71 |
| 04-Oct-2022 |
Andrew Turner <andrew@FreeBSD.org> |
Include opt_platform.h to ensure FDT is defined
We need to include opt_platform.h as it's where FDT will be defined.
Sponsored by: The FreeBSD Foundation
|
#
66a3e513 |
| 16-Aug-2022 |
Søren Schmidt <sos@FreeBSD.org> |
Add RockChip rk809/rk817 pmic support to existing RockChip pmic drivers.
Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D36149
|
Revision tags: release/13.1.0 |
|
#
94f4afd7 |
| 11-Jan-2022 |
Andriy Gapon <avg@FreeBSD.org> |
rk805 / rk808: re-add system poweroff support
This was lost by accident in 98c60dc31f.
Reviewed by: manu MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D33844
|
Revision tags: release/12.3.0 |
|
#
98c60dc3 |
| 14-Nov-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
pmic: rockchip: Split the driver in rk805 and rk808
This make the base driver cleaner and the subclassed driver only have related code.
Kernel config wise this is still only handled by rk805.
No f
pmic: rockchip: Split the driver in rk805 and rk808
This make the base driver cleaner and the subclassed driver only have related code.
Kernel config wise this is still only handled by rk805.
No functional changes intended.
show more ...
|