aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21rtc: remove superfluous error messageAlexandre Belloni1-3/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-07rtc: tegra: Drop MODULE_ALIASDmitry Osipenko1-1/+0
2019-06-01rtc: tegra: Turn into regular driverThierry Reding1-4/+4
2019-06-01rtc: tegra: Use consistent variable names and typesThierry Reding1-60/+58
2019-06-01rtc: tegra: checkpatch and miscellaneous cleanupsThierry Reding1-75/+79
2019-04-08rtc: tegra: convert to SPDX identifierAlexandre Belloni1-14/+1
2019-04-08rtc: tegra: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-4/+4
2019-04-08rtc: tegra: set rangeAlexandre Belloni1-10/+14
2018-12-10rtc: tegra: Switch to use %ptRAndy Shevchenko1-27/+3
2018-10-16rtc: tegra: Propagate errors from platform_get_irq()Thierry Reding1-3/+7
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-03-02rtc: tegra: stop validating rtc_time in .set_timeAlexandre Belloni1-4/+0
2017-01-23rtc: tegra: Implement clock handlingThierry Reding1-2/+26
2017-01-13rtc: tegra: Sort includes alphabeticallyThierry Reding1-6/+7
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall1-1/+1
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-6/+0
2015-04-15rtc: remove use of seq_printf return valueJoe Perches1-1/+3
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-05-18drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-04-29drivers/rtc/rtc-tegra.c: use managed rtc_device_register()Laxman Dewangan1-23/+5
2013-04-29drivers/rtc/rtc-tegra.c: set irq name as device nameLaxman Dewangan1-1/+1
2013-04-29drivers/rtc/rtc-tegra.c: use struct dev_pm_ops for power managementLaxman Dewangan1-10/+8
2013-04-29drivers/rtc/rtc-tegra.c: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan1-2/+2
2013-04-29rtc: rtc-tegra: use module_platform_driver_probe()Jingoo Han1-11/+1
2013-04-29rtc: rtc-tegra: add __init/__exit annotationJingoo Han1-3/+3
2013-01-22rtc: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-04drivers/rtc/rtc-tegra.c: convert to DT driverJoseph Lo1-0/+7
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-05-29drivers/rtc/rtc-tegra.c: clean up probe/remove routinesHannu Heikkinen1-37/+13
2011-07-25drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König1-1/+1
2011-03-22rtc: add real-time clock driver for NVIDIA TegraAndrew Chew1-0/+488