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
2008-05-08
fix irq flags in rtc-ds1511
Steven Rostedt
1
-2
/
+2
2008-04-30
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-3
/
+4
2008-04-30
i2c: Convert most new-style drivers to use module aliasing
Jean Delvare
8
-110
/
+90
2008-04-30
i2c: Add support for device alias names
Jean Delvare
8
-8
/
+15
2008-04-29
Remove duplicated unlikely() in IS_ERR()
Hirofumi Nakagawa
1
-1
/
+1
2008-04-29
drivers: use non-racy method for proc entries creation (2)
Denis V. Lunev
1
-5
/
+3
2008-04-29
rtc: dont reference pnp_resource_table directly
Bjorn Helgaas
1
-3
/
+4
2008-04-28
rtc: replace remaining __FUNCTION__ occurrences
Harvey Harrison
13
-60
/
+60
2008-04-28
rtc: add the support for alarm time relative to current time in sysfs
Zhao Yakui
1
-1
/
+11
2008-04-28
rtc: rtc-rs5c372: fix up NULL name in transfer error path
Paul Mundt
1
-4
/
+4
2008-04-28
make ds1511_rtc_{read,set}_time() static
Adrian Bunk
1
-4
/
+2
2008-04-28
rtc: silence section mismatch warning in rtc-test
Sam Ravnborg
1
-4
/
+4
2008-04-28
rtc-x1205: new style conversion
Alessandro Zummo
1
-87
/
+43
2008-04-28
rtc-pcf8563: new style conversion
Alessandro Zummo
1
-78
/
+34
2008-04-28
rtc-isl1208: new style conversion and minor bug fixes
Alessandro Zummo
1
-187
/
+170
2008-04-28
rtc: avoid legacy drivers with generic framework
David Brownell
1
-4
/
+1
2008-04-28
rtc-pcf8583 build fix
David Brownell
1
-1
/
+1
2008-04-18
rtc: rtc-sh: Add support for periodic IRQs.
Angelo Castello
1
-109
/
+187
2008-04-16
rtc: fix the error in the function of cmos_set_alarm
Zhao Yakui
1
-3
/
+2
2008-04-11
rtc: fix platform driver hotplug/coldplug
Kay Sievers
19
-2
/
+33
2008-04-11
rtc: rtc-s35390a.c needs the bitreverse library
Randy Dunlap
1
-0
/
+1
2008-03-20
rtc-at91sam9 fixes
David Brownell
1
-1
/
+5
2008-03-20
rtc: fix kconfig help
Alessandro Zummo
1
-1
/
+1
2008-03-05
rtc: add support for the S-35390A RTC chip
Byron Bradley
3
-0
/
+326
2008-02-24
rtc-cmos: display HPET emulation mode
David Brownell
1
-0
/
+2
2008-02-10
rtc-r9701.c: silence compiler warning
S.Çağlar Onur
1
-1
/
+0
2008-02-06
rtc: at91sam9 RTC support (RTT and/or RTC)
David Brownell
3
-4
/
+562
2008-02-06
rtc: remove more dev->power.power_state usage
David Brownell
1
-12
/
+4
2008-02-06
rtc ds1307: ds_1340 change init
frederic Rodo
1
-7
/
+20
2008-02-06
rtc: add support for Epson RTC-9701JE V4
Magnus Damm
1
-27
/
+10
2008-02-06
rtc: add support for Epson RTC-9701JE V2
Magnus Damm
3
-0
/
+205
2008-02-06
rtc: add HPET RTC emulation to RTC_DRV_CMOS
Bernhard Walle
1
-13
/
+69
2008-02-06
Blackfin RTC driver: convert sync wait to use the irq write complete notice
Mike Frysinger
1
-113
/
+136
2008-02-06
Blackfin RTC driver: shave off another memcpy() by using assignment.
Mike Frysinger
1
-1
/
+1
2008-02-06
Blackfin RTC driver: read_alarm() checks the enabled field, not the pending f...
Mike Frysinger
1
-2
/
+2
2008-02-06
Blackfin RTC driver: use dev_dbg() rather than pr_stamp()
Mike Frysinger
1
-26
/
+22
2008-02-06
Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that...
Mike Frysinger
1
-14
/
+12
2008-02-06
Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a ...
Mike Frysinger
1
-2
/
+2
2008-02-06
Blackfin RTC driver: the frequency function is in units of Hz, not units of s...
Mike Frysinger
1
-7
/
+17
2008-02-06
Platform real time clock driver for Dallas 1511 chip
Andrew Sharp
3
-0
/
+667
2008-02-06
rtc-cmos alarm acts as oneshot
David Brownell
3
-7
/
+35
2008-02-06
rtc: ds1302 rtc support
Paul Mundt
3
-0
/
+269
2008-02-06
rtc-cmos: export nvram in sysfs
David Brownell
1
-12
/
+117
2008-02-06
rtc-s3c: Use is_power_of_2() macro for simplicity.
Robert P. J. Day
1
-3
/
+2
2008-02-06
rtc-pcf8583: Don't abuse I2C_M_NOSTART
Jean Delvare
1
-17
/
+7
2008-02-06
Cosmetic fixes to RTC subsystem's Kconfig
Alessandro Zummo
1
-26
/
+30
2008-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2
-12
/
+14
2008-01-28
Merge branch 'pxa-plat' into devel
Russell King
1
-0
/
+31
2008-01-28
rtc: rtc-sh: Split out the CPU defs to asm/cpu/.
Paul Mundt
1
-19
/
+1
2008-01-28
rtc: rtc-sh: SH-2A support.
Paul Mundt
2
-3
/
+19
[next]