1. 4f3688d rtc: remove redundant of_match_ptr() by Zhu Wang · 1 year, 7 months ago
  2. 06e5e4a rtc: at91sam9: Convert to platform remove callback returning void by Uwe Kleine-König · 2 years ago
  3. 37aadf9 rtc: at91sam9: Remove unnecessary offset variable checks by Nobuhiro Iwamatsu · 3 years, 8 months ago
  4. fdcfd85 rtc: rework rtc_register_device() resource management by Bartosz Golaszewski · 4 years, 4 months ago
  5. 09ef18b rtc: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  6. faac910 rtc: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 6 years ago
  7. be8bf98 rtc: at91sam9: correct trivial checkpatch warnings by Alexandre Belloni · 6 years ago
  8. bc40072 rtc: at91sam9: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  9. 8af760a rtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  10. 255c43c rtc: at91sam9: set range by Alexandre Belloni · 6 years ago
  11. 6c7293e rtc: at91sam9: convert to devm_rtc_allocate_device by Alexandre Belloni · 6 years ago
  12. 1a76a77 rtc: at91sam9: drop platform_data support by Alexandre Belloni · 6 years ago
  13. 285166c rtc: at91sam9: Switch to use %ptR by Andy Shevchenko · 6 years ago
  14. 65d211b rtc: at91sam9: Set name of regmap_config by Jeffy Chen · 7 years ago
  15. b7b1763 rtc: at91sam9: Fix missing spin_lock_init() by Wei Yongjun · 9 years ago
  16. df2d741 rtc: at91sam9: remove duplicate assignment of variable mr by Colin Ian King · 9 years ago
  17. 80e274e rtc: at91sam9: remove useless include by Alexandre Belloni · 10 years ago
  18. 1955f21 rtc: at91sam9: include linux/of.h by Alexandre Belloni · 10 years ago
  19. 8918bd8 rtc: at91sam9: get sclk rate after enabling it by Alexandre Belloni · 10 years ago
  20. 6932ff5 rtc: at91sam9: sort headers alphabetically by Alexandre Belloni · 10 years ago
  21. 73ab31c rtc: at91sam9: remove useless check by Alexandre Belloni · 10 years ago
  22. ffe60fc rtc: at91sam9: properly handle error case by Alexandre Belloni · 10 years ago
  23. 603b1a2 rtc: at91sam9: rework wakeup and interrupt handling by Boris BREZILLON · 10 years ago
  24. bddd8dd drivers/rtc/rtc-at91sam9.c: constify struct regmap_config by Krzysztof Kozlowski · 10 years ago
  25. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  26. a975f47 rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK by Boris BREZILLON · 10 years ago
  27. 43e112b rtc: at91sam9: make use of syscon/regmap to access GPBR registers by Boris BREZILLON · 10 years ago
  28. 07d4d72 rtc: at91sam9: add DT support by Boris BREZILLON · 10 years ago
  29. d41da3e rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource by Boris BREZILLON · 10 years ago
  30. 272f1df rtc: at91sam9: use standard readl/writel functions instead of raw versions by Boris BREZILLON · 10 years ago
  31. 6575bd7 rtc: at91sam9: remove references to mach specific headers by Boris BREZILLON · 10 years ago
  32. 0929ae37 rtc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  33. 3ecdb00 rtc: at91sam9: include <mach/hardware.h> explicitly by Uwe Kleine-König · 11 years ago
  34. 61cc483 rtc: rtc-at91sam9: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  35. 4dc8eb1 rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_ops by Jingoo Han · 12 years ago
  36. 9d42e46 rtc: rtc-at91sam9: use devm_*() functions by Jingoo Han · 12 years ago
  37. 5a167f4 Drivers: rtc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  38. bcd2360 arm: at91: move platfarm_data to include/linux/platform_data/atmel.h by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  39. 477d30d drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macro by Devendra Naga · 12 years ago
  40. e402af6 ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq support by Ludovic Desroches · 13 years ago
  41. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  42. 2f6e5f9 drivers/rtc: remove IRQF_DISABLED by Yong Zhang · 13 years ago
  43. b3af8b4 ARM: at91/rtc-at91sam9: pass the GPBR to use via resources by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  44. 4e9267f ARM: at91:rtc/rtc-at91sam9: ioremap register bank by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  45. 205056a ARM: at91/rtc-at91sam9: each SoC can select the RTT device to use by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  46. 2dcc90e ARM: at91:rtc/rtc-at91sam9: ioremap register bank by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  47. e428c6a RTC: Clean out UIE icotl implementations by John Stultz · 14 years ago
  48. d403585 RTC: fix typo in drivers/rtc/rtc-at91sam9.c by Jelle Martijn Kok · 14 years ago
  49. 16380c1 RTC: Convert rtc drivers to use the alarm_irq_enable method by John Stultz · 14 years ago
  50. 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
  51. 870a276 rtc-at91sam9: Correct size given to memset by Julia Lawall · 15 years ago
  52. 744bcb1 rtc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  53. 7be90a6 [ARM] 5319/1: AT91: support AT91CAP9 revC CPUs by Stelian Pop · 16 years ago
  54. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 17 years ago
  55. f70c525 [RTC] remove references to asm/mach/time.h by Russell King · 17 years ago
  56. 2a4e2b878 rtc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  57. 9fedc9f rtc-at91sam9 fixes by David Brownell · 17 years ago
  58. 4cdf854 rtc: at91sam9 RTC support (RTT and/or RTC) by David Brownell · 17 years ago