summaryrefslogtreecommitdiff
path: root/drivers/rtc/m41t62.c
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-03-01rtc: m41t62: add compatible for m41st87Marek Vasut
2019-04-25rtc: m41t62: add compatible for m41t82Simon Goldschmidt
2018-12-03rtc: m41t62: Convert the RTC driver to support the driver model (DM)Lukasz Majewski
2018-12-03rtc: m41t62: Extract common RTC handling code to facilitate DM conversionLukasz Majewski
2018-12-03rtc: m41t62: Break i2c_write() arguments to fix checkpatch warningLukasz Majewski
2018-07-25rtc: remove CONFIG_CMD_DATE dependencyHeinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-07-07rtc/m41t62: Add support for M41T82 with HT (Halt Update)Stefan Roese
2009-08-25Switch from per-driver to common definition of bin2bcd and bcd2binAlbin Tonnerre
2009-08-25Replace BCD2BIN and BIN2BCD macros with inline functionsAlbin Tonnerre
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD
2008-05-03RTC: Fix month offset by one problem in M41T62 RTC driverStefan Roese
2008-03-20LWMON5: POST RTC fixYuri Tikhonov
2008-03-15rtc: Add M41T62 supportStefan Roese