Age | Commit message (Expand) | Author |
2022-12-15 | rtc: at91rm9200: Fix syntax errors in comments | Xiang wangx |
2020-11-19 | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski |
2020-11-17 | rtc: at91rm9200: Add sam9x60 compatible | Alexandre Belloni |
2020-11-17 | rtc: at91rm9200: add correction support | Alexandre Belloni |
2020-01-15 | rtc: at91rm9200: use FIELD_PREP/FIELD_GET | Alexandre Belloni |
2020-01-15 | rtc: at91rm9200: avoid time readout in at91_rtc_setalarm | Alexandre Belloni |
2020-01-15 | rtc: at91rm9200: move register definitions to C file | Alexandre Belloni |
2020-01-15 | rtc: at91rm9200: add sama5d4 and sama5d2 compatibles | Alexandre Belloni |
2020-01-15 | rtc: at91rm9200: remove procfs information | Alexandre Belloni |
2019-10-03 | rtc: at91rm9200: use of_device_get_match_data() | Claudiu Beznea |
2019-08-13 | rtc: Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2018-12-10 | rtc: at91rm9200: Switch to use %ptR | Andy Shevchenko |
2018-05-17 | rtc: at91rm9200: add range | Alexandre Belloni |
2017-11-10 | rtc: at91rm9200: fix reading alarm value | Alexandre Belloni |
2017-11-10 | rtc: at91rm9200: stop calculating yday in at91_rtc_readalarm | Alexandre Belloni |
2017-07-07 | rtc: at91rm9200: remove race condition | Alexandre Belloni |
2015-11-08 | rtc: at91rm9200: clear RTC alarm status flag prior to suspending | Wenyou Yang |
2015-09-05 | rtc: at91rm9200: get and use slow clock | Alexandre Belloni |
2015-09-05 | rtc: at91rm9200: sort headers alphabetically | Alexandre Belloni |
2015-04-17 | drivers/rtc/rtc-at91rm9200.c: make IO endian agnostic | Ben Dooks |
2015-03-18 | rtc: at91rm9200: double locking bug in at91_rtc_interrupt() | Dan Carpenter |
2015-03-04 | rtc: at91rm9200: rework wakeup and interrupt handling | Boris BREZILLON |
2014-10-20 | rtc: drop owner assignment from platform_drivers | Wolfram Sang |
2014-06-06 | rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq | Boris BREZILLON |
2013-12-12 | drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrap | Linus Pizunski |
2013-11-21 | ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdown | Johan Hovold |
2013-11-13 | drivers/rtc/rtc-at91rm9200.c: use devm_* APIs | Sachin Kamat |
2013-07-03 | rtc: rtc-at91rm9200: remove unnecessary platform_set_drvdata() | Jingoo Han |
2013-07-03 | drivers/rtc/rtc-at91rm9200.c: include <linux/uaccess.h> | Sachin Kamat |
2013-06-12 | rtc-at91rm9200: use shadow IMR on at91sam9x5 | Johan Hovold |
2013-06-12 | rtc-at91rm9200: add shadow interrupt mask | Johan Hovold |
2013-06-12 | rtc-at91rm9200: refactor interrupt-register handling | Johan Hovold |
2013-06-12 | rtc-at91rm9200: add configuration support | Johan Hovold |
2013-06-12 | rtc-at91rm9200: add match-table compile guard | Johan Hovold |
2013-04-29 | drivers/rtc/rtc-at91rm9200.c: fix missing iounmap | Johan Hovold |
2013-04-29 | drivers/rtc/rtc-at91rm9200.c: add DT support | Joachim Eastwood |
2013-04-29 | rtc: rtc-at91rm9200: switch to using SIMPLE_DEV_PM_OPS | Jingoo Han |
2013-04-29 | rtc: rtc-at91rm9200: use module_platform_driver_probe() | Jingoo Han |
2013-04-05 | Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR" | Johan Hovold |
2013-03-22 | drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR | Nicolas Ferre |
2013-02-21 | rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug() | Jingoo Han |
2012-11-06 | arm: at91: move at91rm9200 rtc header in drivers/rtc | Jean-Christophe PLAGNIOL-VILLARD |
2012-07-04 | ARM: at91: fix new build errors | Arnd Bergmann |
2011-11-28 | ARM: at91: make rm9200 rtc drivers soc independent | Jean-Christophe PLAGNIOL-VILLARD |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-09 | RTC: Clean out UIE icotl implementations | John Stultz |
2011-02-03 | RTC: Convert rtc drivers to use the alarm_irq_enable method | John Stultz |
2009-09-23 | rtc: at91rm9200 fixes | David Brownell |
2008-10-20 | drivers/rtc/: use bcd2bin/bin2bcd | Adrian Bunk |