summaryrefslogtreecommitdiff
path: root/drivers/rtc/m41t62.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-01rtc: m41t62: add oscillator fail bit reset supportSebastian Reichel1-0/+50
2020-11-01rtc: m41t62: reset SQW in m41t62_rtc_resetSebastian Reichel1-6/+83
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-02rtc: m41t62: add compatible for m41st87Marek Vasut1-0/+1
2019-04-25rtc: m41t62: add compatible for m41t82Simon Goldschmidt1-0/+11
2018-12-03rtc: m41t62: Convert the RTC driver to support the driver model (DM)Lukasz Majewski1-0/+77
2018-12-03rtc: m41t62: Extract common RTC handling code to facilitate DM conversionLukasz Majewski1-12/+20
2018-12-03rtc: m41t62: Break i2c_write() arguments to fix checkpatch warningLukasz Majewski1-1/+2
2018-07-25rtc: remove CONFIG_CMD_DATE dependencyHeinrich Schuchardt1-4/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2012-07-07rtc/m41t62: Add support for M41T82 with HT (Halt Update)Stefan Roese1-1/+9
2009-08-25Switch from per-driver to common definition of bin2bcd and bcd2binAlbin Tonnerre1-1/+0
2009-08-25Replace BCD2BIN and BIN2BCD macros with inline functionsAlbin Tonnerre1-12/+12
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD1-2/+6
2008-05-03RTC: Fix month offset by one problem in M41T62 RTC driverStefan Roese1-2/+2
2008-03-20LWMON5: POST RTC fixYuri Tikhonov1-1/+3
2008-03-15rtc: Add M41T62 supportStefan Roese1-0/+135