1. 0d19eac Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 14 years ago
  2. 9eab0a7 rtc: ds1307: generalise ram size and offset by Austin Boyle · 14 years ago
  3. 40ce972 rtc: ds1307: comment and format cleanup by David Anders · 14 years ago
  4. b24a726 rtc: ds1307: simplify irq setup code by Wolfram Sang · 14 years ago
  5. 32d322b rtc: ds1307: refactor chip_desc table by Wolfram Sang · 14 years ago
  6. fef931f rtc: driver for DA9052/53 PMIC v1 by Ashish Jangam · 14 years ago
  7. fad0738 drivers/rtc/rtc-max8925.c: fix alarm->enabled mistake in max8925_rtc_read_alarm/max8925_rtc_set_alarm by Kevin Liu · 14 years ago
  8. 0cf30bd drivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm() return value error by Kevin Liu · 14 years ago
  9. aa19689 drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static by Navin P · 14 years ago
  10. 2f6e5f9 drivers/rtc: remove IRQF_DISABLED by Yong Zhang · 14 years ago
  11. 2778ebc drivers/rtc/rtc-twl.c: return correct RTC event from ISR by Venu Byravarasu · 14 years ago
  12. 94a339d drivers/rtc/rtc-twl.c: simplify RTC interrupt clearing by Venu Byravarasu · 14 years ago
  13. f7439bc drivers/rtc/rtc-twl.c: enable RTC irrespective of its prior state by Venu Byravarasu · 14 years ago
  14. ce9f650 drivers/rtc/rtc-twl.c: optimize IRQ bit access by Venu Byravarasu · 14 years ago
  15. b4f0b88 MIPS: add RTC support for loongson1B by zhao zhang · 14 years ago
  16. 0abc920 rtc: convert rtc i2c drivers to module_i2c_driver by Axel Lin · 14 years ago
  17. 109e941 rtc: convert rtc spi drivers to module_spi_driver by Axel Lin · 14 years ago
  18. ee6c54c rtc/rtc-spear: call platform_set_drvdata() before registering rtc device by Viresh Kumar · 14 years ago
  19. 131f8b7 rtc/spear: fix for RTC_AIE_ON and RTC_AIE_OFF ioctl errors by Shiraz Hashim · 14 years ago
  20. cd0e08a rtc-spear: fix for balancing the enable_irq_wake in Power Mgmt by Deepak Sikri · 14 years ago
  21. 161f7a7 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  22. 9e5ed09 ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver by viresh kumar · 14 years ago
  23. 73737b8 drivers/rtc/rtc-r9701.c: fix crash in r9701_remove() by Anatolij Gustschin · 14 years ago
  24. 8682df2 Merge branch 'fortglx/3.4/rtc' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 14 years ago
  25. 2dcc90e ARM: at91:rtc/rtc-at91sam9: ioremap register bank by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  26. 41c7f74 rtc: Disable the alarm in the hardware (v2) by Rabin Vincent · 14 years ago
  27. 5f9679d rtc: Expire alarms after the time is set. (v2) by NeilBrown · 14 years ago
  28. bd729d7 rtc: Avoid setting alarm to a time in the past by John Stultz · 14 years ago
  29. 57270fc Revert "RTC: sa1100: remove redundant code of setting alarm" by Russell King · 14 years ago
  30. a0164a5 Revert "RTC: sa1100: support sa1100, pxa and mmp soc families" by Russell King · 14 years ago
  31. 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  32. 9fc5c3e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  33. c2e08e7 Merge branch 'unicore32' of git://github.com/gxt/linux by Linus Torvalds · 14 years ago
  34. e74a8f2 drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range by Ben Hutchings · 14 years ago
  35. 948170f drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030 by Benoit Cousson · 14 years ago
  36. 6c3fb55 drivers/rtc/: remove redundant spi driver bus initialization by Lars-Peter Clausen · 14 years ago
  37. 681d037 drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static by Axel Lin · 14 years ago
  38. a46481d drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static by Axel Lin · 14 years ago
  39. 0c4eae6 rtc: convert drivers/rtc/* to use module_platform_driver() by Axel Lin · 14 years ago
  40. 5f85d20 drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc() by Mark Brown · 14 years ago
  41. 2d65943 drivers/rtc/rtc-wm831x.c: remove unused period IRQ handler by Mark Brown · 14 years ago
  42. dda367a rtc/ab8500: add calibration attribute to AB8500 RTC by Mark Godfrey · 14 years ago
  43. 012e52e drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range() by Linus Walleij · 14 years ago
  44. b62581e rtc/ab8500: set can_wake flag by Andrew Lynn · 14 years ago
  45. 10d065e rtc/ab8500: don't disable IRQ:s when suspending by Robert Marklund · 14 years ago
  46. c92182e drivers/rtc/rtc-mxc.c: make alarm work by Yauhen Kharuzhy · 14 years ago
  47. 7287be1 drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC by Yauhen Kharuzhy · 14 years ago
  48. b43c1ea drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing by Ondrej Zary · 14 years ago
  49. b3a0aa3 rtc-puv3: solve section mismatch in rtc-puv3.c by Guan Xuetao · 14 years ago
  50. 60e2b00 rtc-puv3: using module_platform_driver() by Guan Xuetao · 14 years ago
  51. a9196b0 rtc-puv3: irq: remove IRQF_DISABLED by Guan Xuetao · 14 years ago
  52. 2ac9d7a Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  53. dfc1ebe Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  54. acc952c Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  55. dcf7ec5 Merge branch 'samsung/driver' into next/drivers by Arnd Bergmann · 14 years ago
  56. 74d836c rtc: max8925: Add function to work as wakeup source by Kevin Liu · 14 years ago
  57. ee66e65 mfd: Unify abx500 headers in mfd/abx500 by Linus Walleij · 14 years ago
  58. 928a11b Merge branch 'next/cleanup' into samsung/dt by Arnd Bergmann · 14 years ago
  59. 237c78b Merge branch 'depends/rmk/for-linus' into samsung/dt by Arnd Bergmann · 14 years ago
  60. 40ba95f Merge branch 'depends/rmk/restart' into next/cleanup by Arnd Bergmann · 14 years ago
  61. d3d0b02 Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 14 years ago
  62. f423fc6 Revert "rtc: Expire alarms after the time is set." by Linus Torvalds · 14 years ago
  63. 157e8bf Revert "rtc: Disable the alarm in the hardware" by Linus Torvalds · 14 years ago
  64. 15db3e8 Merge branch 'drivers/rtc-sa1100' into next/drivers by Arnd Bergmann · 14 years ago
  65. 7cea006 RTC: sa1100: support sa1100, pxa and mmp soc families by Jett.Zhou · 14 years ago
  66. 4287475 RTC: sa1100: remove redundant code of setting alarm by Jett.Zhou · 14 years ago
  67. 9d2d943 RTC: sa1100: Clean out ost register by Jett.Zhou · 14 years ago
  68. 39ce408 rtc: rtc-s3c: Add device tree support by Thomas Abraham · 14 years ago
  69. 5fbd305 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  70. 6e5ed27 Merge commit 'v3.2-rc6' into x86/platform by Ingo Molnar · 14 years ago
  71. 933b946 x86/intel config: Revamp configuration to allow for Moorestown and Medfield by Alan Cox · 14 years ago
  72. 02735a2 Merge branch 'at91/defconfig' into next/cleanup by Olof Johansson · 14 years ago
  73. c3b7977 rtc: m41t80: Workaround broken alarm functionality by John Stultz · 14 years ago
  74. 93b2ec0 rtc: Expire alarms after the time is set. by NeilBrown · 14 years ago
  75. 2dbcd05 drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issues by Jonghwan Choi · 14 years ago
  76. 40c043b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  77. d28bdfc ARM: at91: make rm9200 rtc drivers soc independent by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  78. 6a8943d rtc: Fix some bugs that allowed accumulating time drift in suspend/resume by Arve Hjønnevåg · 14 years ago
  79. c0afabd rtc: Disable the alarm in the hardware by Rabin Vincent · 14 years ago
  80. f5feac2 rtc: pl031: Enable module alias autogeneration for AMBA drivers by Dave Martin · 15 years ago
  81. 66bce59 rtc: pl030: Enable module alias autogeneration for AMBA drivers by Dave Martin · 15 years ago
  82. 66ae456 rtc: rtc-puv3: Add __devinit and __devexit markers for probe and remove by Axel Lin · 15 years ago
  83. 57e6319 vrtc: change its year offset from 1960 to 1972 by Feng Tang · 14 years ago
  84. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  85. 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 14 years ago
  86. db5cf8d drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and .exit.text by Uwe Kleine-König · 14 years ago
  87. 43fcb81 rtc: add initial support for mcp7941x parts by David Anders · 14 years ago
  88. 6d03d06 drivers/rtc/class.c: convert idr to ida and use ida_simple_get() by Jonathan Cameron · 14 years ago
  89. 3369465 um: switch to use of drivers/Kconfig by Al Viro · 15 years ago
  90. 2113852 rtc: Add module.h to implicit users in drivers/rtc by Paul Gortmaker · 15 years ago
  91. 88cee8f drivers/rtc/rtc-s3c.c: fix no occurrence of alarm interrupt by Donggeun Kim · 15 years ago
  92. d4c32f3 drivers/rtc/rtc-imxdi.c needs linux/sched.h by Axel Lin · 15 years ago
  93. 79016f6 Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. 7e72c68 rtc: twl: Fix registration vs. init order by Todd Poynor · 15 years ago
  95. a7402de rtc: Initialized rtc_time->tm_isdst by Mike Waychison · 15 years ago
  96. 62d1760 drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to have irq. by MyungJoo Ham · 15 years ago
  97. 4e8896c drivers/rtc/rtc-s3c.c: correct debug messages by MyungJoo Ham · 15 years ago
  98. 6cac952 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  99. 938f97b rtc: Fix RTC PIE frequency limit by John Stultz · 15 years ago
  100. 34d623d rtc: rtc-twl: Remove lockdep related local_irq_enable() by Sebastian Reichel · 15 years ago