summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1347.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: ds1347: fix value written to century registerIan Abbott2022-11-151-1/+1
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: ds1347: handle century registerAlexandre Belloni2019-10-071-13/+24
* rtc: ds1347: use regmap_update_bitsAlexandre Belloni2019-10-071-4/+6
* rtc: ds1347: properly handle oscillator failuresAlexandre Belloni2019-10-071-7/+23
* rtc: ds1347: set rangeAlexandre Belloni2019-10-071-0/+2
* rtc: ds1347: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-10-071-4/+4
* rtc: ds1347: mask ALM OUT when reading timeAlexandre Belloni2019-10-071-1/+1
* rtc: ds1347: simplify getting .driver_dataAlexandre Belloni2019-10-071-8/+2
* rtc: ds1347: remove useless readAlexandre Belloni2019-10-071-6/+0
* rtc: ds1347: remove verbose messagesAlexandre Belloni2019-10-071-7/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: ds1347: changed raw spi calls to register map callsRaghavendra Ganiga2016-09-221-43/+53
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* rtc: add support for maxim dallas rtc ds1347Raghavendra Ganiga2014-04-031-0/+166