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
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
2019-12-18
rtc: rv8803: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-8
/
+6
2019-12-18
rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLR
Alexandre Belloni
1
-1
/
+1
2019-12-18
rtc: rv3028: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-9
/
+2
2019-12-18
rtc: rv3028: remove RTC_VL_CLR handling
Alexandre Belloni
1
-6
/
+0
2019-12-18
rtc: pcf85063: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-8
/
+2
2019-12-18
rtc: pcf85063: remove RTC_VL_CLR handling
Alexandre Belloni
1
-6
/
+0
2019-12-18
rtc: pcf8563: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-7
/
+3
2019-12-18
rtc: pcf8563: stop caching voltage_low
Alexandre Belloni
1
-7
/
+9
2019-12-18
rtc: pcf8563: remove conditional compilation
Alexandre Belloni
1
-5
/
+0
2019-12-18
rtc: pcf8563: remove RTC_VL_CLR handling
Alexandre Belloni
1
-15
/
+0
2019-12-18
rtc: pcf8523: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-3
/
+3
2019-12-18
rtc: pcf2127: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-4
/
+2
2019-12-18
rtc: abx80x: return meaningful value for RTC_VL_READ
Alexandre Belloni
1
-5
/
+2
2019-12-11
rtc: mt6397: fix alarm register overwrite
Ran Bi
1
-14
/
+25
2019-12-10
rtc: ds1343: Do not hardcode SPI mode flags
Linus Walleij
1
-2
/
+5
2019-12-10
rtc: zynqmp: re-use rtc_time64_to_tm operation
Jean-Francois Dagenais
1
-2
/
+2
2019-12-10
rtc: sun6i: Add support for RTC clocks on R40
Chen-Yu Tsai
1
-0
/
+16
2019-12-10
rtc: stm32: add missed clk_disable_unprepare in error path of resume
Chuhong Yuan
1
-1
/
+4
2019-12-10
rtc: mt6397: drop free_irq of devm_ allocated irq
Wei Yongjun
1
-9
/
+1
2019-12-04
Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
69
-670
/
+555
2019-12-02
Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
1
-86
/
+21
2019-11-27
rtc: Fix Kconfig indentation
Krzysztof Kozlowski
1
-3
/
+3
2019-11-27
rtc: xgene: Remove unused struct device in struct xgene_rtc_dev
Nobuhiro Iwamatsu
1
-2
/
+0
2019-11-27
rtc: sun6i: Remove struct device from sun6i_rtc_dev
Nobuhiro Iwamatsu
1
-2
/
+0
2019-11-27
rtc: st-lpc: Remove struct resource from struct st_rtc
Nobuhiro Iwamatsu
1
-1
/
+0
2019-11-27
rtc: pcf8523: Remove struct pcf8523
Nobuhiro Iwamatsu
1
-14
/
+4
2019-11-27
rtc: meson: remove redundant assignment to variable retries
Colin Ian King
1
-1
/
+1
2019-11-27
rtc: v3020: remove set but unused variable
Alexandre Belloni
1
-2
/
+1
2019-11-27
rtc: tegra: remove set but unused variable
Alexandre Belloni
1
-2
/
+2
2019-11-27
rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtc
Alexandre Belloni
1
-1
/
+1
2019-11-27
rtc: m41t80: remove excess kerneldoc
Alexandre Belloni
1
-1
/
+0
2019-11-27
rtc: ds1685: fix build error with make W=1
Alexandre Belloni
1
-3
/
+3
2019-11-27
rtc: ds1685: remove set but unused variables
Alexandre Belloni
1
-4
/
+2
2019-11-27
rtc: ds1374: remove unused variable
Alexandre Belloni
1
-2
/
+1
2019-11-27
rtc: sysfs: fix hctosys_show kerneldoc
Alexandre Belloni
1
-1
/
+4
2019-11-27
rtc: interface: fix kerneldoc comments
Alexandre Belloni
1
-10
/
+11
2019-11-18
rtc: msm6242: Remove unneeded msm6242_set()/msm6242_clear() functions
Kars de Jong
1
-16
/
+4
2019-11-18
rtc: msm6242: Fix reading of 10-hour digit
Kars de Jong
1
-1
/
+2
2019-11-18
rtc: tps65910: allow using RTC without alarm interrupt
Andrey Skvortsov
1
-6
/
+15
2019-11-15
rtc: fsl-ftm-alarm: remove select FSL_RCPM and default y from Kconfig
Li Yang
1
-2
/
+0
2019-11-15
rtc: pcf8563: Constify clkout_rates
Nobuhiro Iwamatsu
1
-1
/
+1
2019-11-15
rtc: ds1302: Remove unused DRV_NAME
Nobuhiro Iwamatsu
1
-2
/
+0
2019-11-15
rtc: rx6110: Convert to SPDX identifier
Nobuhiro Iwamatsu
1
-9
/
+1
2019-11-15
rtc: rx6110: Remove useless rx6110_remove
Nobuhiro Iwamatsu
1
-6
/
+0
2019-11-08
rtc: Fix the AltCentury value on AMD/Hygon platform
Jinke Fan
1
-1
/
+14
2019-11-08
rtc: bd70528: fix module alias to autoload module
Colin Ian King
1
-1
/
+1
2019-11-08
rtc: bd70528: Add MODULE ALIAS to autoload module
Matti Vaittinen
1
-0
/
+1
2019-11-08
rtc: em3027: correct month value
Ilya Ledvich
1
-2
/
+2
2019-11-08
rtc: brcmstb-waketimer: add missed clk_disable_unprepare
Chuhong Yuan
1
-0
/
+1
2019-11-08
rtc: cros-ec: let the core handle rtc range
Alexandre Belloni
1
-8
/
+9
[prev]
[next]