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
/
rtc-sh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-12
rtc: sh: Restore devm_ioremap() alignment
Geert Uytterhoeven
1
-2
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-05-10
Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-12
/
+18
2019-04-04
rtc: sh: set range
Alexandre Belloni
1
-0
/
+8
2019-04-04
rtc: sh: fix possible race condition
Alexandre Belloni
1
-7
/
+9
2019-04-04
rtc: sh: stop resetting time to epoch
Alexandre Belloni
1
-7
/
+3
2019-03-20
rtc: sh: Fix invalid alarm warning for non-enabled alarm
Geert Uytterhoeven
1
-1
/
+1
2018-11-13
rtc: sh: convert to SPDX identifiers
Kuninori Morimoto
1
-5
/
+2
2018-08-21
Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-89
/
+1
2018-07-27
rtc: sh: remove unused variable rtc_dev
Anders Roxell
1
-1
/
+0
2018-07-26
rtc: sh: remove dead code
Alexandre Belloni
1
-88
/
+1
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+1
2018-05-03
rtc: simplify getting .drvdata
Wolfram Sang
1
-10
/
+5
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
1
-1
/
+1
2017-04-22
rtc: sh: mark PM functions as unused
Arnd Bergmann
1
-4
/
+2
2017-04-03
rtc: sh: add support for rza series
Chris Brandt
1
-5
/
+28
2017-01-11
rtc: constify rtc_class_ops structures
Bhumika Goyal
1
-1
/
+1
2016-07-12
rtc: sh: don't validate alarm time provided to .set_alarm
Uwe Kleine-König
1
-40
/
+1
2016-07-12
rtc: sh: drop bogus assignment of tm_year in .read_alarm
Uwe Kleine-König
1
-1
/
+0
2016-05-20
rtc: remove useless DRV_VERSION
Alexandre Belloni
1
-2
/
+0
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2013-11-13
drivers/rtc/rtc-sh.c: use dev_get_platdata()
Jingoo Han
1
-2
/
+3
2013-07-04
rtc: rtc-sh: use devm_*() functions
Jingoo Han
1
-51
/
+21
2013-07-04
rtc: rtc-sh: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-04-30
rtc: rtc-sh: switch to using SIMPLE_DEV_PM_OPS
Jingoo Han
1
-5
/
+4
2013-04-30
rtc: rtc-sh: use module_platform_driver_probe()
Jingoo Han
1
-12
/
+1
2012-03-24
drivers/rtc: remove IRQF_DISABLED
Yong Zhang
1
-4
/
+4
2011-03-29
drivers: Final irq namespace conversion
Thomas Gleixner
1
-3
/
+3
2011-03-09
RTC: Clean out UIE icotl implementations
John Stultz
1
-22
/
+0
2011-03-09
RTC: Cleanup rtc_class_ops->irq_set_freq()
John Stultz
1
-1
/
+0
2011-03-09
RTC: Cleanup rtc_class_ops->irq_set_state
John Stultz
1
-1
/
+0
2011-02-04
RTC: Convert rtc drivers to use the alarm_irq_enable method
John Stultz
1
-4
/
+7
2010-11-08
rtc: rtc-sh - fix a memory leak
Axel Lin
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-09-09
rtc: rtc-sh: Fix up oops in early periodic freq assignment.
Paul Mundt
1
-3
/
+1
2009-08-20
rtc: rtc-sh fixes
Alessandro Zummo
1
-61
/
+32
2009-04-16
rtc: rtc-sh: clock framework support.
Paul Mundt
1
-18
/
+49
2009-04-02
rtc: rtc-sh: use set_irq_wake()
Magnus Damm
1
-0
/
+36
2009-03-20
sh: sh-rtc wakeup support
Magnus Damm
1
-0
/
+1
2009-03-20
sh: sh-rtc invalid time rework
Magnus Damm
1
-6
/
+9
2009-03-20
sh: sh-rtc carry interrupt rework
Magnus Damm
1
-8
/
+32
2009-03-06
rtc: rtc-sh: Bump version up to reflect single IRQ support changes.
Paul Mundt
1
-1
/
+1
2009-02-27
rtc: sh-rtc: Add Single IRQ Support
Magnus Damm
1
-73
/
+117
2009-01-07
rtc: move power of 2 periodic frequency check down into drivers
Jonathan Cameron
1
-0
/
+3
2009-01-07
rtc: bunch of drivers: fix 'no irq' case handing
Anton Vorontsov
1
-4
/
+6
2008-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-7
/
+14
2008-10-20
drivers/rtc/: use bcd2bin/bin2bcd
Adrian Bunk
1
-20
/
+20
2008-10-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
1
-7
/
+0
2008-10-16
rtc: file close() consistently disables repeating irqs
David Brownell
1
-7
/
+0
[next]