summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: nvmem: remove nvmem from struct rtc_deviceAlexandre Belloni2018-11-221-14/+10
* rtc: nvmem: use devm_nvmem_register()Alexandre Belloni2018-11-221-6/+1
* rtc: max77686: Fix the returned value in case of error in 'max77686_rtc_read_...Christophe JAILLET2018-11-141-1/+1
* rtc: s3c-rtc: Avoid using broken ALMYEAR registerMarek Szyprowski2018-11-141-6/+0
* rtc: m41t80: Complete error propagation from SMBus callsMaciej W. Rozycki2018-11-141-5/+8
* rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki2018-11-141-1/+1
* rtc: class: remove devm_rtc_device_unregisterAlexandre Belloni2018-11-121-26/+0
* rtc: sh: convert to SPDX identifiersKuninori Morimoto2018-11-121-5/+2
* rtc: clean up indentation issues, remove extraneous space, add missing tabsColin Ian King2018-11-123-3/+3
* rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGHNathan Chancellor2018-11-121-3/+1
* rtc: sc27xx: Always read normal alarm when registering RTC deviceBaolin Wang2018-10-251-2/+6
* rtc: sc27xx: Add check to see if need to enable the alarm interruptBaolin Wang2018-10-251-0/+33
* rtc: sc27xx: Remove interrupts disable and clear in probe()Baolin Wang2018-10-251-20/+0
* rtc: sc27xx: Clear SPG value update interrupt statusBaolin Wang2018-10-251-1/+2
* rtc: sc27xx: Set wakeup capability before registering rtc deviceBaolin Wang2018-10-251-1/+3
* rtc: s35390a: Change buf's type to u8 in s35390a_initNathan Chancellor2018-10-221-1/+1
* rtc: ds1307: fix ds1339 wakealarm supportSoeren Moch2018-10-221-1/+0
* rtc: ds1685: simplify getting .driver_dataWolfram Sang2018-10-221-2/+1
* rtc: m41t80: mark expected switch fall-throughGustavo A. R. Silva2018-10-161-1/+1
* rtc: tegra: Propagate errors from platform_get_irq()Thierry Reding2018-10-161-3/+7
* rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPIMaciej W. Rozycki2018-10-041-7/+20
* rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'Maciej W. Rozycki2018-10-041-1/+1
* rtc: mv: let the core handle invalid alarmsAlexandre Belloni2018-10-031-6/+2
* rtc: vr41xx: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2018-10-031-6/+3
* rtc: ab8500: remove useless checkAlexandre Belloni2018-09-281-1/+1
* rtc: ab8500: let the core handle rangeAlexandre Belloni2018-09-281-49/+4
* rtc: ab8500: use rtc_add_groupAlexandre Belloni2018-09-281-24/+17
* rtc: rs5c348: report error when time is invalidAlexandre Belloni2018-09-281-22/+21
* rtc: rs5c348: remove forward declarationAlexandre Belloni2018-09-281-6/+4
* rtc: rs5c348: remove useless labelAlexandre Belloni2018-09-281-11/+7
* rtc: armada38x: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2018-09-281-16/+6
* rtc: armada38x: add rangeAlexandre Belloni2018-09-281-0/+2
* rtc: armada38x: fix possible race conditionAlexandre Belloni2018-09-281-11/+11
* rtc: lib: correct documentation typoAlexandre Belloni2018-09-281-1/+1
* rtc: ds1307: use rtc_add_groupAlexandre Belloni2018-09-281-39/+14
* rtc: ds1685: use rtc_add_groupAlexandre Belloni2018-09-281-39/+1
* rtc: ds1685: use generic nvmemAlexandre Belloni2018-09-281-67/+25
* rtc: ds1685: drop RTC_DS1685_PROC_REGSAlexandre Belloni2018-09-282-72/+0
* rtc: test: Switch to SPDX identifierAlexandre Belloni2018-09-281-4/+1
* rtc: test: make license text and module license match.Alexandre Belloni2018-09-281-1/+1
* rtc: tx4939: fixup nvmem name and register sizeAlexandre Belloni2018-09-281-3/+1
* rtc: isl1208: don't include core header fileAlexandre Belloni2018-09-281-4/+3
* rtc: move rtc_add_group/s definitionsAlexandre Belloni2018-09-281-14/+0
* rtc: reorder Makefile entriesAlexandre Belloni2018-09-281-6/+6
* rtc: ds1307: add frequency_test_enable attribute on m41txxGiulio Benetti2018-09-281-0/+92
* rtc: ds1307: add offset sysfs for mt41txx chips.Giulio Benetti2018-09-281-0/+77
* rtc: isl1208: avoid possible sysfs raceAlexandre Belloni2018-09-281-17/+10
* rtc: remove irq_task from kerneldocAlexandre Belloni2018-09-131-3/+0
* rtc: unexport non devm managed registrationAlexandre Belloni2018-09-131-7/+5
* rtc: abx80x: add basic watchdog supportJeremy Gebben2018-09-122-4/+113
OpenPOWER on IntegriCloud