History log of /src/sys/dev/iicbus/rtc/rtc8583.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 2f16049c 19-Sep-2023 Emmanuel Vadot <manu@FreeBSD.org>

iicbus: Move remaining rtc driver into rtc subfolder

No reason that they should live directly under iicbus

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.fre

iicbus: Move remaining rtc driver into rtc subfolder

No reason that they should live directly under iicbus

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D41908

show more ...


# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 3a866152 20-Apr-2022 John Baldwin <jhb@FreeBSD.org>

iicbus: Remove unused devclass arguments to DRIVER_MODULE.


# dbb77490 13-Dec-2019 Ian Lepore <ian@FreeBSD.org>

Clean up some of my copyrights; add SPDX tag and remove All rights reserved.


# c438379f 23-May-2019 Ian Lepore <ian@FreeBSD.org>

Add pnpinfo to all i2c drivers that have FDT compat data.


# 89ba361f 04-Mar-2018 Ian Lepore <ian@FreeBSD.org>

The year is stored in a single byte in sram, in binary format, as a count
of years since the century, so strip the century out when converting to or
from bcd_clocktime format (the conversion routines

The year is stored in a single byte in sram, in binary format, as a count
of years since the century, so strip the century out when converting to or
from bcd_clocktime format (the conversion routines will infer century by
pivoting on 70).

show more ...


# 5deff57b 04-Mar-2018 Ian Lepore <ian@FreeBSD.org>

Convert to the new(ish) bcd_clocktime conversion functions, add calls to
the new debug output functions, and when setting the clock, propagate the
timespec nsecs to the 1/100ths register.


# be04c94e 31-Oct-2017 Michael Zhilin <mizhka@FreeBSD.org>

[i2c/clock] add support for EPSON RTC-8583

RTC-8583 is time-of-day clock used in some SOHO routers. This clock has
only 2 bits for year values, but thanks to user SRAM it's possible to save
year val

[i2c/clock] add support for EPSON RTC-8583

RTC-8583 is time-of-day clock used in some SOHO routers. This clock has
only 2 bits for year values, but thanks to user SRAM it's possible to save
year value and keep it up to date via driver code.

Tested on Planex_MZK-W300NAG (SoC is RT2880)

Submitted by: Hiroki Mori <yamori83@yahoo.co.jp>
Differential Revision: https://reviews.freebsd.org/D12833

show more ...