summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-m48t86.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: m48t86: put m48t86_nvmem_cfg on the stackAlexandre Belloni2018-03-011-11/+9
* rtc: m48t86: call rtc_nvmem_register()Alexandre Belloni2018-03-011-1/+2
* rtc: m48t86: use generic nvmemAlexandre Belloni2017-10-131-25/+23
* rtc: m48t86: switch to rtc_register_deviceAlexandre Belloni2017-10-131-2/+8
* rtc: m48t86: remove unused platform_dataH Hartley Sweeten2017-02-211-32/+19
* rtc: m48t86: verify that the RTC is actually presentH Hartley Sweeten2017-02-211-0/+36
* rtc: m48t86: add NVRAM supportH Hartley Sweeten2017-02-121-0/+41
* rtc: m48t86: allow driver to manage its resourcesH Hartley Sweeten2017-02-121-51/+102
* rtc: m48t86: shorten register name definesH Hartley Sweeten2017-02-121-64/+63
* rtc: m48t86: move m48t86.h to platform_dataAlexandre Belloni2016-06-271-1/+1
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-4/+0
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-m48t86.c: use dev_get_platdata()Jingoo Han2013-11-131-4/+4
* drivers/rtc/rtc-m48t86.c: remove empty functionSachin Kamat2013-07-031-6/+0
* rtc: rtc-m48t86: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-2/+0
* rtc: rtc-m48t86: use devm_rtc_device_register()Jingoo Han2013-04-291-7/+4
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-12/+1
* rtc/m48t86: use rtc_valid_tm() to check returned tmWan ZongShun2010-08-111-1/+1
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-14/+14
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [PATCH] m48t86: ia64 build fixAndrew Morton2006-06-051-36/+36
* [PATCH] RTC subsystem: compact error messagesAlessandro Zummo2006-04-111-3/+1
* [PATCH] RTC subsystem: fix proc outputAlessandro Zummo2006-04-111-3/+0
* [PATCH] RTC subsystem: whitespaces and error messages cleanupAlessandro Zummo2006-04-111-1/+1
* [PATCH] RTC subsystem: M48T86 driverAlessandro Zummo2006-03-271-0/+209