summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds2404.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: ds2404: use hw endiannes variableNicholas Mc Guire2019-05-231-2/+3
* rtc: ds2404: simplify .probe and remove .removeAlexandre Belloni2019-04-191-18/+7
* rtc: ds2404: remove ds2404_chip_opsAlexandre Belloni2019-04-191-19/+3
* rtc: ds2404: convert to SPDX identifierAlexandre Belloni2019-04-191-8/+2
* rtc: ds2404: use .set_timeAlexandre Belloni2019-04-191-3/+3
* rtc: ds2404: switch to rtc_time64_to_tmAlexandre Belloni2019-04-191-1/+1
* rtc: ds2404: set rangeAlexandre Belloni2019-04-191-5/+9
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: ds2404: move rtc-ds2404.h to platform_dataAlexandre Belloni2016-06-271-1/+1
* rtc: rtc-ds2404: constify ds2404_chip_ops structuresJulia Lawall2016-01-111-2/+2
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-ds2404.c: use dev_get_platdata()Jingoo Han2013-11-131-1/+1
* rtc: rtc-ds2404: use devm_*() functionsJingoo Han2013-04-291-9/+3
* rtc: rtc-ds2404: use dev_err() instead of printk()Jingoo Han2013-02-211-2/+2
* drivers/rtc/rtc-ds2404.c: use module_platform_driver macroSrinivas Kandagatla2013-02-211-13/+1
* rtc: add Dallas DS2404 driverSven Schnelle2012-10-061-0/+303