summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * | rtc: ep93xx: convert to SPDX identifierAlexandre Belloni2019-04-191-4/+1Star
| * | rtc: ep93xx: use .set_timeAlexandre Belloni2019-04-191-2/+3
| * | rtc: ep93xx: switch to rtc_time64_to_tmAlexandre Belloni2019-04-191-1/+1
| * | rtc: ep93xx: set rangeAlexandre Belloni2019-04-191-0/+1
| * | rtc: ep93xx: use rtc_add_groupAlexandre Belloni2019-04-191-16/+4Star
| * | rtc: ep93xx: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-191-2/+7
| * | rtc: ep93xx: stop setting platform_dataAlexandre Belloni2019-04-191-15/+3Star
| * | rtc: ds3232: get SRAM access using NVMEM FrameworkHan Nandor2019-04-191-2/+38
| * | rtc: mc13xxx: fix style issueAlexandre Belloni2019-04-161-1/+1
| * | rtc: mc13xxx: convert to SPDX identifierAlexandre Belloni2019-04-161-4/+1Star
| * | rtc: mc13xxx: use .set_timeAlexandre Belloni2019-04-161-3/+3
| * | rtc: mc13xxx: set rangeAlexandre Belloni2019-04-161-2/+10
| * | rtc: ds1685: use threaded interruptThomas Bogendoerfer2019-04-161-116/+104Star
| * | rtc: ds1685: remove dead codeThomas Bogendoerfer2019-04-161-36/+0Star
| * | rtc: ds1685: fix crash caused by referencing wrong device structThomas Bogendoerfer2019-04-121-3/+3
| * | rtc: lpc32xx: convert to SPDX identifierAlexandre Belloni2019-04-121-9/+1Star
| * | rtc: lpc32xx: use .set_timeAlexandre Belloni2019-04-121-2/+3
| * | rtc: lpc32xx: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-121-8/+3Star
| * | rtc: lpc32xx: simplify IRQ setupAlexandre Belloni2019-04-121-10/+5Star
| * | rtc: lpc32xx: set rangeAlexandre Belloni2019-04-121-0/+1
| * | rtc: lpc32xx: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-121-9/+10
| * | rtc: mxc_v2: use dev_pm_set_wake_irq() to simplify codeAnson Huang2019-04-111-25/+4Star
| * | rtc: mxc: use dev_pm_set_wake_irq() to simplify codeAnson Huang2019-04-111-26/+6Star
| * | rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()Andy Shevchenko2019-04-111-1/+1
| * | rtc: sirfsoc: Make sysrtc_regmap_config staticYueHaibing2019-04-111-1/+1
| * | rtc: ab3100: convert to SPDX identifierAlexandre Belloni2019-04-111-1/+1
| * | rtc: ab3100: use .set_timeAlexandre Belloni2019-04-111-3/+3
| * | rtc: ab3100: set rangeAlexandre Belloni2019-04-111-7/+9
| * | rtc: pcf85363: convert to SPDX identifierAlexandre Belloni2019-04-111-6/+1Star
| * | rtc: pcf85363: remove useless forward declarationAlexandre Belloni2019-04-111-2/+0Star
| * | rtc: pcf85363: remove bogus i2c functionality checkAlexandre Belloni2019-04-111-3/+0Star
| * | rtc: pcf85363: set rangeAlexandre Belloni2019-04-111-0/+2
| * | rtc: pcf85363: remove unused struct pcf85363 memberAlexandre Belloni2019-04-111-4/+2Star
| * | rtc: stmp3xxx: convert to SPDX identifierAlexandre Belloni2019-04-111-9/+1Star
| * | rtc: stmp3xxx: use .set_timeAlexandre Belloni2019-04-111-3/+3
| * | rtc: stmp3xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-111-5/+3Star
| * | rtc: stmp3xxx: set rangeAlexandre Belloni2019-04-111-2/+8
| * | 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: coh901331: convert to SPDX identifierAlexandre Belloni2019-04-081-1/+1
| * | rtc: coh901331: use .set_timeAlexandre Belloni2019-04-081-3/+3
| * | rtc: coh901331: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-081-7/+7
| * | rtc: coh901331: set rangeAlexandre Belloni2019-04-081-5/+10
| * | rtc: ds1672: switch debug message to %ptRAlexandre Belloni2019-04-081-4/+1Star
| * | rtc: ds1672: convert to SPDX identifierAlexandre Belloni2019-04-081-4/+1Star
| * | rtc: ds1672: use .set_timeAlexandre Belloni2019-04-081-2/+3
| * | rtc: ds1672: use rtc_time64_to_tmAlexandre Belloni2019-04-081-1/+1
| * | rtc: ds1672: remove useless indirectionAlexandre Belloni2019-04-081-14/+6Star
| * | rtc: ds1672: remove sysfs debug interfaceAlexandre Belloni2019-04-081-51/+0Star