summaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtc: tps6586x: let the core handle rtc rangeAlexandre Belloni2018-05-171-22/+5
* rtc: tps6586x: fix possible race conditionAlexandre Belloni2018-05-171-3/+11
* rtc: vr41xx: add rangeAlexandre Belloni2018-05-171-0/+2
* rtc: vr41xx: fix possible race conditionAlexandre Belloni2018-05-171-2/+7
* rtc: rx8581: switch to regmapAlexandre Belloni2018-05-171-113/+42
* rtc: rx8581: error out when time invalidAlexandre Belloni2018-05-171-4/+6
* rtc: rx8581: remove useless declarationAlexandre Belloni2018-05-171-18/+15
* rtc: rx8581: remove useless indirectionAlexandre Belloni2018-05-171-12/+4
* rtc: rx8581: let the core handle rtc rangeAlexandre Belloni2018-05-171-5/+4
* rtc: rx8581: add RTC rangeAlexandre Belloni2018-05-171-0/+2
* rtc: rx8581: switch to rtc_register_deviceAlexandre Belloni2018-05-171-8/+5
* rtc: tps65910: add rangeAlexandre Belloni2018-05-171-0/+2
* rtc: tps65910: allow platform power upAlexandre Belloni2018-05-171-12/+0
* rtc: tps65910: fix possible race conditionAlexandre Belloni2018-05-171-4/+8
* rtc: ab-b5ze-s3: let the core handle the RTC rangeAlexandre Belloni2018-05-171-9/+2
* rtc: ab-b5ze-s3: fix possible race conditionsAlexandre Belloni2018-05-171-8/+11
* rtc: 88pm80x: convert to rtc_tm_to_time64/rtc_time64_to_tmAlexandre Belloni2018-05-171-8/+8
* rtc: 88pm80x: let the core handle the RTC rangeAlexandre Belloni2018-05-171-6/+2
* rtc: 88pm80x: fix possible race conditionAlexandre Belloni2018-05-171-4/+8
* rtc: 88pm80x: remove unused pm80x_rtc_info membersAlexandre Belloni2018-05-171-2/+0
* rtc: 88pm80x: stop setting a default timeAlexandre Belloni2018-05-171-22/+0
* rtc: at91rm9200: add rangeAlexandre Belloni2018-05-171-0/+2
* rtc: stm32: get DBP register and mask from DT st, syscfg propertyAmelie Delaunay2018-05-061-22/+37
* rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISINGAmelie Delaunay2018-05-061-2/+1
* rtc: stm32: fix copyright and adopt SPDX identifierAmelie Delaunay2018-05-061-3/+3
* rtc: tps6586x: remove mktime usageArnd Bergmann2018-05-031-9/+9
* rtc: ls1x: remove mktime usageArnd Bergmann2018-05-031-3/+4
* rtc: vr41xx: remove mktime usageArnd Bergmann2018-05-031-12/+12
* rtc: ds1340: Add support for trickle charger.Andrea Greco2018-05-031-0/+2
* rtc: sprd: Add RTC hardware rangeBaolin Wang2018-05-031-0/+2
* rtc: sprd: Change to use devm_rtc_allocate_device()Baolin Wang2018-05-031-4/+10
* rtc: simplify getting .drvdataWolfram Sang2018-05-0315-131/+71
* rtc: cmos: introduce quirks to enable use_acpi_alarm modeZhang Rui2018-04-191-0/+26
* rtc: cmos: acknowledge ACPI driven wake alarms upon resumeZhang Rui2018-04-191-0/+18
* rtc: cmos: allow using ACPI for RTC alarm instead of HPETZhang Rui2018-04-191-31/+80
* Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-04-10115-975/+1542
|\
| * rtc: snvs: Fix usage of snvs_rtc_enableBryan O'Donoghue2018-04-031-4/+11
| * rtc: mt7622: fix module autoloading for OF platform driversSean Wang2018-04-031-0/+1
| * rtc: isl12022: use true and false for boolean valuesGustavo A. R. Silva2018-04-031-1/+1
| * rtc: ab8500: Drop AB8540 supportLinus Walleij2018-03-271-55/+0
| * rtc: remove a warning during scripts/kernel-doc stepMathieu Malaterre2018-03-271-1/+1
| * rtc: 88pm860x: remove artificial limitationAlexandre Belloni2018-03-271-2/+2
| * rtc: 88pm80x: remove artificial limitationAlexandre Belloni2018-03-271-2/+2
| * rtc: st-lpc: remove artificial limitationAlexandre Belloni2018-03-271-16/+0
| * rtc: mrst: remove artificial limitationAlexandre Belloni2018-03-271-1/+1
| * rtc: mv: remove artificial limitationAlexandre Belloni2018-03-271-12/+0
| * rtc: hctosys: Ensure system time doesn't overflow time_tAlexandre Belloni2018-03-271-0/+5
| * rtc: pcf85063: fix clearing bits in pcf85063_start_clockMichael McCormick2018-03-171-1/+1
| * rtc: at91sam9: Set name of regmap_configJeffy Chen2018-03-171-0/+1
| * rtc: s5m: Remove VLA usageGustavo A. R. Silva2018-03-171-6/+8