summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: tegra: Drop MODULE_ALIASDmitry Osipenko2019-06-071-1/+0Star
* rtc: tegra: Turn into regular driverThierry Reding2019-06-011-4/+4
* rtc: tegra: Use consistent variable names and typesThierry Reding2019-06-011-60/+58Star
* rtc: tegra: checkpatch and miscellaneous cleanupsThierry Reding2019-06-011-75/+79
* rtc: tegra: convert to SPDX identifierAlexandre Belloni2019-04-081-14/+1Star
* rtc: tegra: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-081-4/+4
* rtc: tegra: set rangeAlexandre Belloni2019-04-081-10/+14
* rtc: tegra: Switch to use %ptRAndy Shevchenko2018-12-101-27/+3Star
* rtc: tegra: Propagate errors from platform_get_irq()Thierry Reding2018-10-161-3/+7
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* rtc: tegra: stop validating rtc_time in .set_timeAlexandre Belloni2018-03-021-4/+0Star
* rtc: tegra: Implement clock handlingThierry Reding2017-01-231-2/+26
* rtc: tegra: Sort includes alphabeticallyThierry Reding2017-01-131-6/+7
* rtc: constify rtc_class_ops structuresJulia Lawall2016-09-021-1/+1
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-6/+0Star
* rtc: remove use of seq_printf return valueJoe Perches2015-04-161-1/+3
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-6/+0Star
* drivers/rtc/rtc-tegra.c: use managed rtc_device_register()Laxman Dewangan2013-04-301-23/+5Star
* drivers/rtc/rtc-tegra.c: set irq name as device nameLaxman Dewangan2013-04-301-1/+1
* drivers/rtc/rtc-tegra.c: use struct dev_pm_ops for power managementLaxman Dewangan2013-04-301-10/+8Star
* drivers/rtc/rtc-tegra.c: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan2013-04-301-2/+2
* rtc: rtc-tegra: use module_platform_driver_probe()Jingoo Han2013-04-301-11/+1Star
* rtc: rtc-tegra: add __init/__exit annotationJingoo Han2013-04-301-3/+3
* rtc: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3Star
* drivers/rtc/rtc-tegra.c: convert to DT driverJoseph Lo2013-01-051-0/+7
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* drivers/rtc/rtc-tegra.c: clean up probe/remove routinesHannu Heikkinen2012-05-301-37/+13Star
* drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König2011-07-261-1/+1
* rtc: add real-time clock driver for NVIDIA TegraAndrew Chew2011-03-231-0/+488