summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc: mc13xxx: convert to SPDX identifierAlexandre Belloni2019-04-161-4/+1
* 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/+104
* rtc: ds1685: remove dead codeThomas Bogendoerfer2019-04-161-36/+0
* 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/+1
* 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/+3
* rtc: lpc32xx: simplify IRQ setupAlexandre Belloni2019-04-121-10/+5
* 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/+4
* rtc: mxc: use dev_pm_set_wake_irq() to simplify codeAnson Huang2019-04-111-26/+6
* 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/+1
* rtc: pcf85363: remove useless forward declarationAlexandre Belloni2019-04-111-2/+0
* rtc: pcf85363: remove bogus i2c functionality checkAlexandre Belloni2019-04-111-3/+0
* rtc: pcf85363: set rangeAlexandre Belloni2019-04-111-0/+2
* rtc: pcf85363: remove unused struct pcf85363 memberAlexandre Belloni2019-04-111-4/+2
* rtc: stmp3xxx: convert to SPDX identifierAlexandre Belloni2019-04-111-9/+1
* 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/+3
* rtc: stmp3xxx: set rangeAlexandre Belloni2019-04-111-2/+8
* rtc: tegra: convert to SPDX identifierAlexandre Belloni2019-04-081-14/+1
* 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/+1
* rtc: ds1672: convert to SPDX identifierAlexandre Belloni2019-04-081-4/+1
* 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/+6
* rtc: ds1672: remove sysfs debug interfaceAlexandre Belloni2019-04-081-51/+0
* rtc: ds1672: move oscillator handling to .read_timeAlexandre Belloni2019-04-081-13/+16
* rtc: ds1672: set rangeAlexandre Belloni2019-04-081-5/+11
* rtc: test: use .set_timeAlexandre Belloni2019-04-081-4/+4
* rtc: lib: check whether tm->tm_year in int32 rangeXuefeng Wang2019-04-061-0/+1
* rtc: don't reference bogus function pointer in kdocWolfram Sang2019-04-041-4/+3
* rtc: remove unnecessary Kconfig dependenciesAlexandre Belloni2019-04-041-2/+0
* rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR supportAlexandre Belloni2019-04-041-0/+35
* rtc: pcf85063: add offset correction supportAlexandre Belloni2019-04-041-1/+57
* rtc: pcf85063: add nvram supportAlexandre Belloni2019-04-041-0/+24