1. 9fb1f68 rtc: m41t80: include <linux/kernel.h> for printk() by Maciej W. Rozycki · 16 years ago
  2. 417607d RTC/watchdog: M41T80: fix a potential use of unitialized data by Maciej W. Rozycki · 16 years ago
  3. 945185a rtc: rtc_time_to_tm: use unsigned arithmetic by Maciej W. Rozycki · 16 years ago
  4. 60b129d i2c: Match dummy devices by type by Jean Delvare · 16 years ago
  5. a9545ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  6. 9a0f4ae fix irq flags in rtc-ds1511 by Steven Rostedt · 16 years ago
  7. 0305794 rtc: rtc-sh: Fixup for 64-bit resources. by Paul Mundt · 16 years ago
  8. 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
  9. 3760f73 i2c: Convert most new-style drivers to use module aliasing by Jean Delvare · 16 years ago
  10. d2653e9 i2c: Add support for device alias names by Jean Delvare · 16 years ago
  11. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  12. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  13. 8766ad0 rtc: dont reference pnp_resource_table directly by Bjorn Helgaas · 16 years ago
  14. 2a4e2b8 rtc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  15. c116bc2 rtc: add the support for alarm time relative to current time in sysfs by Zhao Yakui · 16 years ago
  16. e2bfe34 rtc: rtc-rs5c372: fix up NULL name in transfer error path by Paul Mundt · 16 years ago
  17. a3ed107 make ds1511_rtc_{read,set}_time() static by Adrian Bunk · 16 years ago
  18. c464652 rtc: silence section mismatch warning in rtc-test by Sam Ravnborg · 16 years ago
  19. 4edac2b rtc-x1205: new style conversion by Alessandro Zummo · 16 years ago
  20. e5fc9cc rtc-pcf8563: new style conversion by Alessandro Zummo · 16 years ago
  21. 9edae7b rtc-isl1208: new style conversion and minor bug fixes by Alessandro Zummo · 16 years ago
  22. c750090 rtc: avoid legacy drivers with generic framework by David Brownell · 16 years ago
  23. 77459b0 rtc-pcf8583 build fix by David Brownell · 16 years ago
  24. b420b1a rtc: rtc-sh: Add support for periodic IRQs. by Angelo Castello · 16 years ago
  25. 2b653e0 rtc: fix the error in the function of cmos_set_alarm by Zhao Yakui · 16 years ago
  26. ad28a07 rtc: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  27. d479540 rtc: rtc-s35390a.c needs the bitreverse library by Randy Dunlap · 16 years ago
  28. 9fedc9f rtc-at91sam9 fixes by David Brownell · 16 years ago
  29. 44e0451 rtc: fix kconfig help by Alessandro Zummo · 16 years ago
  30. c46288b rtc: add support for the S-35390A RTC chip by Byron Bradley · 16 years ago
  31. c8626a1 rtc-cmos: display HPET emulation mode by David Brownell · 16 years ago
  32. 9820380 rtc-r9701.c: silence compiler warning by S.Çağlar Onur · 16 years ago
  33. 4cdf854 rtc: at91sam9 RTC support (RTT and/or RTC) by David Brownell · 16 years ago
  34. f618258 rtc: remove more dev->power.power_state usage by David Brownell · 16 years ago
  35. fcd8db0 rtc ds1307: ds_1340 change init by frederic Rodo · 16 years ago
  36. 75b6102 rtc: add support for Epson RTC-9701JE V4 by Magnus Damm · 16 years ago
  37. 2805b96 rtc: add support for Epson RTC-9701JE V2 by Magnus Damm · 16 years ago
  38. 9d8af78 rtc: add HPET RTC emulation to RTC_DRV_CMOS by Bernhard Walle · 16 years ago
  39. 095b9d5 Blackfin RTC driver: convert sync wait to use the irq write complete notice by Mike Frysinger · 16 years ago
  40. 48c1a56 Blackfin RTC driver: shave off another memcpy() by using assignment. by Mike Frysinger · 16 years ago
  41. 68db304 Blackfin RTC driver: read_alarm() checks the enabled field, not the pending field. by Mike Frysinger · 16 years ago
  42. 5438de4 Blackfin RTC driver: use dev_dbg() rather than pr_stamp() by Mike Frysinger · 16 years ago
  43. 6406116 Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that we have MMR filesystem in sysfs) by Mike Frysinger · 16 years ago
  44. d7827d8 Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct platform_device*), so fix the irq handler by Mike Frysinger · 16 years ago
  45. 5c23634 Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz by Mike Frysinger · 16 years ago
  46. 8f26795 Platform real time clock driver for Dallas 1511 chip by Andrew Sharp · 16 years ago
  47. 8a0bdfd rtc-cmos alarm acts as oneshot by David Brownell · 16 years ago
  48. 739d340 rtc: ds1302 rtc support by Paul Mundt · 16 years ago
  49. e07e232 rtc-cmos: export nvram in sysfs by David Brownell · 16 years ago
  50. 9974b6e rtc-s3c: Use is_power_of_2() macro for simplicity. by Robert P. J. Day · 16 years ago
  51. 037e291 rtc-pcf8583: Don't abuse I2C_M_NOSTART by Jean Delvare · 16 years ago
  52. 09b6bdb3b Cosmetic fixes to RTC subsystem's Kconfig by Alessandro Zummo · 16 years ago
  53. e189f34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  54. 0ff66f0 Merge branch 'pxa-plat' into devel by Russell King · 17 years ago
  55. c019fd8 rtc: rtc-sh: Split out the CPU defs to asm/cpu/. by Paul Mundt · 17 years ago
  56. ff1b750 rtc: rtc-sh: SH-2A support. by Paul Mundt · 17 years ago
  57. 9a519f6 rtc: rtc-sh: SH-5 support. by Paul Mundt · 17 years ago
  58. 922539a i2c: normal_i2c can be made const (rtc drivers) by Jean Delvare · 17 years ago
  59. 6bc54e6 [ARM] pxa/sa1100: replace wakeup support by Russell King · 17 years ago
  60. 71da890 rtc: use class iteration api by Dave Young · 17 years ago
  61. 8d431db rtc-at32ap700x: fix irq init oops by David Brownell · 17 years ago
  62. c24b260 spi: use simplified spi_sync() calling convention by Marc Pignat · 17 years ago
  63. 372a302 RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flag by Jiri Kosina · 17 years ago
  64. 8853c20 RTC: convert mutex to bitfield by Jiri Kosina · 17 years ago
  65. 529a73f Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN by Mike Frysinger · 17 years ago
  66. 682d73f rtc-ds1307 exports NVRAM by David Brownell · 17 years ago
  67. a4b1d50 RTCs: handle NVRAM better by David Brownell · 17 years ago
  68. 779d208 rtc_hctosys expects RTCs in UTC (doc) by David Brownell · 17 years ago
  69. 0ac554b rtc: rtc-sh: Zero out tm value for invalid rtc states. by Paul Mundt · 17 years ago
  70. 29dd0da rtc: sh-rtc: Handle rtc_device_register() failure properly. by Paul Mundt · 17 years ago
  71. 1273092 rtc: m48t59 fix section mismatch warning by Randy Dunlap · 17 years ago
  72. 615bb29 rtc: ignore msb when reading back mday from alarm by Mark Lord · 17 years ago
  73. c2db637 s3c-rtc: remove unused variable by Krzysztof Helt · 17 years ago
  74. 01dd2fb typo fixes by Matt LaPlante · 17 years ago
  75. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  76. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  77. 9d013d3 rtc: allow validated RTC_PIE_ON for non-root by Bryan Kadzban · 17 years ago
  78. 06c65eb rtc: add max_user_freq to sysfs by Bryan Kadzban · 17 years ago
  79. 05440df rtc-cmos probe() cleanup by David Brownell · 17 years ago
  80. 0e36a9a rtc: fix readback from /sys/class/rtc/rtc?/wakealarm by Mark Lord · 17 years ago
  81. bf4994d rtc: RTC class driver for the ds1374 by Scott Wood · 17 years ago
  82. c018664 rtc-pcf8583: Check for i2c adapter functionality by Jean Delvare · 17 years ago
  83. a95e23a rtc: make rtc-ds1742 driver hotplug-aware by Atsushi Nemoto · 17 years ago
  84. e7634c2 rtc: make rtc-ds1553 driver hotplug-aware by Atsushi Nemoto · 17 years ago
  85. 88efe13 rtc-dev: no need to convert file->private_data to rtc device by Mark Zhan · 17 years ago
  86. 97144c6 rtc_irq_set_freq() requires power-of-two and associated kerneldoc by David Brownell · 17 years ago
  87. d691eb9 RTC: periodic irq fix by Alessandro Zummo · 17 years ago
  88. ad89f87 rtc: rtc-sh: Support 4-digit year on SH7705/SH7710/SH7712. by Paul Mundt · 17 years ago
  89. 49cc886 rtc: rtc-ds1553.c should use resource_size_t for base address by Atsushi Nemoto · 17 years ago
  90. 2e3e31c rtc-ds1742.c should use resource_size_t for base address by David Gibson · 17 years ago
  91. f3d79b2 RTC v3020 fixes by Mike Rapoport · 17 years ago
  92. 9f90a03 [PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware by Atsushi Nemoto · 17 years ago
  93. 5c076fc rtc-max6902 minor fixes by David Brownell · 17 years ago
  94. afe1ab4 correct name for rtc-m41t80 by David Brownell · 17 years ago
  95. 0439208 rtc-m48t59 driver NO_IRQ mode fixup by Mark Zhan · 17 years ago
  96. bb35fb2 Use menuconfig objects: RTC by Jan Engelhardt · 17 years ago
  97. 99eb8a5 Remove the arm26 port by Adrian Bunk · 17 years ago
  98. c8ed39e rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMD by Thomas Hommel · 17 years ago
  99. 252e483 s3c2410: fixup after arch moves by Ben Dooks · 17 years ago
  100. 6a30235 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23 by Linus Torvalds · 17 years ago