| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc: 88pm860x: prevent use-after-free on device remove | Sven Van Asbroeck | 2019-06-11 | 1 | -1/+1 |
* | rtc: da9063: set uie_unsupported when relevant | Alexandre Belloni | 2019-05-16 | 1 | -0/+7 |
* | rtc: sh: Fix invalid alarm warning for non-enabled alarm | Geert Uytterhoeven | 2019-05-16 | 1 | -1/+1 |
* | rtc: Fix overflow when converting time64_t to rtc_time | Baolin Wang | 2019-04-03 | 1 | -4/+2 |
* | rtc: snvs: Add timeouts to avoid kernel lockups | Trent Piepho | 2018-12-21 | 1 | -35/+70 |
* | rtc: snvs: add a missing write sync | Guy Shapiro | 2018-12-21 | 1 | -0/+1 |
* | rtc: hctosys: Add missing range error reporting | Maciej W. Rozycki | 2018-11-21 | 1 | -1/+3 |
* | rtc: bq4802: add error handling for devm_ioremap | Zhouyang Jia | 2018-09-26 | 1 | -0/+4 |
* | rtc: ensure rtc_set_alarm fails when alarms are not supported | Alexandre Belloni | 2018-08-06 | 1 | -0/+5 |
* | rtc: tx4939: avoid unintended sign extension on a 24 bit shift | Colin Ian King | 2018-05-30 | 1 | -2/+4 |
* | rtc: hctosys: Ensure system time doesn't overflow time_t | Alexandre Belloni | 2018-05-30 | 1 | -0/+5 |
* | rtc: snvs: Fix usage of snvs_rtc_enable | Bryan O'Donoghue | 2018-05-30 | 1 | -4/+11 |
* | rtc: interface: Validate alarm-time before handling rollover | Vaibhav Jain | 2018-04-13 | 1 | -1/+8 |
* | rtc: opal: Handle disabled TPO in opal_get_tpo_time() | Vaibhav Jain | 2018-04-13 | 1 | -0/+10 |
* | rtc: snvs: fix an incorrect check of return value | Pan Bian | 2018-04-13 | 1 | -1/+1 |
* | rtc: ds1374: wdt: Fix stop/start ioctl always returning -EINVAL | Moritz Fischer | 2018-03-24 | 1 | -1/+2 |
* | rtc: ds1374: wdt: Fix issue with timeout scaling from secs to wdt ticks | Moritz Fischer | 2018-03-24 | 1 | -1/+6 |
* | rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqs | Hans de Goede | 2018-03-24 | 1 | -4/+13 |
* | rtc-opal: Fix handling of firmware error codes, prevent busy loops | Stewart Smith | 2018-02-22 | 1 | -2/+10 |
* | rtc: set the alarm to the next expiring timer | Alexandre Belloni | 2017-12-25 | 1 | -1/+1 |
* | rtc: pl031: make interrupt optional | Russell King | 2017-12-25 | 1 | -6/+8 |
* | rtc: pcf8563: fix output clock rate | Philipp Zabel | 2017-12-20 | 1 | -1/+1 |
* | rtc: tegra: Implement clock handling | Thierry Reding | 2017-04-21 | 1 | -2/+26 |
* | rtc: s35390a: improve irq handling | Uwe Kleine-König | 2017-04-08 | 1 | -17/+31 |
* | rtc: s35390a: implement reset routine as suggested by the reference | Uwe Kleine-König | 2017-04-08 | 1 | -10/+55 |
* | rtc: s35390a: make sure all members in the output are set | Uwe Kleine-König | 2017-04-08 | 1 | -0/+14 |
* | rtc: s35390a: fix reading out alarm | Uwe Kleine-König | 2017-04-08 | 1 | -9/+31 |
* | rtc: sun6i: Switch to the external oscillator | Maxime Ripard | 2017-03-12 | 1 | -0/+6 |
* | rtc: sun6i: Add some locking | Maxime Ripard | 2017-03-12 | 1 | -2/+15 |
* | rtc: interface: ignore expired timers when enqueuing new timers | Colin Ian King | 2017-02-26 | 1 | -1/+15 |
* | rtc: omap: Fix selecting external osc | Lokesh Vutla | 2016-11-26 | 1 | -2/+4 |
* | rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq() | Alim Akhtar | 2016-08-20 | 1 | -0/+2 |
* | rtc: max77686: Properly handle regmap_irq_get_virq() error code | Krzysztof Kozlowski | 2016-05-04 | 1 | -1/+1 |
* | rtc: rx8025: remove rv8803 id | Alexandre Belloni | 2016-05-04 | 1 | -1/+0 |
* | rtc: ds1685: passing bogus values to irq_restore | Dan Carpenter | 2016-05-04 | 1 | -4/+4 |
* | rtc: vr41xx: Wire up alarm_irq_enable | Geert Uytterhoeven | 2016-05-04 | 1 | -6/+7 |
* | rtc: hym8563: fix invalid year calculation | Alexander Kochetkov | 2016-05-04 | 1 | -1/+1 |
* | rtc: da9063: fix access ordering error during RTC interrupt at system power on | Steve Twiss | 2015-12-20 | 1 | -10/+9 |
* | rtc: rk808: Compensate for Rockchip calendar deviation on November 31st | Julius Werner | 2015-12-20 | 1 | -4/+44 |
* | rtc: ds1307: fix alarm reading at probe time | Simon Guinot | 2015-11-26 | 1 | -5/+7 |
* | rtc: ds1307: fix kernel splat due to wakeup irq handling | Felipe Balbi | 2015-11-25 | 1 | -33/+3 |
* | Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2015-11-10 | 20 | -82/+864 |
|\ |
|
| * | rtc: Add a driver for Micro Crystal RV8803 | Alexandre Belloni | 2015-11-08 | 3 | -0/+531 |
| * | rtc: s3c: Set year, month, day value for setting alarm | Krzysztof Kozlowski | 2015-11-08 | 1 | -0/+16 |
| * | rtc: ds1307: Fix alarm programming for mcp794xx | Tero Kristo | 2015-11-08 | 1 | -2/+2 |
| * | rtc: isl12057: enable support for the standard "wakeup-source" property | Sudeep Holla | 2015-11-08 | 1 | -5/+5 |
| * | rtc: opal: enable support for the stardard "wakeup-source" property | Sudeep Holla | 2015-11-08 | 1 | -2/+3 |
| * | rtc: isl1208: Pass the IRQF_ONESHOT flag | Fabio Estevam | 2015-11-08 | 1 | -1/+1 |
| * | rtc: pcf8563: add CLKOUT to common clock framework | Heiko Schocher | 2015-11-08 | 1 | -1/+169 |
| * | rtc: davinci: remove incorrect reference to probe function | Arnd Bergmann | 2015-11-08 | 1 | -1/+0 |