summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtc: drop set_mms and set_mmss64Alexandre Belloni2019-05-083-13/+1
* rtc: pcap: convert to SPDX identifierAlexandre Belloni2019-05-081-5/+1
* rtc: pcap: use .set_timeAlexandre Belloni2019-05-081-2/+3
* rtc: pcap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-05-081-6/+3
* rtc: pcap: set rangeAlexandre Belloni2019-05-081-3/+5
* rtc: digicolor: convert to SPDX identifierAlexandre Belloni2019-05-081-5/+1
* rtc: digicolor: use .set_timeAlexandre Belloni2019-05-081-3/+3
* rtc: digicolor: set rangeAlexandre Belloni2019-05-081-0/+1
* rtc: digicolor: fix possible race conditionAlexandre Belloni2019-05-081-5/+7
* rtc: jz4740: convert to SPDX identifierAlexandre Belloni2019-04-301-10/+1
* rtc: jz4740: rework invalid time detectionAlexandre Belloni2019-04-301-12/+9
* rtc: jz4740: use dev_pm_set_wake_irq() to simplify codeAlexandre Belloni2019-04-301-30/+7
* rtc: jz4740: use .set_timeAlexandre Belloni2019-04-301-3/+3
* rtc: jz4740: remove useless checkAlexandre Belloni2019-04-301-1/+1
* rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-301-5/+3
* rtc: jz4740: set rangeAlexandre Belloni2019-04-301-2/+10
* rtc: 88pm860x: prevent use-after-free on device removeSven Van Asbroeck2019-04-291-1/+1
* rtc: Use dev_get_drvdata()Kefeng Wang2019-04-296-38/+21
* rtc: imxdi: convert to SPDX identifierAlexandre Belloni2019-04-291-11/+1
* rtc: imxdi: remove unnecessary checkAlexandre Belloni2019-04-291-9/+1
* rtc: imxdi: use .set_timeAlexandre Belloni2019-04-291-3/+3
* rtc: imxdi: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-291-5/+3
* rtc: imxdi: set rangeAlexandre Belloni2019-04-291-5/+10
* rtc: mxc: use .set_timeAlexandre Belloni2019-04-291-2/+4
* rtc: mxc: set rangeAlexandre Belloni2019-04-291-13/+17
* rtc: mxc: fix possible race conditionAlexandre Belloni2019-04-291-7/+9
* rtc: stm32: manage the get_irq probe defer caseFabien Dessenne2019-04-291-3/+6
* rtc: rx6110: declare missing of tableDaniel Gomez2019-04-291-0/+9
* rtc: wm831x: use .set_timeAlexandre Belloni2019-04-291-3/+5
* 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: ep93xx: fix checkpatch issuesAlexandre Belloni2019-04-191-9/+9
* rtc: ep93xx: convert to SPDX identifierAlexandre Belloni2019-04-191-4/+1
* rtc: ep93xx: use .set_timeAlexandre Belloni2019-04-191-2/+3
* rtc: ep93xx: switch to rtc_time64_to_tmAlexandre Belloni2019-04-191-1/+1
* rtc: ep93xx: set rangeAlexandre Belloni2019-04-191-0/+1
* rtc: ep93xx: use rtc_add_groupAlexandre Belloni2019-04-191-16/+4
* rtc: ep93xx: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-191-2/+7
* rtc: ep93xx: stop setting platform_dataAlexandre Belloni2019-04-191-15/+3
* rtc: ds3232: get SRAM access using NVMEM FrameworkHan Nandor2019-04-191-2/+38
* rtc: mc13xxx: fix style issueAlexandre Belloni2019-04-161-1/+1
* rtc: mc13xxx: convert to SPDX identifierAlexandre Belloni2019-04-161-4/+1
* rtc: mc13xxx: use .set_timeAlexandre Belloni2019-04-161-3/+3
* rtc: mc13xxx: set rangeAlexandre Belloni2019-04-161-2/+10
* rtc: ds1685: use threaded interruptThomas Bogendoerfer2019-04-162-118/+104
* rtc: ds1685: remove dead codeThomas Bogendoerfer2019-04-161-36/+0