summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* pcf8563: add wakeup-source supportAlexandre Belloni2024-05-071-2/+7
* rtc: rx8111: handle VLOW flagAlexandre Belloni2024-05-071-0/+12
* rtc: rx8111: demote warnings to debug levelAlexandre Belloni2024-05-071-5/+5
* rtc: rx6110: Constify struct regmap_configChristophe JAILLET2024-05-071-2/+2
* rtc: Add driver for Epson RX8111Waqar Hameed2024-04-173-0/+367
* rtc: mcp795: drop unneeded MODULE_ALIASKrzysztof Kozlowski2024-04-171-1/+0
* rtc: nuvoton: Modify part number valueMia Lin2024-03-291-6/+9
* rtc: test: Split rtc unit test into slow and normal speed testGuenter Roeck2024-03-291-7/+26
* rtc: cros-ec: provide ID table for avoiding fallback matchTzung-Bi Shih2024-03-291-1/+8
* Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-03-218-254/+150
|\
| * rtc: class: make rtc_class constantRicardo B. Marliere2024-03-082-9/+14
| * rtc: nct3018y: fix possible NULL dereferenceAlexandre Belloni2024-03-081-3/+3
| * rtc: max31335: fix interrupt status regAntoniu Miclaus2024-02-291-1/+1
| * rtc: mt6397: select IRQ_DOMAIN instead of depending on itRandy Dunlap2024-02-291-1/+2
| * rtc: m41t80: Use the unified property API get the wakeup-source propertyCurtis Klein2024-02-291-4/+1
| * rtc: pcf8523: add suspend handlers for alarm IRQAlexandre Belloni2024-02-291-0/+25
| * 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: test: Fix invalid format specifier.David Gow2024-02-271-1/+1
|/
* rtc: nuvoton: Compatible with NCT3015Y-R and NCT3018Y-RMia Lin2024-01-181-6/+46
* rtc: da9063: Use dev_err_probe()Biju Das2024-01-181-25/+17
* rtc: da9063: Use device_get_match_data()Biju Das2024-01-181-5/+1
* rtc: da9063: Make IRQ as optionalBiju Das2024-01-181-18/+22
* rtc: max31335: Fix comparison in max31335_volatile_reg()Nathan Chancellor2024-01-181-1/+1
* rtc: max31335: use regmap_update_bits_checkAlexandre Belloni2024-01-181-7/+5
* rtc: max31335: remove unecessary lockingAlexandre Belloni2024-01-181-11/+3
* rtc: max31335: add driver supportAntoniu Miclaus2024-01-153-0/+721
* rtc: rv8803: add wakeup-source supportAlexandre Belloni2024-01-151-2/+5
* rtc: ac100: remove misuses of kernel-docRandy Dunlap2024-01-151-2/+2
* rtc: class: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-081-1/+1
* rtc: ma35d1: remove hardcoded UIE supportAlexandre Belloni2024-01-081-20/+0
* rtc: rv8803: Add power management supportStefan Eichenberger2024-01-081-0/+29
* rtc: ds3232: avoid unused-const-variable warningAkinobu Mita2024-01-081-2/+2
* rtc: lpc24xx: add missing dependencyAntoniu Miclaus2024-01-081-0/+1
* rtc: tps6594: Add driver for TPS6594 RTCEsteban Blanc2024-01-083-0/+467
* rtc: Add driver for Nuvoton ma35d1 rtc controllerJacky Huang2023-12-173-0/+336
* rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2023-12-172-2/+2
* rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-172-11/+32