#
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/
|
#
ddefad7c |
| 08-Aug-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm64: rockchip: Tweak i2c, pmic and iodomain order
We need i2c first to set it to MIDDLE, then we need one of the pmics so set them to LATE, only then we can attach iodomain which needs some regula
arm64: rockchip: Tweak i2c, pmic and iodomain order
We need i2c first to set it to MIDDLE, then we need one of the pmics so set them to LATE, only then we can attach iodomain which needs some regulators exposed by the pmic so set it to LAST.
Sponsored by: Beckhoff Automation GmbH & Co. KG
show more ...
|
#
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, release/13.1.0 |
|
#
3a866152 |
| 20-Apr-2022 |
John Baldwin <jhb@FreeBSD.org> |
iicbus: Remove unused devclass arguments to DRIVER_MODULE.
|
#
676ea8e1 |
| 20-Apr-2022 |
John Baldwin <jhb@FreeBSD.org> |
Remove unused iicbus_devclass.
|
#
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 |
|
#
91a908e0 |
| 14-Nov-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
pmic: rockchip: Rename the driver with _pmu as it was before
|
#
c2004418 |
| 14-Nov-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
pmic: rockchip: Name the driver rk80{5,8}
And add the needed relationship with iicbus.
|
#
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 ...
|
#
cb3c3e0a |
| 14-Nov-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
pmic: rockchip: Split the clocks part in its own file
No functional changes intended.
|
#
ad651f17 |
| 14-Nov-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
pmic: rockchip: Split the regulators part in its own file
No functional changes intended.
|
#
328077bb |
| 11-Nov-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
pmic: rockchip: Split the rtc part in its own file
Even if for now all the RTC-related register are at the same offset don't use some hardcoded values for them but set them based on the PMIC type.
pmic: rockchip: Split the rtc part in its own file
Even if for now all the RTC-related register are at the same offset don't use some hardcoded values for them but set them based on the PMIC type.
No functional changes intended.
show more ...
|
#
c9b101d2 |
| 11-Nov-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
pmic: rockchip: Rename most of rk805 driver to rk8xx
This is in preparation of correctly splitting the driver.
No functional changes intended.
|
#
43301ad2 |
| 11-Nov-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
pmic: rockchip: Add dedicated file for rk808
While here rename registers for rk805 and rk808 based on the names on the datasheet.
No functional changes intended.
|
#
51919325 |
| 11-Nov-2021 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm64: rockchip: Move rk805 pmic driver to dev/iicbus/pmic/rockchip
Having all PMIC driver at the same place makes it easier.
|