aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-m48t86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski1-1/+1
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni1-1/+0
2019-10-06rtc: Use devm_platform_ioremap_resource()Markus Elfring1-9/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-01rtc: m48t86: put m48t86_nvmem_cfg on the stackAlexandre Belloni1-11/+9
2018-03-01rtc: m48t86: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2017-10-13rtc: m48t86: use generic nvmemAlexandre Belloni1-25/+23
2017-10-13rtc: m48t86: switch to rtc_register_deviceAlexandre Belloni1-2/+8
2017-02-21rtc: m48t86: remove unused platform_dataH Hartley Sweeten1-32/+19
2017-02-21rtc: m48t86: verify that the RTC is actually presentH Hartley Sweeten1-0/+36
2017-02-12rtc: m48t86: add NVRAM supportH Hartley Sweeten1-0/+41
2017-02-12rtc: m48t86: allow driver to manage its resourcesH Hartley Sweeten1-51/+102
2017-02-12rtc: m48t86: shorten register name definesH Hartley Sweeten1-64/+63
2016-06-27rtc: m48t86: move m48t86.h to platform_dataAlexandre Belloni1-1/+1
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-4/+0
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-13drivers/rtc/rtc-m48t86.c: use dev_get_platdata()Jingoo Han1-4/+4
2013-07-03drivers/rtc/rtc-m48t86.c: remove empty functionSachin Kamat1-6/+0
2013-07-03rtc: rtc-m48t86: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-29rtc: rtc-m48t86: use devm_rtc_device_register()Jingoo Han1-7/+4
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-12/+1
2010-08-11rtc/m48t86: use rtc_valid_tm() to check returned tmWan ZongShun1-1/+1
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-14/+14
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-06-05[PATCH] m48t86: ia64 build fixAndrew Morton1-36/+36
2006-04-11[PATCH] RTC subsystem: compact error messagesAlessandro Zummo1-3/+1
2006-04-11[PATCH] RTC subsystem: fix proc outputAlessandro Zummo1-3/+0
2006-04-11[PATCH] RTC subsystem: whitespaces and error messages cleanupAlessandro Zummo1-1/+1
2006-03-27[PATCH] RTC subsystem: M48T86 driverAlessandro Zummo1-0/+209