summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'rtc-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds54-399/+832
6 daysrtc: ds1307: update reference to removed CONFIG_RTC_DRV_DS1307_HWMONEthan Nelson-Moore1-1/+1
6 daysrtc: s35390a: fix typo in commentAlexandre Belloni1-1/+1
7 daysrtc: cmos: unregister HPET IRQ handler on probe failureHaoxiang Li1-0/+6
7 daysrtc: ds1307: Fix off-by-one issue with wday for rx8130Fredrik M Olsson1-1/+1
7 daysrtc: bq32000: add delay between RTC readsAdriana Stancu1-0/+9
7 daysrtc: m41t93: Add watchdog supportAkhilesh Patil1-0/+99
7 daysrtc: m41t93: Add square wave clock provider supportAkhilesh Patil1-1/+155
7 daysrtc: m41t93: Add alarm supportAkhilesh Patil1-0/+105
7 daysrtc: m41t93: migrate to regmap api for register accessAkhilesh Patil1-51/+70
7 daysrtc: m41t93: add device tree supportAkhilesh Patil1-0/+7
7 daysrtc: ds1307: add support for clock provider in ds1307Akhilesh Patil1-2/+137
9 daysrtc: mv: add suspend/resume support for wakeupXue Lei1-0/+23
9 daysrtc: aspeed: add AST2700 compatibleTommy Huang1-0/+1
9 daysrtc: interface: fix typos in rtc_handle_legacy_irq() documentationYahya Saqban1-2/+2
9 daysrtc: msc313: fix NULL deref in shared IRQ handler at probeStepan Ionichev1-2/+2
9 daysrtc: remove unused pcap driverArnd Bergmann3-187/+0
9 daysrtc: interface: Add rtc_read_next_alarm() to read next expiring timerMario Limonciello1-0/+40
9 daysrtc: isl1208: Balance enable_irq_wake() with disable_irq_wake() on cleanupJohn Madieu1-1/+14
9 daysrtc: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)6-20/+20
9 daysrtc: ab8500: Simplify driver_data handlingUwe Kleine-König (The Capable Hub)1-3/+2
9 daysrtc: Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)2-4/+4
9 daysrtc: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)34-97/+97
9 daysrtc: ds1307: handle oscillator stop flag for ds1337/ds1339/ds3231Ronan Dalton1-11/+17
9 daysrtc: mpfs: fix counter upload completion conditionConor Dooley1-1/+1
9 daysrtc: abx80x: fix the RTC_VL_CLR clearing all status flagsAntoni Pokusinski1-1/+2
9 daysrtc: renesas-rtca3: Factor out year decoding helperLad Prabhakar1-8/+10
9 daysrtc: renesas-rtca3: Fix typo in rtca3_ppb_per_cycle documentationLad Prabhakar1-1/+1
9 daysrtc: renesas-rtca3: Fix incorrect error message for reset assertLad Prabhakar1-1/+1
9 daysrtc: renesas-rtca3: Check RADJ poll result during initial setupLad Prabhakar1-0/+2
9 daysrtc: renesas-rtca3: Fix PIE clear polling condition in alarm setup error pathLad Prabhakar1-1/+1
2026-05-20rtc: rv3032: switch to using FIELD_GET_SIGNED()Yury Norov1-1/+1
2026-05-04rtc: ab8500: replace sprintf() with sysfs_emit()Maxwell Doose1-2/+1
2026-04-26Merge tag 'rtc-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds13-56/+60
2026-04-13rtc: abx80x: Disable alarm feature if no interrupt attachedAnthony Pighin (Nokia)1-0/+2
2026-04-12rtc: ntxec: fix OF node reference imbalanceJohan Hovold1-1/+1
2026-04-12rtc: pic32: allow driver to be compiled with COMPILE_TESTBrian Masney1-1/+1
2026-04-12rtc: ti-k3: Add support to resume from IO DDR low power modeAkashdeep Kaur1-1/+9
2026-04-04rtc: cmos: Do not require IRQ if ACPI alarm is usedRafael J. Wysocki1-5/+10
2026-04-04rtc: cmos: Enable ACPI alarm if advertised in ACPI FADTRafael J. Wysocki1-2/+3
2026-04-04rtc: cmos: Use platform_get_irq_optional() in cmos_platform_probe()Rafael J. Wysocki1-2/+11
2026-03-19rtc: add data_race() in rtc_dev_poll()Mauricio Faria de Oliveira1-1/+10
2026-03-13rtc: armada38x: zalloc + calloc to single allocationRosen Penev1-7/+2
2026-03-12rtc: max77686: convert to i2c_new_ancillary_deviceSvyatoslav Ryhel1-2/+12
2026-03-12rtc: rx8025: Remove use of i2c_match_id()Andrew Davis1-3/+1
2026-03-12rtc: rv8803: Remove use of i2c_match_id()Andrew Davis1-7/+1
2026-03-12rtc: rs5c372: Remove use of i2c_match_id()Andrew Davis1-6/+1
2026-03-12rtc: pcf2127: Remove use of i2c_match_id()Andrew Davis1-16/+7
2026-03-12rtc: m41t80: Remove use of i2c_match_id()Andrew Davis1-7/+1
2026-03-12rtc: abx80x: Remove use of i2c_match_id()Andrew Davis1-2/+1