index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
rtc: pm8xxx: refactor read_time()
Johan Hovold
1
-21
/
+33
2023-02-10
rtc: pm8xxx: use u32 for timestamps
Johan Hovold
1
-6
/
+6
2023-02-10
rtc: pm8xxx: clean up comments
Johan Hovold
1
-22
/
+17
2023-02-10
rtc: pm8xxx: rename alarm irq variable
Johan Hovold
1
-6
/
+6
2023-02-10
rtc: pm8xxx: rename struct device pointer
Johan Hovold
1
-3
/
+3
2023-02-10
rtc: pm8xxx: clean up time and alarm debugging
Johan Hovold
1
-6
/
+4
2023-02-10
rtc: pm8xxx: use unaligned le32 helpers
Johan Hovold
1
-18
/
+8
2023-02-10
rtc: pm8xxx: drop unused register defines
Johan Hovold
1
-6
/
+0
2023-02-10
rtc: pm8xxx: return IRQ_NONE on errors
Johan Hovold
1
-3
/
+3
2023-02-10
rtc: pm8xxx: drop bogus locking
Johan Hovold
1
-46
/
+21
2023-02-10
rtc: pm8xxx: use regmap_update_bits()
Johan Hovold
1
-65
/
+22
2023-02-10
rtc: pm8xxx: drop spmi error messages
Johan Hovold
1
-54
/
+17
2023-02-10
rtc: pm8xxx: fix set-alarm race
Johan Hovold
1
-14
/
+10
2023-02-10
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-24
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-10
rtc: ds1307: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2023-01-10
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
2022-12-16
rtc: ds1742: use devm_platform_get_and_ioremap_resource()
Minghao Chi
1
-2
/
+1
2022-12-16
rtc: mxc_v2: Add missing clk_disable_unprepare()
GUO Zihua
1
-1
/
+3
2022-12-16
rtc: rs5c313: correct some spelling mistakes
Zhang Jiaming
1
-3
/
+3
2022-12-16
rtc: at91rm9200: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-12-16
rtc: remove duplicated words in comments
shaomin Deng
3
-3
/
+3
2022-12-16
rtc: rv3028: Use IRQ flags obtained from device tree if available
Wadim Egorov
1
-1
/
+12
2022-12-16
rtc: ds1307: use sysfs_emit() to instead of scnprintf()
ye xingchen
1
-2
/
+1
2022-12-16
rtc: isl12026: drop obsolete dependency on COMPILE_TEST
Jean Delvare
1
-1
/
+1
2022-12-12
rtc: pcf85063: fix pcf85063_clkout_control
Alexandre Belloni
1
-1
/
+1
2022-12-12
rtc: rx6110: fix warning with !OF
Alexandre Belloni
1
-1
/
+1
2022-12-11
rtc: rk808: reduce 'struct rk808' usage
Sebastian Reichel
1
-27
/
+20
[prev]
[next]