summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-omap.c
AgeCommit message (Expand)Author
2021-09-25rtc: omap: drop unneeded MODULE_ALIASKrzysztof Kozlowski
2021-04-29rtc: omap: use rtc_write to access OMAP_RTC_OSC_REGDario Binacchi
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-11-19rtc: omap: use devm_pinctrl_register()Bartosz Golaszewski
2020-03-23rtc: omap: drop unused dt-bindings headerUwe Kleine-König
2019-12-23rtc: omap: Remove unneeded semicolonzhengbin
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-04-08rtc: OMAP: Add support for rtc-only modeKeerthy
2019-04-04rtc: omap: convert to SPDX identifierAlexandre Belloni
2019-04-04rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni
2019-04-04rtc: omap: let the core handle rangeAlexandre Belloni
2018-11-12rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGHNathan Chancellor
2018-08-27rtc: omap: Cut down the shutdown time from 2 seconds to 1 secKeerthy
2018-08-27rtc: omap: use of_device_is_system_power_controller functionKeerthy
2018-07-12rtc: omap: drop unnecessary register unlock around readsJohan Hovold
2018-07-12rtc: omap: add missing register lock in error pathJohan Hovold
2018-07-12rtc: omap: fix resource leak in registration error pathJohan Hovold
2018-07-12rtc: omap: fix potential crash on power offJohan Hovold
2018-03-02rtc: omap: stop validating rtc_time in .set_time and .set_alarmAlexandre Belloni
2018-03-01rtc: omap: call rtc_nvmem_register()Alexandre Belloni
2017-12-18rtc: omap: fix unbalanced clk_prepare_enable/clk_disable_unprepareAndreas Platschek
2017-11-08rtc: omap: Support scratch registersAlexandre Belloni
2017-10-31rtc: omap: switch to rtc_register_deviceAlexandre Belloni
2017-10-31rtc: omap: fix error path when pinctrl_register failsAlexandre Belloni
2017-03-09rtc: omap: mark PM methods as __maybe_unusedDmitry Torokhov
2017-03-09rtc: omap: remove incorrect __exit markupsDmitry Torokhov
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg
2016-11-04rtc: omap: prevent disabling of clock/module during suspendTero Kristo
2016-11-04rtc: omap: Fix selecting external oscLokesh Vutla
2016-09-21rtc: omap: Support ext_wakeup configurationMarcin Niestroj
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall
2015-09-05rtc: omap: Add external clock enabling supportKeerthy
2015-09-05rtc: omap: Add internal clock enabling supportKeerthy
2015-04-17drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla
2015-04-17drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...Lokesh Vutla
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-10rtc: omap: drop vendor-prefix from power-controller dt propertyJohan Hovold
2014-12-10rtc: omap: add copyright entryJohan Hovold
2014-12-10rtc: omap: fix minor coding style issuesJohan Hovold
2014-12-10rtc: omap: enable wake-up from power offJohan Hovold
2014-12-10rtc: omap: add support for pmic_power_enJohan Hovold
2014-12-10rtc: omap: add helper to read 32-bit registersJohan Hovold
2014-12-10rtc: omap: add helper to read raw bcd timeJohan Hovold
2014-12-10rtc: omap: silence bogus power-up reset message at probeJohan Hovold
2014-12-10rtc: omap: add structured device-type infoJohan Hovold
2014-12-10rtc: omap: remove DRIVER_NAME macroJohan Hovold
2014-12-10rtc: omap: add device abstractionJohan Hovold
2014-12-10rtc: omap: make platform-device id table constJohan Hovold