summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtc: brcmstb-waketimer: don't include 'pm_wakeup.h' directlyWolfram Sang2024-11-181-1/+0
* rtc: m48t59: Use platform_data struct for year offset valueFinn Thain2024-11-184-22/+9
* rtc: ab-eoz9: fix abeoz9_rtc_read_alarmAlexandre Belloni2024-11-181-3/+1
* rtc: rv3028: fix RV3028_TS_COUNT typeAlexandre Belloni2024-11-181-2/+4
* rtc: rzn1: update Michel's emailWolfram Sang2024-11-181-2/+2
* rtc: rzn1: fix BCD to rtc_time conversion errorsWolfram Sang2024-11-181-4/+4
* rtc: amlogic-a4: fix compile errorXianwei Zhao2024-11-131-0/+1
* rtc: amlogic-a4: drop error messagesAlexandre Belloni2024-11-121-15/+5
* MAINTAINERS: Add an entry for Amlogic RTC driverYiting Deng2024-11-121-0/+8
* rtc: support for the Amlogic on-chip RTCYiting Deng2024-11-123-0/+487
* dt-bindings: rtc: Add Amlogic A4 and A5 RTCYiting Deng2024-11-121-0/+63
* rtc: add driver for Marvell 88PM886 PMIC RTCKarel Balej2024-11-115-0/+118
* rtc: check if __rtc_read_time was successful in rtc_timer_do_work()Yongliang Gao2024-11-111-1/+6
* rtc: pcf8563: Switch to regmapNobuhiro Iwamatsu2024-11-112-123/+82
* rtc: pcf8563: Sort headers alphabeticallyNobuhiro Iwamatsu2024-11-111-4/+4
* rtc: abx80x: Fix WDT bit position of the status registerNobuhiro Iwamatsu2024-11-111-1/+1
* rtc: mt6359: Use RTC_TC_DOW hardware register for wdayAngeloGioacchino Del Regno2024-11-111-10/+6
* rtc: mt6359: Add RTC hardware range and add support for start-yearAngeloGioacchino Del Regno2024-11-111-9/+4
* dt-bindings: rtc: sun6i: Add Allwinner A523 supportAndre Przywara2024-11-111-1/+3
* rtc: bbnsm: add remove hookPeng Fan2024-11-111-2/+18
* rtc: isl12022: Replace uint8_t types with u8Esben Haabendal2024-11-111-2/+2
* rtc: isl12022: Add alarm supportEsben Haabendal2024-11-111-7/+227
* rtc: isl12022: Prepare for extending rtc device drvdataEsben Haabendal2024-11-111-7/+24
* rtc: rtc-mc146818-lib: Use is_leap_year instead of calculate leap yearsNobuhiro Iwamatsu2024-11-101-4/+2
* rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-11-101-3/+2
* rtc: Makefile: Replace spaces with tab.Tóth János2024-11-101-1/+1
* rtc: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-1047-47/+47
* dt-bindings: rtc: mpfs-rtc: remove Lewis from maintainersConor Dooley2024-11-101-1/+0
* rtc: renesas-rtca3: Fix compilation error on RISC-VClaudiu Beznea2024-11-101-0/+1
* rtc: cmos: avoid taking rtc_lock for extended period of timeDmitry Torokhov2024-11-011-16/+15
* rtc: renesas-rtca3: Add driver for RTCA-3 available on Renesas RZ/G3S SoCClaudiu Beznea2024-11-014-0/+918
* dt-bindings: rtc: renesas,rzg3s-rtc: Document the Renesas RTCA-3 IPClaudiu Beznea2024-11-011-0/+84
* dt-bindings: rtc: mpfs-rtc: Properly name fileAlexandre Belloni2024-10-141-1/+1
* dt-bindings: rtc: mpfs-rtc: Add PIC64GX compatibilityPierre-Henry Moussay2024-10-111-2/+5
* Linux 6.12-rc1v6.12-rc1Linus Torvalds2024-09-301-2/+2
* x86: kvm: fix build errorLinus Torvalds2024-09-291-0/+2
* Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2024-09-2910-51/+32
|\
| * mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann2024-09-273-6/+4
| * dt-bindings: mailbox: qcom-ipcc: Document QCS8300 IPCCJingyi Wang2024-09-231-0/+1
| * dt-bindings: mailbox: qcom-ipcc: document the support for SA8255pNikunj Kela2024-09-231-0/+1
| * dt-bindings: mailbox: mtk,adsp-mbox: Add compatible for MT8188Fei Shao2024-09-231-3/+9
| * mailbox: Use of_property_match_string() instead of open-codingRob Herring (Arm)2024-09-231-16/+6
| * mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren2024-09-231-1/+2
| * mailbox: sprd: Use devm_clk_get_enabled() helpersHuan Yang2024-09-231-21/+4
| * mailbox: rockchip: fix a typo in module autoloadingLiao Chen2024-09-231-1/+1
| * mailbox: imx: use device name in interrupt namePeng Fan2024-09-231-3/+3
| * mailbox: ARM_MHU_V3 should depend on ARM64Geert Uytterhoeven2024-09-231-0/+1
* | Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds2024-09-296-3/+58
|\ \
| * \ Merge tag 'i2c-host-fixes-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-09-276-3/+58
| |\ \
| | * | i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan2024-09-271-1/+1