index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-22
rtc: allow rtc_read_alarm without read_alarm callback
Alexandre Belloni
1
-1
/
+1
2023-02-22
rtc: rv3032: add ACPI support
Alexandre Belloni
1
-0
/
+7
2023-02-22
rtc: rv3028: add ACPI support
Alexandre Belloni
1
-0
/
+7
2023-02-22
rtc: bbnsm: Add the bbnsm rtc support
Jacky Bai
3
-0
/
+239
2023-02-20
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-385
/
+2
2023-02-09
rtc: jz4740: Register clock provider for the CLK32K pin
Paul Cercueil
2
-1
/
+57
2023-02-09
rtc: jz4740: Use dev_err_probe()
Paul Cercueil
1
-13
/
+7
2023-02-09
rtc: jz4740: Use readl_poll_timeout
Paul Cercueil
1
-12
/
+6
2023-02-09
rtc: moxart: switch to using gpiod API
Dmitry Torokhov
1
-53
/
+36
2023-02-09
rtc: pm8xxx: drop error messages
Johan Hovold
1
-6
/
+2
2023-02-09
rtc: pm8xxx: clean up local declarations
Johan Hovold
1
-7
/
+7
2023-02-09
rtc: pm8xxx: refactor read_time()
Johan Hovold
1
-21
/
+33
2023-02-09
rtc: pm8xxx: use u32 for timestamps
Johan Hovold
1
-6
/
+6
2023-02-09
rtc: pm8xxx: clean up comments
Johan Hovold
1
-22
/
+17
2023-02-09
rtc: pm8xxx: rename alarm irq variable
Johan Hovold
1
-6
/
+6
2023-02-09
rtc: pm8xxx: rename struct device pointer
Johan Hovold
1
-3
/
+3
2023-02-09
rtc: pm8xxx: clean up time and alarm debugging
Johan Hovold
1
-6
/
+4
2023-02-09
rtc: pm8xxx: use unaligned le32 helpers
Johan Hovold
1
-18
/
+8
2023-02-09
rtc: pm8xxx: drop unused register defines
Johan Hovold
1
-6
/
+0
2023-02-09
rtc: pm8xxx: return IRQ_NONE on errors
Johan Hovold
1
-3
/
+3
2023-02-09
rtc: pm8xxx: drop bogus locking
Johan Hovold
1
-46
/
+21
2023-02-09
rtc: pm8xxx: use regmap_update_bits()
Johan Hovold
1
-65
/
+22
2023-02-09
rtc: pm8xxx: drop spmi error messages
Johan Hovold
1
-54
/
+17
2023-02-09
rtc: pm8xxx: fix set-alarm race
Johan Hovold
1
-14
/
+10
2023-02-09
rtc: rv8803: invalidate date/time if alarm time is invalid
Sascha Hauer
1
-7
/
+38
2023-02-01
rtc: remove v3020 driver
Arnd Bergmann
3
-379
/
+0
2023-02-01
rtc: max8907: Drop unused i2c include
Uwe Kleine-König
1
-1
/
+0
2023-02-01
rtc: rx8010: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-2
/
+6
2023-02-01
rtc: rv8803: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: rv3032: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: rv3029c2: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: pcf8563: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: pcf85363: use IRQ flags obtained fromfwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: pcf8523: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: pcf85063: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: pcf2123: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: m41t80: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: hym8563: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-02-01
rtc: ab-eoz9: use IRQ flags obtained from fwnode
Alexandre Belloni
1
-1
/
+6
2023-01-25
rtc: brcmstb-waketimer: allow use as non-wake alarm
Doug Berger
1
-3
/
+52
2023-01-24
rtc: sun6i: Always export the internal oscillator
Samuel Holland
1
-12
/
+4
2023-01-24
rtc: brcmstb-waketimer: rename irq to wake_irq
Doug Berger
1
-8
/
+7
2023-01-24
rtc: brcmstb-waketimer: compensate for lack of wktmr disable
Doug Berger
1
-18
/
+34
2023-01-24
rtc: brcmstb-waketimer: non-functional code changes
Doug Berger
1
-13
/
+12
2023-01-24
rtc: brcmstb-waketimer: introduce WKTMR_ALARM_EVENT flag
Doug Berger
1
-4
/
+11
2023-01-23
rtc: sunplus: fix format string for printing resource
Arnd Bergmann
1
-2
/
+2
2023-01-16
ARM: s3c: remove s3c24xx specific hacks
Arnd Bergmann
1
-6
/
+2
2023-01-09
rtc: ds1307: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2023-01-09
rtc: efi: Enable SET/GET WAKEUP services as optional
Shanker Donthineni
1
-21
/
+27
2022-12-21
Merge tag 'mfd-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
3
-158
/
+0
[prev]
[next]