aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2018-11-30Merge tag 'staging-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-11-16iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersGravatar Hans de Goede 1-1/+1
2018-11-07rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_writeGravatar Xulin Sun 1-0/+3
2018-11-07rtc: hctosys: Add missing range error reportingGravatar Maciej W. Rozycki 1-1/+3
2018-11-07rtc: cmos: Do not export alarm rtc_ops when we do not support alarmsGravatar Hans de Goede 1-4/+12
2018-10-25rtc: sc27xx: Always read normal alarm when registering RTC deviceGravatar Baolin Wang 1-2/+6
2018-10-25rtc: sc27xx: Add check to see if need to enable the alarm interruptGravatar Baolin Wang 1-0/+33
2018-10-25rtc: sc27xx: Remove interrupts disable and clear in probe()Gravatar Baolin Wang 1-20/+0
2018-10-25rtc: sc27xx: Clear SPG value update interrupt statusGravatar Baolin Wang 1-1/+2
2018-10-25rtc: sc27xx: Set wakeup capability before registering rtc deviceGravatar Baolin Wang 1-1/+3
2018-10-22rtc: s35390a: Change buf's type to u8 in s35390a_initGravatar Nathan Chancellor 1-1/+1
2018-10-22rtc: ds1307: fix ds1339 wakealarm supportGravatar Soeren Moch 1-1/+0
2018-10-22rtc: ds1685: simplify getting .driver_dataGravatar Wolfram Sang 1-2/+1
2018-10-16rtc: m41t80: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2018-10-16rtc: tegra: Propagate errors from platform_get_irq()Gravatar Thierry Reding 1-3/+7
2018-10-04rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPIGravatar Maciej W. Rozycki 1-7/+20
2018-10-04rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'Gravatar Maciej W. Rozycki 1-1/+1
2018-10-03rtc: mv: let the core handle invalid alarmsGravatar Alexandre Belloni 1-6/+2
2018-10-03rtc: vr41xx: switch to rtc_time64_to_tm/rtc_tm_to_time64Gravatar Alexandre Belloni 1-6/+3
2018-09-28rtc: ab8500: remove useless checkGravatar Alexandre Belloni 1-1/+1
2018-09-28rtc: ab8500: let the core handle rangeGravatar Alexandre Belloni 1-49/+4
2018-09-28rtc: ab8500: use rtc_add_groupGravatar Alexandre Belloni 1-24/+17
2018-09-28rtc: rs5c348: report error when time is invalidGravatar Alexandre Belloni 1-22/+21
2018-09-28rtc: rs5c348: remove forward declarationGravatar Alexandre Belloni 1-6/+4
2018-09-28rtc: rs5c348: remove useless labelGravatar Alexandre Belloni 1-11/+7
2018-09-28rtc: armada38x: switch to rtc_time64_to_tm/rtc_tm_to_time64Gravatar Alexandre Belloni 1-16/+6
2018-09-28rtc: armada38x: add rangeGravatar Alexandre Belloni 1-0/+2
2018-09-28rtc: armada38x: fix possible race conditionGravatar Alexandre Belloni 1-11/+11
2018-09-28rtc: lib: correct documentation typoGravatar Alexandre Belloni 1-1/+1
2018-09-28rtc: ds1307: use rtc_add_groupGravatar Alexandre Belloni 1-39/+14
2018-09-28rtc: ds1685: use rtc_add_groupGravatar Alexandre Belloni 1-39/+1
2018-09-28rtc: ds1685: use generic nvmemGravatar Alexandre Belloni 1-67/+25
2018-09-28rtc: ds1685: drop RTC_DS1685_PROC_REGSGravatar Alexandre Belloni 2-72/+0
2018-09-28rtc: test: Switch to SPDX identifierGravatar Alexandre Belloni 1-4/+1
2018-09-28rtc: test: make license text and module license match.Gravatar Alexandre Belloni 1-1/+1
2018-09-28rtc: tx4939: fixup nvmem name and register sizeGravatar Alexandre Belloni 1-3/+1
2018-09-28rtc: isl1208: don't include core header fileGravatar Alexandre Belloni 1-4/+3
2018-09-28rtc: move rtc_add_group/s definitionsGravatar Alexandre Belloni 1-14/+0
2018-09-28rtc: reorder Makefile entriesGravatar Alexandre Belloni 1-6/+6
2018-09-28rtc: ds1307: add frequency_test_enable attribute on m41txxGravatar Giulio Benetti 1-0/+92
2018-09-28rtc: ds1307: add offset sysfs for mt41txx chips.Gravatar Giulio Benetti 1-0/+77
2018-09-28rtc: isl1208: avoid possible sysfs raceGravatar Alexandre Belloni 1-17/+10
2018-09-13rtc: remove irq_task from kerneldocGravatar Alexandre Belloni 1-3/+0
2018-09-13rtc: unexport non devm managed registrationGravatar Alexandre Belloni 1-7/+5
2018-09-12rtc: abx80x: add basic watchdog supportGravatar Jeremy Gebben 2-4/+113
2018-09-12rtc: abx80x: use a 'priv' struct for client dataGravatar Jeremy Gebben 1-8/+19
2018-09-11rtc: pl031: switch to devm_rtc_allocate_device/rtc_register_deviceGravatar Alexandre Belloni 1-9/+9
2018-09-11rtc: pl030: fix possible race conditionGravatar Alexandre Belloni 1-6/+9
2018-09-11rtc: mt6397: fix possible race conditionGravatar Alexandre Belloni 1-5/+8
2018-08-31rtc: mrst: remove set but not used variable 'valid'Gravatar YueHaibing 1-2/+1