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-pl031.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-12
rtc: pl031: make interrupt optional
Russell King
1
-6
/
+8
2017-10-12
rtc: pl031: avoid exposing alarm if no interrupt
Russell King
1
-3
/
+12
2017-10-12
rtc: pl031: use devm_* for allocating memory and mapping resource
Russell King
1
-11
/
+6
2017-10-12
rtc: pl031: constify amba_ids
Russell King
1
-1
/
+1
2015-11-08
rtc: pl031: remove misuse of IRQF_NO_SUSPEND flag
Sudeep Holla
1
-5
/
+8
2015-09-05
rtc: pl031: fix typo for author email
Leo Yan
1
-1
/
+1
2013-11-13
drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata()
Michal Simek
1
-2
/
+0
2013-09-19
rtc: rtc-pl031: Set wakeup flag prior to registering rtcdev
John Stultz
1
-2
/
+1
2013-05-25
drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()
Lars-Peter Clausen
1
-1
/
+1
2013-02-22
drivers/rtc/rtc-pl031.c: add wakeup support
Rob Herring
1
-0
/
+2
2013-02-13
drivers/rtc/rtc-pl031.c: restore ST variant functionality
Linus Walleij
1
-1
/
+3
2013-02-05
drivers/rtc/rtc-pl031.c: fix the missing operation on enable
Haojian Zhuang
1
-3
/
+5
2012-07-31
rtc: pl031: fix up IRQ flags
Mattias Wallin
1
-1
/
+10
2012-07-31
rtc: pl031: use per-vendor variables for special init
Linus Walleij
1
-9
/
+14
2012-07-31
rtc: pl031: encapsulate per-vendor ops
Linus Walleij
1
-22
/
+39
2012-05-30
drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handling
Rajkumar Kasirajan
1
-11
/
+3
2012-05-18
drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01
Rajkumar Kasirajan
1
-0
/
+18
2012-04-13
drivers/rtc/rtc-pl031.c: enable clock on all ST variants
Linus Walleij
1
-2
/
+1
2012-03-24
Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-12
/
+1
2012-03-24
drivers/rtc: remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2012-03-17
ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver
viresh kumar
1
-12
/
+1
2011-11-22
rtc: pl031: Enable module alias autogeneration for AMBA drivers
Dave Martin
1
-0
/
+2
2011-03-18
Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...
Linus Torvalds
1
-1
/
+1
2011-03-09
RTC: Cleanup rtc_class_ops->irq_set_freq()
John Stultz
1
-21
/
+0
2011-03-09
RTC: Cleanup rtc_class_ops->irq_set_state
John Stultz
1
-34
/
+0
2011-02-23
ARM: amba: make probe() functions take const id tables
Russell King
1
-1
/
+1
2010-09-10
drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as shared
Linus Walleij
1
-1
/
+1
2010-08-11
drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>
Huang Weiyi
1
-1
/
+0
2010-07-27
ARM: Fix section build warnings for AMBA drivers
Russell King
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-04
ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2
Linus Walleij
1
-38
/
+327
2009-12-16
rtc: remove __raw_* accessors from PL031 RTC
Linus Walleij
1
-11
/
+12
2009-06-11
[ARM] 5544/1: Trust PrimeCell resource sizes
Linus Walleij
1
-2
/
+1
2009-05-21
[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *
Alessandro Rubini
1
-1
/
+1
2008-10-16
rtc: remove some NOP open/release methods
David Brownell
1
-14
/
+0
2008-05-22
[RTC] rtc-pl031: use proper resources, use proper apis, clean up includes
Russell King
1
-21
/
+15
2007-10-19
remove asm/bitops.h includes
Jiri Slaby
1
-1
/
+1
2007-05-08
rtc: rtc interfaces don't use class_device
David Brownell
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-10-01
[PATCH] constify rtc_class_ops: update drivers
David Brownell
1
-1
/
+1
2006-07-03
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-25
[PATCH] Add driver for ARM AMBA PL031 RTC
Deepak Saxena
1
-0
/
+233