aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1305.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-01-25rtc: ds1305: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
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
2020-03-16rtc: ds1305: switch to rtc_tm_to_time64Alexandre Belloni1-6/+2
2020-03-16rtc: ds1305: set rangeAlexandre Belloni1-0/+2
2019-08-21rtc: remove superfluous error messageAlexandre Belloni1-5/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-2/+1
2018-03-01rtc: ds1305: put ds1305_nvmem_cfg on the stackAlexandre Belloni1-9/+8
2018-03-01rtc: ds1305: call rtc_nvmem_register()Alexandre Belloni1-2/+2
2017-10-13rtc: ds1305: use generic nvmemAlexandre Belloni1-38/+21
2017-10-13rtc: ds1305: switch to rtc_register_deviceAlexandre Belloni1-3/+8
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-7/+0
2016-02-04rtc: ds1305: use to_spi_device and kobj_to_devGeliang Tang1-2/+2
2016-01-11rtc: use %ph for short hex dumpsRasmus Villemoes1-6/+2
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-09-05rtc: ds1305: clean up ds1305_nvram_read()/ds1305_nvram_write()Vladimir Zapolskiy1-18/+0
2015-04-15rtc: remove use of seq_printf return valueJoe Perches1-3/+3
2014-04-03rtc: fix potential race conditionAlessandro Zummo1-6/+4
2014-01-23drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()Jingoo Han1-1/+0
2013-11-13drivers/rtc/rtc-ds1305.c: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-03drivers/rtc/rtc-ds1305.c: add missing braces around sizeofSachin Kamat1-16/+16
2013-04-29drivers/rtc/rtc-ds1305.c: use devm_* APIsSachin Kamat1-23/+12
2013-02-21drivers/rtc: dump small buffers via %*phAndy Shevchenko1-6/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-03-23rtc: convert rtc spi drivers to module_spi_driverAxel Lin1-11/+1
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker1-0/+1
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-30/+13
2010-12-24rtc: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+4
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-12-17rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov1-0/+2
2009-12-16rtc: fix driver data issues in several rtc driversAlessandro Zummo1-8/+6
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-06-19rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto1-3/+0
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+0
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-19/+19
2008-07-24rtc: ds1305/ds1306 driverDavid Brownell1-0/+847