summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-tegra.c
AgeCommit message (Expand)Author
2021-02-06rtc: tegra: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2019-11-27rtc: tegra: remove set but unused variableAlexandre Belloni
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-21rtc: remove superfluous error messageAlexandre Belloni
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-07rtc: tegra: Drop MODULE_ALIASDmitry Osipenko
2019-06-01rtc: tegra: Turn into regular driverThierry Reding
2019-06-01rtc: tegra: Use consistent variable names and typesThierry Reding
2019-06-01rtc: tegra: checkpatch and miscellaneous cleanupsThierry Reding
2019-04-08rtc: tegra: convert to SPDX identifierAlexandre Belloni
2019-04-08rtc: tegra: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni
2019-04-08rtc: tegra: set rangeAlexandre Belloni
2018-12-10rtc: tegra: Switch to use %ptRAndy Shevchenko
2018-10-16rtc: tegra: Propagate errors from platform_get_irq()Thierry Reding
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-03-02rtc: tegra: stop validating rtc_time in .set_timeAlexandre Belloni
2017-01-23rtc: tegra: Implement clock handlingThierry Reding
2017-01-13rtc: tegra: Sort includes alphabeticallyThierry Reding
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König
2015-04-15rtc: remove use of seq_printf return valueJoe Perches
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2013-05-18drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang
2013-04-29drivers/rtc/rtc-tegra.c: use managed rtc_device_register()Laxman Dewangan
2013-04-29drivers/rtc/rtc-tegra.c: set irq name as device nameLaxman Dewangan
2013-04-29drivers/rtc/rtc-tegra.c: use struct dev_pm_ops for power managementLaxman Dewangan
2013-04-29drivers/rtc/rtc-tegra.c: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan
2013-04-29rtc: rtc-tegra: use module_platform_driver_probe()Jingoo Han
2013-04-29rtc: rtc-tegra: add __init/__exit annotationJingoo Han
2013-01-22rtc: Convert to devm_ioremap_resource()Thierry Reding
2013-01-04drivers/rtc/rtc-tegra.c: convert to DT driverJoseph Lo
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-05-29drivers/rtc/rtc-tegra.c: clean up probe/remove routinesHannu Heikkinen
2011-07-25drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König
2011-03-22rtc: add real-time clock driver for NVIDIA TegraAndrew Chew