1. 6ff6f86 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 3 years, 10 months ago
  2. 3fd269e amba: Make the remove callback return void by Uwe Kleine-König · 4 years ago
  3. d9b0dd5 rtc: pl031: use RTC_FEATURE_ALARM by Alexandre Belloni · 4 years ago
  4. fdcfd85 rtc: rework rtc_register_device() resource management by Bartosz Golaszewski · 4 years, 2 months ago
  5. 1eab0fe rtc: pl031: fix resource leak in pl031_probe by Zheng Liang · 4 years, 2 months ago
  6. 4df2ef8 rtc: pl031: fix set_alarm by adding back call to alarm_irq_enable by Sudeep Holla · 4 years, 6 months ago
  7. c8ff584 rtc: pl031: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 4 years, 10 months ago
  8. 03f2a0e rtc: pl031: set range by Alexandre Belloni · 4 years, 10 months ago
  9. 61c9fbf rtc: pl031: remove useless invalid alarm handling by Alexandre Belloni · 4 years, 10 months ago
  10. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  11. b7aff10 rtc: pl031: switch to devm_rtc_allocate_device/rtc_register_device by Alexandre Belloni · 6 years ago
  12. 5b64a29 rtc: pl031: make interrupt optional by Russell King · 7 years ago
  13. b86f581 rtc: pl031: avoid exposing alarm if no interrupt by Russell King · 7 years ago
  14. 273c868 rtc: pl031: use devm_* for allocating memory and mapping resource by Russell King · 7 years ago
  15. eb508b3 rtc: pl031: constify amba_ids by Russell King · 7 years ago
  16. eff6dd4 rtc: pl031: remove misuse of IRQF_NO_SUSPEND flag by Sudeep Holla · 9 years ago
  17. 27675ef rtc: pl031: fix typo for author email by Leo Yan · 9 years ago
  18. a272606 drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata() by Michal Simek · 11 years ago
  19. 0778339 rtc: rtc-pl031: Set wakeup flag prior to registering rtcdev by John Stultz · 11 years ago
  20. cac29af drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq() by Lars-Peter Clausen · 12 years ago
  21. b06eef4 drivers/rtc/rtc-pl031.c: add wakeup support by Rob Herring · 12 years ago
  22. 3399cfb drivers/rtc/rtc-pl031.c: restore ST variant functionality by Linus Walleij · 12 years ago
  23. e7e034e1 drivers/rtc/rtc-pl031.c: fix the missing operation on enable by Haojian Zhuang · 12 years ago
  24. 559a6fc rtc: pl031: fix up IRQ flags by Mattias Wallin · 12 years ago
  25. 1bb457f rtc: pl031: use per-vendor variables for special init by Linus Walleij · 12 years ago
  26. aff05ed rtc: pl031: encapsulate per-vendor ops by Linus Walleij · 12 years ago
  27. ac2dee5 drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handling by Rajkumar Kasirajan · 13 years ago
  28. c0a5f4a drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01 by Rajkumar Kasirajan · 13 years ago
  29. 2f39721 drivers/rtc/rtc-pl031.c: enable clock on all ST variants by Linus Walleij · 13 years ago
  30. 0d19eac Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  31. 2f6e5f9 drivers/rtc: remove IRQF_DISABLED by Yong Zhang · 13 years ago
  32. 9e5ed09 ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver by viresh kumar · 13 years ago
  33. f5feac2 rtc: pl031: Enable module alias autogeneration for AMBA drivers by Dave Martin · 13 years ago
  34. 6d7ed21 Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  35. 696160f RTC: Cleanup rtc_class_ops->irq_set_freq() by John Stultz · 14 years ago
  36. 80d4bb5 RTC: Cleanup rtc_class_ops->irq_set_state by John Stultz · 14 years ago
  37. aa25afa ARM: amba: make probe() functions take const id tables by Russell King · 14 years ago
  38. 4701643 drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as shared by Linus Walleij · 14 years ago
  39. 8e58f57 drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h> by Huang Weiyi · 14 years ago
  40. 2c39c9e ARM: Fix section build warnings for AMBA drivers by Russell King · 14 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  42. c72881e ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2 by Linus Walleij · 15 years ago
  43. 2934d6a rtc: remove __raw_* accessors from PL031 RTC by Linus Walleij · 15 years ago
  44. dc890c2 [ARM] 5544/1: Trust PrimeCell resource sizes by Linus Walleij · 16 years ago
  45. 03fbdb1 [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * by Alessandro Rubini · 16 years ago
  46. f841a48 rtc: remove some NOP open/release methods by David Brownell · 16 years ago
  47. 2dba851 [RTC] rtc-pl031: use proper resources, use proper apis, clean up includes by Russell King · 17 years ago
  48. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  49. ab6a2d7 rtc: rtc interfaces don't use class_device by David Brownell · 18 years ago
  50. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  51. ff8371a [PATCH] constify rtc_class_ops: update drivers by David Brownell · 18 years ago
  52. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  53. 8ae6e16 [PATCH] Add driver for ARM AMBA PL031 RTC by Deepak Saxena · 19 years ago