index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2023-09-07
50
-548
/
+1219
|
\
|
*
rtc: wm8350: remove unnecessary messages
Alexandre Belloni
2023-09-06
1
-7
/
+2
|
*
rtc: twl: remove unnecessary messages
Alexandre Belloni
2023-09-06
1
-5
/
+1
|
*
rtc: sun6i: remove unnecessary message
Alexandre Belloni
2023-09-06
1
-2
/
+0
|
*
rtc: stop warning for invalid alarms when the alarm is disabled
Alexandre Belloni
2023-09-06
1
-1
/
+1
|
*
rtc: twl: add NVRAM support
Ladislav Michl
2023-08-28
1
-0
/
+37
|
*
rtc: pcf85363: Allow to wake up system without IRQ
Mike Looijmans
2023-08-28
1
-9
/
+21
|
*
rtc: m48t86: add DT support for m48t86
Nikita Shubin
2023-08-28
1
-0
/
+8
|
*
rtc: pcf2127: remove useless check
Alexandre Belloni
2023-08-27
1
-9
/
+0
|
*
rtc: rzn1: Report maximum alarm limit to rtc core
Guenter Roeck
2023-08-27
1
-1
/
+2
|
*
rtc: ds1305: Report maximum alarm limit to rtc core
Guenter Roeck
2023-08-27
1
-2
/
+3
|
*
rtc: tps6586x: Report maximum alarm limit to rtc core
Guenter Roeck
2023-08-27
1
-0
/
+1
|
*
rtc: cmos: Report supported alarm limit to rtc infrastructure
Guenter Roeck
2023-08-27
1
-0
/
+11
|
*
rtc: cros-ec: Detect and report supported alarm window size
Guenter Roeck
2023-08-27
1
-15
/
+23
|
*
rtc: isl1208: Fix incorrect logic in isl1208_set_xtoscb()
Biju Das
2023-08-27
1
-2
/
+1
|
*
rtc: tps65910: Remove redundant dev_warn() and do not check for 0 return afte...
Ruan Jinjie
2023-08-17
1
-5
/
+2
|
*
rtc: omap: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
2023-08-17
1
-4
/
+4
|
*
rtc: da9063: Mark the alarm IRQ as a wake IRQ
Samuel Holland
2023-08-17
1
-0
/
+7
|
*
rtc: pcf2127: remove unused function argument
Hugo Villeneuve
2023-08-17
1
-6
/
+3
|
*
rtc: pcf2127: add error checking when disabling POR0
Hugo Villeneuve
2023-08-17
1
-1
/
+3
|
*
rtc: pcf2127: fix error code in pcf2127_enable_ts()
Dan Carpenter
2023-08-17
1
-1
/
+1
|
*
rtc: ds2404: Convert to GPIO descriptors
Linus Walleij
2023-08-17
1
-100
/
+69
|
*
rtc: stm32: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()
Nathan Chancellor
2023-08-17
1
-1
/
+1
|
*
rtc: rs5c372: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-16
1
-2
/
+1
|
*
rtc: jz4740: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-16
1
-1
/
+1
|
*
rtc: rv8803: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-16
1
-2
/
+1
|
*
rtc: ds1307: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-16
1
-1
/
+1
|
*
rtc: isl12022: implement support for the #clock-cells DT property
Rasmus Villemoes
2023-08-16
1
-0
/
+44
|
*
rtc: isl12022: trigger battery level detection during probe
Rasmus Villemoes
2023-08-16
1
-0
/
+10
|
*
rtc: isl12022: implement RTC_VL_READ ioctl
Rasmus Villemoes
2023-08-16
1
-0
/
+27
|
*
rtc: isl12022: add support for trip level DT binding
Rasmus Villemoes
2023-08-16
1
-0
/
+39
|
*
rtc: isl12022: remove wrong warning for low battery level
Rasmus Villemoes
2023-08-16
1
-6
/
+0
|
*
rtc: remove redundant of_match_ptr()
Zhu Wang
2023-08-10
5
-7
/
+5
|
*
rtc: sunplus: Clean up redundant dev_err_probe()
Chen Jiahao
2023-08-10
1
-1
/
+1
|
*
rtc: stm32: remove incorrect #ifdef check
Arnd Bergmann
2023-08-10
1
-2
/
+0
|
*
rtc: isl12026: Drop "_new" from probe callback name
Uwe Kleine-König
2023-07-27
1
-2
/
+2
|
*
rtc: Explicitly include correct DT includes
Rob Herring
2023-07-27
30
-38
/
+19
|
*
rtc: rv3028: Add support for "aux-voltage-chargeable" property
Andrej Picej
2023-07-27
1
-19
/
+61
|
*
rtc: bq4802: add sparc dependency
Arnd Bergmann
2023-07-27
1
-0
/
+1
|
*
rtc: pcf85063: Drop enum pcf85063_type and split pcf85063_cfg[]
Biju Das
2023-07-27
1
-45
/
+38
|
*
rtc: pcf85063: Simplify probe()
Biju Das
2023-07-27
1
-18
/
+8
|
*
rtc: isl1208: Simplify probe()
Biju Das
2023-07-27
1
-11
/
+3
|
*
rtc: stm32: fix unnecessary parentheses
Valentin Caron
2023-07-27
1
-5
/
+4
|
*
rtc: stm32: fix issues of stm32_rtc_valid_alrm function
Valentin Caron
2023-07-27
1
-28
/
+33
|
*
rtc: stm32: change PM callbacks to "_noirq()"
Gabriel Fernandez
2023-07-27
1
-2
/
+3
|
*
rtc: stm32: don't print an error on probe deferral
Valentin Caron
2023-07-27
1
-8
/
+6
|
*
rtc: stm32: improve rtc precision
Christophe Guibout
2023-07-27
1
-4
/
+22
|
*
rtc: stm32: don't stop time counter if not needed
Antonio Borneo
2023-07-27
1
-6
/
+17
|
*
rtc: stm32: use the proper register sequence to read date/time
Antonio Borneo
2023-07-27
1
-1
/
+1
|
*
rtc: pcf2127: add UIE support for PCF2131
Hugo Villeneuve
2023-07-27
1
-2
/
+10
[next]