aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1347.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2019-10-07rtc: ds1347: handle century registerAlexandre Belloni1-13/+24
2019-10-07rtc: ds1347: use regmap_update_bitsAlexandre Belloni1-4/+6
2019-10-07rtc: ds1347: properly handle oscillator failuresAlexandre Belloni1-7/+23
2019-10-07rtc: ds1347: set rangeAlexandre Belloni1-0/+2
2019-10-07rtc: ds1347: convert to devm_rtc_allocate_deviceAlexandre Belloni1-4/+4
2019-10-07rtc: ds1347: mask ALM OUT when reading timeAlexandre Belloni1-1/+1
2019-10-07rtc: ds1347: simplify getting .driver_dataAlexandre Belloni1-8/+2
2019-10-07rtc: ds1347: remove useless readAlexandre Belloni1-6/+0
2019-10-07rtc: ds1347: remove verbose messagesAlexandre Belloni1-7/+0
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-1/+1
2016-09-22rtc: ds1347: changed raw spi calls to register map callsRaghavendra Ganiga1-43/+53
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2014-04-03rtc: add support for maxim dallas rtc ds1347Raghavendra Ganiga1-0/+166