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