1. 7caadcf rtc: m41t80: return NULL rather than a plain 0 integer by Colin Ian King · 3 years, 3 months ago
  2. b958da7 rtc: m41t80: correct kerneldoc function names by Yang Yingliang · 3 years, 8 months ago
  3. f765e34 rtc: m41t80: add support for fixed clock by Sebastian Reichel · 3 years, 8 months ago
  4. 5ceabb6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
  5. 6f24784 whack-a-mole: don't open-code iminor/imajor by Al Viro · 4 years ago
  6. 2717c59 rtc: m41t80: quiet maybe-unused variable warning by Alexandre Belloni · 4 years ago
  7. 06c6e32 rtc: m41t80: use rtc_lock/rtc_unlock by Alexandre Belloni · 4 years ago
  8. 3948a86 rtc: m41t80: constify m41t80_rtc_ops by Alexandre Belloni · 4 years ago
  9. fdcfd85 rtc: rework rtc_register_device() resource management by Bartosz Golaszewski · 4 years, 2 months ago
  10. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  11. 4672c2f Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 5 years ago
  12. e5b7d90f rtc: m41t80: remove excess kerneldoc by Alexandre Belloni · 5 years ago
  13. b6dfb24 compat_ioctl: move WDIOC handling into wdt drivers by Arnd Bergmann · 6 years ago
  14. cf79e7c rtc: m41t80: set range by Alexandre Belloni · 5 years ago
  15. edafb6f Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 5 years ago
  16. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  17. e5108df rtc: m41t80: simplify getting the adapter of a client by Wolfram Sang · 6 years ago
  18. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  19. 22b844a rtc: m41t80: Switch to use %ptR by Andy Shevchenko · 6 years ago
  20. f1bd154 rtc: m41t80: Complete error propagation from SMBus calls by Maciej W. Rozycki · 6 years ago
  21. 3cc9ffb rtc: m41t80: Correct alarm month range with RTC reads by Maciej W. Rozycki · 6 years ago
  22. c3e0491 rtc: m41t80: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  23. e2c8e1a rtc: m41t80: remove useless indirection by Alexandre Belloni · 7 years ago
  24. 10d0c76 rtc: m41t80: fix race conditions by Alexandre Belloni · 7 years ago
  25. 76384f3 rtc: m41t80: move m41t80_rtc_mutex to the block where it is used by Sebastian Andrzej Siewior · 7 years ago
  26. 22652ba rtc: stop validating rtc_time in .read_time by Alexandre Belloni · 7 years ago
  27. 05a03bf rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate by Troy Kisky · 7 years ago
  28. 13bb1d7 rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared by Troy Kisky · 7 years ago
  29. 2cb90ed rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate by Troy Kisky · 7 years ago
  30. c8384bb rtc: m41t80: fix m41t80_sqw_round_rate return value by Troy Kisky · 7 years ago
  31. de6042d rtc: m41t80: m41t80_sqw_set_rate should return 0 on success by Troy Kisky · 7 years ago
  32. be8e274 rtc: m41t80: remove debug sysfs attribute by Alexandre Belloni · 7 years ago
  33. d4473b9 rtc: m41t80: enable wakealarm when "wakeup-source" is specified by Eric Cooper · 7 years ago
  34. 1373e77 rtc: m41t80: add clock provider support by Gary Bisson · 8 years ago
  35. 17e296e rtc: m41t80: remove sqw sysfs entry by Gary Bisson · 8 years ago
  36. 0f546b0 rtc: m41t80: fix SQW dividers override when setting a date by Gary Bisson · 8 years ago
  37. 2de9261 rtc: m41t80: fix SQWE override when setting an alarm by Gary Bisson · 8 years ago
  38. a897bf1 rtc: m41t80: Add proper compatible for rv4162 by Alexandre Belloni · 8 years ago
  39. eb235c5 rtc: m41t80: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  40. ae036af rtc: m41t80: add suspend handlers for alarm IRQ by Stefan Christ · 8 years ago
  41. e89487f rtc: m41t80: make it a real error message by Stefan Christ · 8 years ago
  42. 104b2d8 rtc: m41t80: use devm_add_action_or_reset() by Sudip Mukherjee · 8 years ago
  43. 56d86a7 rtc: simplify implementations of read_alarm by Uwe Kleine-König · 9 years ago
  44. 05a7f27 rtc: m41t80: handle oscillator failure bit by Mylène Josserand · 9 years ago
  45. 3726a218 rtc: m41t80: add wakealarm functionality by Mylène Josserand · 9 years ago
  46. 9c6dfed rtc: m41t80: add alarm functionality by Mylène Josserand · 9 years ago
  47. fc99b90 rtc: m41t80: remove warnings and replace obsolete function by Mylène Josserand · 9 years ago
  48. 54339f3 rtc: m41t80: add the use of 'BIT' macro by Mylène Josserand · 9 years ago
  49. f2b84ee rtc: m41t80: replace i2c functions for smbus ones by Mylène Josserand · 9 years ago
  50. ca91607 rtc: m41t80: remove proc macro by Mylène Josserand · 9 years ago
  51. ef6b312 rtc: m41t80: update sysfs entries export by Mylène Josserand · 9 years ago
  52. bcebd81 rtc: m41t80: avoid out of range year values by Stefan Christ · 9 years ago
  53. a737e83 rtc: use more standard kernel logging styles by Joe Perches · 10 years ago
  54. 6b1a523 drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162 by Wolfram Sang · 11 years ago
  55. 85d7704 drivers/rtc/rtc-m41t80.c: propagate error value from smbus functions by Wolfram Sang · 11 years ago
  56. c67fedf drivers/rtc/rtc-m41t80.c: clean up error paths by Wolfram Sang · 11 years ago
  57. 5028578 drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro by Wolfram Sang · 11 years ago
  58. e46527d drivers/rtc/rtc-m41t80.c: fix spacing related issue by Sachin Kamat · 11 years ago
  59. 4ebabb7 rtc: rtc-m41t80: use devm_*() functions by Jingoo Han · 12 years ago
  60. 48e9766 drivers/rtc/rtc-m41t80.c: remove disabled alarm functionality by Paul Bolle · 12 years ago
  61. 0abc920 rtc: convert rtc i2c drivers to module_i2c_driver by Axel Lin · 13 years ago
  62. c3b7977 rtc: m41t80: Workaround broken alarm functionality by John Stultz · 13 years ago
  63. a015dbc rtc: m41t80: Initialize clientdata before registering device by John Stultz · 14 years ago
  64. 16380c1 RTC: Convert rtc drivers to use the alarm_irq_enable method by John Stultz · 14 years ago
  65. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  66. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  67. 613655f drivers: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  68. 408929b rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarm by Atsushi Nemoto · 14 years ago
  69. b485fe5 rtc/m41t80: use rtc_valid_tm() to check returned tm by Wan ZongShun · 14 years ago
  70. 09eeb1f rtc-m41t80: use nonseekable_open() by Jan Blunck · 15 years ago
  71. 5592933 drivers: Push down BKL into various drivers by Arnd Bergmann · 15 years ago
  72. f30281f rtc: add m41t62 support to rtc-m41t80 driver by Daniel Glockner · 16 years ago
  73. fe20ba7 drivers/rtc/: use bcd2bin/bin2bcd by Adrian Bunk · 16 years ago
  74. d3a126f rtc: rtc-m41t80.c: add support for the ST M41T65 RTC by Steven A. Falco · 16 years ago
  75. 4c228db rtc: m41t80: use pr_info() as appropriate by Maciej W. Rozycki · 16 years ago
  76. 35aa64f rtc: m41t80: sort header inclusions for readability by Maciej W. Rozycki · 16 years ago
  77. 4101273 rtc-rtc-m41t80: BKL pushdown by Arnd Bergmann · 17 years ago
  78. 9fb1f68 rtc: m41t80: include <linux/kernel.h> for printk() by Maciej W. Rozycki · 17 years ago
  79. 417607d RTC/watchdog: M41T80: fix a potential use of unitialized data by Maciej W. Rozycki · 17 years ago
  80. 3760f73 i2c: Convert most new-style drivers to use module aliasing by Jean Delvare · 17 years ago
  81. d2653e9 i2c: Add support for device alias names by Jean Delvare · 17 years ago
  82. afe1ab4 correct name for rtc-m41t80 by David Brownell · 17 years ago
  83. 617780d rtc: watchdog support for rtc-m41t80 driver by Atsushi Nemoto · 17 years ago
  84. caaff56 rtc: add rtc-m41t80 driver by Atsushi Nemoto · 17 years ago