| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-09 | rtc: use boolean values with device_init_wakeup() | Wolfram Sang | 1 | -1/+1 |
| 2024-11-10 | rtc: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-06-28 | rtc: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2023-10-15 | rtc: omap: Use device_get_match_data() | Rob Herring | 1 | -5/+3 |
| 2023-08-17 | rtc: omap: Do not check for 0 return after calling platform_get_irq() | Ruan Jinjie | 1 | -4/+4 |
| 2023-03-17 | rtc: omap: include header for omap_rtc_power_off_program prototype | Krzysztof Kozlowski | 1 | -0/+1 |
| 2023-03-17 | rtc: omap: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2021-09-25 | rtc: omap: drop unneeded MODULE_ALIAS | Krzysztof Kozlowski | 1 | -1/+0 |
| 2021-04-29 | rtc: omap: use rtc_write to access OMAP_RTC_OSC_REG | Dario Binacchi | 1 | -3/+2 |
| 2020-11-19 | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 1 | -1/+1 |
| 2020-11-19 | rtc: add devm_ prefix to rtc_nvmem_register() | Bartosz Golaszewski | 1 | -1/+1 |
| 2020-11-19 | rtc: omap: use devm_pinctrl_register() | Bartosz Golaszewski | 1 | -7/+2 |
| 2020-03-23 | rtc: omap: drop unused dt-bindings header | Uwe Kleine-König | 1 | -1/+0 |
| 2019-12-23 | rtc: omap: Remove unneeded semicolon | zhengbin | 1 | -1/+1 |
| 2019-10-07 | rtc: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-05-16 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -8/+41 |
| 2019-04-08 | rtc: OMAP: Add support for rtc-only mode | Keerthy | 1 | -9/+42 |
| 2019-04-04 | rtc: omap: convert to SPDX identifier | Alexandre Belloni | 1 | -5/+1 |
| 2019-04-04 | rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64 | Alexandre Belloni | 1 | -2/+2 |
| 2019-04-04 | rtc: omap: let the core handle range | Alexandre Belloni | 1 | -16/+6 |
| 2018-11-12 | rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGH | Nathan Chancellor | 1 | -3/+1 |
| 2018-08-27 | rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec | Keerthy | 1 | -10/+15 |
| 2018-08-27 | rtc: omap: use of_device_is_system_power_controller function | Keerthy | 1 | -2/+1 |
| 2018-07-12 | rtc: omap: drop unnecessary register unlock around reads | Johan Hovold | 1 | -4/+0 |
| 2018-07-12 | rtc: omap: add missing register lock in error path | Johan Hovold | 1 | -0/+1 |
| 2018-07-12 | rtc: omap: fix resource leak in registration error path | Johan Hovold | 1 | -1/+3 |
| 2018-07-12 | rtc: omap: fix potential crash on power off | Johan Hovold | 1 | -7/+7 |
| 2018-03-02 | rtc: omap: stop validating rtc_time in .set_time and .set_alarm | Alexandre Belloni | 1 | -3/+0 |
| 2018-03-01 | rtc: omap: call rtc_nvmem_register() | Alexandre Belloni | 1 | -1/+2 |
| 2017-12-18 | rtc: omap: fix unbalanced clk_prepare_enable/clk_disable_unprepare | Andreas Platschek | 1 | -1/+4 |
| 2017-11-08 | rtc: omap: Support scratch registers | Alexandre Belloni | 1 | -0/+45 |
| 2017-10-31 | rtc: omap: switch to rtc_register_device | Alexandre Belloni | 1 | -2/+7 |
| 2017-10-31 | rtc: omap: fix error path when pinctrl_register fails | Alexandre Belloni | 1 | -1/+2 |
| 2017-03-09 | rtc: omap: mark PM methods as __maybe_unused | Dmitry Torokhov | 1 | -14/+4 |
| 2017-03-09 | rtc: omap: remove incorrect __exit markups | Dmitry Torokhov | 1 | -2/+2 |
| 2017-01-26 | pinctrl: Widen the generic pinconf argument from 16 to 24 bits | Mika Westerberg | 1 | -1/+1 |
| 2016-11-04 | rtc: omap: prevent disabling of clock/module during suspend | Tero Kristo | 1 | -6/+26 |
| 2016-11-04 | rtc: omap: Fix selecting external osc | Lokesh Vutla | 1 | -2/+4 |
| 2016-09-21 | rtc: omap: Support ext_wakeup configuration | Marcin Niestroj | 1 | -8/+160 |
| 2016-09-02 | rtc: constify rtc_class_ops structures | Julia Lawall | 1 | -1/+1 |
| 2015-09-05 | rtc: omap: Add external clock enabling support | Keerthy | 1 | -1/+24 |
| 2015-09-05 | rtc: omap: Add internal clock enabling support | Keerthy | 1 | -0/+10 |
| 2015-04-17 | drivers/rtc/rtc-omap.c: use module_platform_driver | Lokesh Vutla | 1 | -2/+3 |
| 2015-04-17 | drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist... | Lokesh Vutla | 1 | -11/+52 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2014-12-10 | rtc: omap: drop vendor-prefix from power-controller dt property | Johan Hovold | 1 | -1/+1 |
| 2014-12-10 | rtc: omap: add copyright entry | Johan Hovold | 1 | -0/+1 |
| 2014-12-10 | rtc: omap: fix minor coding style issues | Johan Hovold | 1 | -19/+27 |
| 2014-12-10 | rtc: omap: enable wake-up from power off | Johan Hovold | 1 | -1/+8 |
| 2014-12-10 | rtc: omap: add support for pmic_power_en | Johan Hovold | 1 | -0/+100 |
| 2014-12-10 | rtc: omap: add helper to read 32-bit registers | Johan Hovold | 1 | -0/+5 |
| 2014-12-10 | rtc: omap: add helper to read raw bcd time | Johan Hovold | 1 | -8/+10 |
| 2014-12-10 | rtc: omap: silence bogus power-up reset message at probe | Johan Hovold | 1 | -6/+13 |
| 2014-12-10 | rtc: omap: add structured device-type info | Johan Hovold | 1 | -52/+51 |
| 2014-12-10 | rtc: omap: remove DRIVER_NAME macro | Johan Hovold | 1 | -5/+3 |
| 2014-12-10 | rtc: omap: add device abstraction | Johan Hovold | 1 | -106/+133 |
| 2014-12-10 | rtc: omap: make platform-device id table const | Johan Hovold | 1 | -1/+1 |
| 2014-12-10 | rtc: omap: use dev_info | Johan Hovold | 1 | -4/+3 |
| 2014-12-10 | rtc: omap: remove unused register-base define | Johan Hovold | 1 | -2/+0 |
| 2014-12-10 | rtc: omap: fix class-device registration | Johan Hovold | 1 | -23/+23 |
| 2014-12-10 | rtc: omap: clean up probe error handling | Johan Hovold | 1 | -23/+18 |
| 2014-12-10 | rtc: omap: fix interrupt disable at probe | Johan Hovold | 1 | -3/+5 |
| 2014-12-10 | rtc: omap: fix missing wakealarm attribute | Johan Hovold | 1 | -2/+3 |
| 2014-12-10 | rtc: omap: fix clock-source configuration | Johan Hovold | 1 | -2/+4 |
| 2014-10-20 | rtc: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-06-06 | drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is set | Lokesh Vutla | 1 | -34/+33 |
| 2014-06-06 | drivers/rtc/rtc-omap.c: add support for enabling 32khz clock | Sekhar Nori | 1 | -1/+15 |
| 2014-06-06 | drivers/rtc/rtc-omap.c: use BIT() macro | Sekhar Nori | 1 | -21/+21 |
| 2014-06-06 | drivers/rtc/rtc-omap.c: remove multiple device id checks | Sekhar Nori | 1 | -4/+9 |
| 2013-11-13 | drivers/rtc/rtc-omap.c: remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
| 2013-09-11 | drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm events | Hebbar Gururaja | 1 | -8/+52 |
| 2013-07-03 | rtc: omap: restore back (hard-code) wakeup support | Hebbar Gururaja | 1 | -0/+2 |
| 2013-07-03 | drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h> | Sachin Kamat | 1 | -3/+1 |
| 2013-05-18 | drivers/rtc: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
| 2013-04-29 | rtc: rtc-omap: convert omap_rtc_driver to dev_pm_ops | Jingoo Han | 1 | -14/+10 |
| 2013-04-29 | drivers/rtc/rtc-omap.c: update to devm_* API | Vishwanathrao Badarkhe, Manish | 1 | -36/+9 |
| 2013-04-29 | rtc: rtc-omap: use module_platform_driver_probe() | Jingoo Han | 1 | -11/+1 |
| 2012-12-17 | rtc: omap: add runtime pm support | Vaibhav Hiremath | 1 | -0/+18 |
| 2012-12-17 | rtc: omap: dt support | Afzal Mohammed | 1 | -0/+18 |
| 2012-12-17 | rtc: omap: kicker mechanism support | Afzal Mohammed | 1 | -3/+41 |
| 2012-03-23 | drivers/rtc: remove IRQF_DISABLED | Yong Zhang | 1 | -2/+2 |
| 2011-08-03 | rtc-omap: fix initialization of control register | Daniel Glöckner | 1 | -1/+1 |
| 2011-04-18 | RTC: rtc-omap: Fix a leak of the IRQ during init failure | Axel Lin | 1 | -1/+1 |
| 2011-03-09 | RTC: Clean out UIE icotl implementations | John Stultz | 1 | -39/+0 |
| 2011-02-03 | RTC: Convert rtc drivers to use the alarm_irq_enable method | John Stultz | 1 | -9/+19 |
| 2011-01-13 | drivers/rtc/rtc-omap.c: fix a memory leak | Axel Lin | 1 | -2/+4 |
| 2010-10-27 | rtc: omap: let device wakeup capability be configured from chip init logic | Sekhar Nori | 1 | -5/+7 |
| 2009-12-16 | rtc: make rtc-omap driver ioremap its register space | Mark A. Greer | 1 | -21/+26 |
| 2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
| 2009-03-24 | rtc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
| 2008-10-20 | drivers/rtc/: use bcd2bin/bin2bcd | Adrian Bunk | 1 | -12/+12 |
| 2008-07-24 | rtc: rtc-omap footprint shrinkage | David Brownell | 1 | -17/+4 |
| 2008-05-22 | [RTC] remove references to asm/mach/time.h | Russell King | 1 | -1/+0 |
| 2008-04-11 | rtc: fix platform driver hotplug/coldplug | Kay Sievers | 1 | -1/+1 |
| 2007-05-17 | rtc-omap build fix | David Brownell | 1 | -2/+2 |
| 2007-05-08 | rtc: remove "RTC_ALM_SET mode" bugs | David Brownell | 1 | -28/+0 |
| 2007-05-08 | rtc: suspend()/resume() restores system clock | David Brownell | 1 | -17/+0 |
| 2007-05-08 | rtc: remove rest of class_device | David Brownell | 1 | -4/+4 |
| 2007-05-08 | rtc: rtc interfaces don't use class_device | David Brownell | 1 | -2/+2 |
| 2007-02-14 | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner | 1 | -2/+2 |
| 2006-12-13 | [PATCH] rtc framewok: rtc_wkalrm.enabled reporting updates | David Brownell | 1 | -2/+1 |
| 2006-12-07 | [PATCH] add rtc-omap driver | David Brownell | 1 | -0/+572 |