summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2019-04-11rtc: pcf85363: remove useless forward declarationAlexandre Belloni-2/+0
2019-04-11rtc: pcf85363: remove bogus i2c functionality checkAlexandre Belloni-3/+0
2019-04-11rtc: pcf85363: set rangeAlexandre Belloni-0/+2
2019-04-11rtc: pcf85363: remove unused struct pcf85363 memberAlexandre Belloni-4/+2
2019-04-11rtc: stmp3xxx: convert to SPDX identifierAlexandre Belloni-9/+1
2019-04-11rtc: stmp3xxx: use .set_timeAlexandre Belloni-3/+3
2019-04-11rtc: stmp3xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni-5/+3
2019-04-11rtc: stmp3xxx: set rangeAlexandre Belloni-2/+8
2019-04-08rtc: OMAP: Add support for rtc-only modeKeerthy-9/+42
2019-04-08rtc: tegra: convert to SPDX identifierAlexandre Belloni-14/+1
2019-04-08rtc: tegra: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni-4/+4
2019-04-08rtc: tegra: set rangeAlexandre Belloni-10/+14
2019-04-08rtc: coh901331: convert to SPDX identifierAlexandre Belloni-1/+1
2019-04-08rtc: coh901331: use .set_timeAlexandre Belloni-3/+3
2019-04-08rtc: coh901331: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni-7/+7
2019-04-08rtc: coh901331: set rangeAlexandre Belloni-5/+10
2019-04-08rtc: ds1672: switch debug message to %ptRAlexandre Belloni-4/+1
2019-04-08rtc: ds1672: convert to SPDX identifierAlexandre Belloni-4/+1
2019-04-08rtc: ds1672: use .set_timeAlexandre Belloni-2/+3
2019-04-08rtc: ds1672: use rtc_time64_to_tmAlexandre Belloni-1/+1
2019-04-08rtc: ds1672: remove useless indirectionAlexandre Belloni-14/+6
2019-04-08rtc: ds1672: remove sysfs debug interfaceAlexandre Belloni-51/+0
2019-04-08rtc: ds1672: move oscillator handling to .read_timeAlexandre Belloni-13/+16
2019-04-08rtc: ds1672: set rangeAlexandre Belloni-5/+11
2019-04-08rtc: test: use .set_timeAlexandre Belloni-4/+4
2019-04-06rtc: lib: check whether tm->tm_year in int32 rangeXuefeng Wang-0/+1
2019-04-04rtc: don't reference bogus function pointer in kdocWolfram Sang-4/+3
2019-04-04rtc: remove unnecessary Kconfig dependenciesAlexandre Belloni-2/+0
2019-04-04rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR supportAlexandre Belloni-0/+35
2019-04-04rtc: pcf85063: add offset correction supportAlexandre Belloni-1/+57
2019-04-04rtc: pcf85063: add nvram supportAlexandre Belloni-0/+24
2019-04-04rtc: pcf85063: add Micro Crystal RV8263 supportAlexandre Belloni-4/+28
2019-04-04rtc: pcf85063: add alarm supportAlexandre Belloni-0/+121
2019-04-04rtc: pcf85063: differentiate pcf85063a and pcf85063tpAlexandre Belloni-6/+27
2019-04-04rtc: pcf85063: switch to regmapAlexandre Belloni-93/+62
2019-04-04rtc: pcf85063: set rangeAlexandre Belloni-3/+2
2019-04-04rtc: pcf85063: convert to devm_rtc_allocate_deviceAlexandre Belloni-6/+6
2019-04-04rtc: pcf85063: remove bogus i2c functionality checkAlexandre Belloni-3/+0
2019-04-04rtc: pcf85063: convert to SPDX identifierAlexandre Belloni-6/+1
2019-04-04rtc: pcf85063: switch to probe_newAlexandre Belloni-10/+2
2019-04-04rtc: snvs: use devm_platform_ioremap_resource() to simplify codeAnson Huang-3/+1
2019-04-04rtc: mxc: use devm_platform_ioremap_resource() to simplify codeAnson Huang-3/+1
2019-04-04rtc: snvs: use dev_pm_set_wake_irq() to simplify codeAnson Huang-21/+4
2019-04-04rtc: Add ASPEED RTC driverJoel Stanley-0/+148
2019-04-04rtc: brcmstb-waketimer: switch to rtc_time64_to_tmAlexandre Belloni-1/+1
2019-04-04rtc: mt6397: Don't call irq_dispose_mapping.Pi-Hsun Shih-6/+3
2019-04-04rtc: opal: Make opal_tpo_alarm_irq_enable staticYueHaibing-1/+1
2019-04-04rtc: wm831x: convert to SPDX identifierAlexandre Belloni-5/+1
2019-04-04rtc: wm831x: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni-12/+4
2019-04-04rtc: wm831x: remove unnecessary gotoAlexandre Belloni-4/+1