1. 74c4633 rtc-cmos: wake again from S5 by Rafael J. Wysocki · 16 years ago
  2. 73442da rtc_time_to_tm: fix signed/unsigned arithmetic by Jan Altenberg · 16 years ago
  3. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  4. b42f931 rtc: rtc-ds1374: fix 'no irq' case handling by Anton Vorontsov · 16 years ago
  5. 1d96469 rtc: fix double lock on UIE emulation by Atsushi Nemoto · 16 years ago
  6. d0fd937 Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~5 second boot delays by Mike Frysinger · 16 years ago
  7. 7f60459 Blackfin RTC Driver: BF561 not have on-chip RTC by Graf Yang · 16 years ago
  8. 8c9166f Blackfin RTC Driver: do all initialization before we register the rtc and make it available by Mike Frysinger · 16 years ago
  9. fe2e1cf Blackfin RTC Driver: move irq request/free out of open/release and into probe/remove so that the non-dev interfaces (like sysfs) work as expected by Mike Frysinger · 16 years ago
  10. 001e979 rtc-isl1208: fix double removal of a sysfs entry by Alessandro Zummo · 16 years ago
  11. b1c3c89 revert "rtc: cdev lock_kernel() pushdown" by David Brownell · 16 years ago
  12. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  13. 4fb8af1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Russell King · 16 years ago
  14. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  15. 26cb8bb blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a max of 1HZ and this same functionality is provided by UIE by Mike Frysinger · 16 years ago
  16. e12af37 blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David Brownell by Mike Frysinger · 16 years ago
  17. 140fab1 blackfin RTC driver: wait for the write complete interrupt complete before sleeping by Mike Frysinger · 16 years ago
  18. 3b128fe blackfin RTC driver: disable the write complete irq upon close by Mike Frysinger · 16 years ago
  19. 605eb8b blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int_{set,clear} since it isnt needed (shaves off ~100bytes) by Mike Frysinger · 16 years ago
  20. 813006f blackfin RTC driver: add support for power management framework by Mike Frysinger · 16 years ago
  21. 5aeb776 blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core by Sonic Zhang · 16 years ago
  22. dd279f6 blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer will give us the same behavior of returning ENOTTY by Mike Frysinger · 16 years ago
  23. 5cdc98b rtc-dev: stop periodic interrupts on device release by Tomas Janousek · 16 years ago
  24. b68bb26 rtc: don't return -EBUSY when mutex_lock_interruptible() fails by David Brownell · 16 years ago
  25. 4cad443 rtc-vr41xx: add irq_set_freq() and irq_set_state() by Yoichi Yuasa · 16 years ago
  26. 7e2a31d rtc-cmos: avoid spurious irqs by David Brownell · 16 years ago
  27. 449321b rtc-at91rm9200: avoid spurious irqs by David Brownell · 16 years ago
  28. 773be7e rtc: rtc-s3c: update IRQ handling by Ben Dooks · 16 years ago
  29. 4cd0c5c rtc: rtc-s3c: add __devexit and __devinit markers by Ben Dooks · 16 years ago
  30. 35d3fdd rtc-cmos: improve HPET IRQ glue by David Brownell · 16 years ago
  31. c68d07b rtc: remove and clarify unneeded externs by Carlos R. Mafra · 16 years ago
  32. 02bb584 rtc: convert the PCF8583 driver to the new I2C style framework with device_ids by Wolfram Sang · 16 years ago
  33. 71fc822 rtc: rtc-omap footprint shrinkage by David Brownell · 16 years ago
  34. 53e84b6 rtc: ds1305/ds1306 driver by David Brownell · 16 years ago
  35. 8fc2c76 rtc: add support for ST M41T94 SPI RTC by Kim B. Heino · 16 years ago
  36. 5ad31a57 rtc: remove BKL for ioctl() by David Brownell · 16 years ago
  37. 4c228db rtc: m41t80: use pr_info() as appropriate by Maciej W. Rozycki · 16 years ago
  38. 35aa64f rtc: m41t80: sort header inclusions for readability by Maciej W. Rozycki · 16 years ago
  39. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  40. 85082fd Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  41. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  42. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  43. 6c118e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  44. 8ea9212 rtc-pcf8563: add chip id by Jon Smirl · 16 years ago
  45. 876550a rtc-fm3130: fix chip naming by Alessandro Zummo · 16 years ago
  46. a177ba3 Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'omap-reviewed', 'rpc', 'rtc' and 's3c' into devel by Russell King · 16 years ago
  47. 471d47e rtc-x1205: Fix alarm set by Michael Hamel · 16 years ago
  48. a01cc65 rtc: rtc_read_alarm() handles wraparound by David Brownell · 16 years ago
  49. 4101273 rtc-rtc-m41t80: BKL pushdown by Arnd Bergmann · 16 years ago
  50. f3a24e1 rtc-at32ap700x: Enable wakeup by Haavard Skinnemoen · 16 years ago
  51. e5a2c9c [ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before registering it by Uli Luckas · 16 years ago
  52. 51a776f rtc: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  53. c6d8f40 rtc: Ramtron FM3130 RTC support by Sergey Lapin · 16 years ago
  54. 1da2e3d provide rtc_cmos platform device by Stas Sergeev · 16 years ago
  55. 529a4f4 rtc-at32ap700x: fix bug in at32_rtc_readalarm() by Haavard Skinnemoen · 16 years ago
  56. aabe188 rtc: class driver for ppc_md RTC functions by David Woodhouse · 16 years ago
  57. f2eb432 rtc-ds1374: rename device to just "ds1374" by Jean Delvare · 16 years ago
  58. 6b71dbf [ARM] 4935/1: AT91CAP9: enable RTC-on-RTT in defconfig. by Stelian Pop · 16 years ago
  59. 797276e [RTC] rtc-sa1100: remove dependence on asm/rtc.h by Russell King · 16 years ago
  60. 7da285b [RTC] remove unused asm/rtc.h includes from ARM RTC drivers by Russell King · 16 years ago
  61. a190901 [RTC] rtc-pl030: add driver, remove old non-rtc lib driver by Russell King · 16 years ago
  62. 2dba851 [RTC] rtc-pl031: use proper resources, use proper apis, clean up includes by Russell King · 16 years ago
  63. f70c525 [RTC] remove references to asm/mach/time.h by Russell King · 16 years ago
  64. 9fb1f68 rtc: m41t80: include <linux/kernel.h> for printk() by Maciej W. Rozycki · 16 years ago
  65. 417607d RTC/watchdog: M41T80: fix a potential use of unitialized data by Maciej W. Rozycki · 16 years ago
  66. 945185a rtc: rtc_time_to_tm: use unsigned arithmetic by Maciej W. Rozycki · 16 years ago
  67. 60b129d i2c: Match dummy devices by type by Jean Delvare · 16 years ago
  68. a9545ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  69. 9a0f4ae fix irq flags in rtc-ds1511 by Steven Rostedt · 16 years ago
  70. 0305794 rtc: rtc-sh: Fixup for 64-bit resources. by Paul Mundt · 16 years ago
  71. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  72. 3760f73 i2c: Convert most new-style drivers to use module aliasing by Jean Delvare · 16 years ago
  73. d2653e9 i2c: Add support for device alias names by Jean Delvare · 16 years ago
  74. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  75. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  76. 8766ad0 rtc: dont reference pnp_resource_table directly by Bjorn Helgaas · 16 years ago
  77. 2a4e2b8 rtc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  78. c116bc2 rtc: add the support for alarm time relative to current time in sysfs by Zhao Yakui · 16 years ago
  79. e2bfe34 rtc: rtc-rs5c372: fix up NULL name in transfer error path by Paul Mundt · 16 years ago
  80. a3ed107 make ds1511_rtc_{read,set}_time() static by Adrian Bunk · 16 years ago
  81. c464652 rtc: silence section mismatch warning in rtc-test by Sam Ravnborg · 16 years ago
  82. 4edac2b rtc-x1205: new style conversion by Alessandro Zummo · 16 years ago
  83. e5fc9cc rtc-pcf8563: new style conversion by Alessandro Zummo · 16 years ago
  84. 9edae7b rtc-isl1208: new style conversion and minor bug fixes by Alessandro Zummo · 16 years ago
  85. c750090 rtc: avoid legacy drivers with generic framework by David Brownell · 16 years ago
  86. 77459b0 rtc-pcf8583 build fix by David Brownell · 16 years ago
  87. b420b1a rtc: rtc-sh: Add support for periodic IRQs. by Angelo Castello · 16 years ago
  88. 2b653e0 rtc: fix the error in the function of cmos_set_alarm by Zhao Yakui · 16 years ago
  89. ad28a07 rtc: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  90. d479540 rtc: rtc-s35390a.c needs the bitreverse library by Randy Dunlap · 16 years ago
  91. 9fedc9f rtc-at91sam9 fixes by David Brownell · 16 years ago
  92. 44e0451 rtc: fix kconfig help by Alessandro Zummo · 16 years ago
  93. c46288b rtc: add support for the S-35390A RTC chip by Byron Bradley · 16 years ago
  94. c8626a1 rtc-cmos: display HPET emulation mode by David Brownell · 16 years ago
  95. 9820380 rtc-r9701.c: silence compiler warning by S.Çağlar Onur · 16 years ago
  96. 4cdf854 rtc: at91sam9 RTC support (RTT and/or RTC) by David Brownell · 16 years ago
  97. f618258 rtc: remove more dev->power.power_state usage by David Brownell · 16 years ago
  98. fcd8db0 rtc ds1307: ds_1340 change init by frederic Rodo · 16 years ago
  99. 75b6102 rtc: add support for Epson RTC-9701JE V4 by Magnus Damm · 16 years ago
  100. 2805b96 rtc: add support for Epson RTC-9701JE V2 by Magnus Damm · 16 years ago