ds1307(4): Fix a typo in a source code comment- s/slighly/slightly/(cherry picked from commit fa3b320668ba6068014337bbbb05dbd39ac8dfb6)
ds1307: restore hints-based configuration on FDT systemsFall-through to non-FDT probe code if no matching device node is found.While here, fix indentation of the switch statement.Also, make the d
ds1307: restore hints-based configuration on FDT systemsFall-through to non-FDT probe code if no matching device node is found.While here, fix indentation of the switch statement.Also, make the device description for the hints-based attachment thesame as for FDT attachment.Fixes: 2486b446db ds1307: add support for the EPSON RX-8035SA I2C RTC(cherry picked from commit 34694f3da7f9537c34b1878206c65a8cda16c6c0)
show more ...
i2c: Add Microcrystal RV3032 RTC driverThis is a simple RTC driver for the rv3032 from Microcrystal.Just the basic functionality is implemented (no timer, alarm etc ..).Sponsored by: Beckhoff Au
i2c: Add Microcrystal RV3032 RTC driverThis is a simple RTC driver for the rv3032 from Microcrystal.Just the basic functionality is implemented (no timer, alarm etc ..).Sponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D41995(cherry picked from commit 1d6a6a524409662992ca96bc91ae69b2a2a5ff35)
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(cherry picked from commit 2f16049c985a364e2bd2b256f5bef9af17e10c62)
sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
rx8803: Improve probing logicAdd a PNP macro in order to load this driver automatically.While here check if the device is enabled in DT before probing it.Reviewed by: wmaSponsored by: AlstomOb
rx8803: Improve probing logicAdd a PNP macro in order to load this driver automatically.While here check if the device is enabled in DT before probing it.Reviewed by: wmaSponsored by: AlstomObtained from: SemihalfDifferential Revision: https://reviews.freebsd.org/D37579
iicbus: Remove unused devclass arguments to DRIVER_MODULE.
rx8803_settime: remove write only variable busSponsored by: Netflix
pcf85063: Set RTC device to work in 24h modeSometimes the device did not set default hour mode setting correctly,which lead to conversion errors. Explicitly set device to work in 24hmode by clear
pcf85063: Set RTC device to work in 24h modeSometimes the device did not set default hour mode setting correctly,which lead to conversion errors. Explicitly set device to work in 24hmode by clearing flag in register, instead of allowing defaults.Reviewed by: impObtained from: SemihalfSponsored by: Alstom GroupDifferential revision: https://reviews.freebsd.org/D33497
pcf85063: Fix real time clockPreviosuly real time clock driver always set time format to 12-hourmode. Fix this by choosing hour mode depending on HW register.
Pcf85063: Add RTC driverAdd driver for pcf85063 real time clock. Register set and get timemethods. Parse data obtained from bus according to specificationand fill kernel structures.Obtained fro
Pcf85063: Add RTC driverAdd driver for pcf85063 real time clock. Register set and get timemethods. Parse data obtained from bus according to specificationand fill kernel structures.Obtained from: SemihalfSponsored by: Alstom GroupDifferential revision: https://reviews.freebsd.org/D32817
Add a driver for HYM8563 based RTC.
Introduce support for Epson RX-8803 RTC.This patch introduces support for Epson RX-8803 RTC controller accessibleover I2C bus. It has a resolution of 1 sec.Support for interrupt based alarm was n
Introduce support for Epson RX-8803 RTC.This patch introduces support for Epson RX-8803 RTC controller accessibleover I2C bus. It has a resolution of 1 sec.Support for interrupt based alarm was not implemented.Submitted by: Kornel Duleba <[email protected]>Reviewed by: manuObtained from: SemihalfSponsored by: Alstom GroupDifferential Revision: https://reviews.freebsd.org/D24364