summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1511.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: ds1511: set alarm offset limitAlexandre Belloni2024-02-291-0/+1
* rtc: ds1511: set rangeAlexandre Belloni2024-02-291-0/+1
* rtc: ds1511: drop inline/noinline hintsAlexandre Belloni2024-02-291-3/+3
* rtc: ds1511: rename pdataAlexandre Belloni2024-02-291-29/+29
* rtc: ds1511: implement ds1511_rtc_read_alarm properlyAlexandre Belloni2024-02-291-22/+9
* rtc: ds1511: remove partial alarm supportAlexandre Belloni2024-02-291-8/+4
* rtc: ds1511: let the core know when alarm are not supportedAlexandre Belloni2024-02-291-15/+9
* rtc: ds1511: remove ds1511_rtc_update_alarmAlexandre Belloni2024-02-291-29/+23
* rtc: ds1511: remove incomplete UIE supportAlexandre Belloni2024-02-291-13/+5
* rtc: ds1511: fix function definitionAlexandre Belloni2024-02-291-16/+8
* rtc: ds1511: drop useless enumAlexandre Belloni2024-02-291-71/+49
* rtc: ds1511: drop dead codeAlexandre Belloni2024-02-291-44/+0
* rtc: ds1511: drop useless computationAlexandre Belloni2024-02-291-12/+1
* rtc: ds1511: drop useless checksAlexandre Belloni2024-02-291-12/+0
* rtc: ds1511: remove unused functionJiapeng Chong2021-04-171-6/+0
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-1/+1
* rtc: nvmem: remove nvram ABIAlexandre Belloni2020-11-191-2/+0
* rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-071-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-6/+3
* rtc: ds1511: let the core handle invalid timeAlexandre Belloni2018-03-011-4/+0
* rtc: ds1511: put ds1511_nvmem_cfg on the stackAlexandre Belloni2018-03-011-10/+9
* rtc: ds1511: call rtc_nvmem_register()Alexandre Belloni2018-03-011-1/+2
* rtc: ds1511: use generic nvmemAlexandre Belloni2017-10-131-36/+22
* rtc: ds1511: allow waking platformAlexandre Belloni2017-10-131-9/+1
* rtc: ds1511: switch to rtc_register_deviceAlexandre Belloni2017-10-131-2/+7
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-3/+0
* rtc: ds1511: clean up ds1511_nvram_read()/ds1511_nvram_write()Vladimir Zapolskiy2015-09-051-37/+5
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* rtc: treewide: remove excess rtc_device validationAlexander Shiyan2014-04-031-2/+1
* rtc: fix potential race conditionAlessandro Zummo2014-04-031-8/+10
* rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall2013-09-111-12/+5
* drivers/rtc/rtc-ds1511.c: fix issues related to spaces and bracesSachin Kamat2013-07-031-49/+44
* rtc: rtc-ds1511: use devm_rtc_device_register()Jingoo Han2013-04-291-5/+3
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+3
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-1/+1
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-14/+1
* rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-10-311-0/+1
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram fileVasiliy Kulikov2011-03-221-1/+1
* RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-17/+0
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-4/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc-ds1511: fix races around device registrationAtsushi Nemoto2009-12-161-88/+60
* fix my email address.Andrew Sharp2009-11-091-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\
| * trivial: rtc-ds1511: fix sparse warningHannes Eder2009-01-061-1/+1
* | rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov2009-01-061-10/+9
|/
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+0