Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
92562aeec46c965821c59f78e58f1cfe0a47bbaf
/
drivers
/
rtc
/
rtc-s3c.c
ecb41a7
drivers/rtc/rtc-s3c.c: fix compiler warning
by Sachin Kamat
· 12 years ago
c3cba92
drivers/rtc/rtc-s3c.c: add placeholder for driver private data
by Tushar Behera
· 13 years ago
cd1e6f9
drivers/rtc/rtc-s3c.c: fix compilation error
by Tushar Behera
· 13 years ago
3480059
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
2f6e5f9
drivers/rtc: remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
25c1a24
rtc-s3c: add variants for S3C2443 and S3C2416
by Heiko Stuebner
· 13 years ago
d2524ca
rtc-s3c: make room for more variants in devicetree block
by Heiko Stuebner
· 13 years ago
0c4eae6
rtc: convert drivers/rtc/* to use module_platform_driver()
by Axel Lin
· 13 years ago
39ce408
rtc: rtc-s3c: Add device tree support
by Thomas Abraham
· 13 years ago
2dbcd05
drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issues
by Jonghwan Choi
· 13 years ago
88cee8f
drivers/rtc/rtc-s3c.c: fix no occurrence of alarm interrupt
by Donggeun Kim
· 13 years ago
62d1760
drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to have irq.
by MyungJoo Ham
· 13 years ago
4e8896c
drivers/rtc/rtc-s3c.c: correct debug messages
by MyungJoo Ham
· 13 years ago
45b583b
Merge 'akpm' patch series
by Linus Torvalds
· 13 years ago
cefe4fb
drivers/rtc/rtc-s3c.c: support clock gating
by Donggeun Kim
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
52cd4e5
drivers/rtc/rtc-s3c.c: fixup wake support for rtc
by Ben Dooks
· 13 years ago
a54aba8
RTC: Fix s3c compile error due to missing s3c_rtc_setpie
by Vasily Khoruzhick
· 14 years ago
696160f
RTC: Cleanup rtc_class_ops->irq_set_freq()
by John Stultz
· 14 years ago
80d4bb5
RTC: Cleanup rtc_class_ops->irq_set_state
by John Stultz
· 14 years ago
2ec38a0
drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie()
by Axel Lin
· 14 years ago
5b3ffdd
rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime()
by Kukjin Kim
· 14 years ago
e1df962
rtc: rtc-s3c: fix RTC initialization method
by Changhwan Youn
· 14 years ago
30ffc40
rtc: rtc-s3c: Fix debug message format on RTC
by Kukjin Kim
· 14 years ago
e6eb524
rtc: rtc-s3c: fix on support RTC Alarm
by Changhwan Youn
· 14 years ago
dd061d1
rtc: rtc-s3c: fix setting missing field of getalarm
by Changhwan Youn
· 14 years ago
f61ae67
rtc: rtc-s3c: fix access unit from byte to word on RTCCON
by Changhwan Youn
· 14 years ago
f501ed5
rtc: s3c: balance state changes of wakeup flag
by Vladimir Zapolskiy
· 14 years ago
051fe54
rtc: rtc-s3c: Add BCD register initialization codes
by Taekgyun Ko
· 14 years ago
2f3478f
rtc: rtc-s3c: Updates driver for S3C64XX and newer SoCs
by Atul Dahiya
· 14 years ago
e48add8
rtc: rtc-s3c: Updates RTC driver for clock enabling support
by Atul Dahiya
· 14 years ago
eaa6e4d
rtc: s3c: initialize s3c_rtc_cpu_type before using it
by Maurus Cuelenaere
· 14 years ago
e893de5
rtc: s3c: initialize driver data before using it
by Maurus Cuelenaere
· 14 years ago
9f4123b
s3c rtc driver: add support for S3C64xx
by Maurus Cuelenaere
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5d2a503
rtc: move power of 2 periodic frequency check down into drivers
by Jonathan Cameron
· 16 years ago
e856359
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s3c-moves2
by Ben Dooks
· 16 years ago
51b7616
rtc S3C: add device_init_wakeup() invokation
by Yauhen Kharuzhy
· 16 years ago
eb944db
rtc-s3c: fix section mismatch warnings
by Yauhen Kharuzhy
· 16 years ago
e2cd00c
[ARM] S3C: Move regs-rtc.h to arch/arm/plat-s3c/include/plat
by Ben Dooks
· 16 years ago
fe20ba7
drivers/rtc/: use bcd2bin/bin2bcd
by Adrian Bunk
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
be50972
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
by Russell King
· 16 years ago
773be7e
rtc: rtc-s3c: update IRQ handling
by Ben Dooks
· 16 years ago
4cd0c5c
rtc: rtc-s3c: add __devexit and __devinit markers
by Ben Dooks
· 16 years ago
7da285b
[RTC] remove unused asm/rtc.h includes from ARM RTC drivers
by Russell King
· 17 years ago
f70c525
[RTC] remove references to asm/mach/time.h
by Russell King
· 17 years ago
2a4e2b8
rtc: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
ad28a07
rtc: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
9974b6e
rtc-s3c: Use is_power_of_2() macro for simplicity.
by Robert P. J. Day
· 17 years ago
c2db637
s3c-rtc: remove unused variable
by Krzysztof Helt
· 17 years ago
252e483
s3c2410: fixup after arch moves
by Ben Dooks
· 17 years ago
7ca1d48
rtc: suspend()/resume() restores system clock
by David Brownell
· 18 years ago
ab6a2d7
rtc: rtc interfaces don't use class_device
by David Brownell
· 18 years ago
38515e9
[PATCH] Scheduled removal of SA_xxx interrupt flags fixups
by Thomas Gleixner
· 18 years ago
a2db8df
[PATCH] rtc framewok: rtc_wkalrm.enabled reporting updates
by David Brownell
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
ff8371a
[PATCH] constify rtc_class_ops: update drivers
by David Brownell
· 18 years ago
641741e
[PATCH] rtc-s3c.c: fix time setting checks
by Ben Dooks
· 18 years ago
9a65451
[PATCH] drivers/rtc: fix rtc-s3c.c
by Ben Dooks
· 18 years ago
1add678
[PATCH] RTC: class driver for Samsung S3C series SoC
by Ben Dooks
· 18 years ago