summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* [tree-wide] finally take no_llseek outAl Viro2024-09-272-2/+0
* Merge tag 'rtc-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2024-09-2510-6/+543
|\
| * rtc: rc5t619: use proper module tablesAndreas Kemnade2024-09-221-2/+11
| * rtc: m48t59: set rangeAlexandre Belloni2024-09-221-0/+2
| * rtc: m48t59: Remove division condition with direct comparisonAbhishek Tamboli2024-09-121-1/+1
| * rtc: at91sam9: fix OF node leak in probe() error pathKrzysztof Kozlowski2024-09-121-0/+1
| * rtc: sun6i: disable automatic clock input switchingMichael Walle2024-09-121-0/+1
| * rtc: Add driver for SD2405ALTóth János2024-09-123-0/+238
| * rtc: s35390a: Drop vendorless compatible string from match tableRob Herring (Arm)2024-09-121-1/+0
| * rtc: twl: convert comma to semicolonChen Ni2024-09-121-2/+2
| * rtc: stm32: add alarm A out featureValentin Caron2024-08-141-0/+60
| * rtc: stm32: add Low Speed Clock Output (LSCO) supportValentin Caron2024-08-142-0/+102
| * rtc: stm32: add pinctrl and pinmux interfacesValentin Caron2024-08-142-0/+125
* | rtc: support i.MX95 BBM RTCPeng Fan2024-08-283-0/+174
|/
* rtc: stm32: add new st,stm32mp25-rtc compatible and check RIF configurationValentin Caron2024-07-101-0/+78
* rtc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-07-0723-27/+27
* rtc: interface: Add RTC offset to alarm after fix-upCsókás, Bence2024-07-071-4/+5
* rtc: ds1307: Clamp year to valid BCD (0-99) in `set_time()`Csókás, Bence2024-07-071-1/+1
* rtc: ds1307: Detect oscillator fail on mcp794xxCsókás, Bence2024-07-071-0/+5
* rtc: isl1208: Update correct procedure for clearing alarmBiju Das2024-06-281-5/+7
* rtc: isl1208: Add a delay for clearing alarmBiju Das2024-06-281-0/+13
* rtc: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-287-0/+7
* rtc: abx80x: Fix return value of nvmem callback on readJoy Chakraborty2024-06-281-4/+8
* rtc: cmos: Fix return value of nvmem callbacksJoy Chakraborty2024-06-281-6/+4
* rtc: isl1208: Fix return value of nvmem callbacksJoy Chakraborty2024-06-281-7/+4
* rtc: tps6594: Add power management supportRichard Genoud2024-06-281-0/+47
* rtc: tps6594: introduce private structure as drvdataRichard Genoud2024-06-281-12/+20
* rtc: tps6594: Fix memleak in probeRichard Genoud2024-06-281-4/+0
* 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