Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
iicbus: Move remaining rtc driver into rtc subfolderNo reason that they should live directly under iicbusSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.fre
iicbus: Move remaining rtc driver into rtc subfolderNo reason that they should live directly under iicbusSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D41908
show more ...
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Add a missing header file to SRCS to fix out-of-kernel builds.PR: 222354Submitted by: eugen@Pointy hat: ian@
Minor fixes and enhancements for the s35390a i2c RTC driver...- Add FDT probe code.- Do i2c transfers with exclusive bus ownership.- Use config_intrhook_oneshot() to defer chip setup because some
Minor fixes and enhancements for the s35390a i2c RTC driver...- Add FDT probe code.- Do i2c transfers with exclusive bus ownership.- Use config_intrhook_oneshot() to defer chip setup because some i2c busses can't do transfers without interrupts.- Add a detach() routine.- Add to module build.