1. 70c96df rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq() by Alim Akhtar · 8 years ago
  2. 41a193c rtc: s3c: Remove unnecessary call to disable already disabled clock by Alim Akhtar · 8 years ago
  3. 56d86a7 rtc: simplify implementations of read_alarm by Uwe Kleine-König · 8 years ago
  4. ae6e00b rtc: s3c: Don't print an error on probe deferral by Javier Martinez Canillas · 8 years ago
  5. fb4ac3c rtc: s3c: Set year, month, day value for setting alarm by Krzysztof Kozlowski · 9 years ago
  6. 27b15e3 rtc: s3c: remove unnecessary NULL assignment by Joonyoung Shim · 9 years ago
  7. 7f23a93 rtc: s3c: add missing clk control by Joonyoung Shim · 9 years ago
  8. 1fb1c35 rtc: s3c: fix disabled clocks for alarm by Joonyoung Shim · 9 years ago
  9. a42e6ea rtc: s3c: Integrate Exynos3250 into S3C6410 by Krzysztof Kozlowski · 9 years ago
  10. 492da68 drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() check by Krzysztof Kozlowski · 9 years ago
  11. 202fe4c drivers/rtc/rtc-s3c.c: fix failed first read of RTC time by Krzysztof Kozlowski · 9 years ago
  12. 24e1455 drivers/rtc/rtc-s3c.c: delete duplicate clock control by Chanwoo Choi · 9 years ago
  13. 8792f777 drivers/rtc/rtc-s3c.c: add .needs_src_clk to s3c6410 RTC data by Javier Martinez Canillas · 9 years ago
  14. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  15. eaf3a65 drivers/rtc/rtc-s3c.c: fix initialization failure without rtc source clock by Marek Szyprowski · 10 years ago
  16. 0929ae37 rtc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  17. df9e26d rtc: s3c: add support for RTC of Exynos3250 SoC by Chanwoo Choi · 10 years ago
  18. ae05c95 rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_type by Chanwoo Choi · 10 years ago
  19. d67288d rtc: s3c: remove warning message when checking coding style with checkpatch script by Chanwoo Choi · 10 years ago
  20. 19be09f rtc: s3c: define s3c_rtc structure to remove global variables. by Chanwoo Choi · 10 years ago
  21. ebe7533 drivers/rtc/rtc-s3c.c: remove NO_IRQ macro by Pankaj Dubey · 10 years ago
  22. 40d2d96 drivers/rtc/rtc-s3c.c: fix incorrect way of save/restore of S3C2410_TICNT for TYPE_S3C64XX by Vikas Sajjan · 10 years ago
  23. fb9b525 rtc: rtc-s3c: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  24. a177c3a drivers/rtc: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  25. 99c6bcf Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  26. 1a3224f drivers/rtc/rtc-s3c.c: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 11 years ago
  27. 32e445a drivers/rtc/rtc-s3c.c: convert s3c_rtc to dev_pm_ops by Jingoo Han · 11 years ago
  28. 4c99c13 rtc: rtc-s3c: use devm_rtc_device_register() by Jingoo Han · 11 years ago
  29. b9d7c5d rtc: s3c: make header file local by Arnd Bergmann · 11 years ago
  30. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  31. d4a48c2 drivers/rtc/rtc-s3c.c: use dev_dbg() instaed of pr_debug() by Jingoo Han · 11 years ago
  32. 8cbce1e rtc: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  33. 5a167f4 Drivers: rtc: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  34. 04a373f drivers/rtc/rtc-s3c: use of_match_ptr() macro by Sachin Kamat · 11 years ago
  35. 1b99732 drivers/rtc/rtc-s3c.c: convert to use devm_* API by Tushar Behera · 11 years ago
  36. 076c726 drivers/rtc/rtc-s3c.c: remove unnecessary err_nores label by Tushar Behera · 11 years ago
  37. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  38. 1ee8c0c drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe() by Sachin Kamat · 12 years ago
  39. dbd9acb drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/* by Sachin Kamat · 12 years ago
  40. ecb41a7 drivers/rtc/rtc-s3c.c: fix compiler warning by Sachin Kamat · 12 years ago
  41. c3cba92 drivers/rtc/rtc-s3c.c: add placeholder for driver private data by Tushar Behera · 12 years ago
  42. cd1e6f9 drivers/rtc/rtc-s3c.c: fix compilation error by Tushar Behera · 12 years ago
  43. 3480059 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  44. 2f6e5f9 drivers/rtc: remove IRQF_DISABLED by Yong Zhang · 12 years ago
  45. 25c1a24 rtc-s3c: add variants for S3C2443 and S3C2416 by Heiko Stuebner · 12 years ago
  46. d2524ca rtc-s3c: make room for more variants in devicetree block by Heiko Stuebner · 12 years ago
  47. 0c4eae6 rtc: convert drivers/rtc/* to use module_platform_driver() by Axel Lin · 12 years ago
  48. 39ce408 rtc: rtc-s3c: Add device tree support by Thomas Abraham · 13 years ago
  49. 2dbcd05 drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issues by Jonghwan Choi · 12 years ago
  50. 88cee8f drivers/rtc/rtc-s3c.c: fix no occurrence of alarm interrupt by Donggeun Kim · 13 years ago
  51. 62d1760 drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to have irq. by MyungJoo Ham · 13 years ago
  52. 4e8896c drivers/rtc/rtc-s3c.c: correct debug messages by MyungJoo Ham · 13 years ago
  53. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  54. cefe4fb drivers/rtc/rtc-s3c.c: support clock gating by Donggeun Kim · 13 years ago
  55. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  56. 52cd4e5 drivers/rtc/rtc-s3c.c: fixup wake support for rtc by Ben Dooks · 13 years ago
  57. a54aba8 RTC: Fix s3c compile error due to missing s3c_rtc_setpie by Vasily Khoruzhick · 13 years ago
  58. 696160f RTC: Cleanup rtc_class_ops->irq_set_freq() by John Stultz · 13 years ago
  59. 80d4bb5 RTC: Cleanup rtc_class_ops->irq_set_state by John Stultz · 13 years ago
  60. 2ec38a0 drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie() by Axel Lin · 13 years ago
  61. 5b3ffdd rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime() by Kukjin Kim · 14 years ago
  62. e1df962 rtc: rtc-s3c: fix RTC initialization method by Changhwan Youn · 14 years ago
  63. 30ffc40 rtc: rtc-s3c: Fix debug message format on RTC by Kukjin Kim · 14 years ago
  64. e6eb524 rtc: rtc-s3c: fix on support RTC Alarm by Changhwan Youn · 14 years ago
  65. dd061d1 rtc: rtc-s3c: fix setting missing field of getalarm by Changhwan Youn · 14 years ago
  66. f61ae67 rtc: rtc-s3c: fix access unit from byte to word on RTCCON by Changhwan Youn · 14 years ago
  67. f501ed5 rtc: s3c: balance state changes of wakeup flag by Vladimir Zapolskiy · 14 years ago
  68. 051fe54 rtc: rtc-s3c: Add BCD register initialization codes by Taekgyun Ko · 14 years ago
  69. 2f3478f rtc: rtc-s3c: Updates driver for S3C64XX and newer SoCs by Atul Dahiya · 14 years ago
  70. e48add8 rtc: rtc-s3c: Updates RTC driver for clock enabling support by Atul Dahiya · 14 years ago
  71. eaa6e4d rtc: s3c: initialize s3c_rtc_cpu_type before using it by Maurus Cuelenaere · 14 years ago
  72. e893de5 rtc: s3c: initialize driver data before using it by Maurus Cuelenaere · 14 years ago
  73. 9f4123b s3c rtc driver: add support for S3C64xx by Maurus Cuelenaere · 14 years ago
  74. 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
  75. 5d2a503 rtc: move power of 2 periodic frequency check down into drivers by Jonathan Cameron · 15 years ago
  76. 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
  77. 51b7616 rtc S3C: add device_init_wakeup() invokation by Yauhen Kharuzhy · 16 years ago
  78. eb944db rtc-s3c: fix section mismatch warnings by Yauhen Kharuzhy · 16 years ago
  79. e2cd00c [ARM] S3C: Move regs-rtc.h to arch/arm/plat-s3c/include/plat by Ben Dooks · 16 years ago
  80. fe20ba7 drivers/rtc/: use bcd2bin/bin2bcd by Adrian Bunk · 16 years ago
  81. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  82. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  83. 773be7e rtc: rtc-s3c: update IRQ handling by Ben Dooks · 16 years ago
  84. 4cd0c5c rtc: rtc-s3c: add __devexit and __devinit markers by Ben Dooks · 16 years ago
  85. 7da285b [RTC] remove unused asm/rtc.h includes from ARM RTC drivers by Russell King · 16 years ago
  86. f70c525 [RTC] remove references to asm/mach/time.h by Russell King · 16 years ago
  87. 2a4e2b8 rtc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  88. ad28a07 rtc: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  89. 9974b6e rtc-s3c: Use is_power_of_2() macro for simplicity. by Robert P. J. Day · 16 years ago
  90. c2db637 s3c-rtc: remove unused variable by Krzysztof Helt · 17 years ago
  91. 252e483 s3c2410: fixup after arch moves by Ben Dooks · 17 years ago
  92. 7ca1d48 rtc: suspend()/resume() restores system clock by David Brownell · 17 years ago
  93. ab6a2d7 rtc: rtc interfaces don't use class_device by David Brownell · 17 years ago
  94. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 17 years ago
  95. a2db8df [PATCH] rtc framewok: rtc_wkalrm.enabled reporting updates by David Brownell · 17 years ago
  96. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  97. ff8371a [PATCH] constify rtc_class_ops: update drivers by David Brownell · 18 years ago
  98. 641741e [PATCH] rtc-s3c.c: fix time setting checks by Ben Dooks · 18 years ago
  99. 9a65451 [PATCH] drivers/rtc: fix rtc-s3c.c by Ben Dooks · 18 years ago
  100. 1add678 [PATCH] RTC: class driver for Samsung S3C series SoC by Ben Dooks · 18 years ago