summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2023-03-0328-489/+999
|\
| * rtc: pm8xxx: add support for nvmem offsetJohan Hovold2023-02-251-12/+129
| * Merge tag 'rtc-6.2-fixes' into rtc-nextAlexandre Belloni2023-02-251-2/+2
| |\
| * | rtc: abx80x: Add nvmem supportSean Anderson2023-02-241-0/+77
| * | rtc: rx6110: Remove unused of_gpio,hAndy Shevchenko2023-02-221-1/+0
| * | rtc: efi: Avoid spamming the log on RTC read failureArd Biesheuvel2023-02-221-1/+1
| * | rtc: isl12022: sort header inclusion alphabeticallyAndy Shevchenko2023-02-221-5/+5
| * | rtc: isl12022: Join string literals backAndy Shevchenko2023-02-221-6/+2
| * | rtc: isl12022: Drop unneeded OF guards and of_match_ptr()Andy Shevchenko2023-02-221-9/+1
| * | rtc: isl12022: Explicitly use __le16 type for ISL12022_REG_TEMP_LAndy Shevchenko2023-02-221-4/+5
| * | rtc: isl12022: Get rid of unneeded private struct isl12022Andy Shevchenko2023-02-221-35/+21
| * | rtc: pcf85363: add support for the quartz-load-femtofarads propertyJavier Carrasco2023-02-221-1/+36
| * | rtc: allow rtc_read_alarm without read_alarm callbackAlexandre Belloni2023-02-221-1/+1
| * | rtc: rv3032: add ACPI supportAlexandre Belloni2023-02-221-0/+7
| * | rtc: rv3028: add ACPI supportAlexandre Belloni2023-02-221-0/+7
| * | rtc: bbnsm: Add the bbnsm rtc supportJacky Bai2023-02-223-0/+239
| * | rtc: jz4740: Register clock provider for the CLK32K pinPaul Cercueil2023-02-092-1/+57
| * | rtc: jz4740: Use dev_err_probe()Paul Cercueil2023-02-091-13/+7
| * | rtc: jz4740: Use readl_poll_timeoutPaul Cercueil2023-02-091-12/+6
| * | rtc: moxart: switch to using gpiod APIDmitry Torokhov2023-02-091-53/+36
| * | rtc: pm8xxx: drop error messagesJohan Hovold2023-02-091-6/+2
| * | rtc: pm8xxx: clean up local declarationsJohan Hovold2023-02-091-7/+7
| * | rtc: pm8xxx: refactor read_time()Johan Hovold2023-02-091-21/+33
| * | rtc: pm8xxx: use u32 for timestampsJohan Hovold2023-02-091-6/+6
| * | rtc: pm8xxx: clean up commentsJohan Hovold2023-02-091-22/+17
| * | rtc: pm8xxx: rename alarm irq variableJohan Hovold2023-02-091-6/+6
| * | rtc: pm8xxx: rename struct device pointerJohan Hovold2023-02-091-3/+3
| * | rtc: pm8xxx: clean up time and alarm debuggingJohan Hovold2023-02-091-6/+4
| * | rtc: pm8xxx: use unaligned le32 helpersJohan Hovold2023-02-091-18/+8
| * | rtc: pm8xxx: drop unused register definesJohan Hovold2023-02-091-6/+0
| * | rtc: pm8xxx: return IRQ_NONE on errorsJohan Hovold2023-02-091-3/+3
| * | rtc: pm8xxx: drop bogus lockingJohan Hovold2023-02-091-46/+21
| * | rtc: pm8xxx: use regmap_update_bits()Johan Hovold2023-02-091-65/+22
| * | rtc: pm8xxx: drop spmi error messagesJohan Hovold2023-02-091-54/+17
| * | rtc: pm8xxx: fix set-alarm raceJohan Hovold2023-02-091-14/+10
| * | rtc: rv8803: invalidate date/time if alarm time is invalidSascha Hauer2023-02-091-7/+38
| * | rtc: max8907: Drop unused i2c includeUwe Kleine-König2023-02-011-1/+0
| * | rtc: rx8010: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-2/+6
| * | rtc: rv8803: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: rv3032: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: rv3029c2: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: pcf8563: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: pcf85363: use IRQ flags obtained fromfwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: pcf8523: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: pcf85063: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: pcf2123: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: m41t80: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: hym8563: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: ab-eoz9: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | rtc: brcmstb-waketimer: allow use as non-wake alarmDoug Berger2023-01-251-3/+52