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
2010-10-28
rtc: rtc-s3c: fix RTC initialization method
Changhwan Youn
1
-5
/
+13
2010-10-28
rtc: rtc-s3c: Fix debug message format on RTC
Kukjin Kim
1
-9
/
+9
2010-10-28
rtc: rtc-s3c: fix on support RTC Alarm
Changhwan Youn
1
-1
/
+2
2010-10-28
rtc: rtc-s3c: fix setting missing field of getalarm
Changhwan Youn
1
-6
/
+6
2010-10-28
rtc: rtc-s3c: fix access unit from byte to word on RTCCON
Changhwan Youn
1
-18
/
+21
2010-10-28
rtc: omap: let device wakeup capability be configured from chip init logic
Sekhar Nori
1
-5
/
+7
2010-10-28
drivers/rtc/class.c: fix device_register() error handling
Vasiliy Kulikov
1
-1
/
+3
2010-10-28
rtc-bfin: add debug markers to suspend/resume paths
Mike Frysinger
1
-4
/
+12
2010-10-28
rtc-bfin: shrink/optimize interrupt handler a bit
Mike Frysinger
1
-11
/
+16
2010-10-28
rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoC
Kevin Wells
3
-0
/
+424
2010-10-27
rtc: rtc-rs5c313: ctrl_in/outX to __raw_read/writeX conversion.
Paul Mundt
1
-17
/
+17
2010-10-26
AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 family
Nicolas Ferre
1
-6
/
+6
2010-10-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-22
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-6
/
+7
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-05
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-6
/
+7
2010-09-30
i2c: Remove obsolete cleanup for clientdata
Wolfram Sang
1
-2
/
+0
2010-09-23
rtc: s3c: balance state changes of wakeup flag
Vladimir Zapolskiy
1
-5
/
+8
2010-09-23
drivers/rtc/rtc-ab3100.c: add missing platform_set_drvdata() in ab3100_rtc_pr...
Axel Lin
1
-0
/
+2
2010-09-10
drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as shared
Linus Walleij
1
-1
/
+1
2010-09-10
rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarm
Atsushi Nemoto
1
-1
/
+1
2010-09-10
rtc-bfin: fix state restoration when resuming
Mike Frysinger
1
-2
/
+11
2010-09-10
rtc-bfin: fix inverted logic in suspend path
Mike Frysinger
1
-1
/
+1
2010-08-12
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-2
/
+2
2010-08-11
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-3
/
+50
2010-08-11
rtc: rp5c01: add NVRAM support
Geert Uytterhoeven
1
-0
/
+89
2010-08-11
drivers/rtc: remove unneeded ifdef CONFIG_PM
Christian Dietrich
1
-6
/
+0
2010-08-11
rtc-isl12022: properly handle military hour format
Roman Fietze
1
-1
/
+1
2010-08-11
rtc: add support for DS3232 RTC
Roy Zang
3
-0
/
+337
2010-08-11
rtc/nuc900: fix build warning
Wan ZongShun
1
-1
/
+1
2010-08-11
rtc/nuc900: modify enable/disable IRQs and driver data setting location
Wan ZongShun
1
-11
/
+12
2010-08-11
rtc/nuc900: make returning time checking function valid
Wan ZongShun
1
-8
/
+4
2010-08-11
rtc/m48t86: use rtc_valid_tm() to check returned tm
Wan ZongShun
1
-1
/
+1
2010-08-11
rtc/m48t59: use rtc_valid_tm() to check returned tm
Wan ZongShun
1
-2
/
+2
2010-08-11
rtc/max6900: use rtc_valid_tm() to check returning tm
Wan ZongShun
1
-1
/
+1
2010-08-11
rtc/m41t80: use rtc_valid_tm() to check returned tm
Wan ZongShun
1
-2
/
+2
2010-08-11
rtc: add Intersil ISL12022 RTC driver
Roman Fietze
3
-0
/
+337
2010-08-11
rtc: driver for the DryIce block found in i.MX25 chips
Baruch Siach
3
-0
/
+530
2010-08-11
drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>
Huang Weiyi
1
-1
/
+0
2010-08-11
rtc/pxa: remove unnecessary private ops->ioctl()
Wan ZongShun
1
-19
/
+22
2010-08-11
rtc: fixes and new functionality for fm3130
Sergey Matyukevich
1
-51
/
+130
2010-08-11
rtc/rtc-mxc: remove six unused fields
Wan ZongShun
1
-6
/
+0
2010-08-11
rtc/m48t59: kfree(NULL) is OK
Wan ZongShun
1
-1
/
+0
2010-08-11
rtc/pxa: remove unused field
Wan ZongShun
1
-1
/
+0
2010-08-11
drivers/rtc/rtc-pcf8563.c: remove unused struct
Graham Gower
1
-8
/
+0
2010-08-11
rtc/nuc900: fix checking of args during time-setting
Wan ZongShun
1
-4
/
+10
2010-08-11
nuc900/rtc: change the waiting for device ready implement
Wan ZongShun
1
-8
/
+7
2010-08-10
Merge branch 'master' into for-next
Jiri Kosina
3
-1
/
+358
2010-08-09
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...
Russell King
2
-3
/
+50
[prev]
[next]