aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rs5c348.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-09-28rtc: rs5c348: report error when time is invalidAlexandre Belloni1-22/+21
2018-09-28rtc: rs5c348: remove forward declarationAlexandre Belloni1-6/+4
2018-09-28rtc: rs5c348: remove useless labelAlexandre Belloni1-11/+7
2018-03-01rtc: rs5c348: let the core handle invalid timeAlexandre Belloni1-5/+0
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-4/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2013-11-13drivers/rtc/rtc-rs5c348.c: use dev_get_platdata()Jingoo Han1-2/+2
2013-07-03drivers/rtc/rtc-rs5c348.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-rs5c348: use devm_*() functionsJingoo Han1-9/+3
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-08-21drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto1-2/+5
2012-03-23rtc: convert rtc spi drivers to module_spi_driverAxel Lin1-12/+1
2012-01-10drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-15/+15
2007-08-27[PATCH] rtc: Make rtc-rs5c348 driver hotplug-awareAtsushi Nemoto1-1/+1
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-09-29[PATCH] RTC: more XSTP/VDET support for rtc-rs5c348 driverAtsushi Nemoto1-1/+8
2006-06-28[PATCH] RTC: add rtc-rs5c348 driverAtsushi Nemoto1-0/+246