summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix3-11/+18
2019-05-31rtc: xgene: fix possible race conditionAlexandre Belloni1-7/+11
2019-05-31rtc: stm32: manage the get_irq probe defer caseFabien Dessenne1-3/+6
2019-05-31rtc: 88pm860x: prevent use-after-free on device removeSven Van Asbroeck1-1/+1
2019-05-14rtc: rv3028: Add backup switchover mode supportPhil Howard1-0/+17
2019-05-14rtc: rv3028: add new driverAlexandre Belloni3-0/+743
2019-05-14Revert "rtc: pcf8523: properly handle oscillator stop bit"Phil Elwell1-3/+22
2019-05-14rtc: Add SPI alias for pcf2123 driverPhil Elwell1-0/+1
2019-05-08rtc: da9063: set uie_unsupported when relevantAlexandre Belloni1-0/+7
2019-05-08rtc: sh: Fix invalid alarm warning for non-enabled alarmGeert Uytterhoeven1-1/+1
2019-05-08rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configuredStephen Boyd1-2/+2
2019-01-09rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki1-1/+1
2018-12-05iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede1-1/+1
2018-12-01rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_writeXulin Sun1-0/+3
2018-12-01rtc: cmos: Do not export alarm rtc_ops when we do not support alarmsHans de Goede1-4/+12
2018-11-21rtc: hctosys: Add missing range error reportingMaciej W. Rozycki1-1/+3
2018-11-13rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPIMaciej W. Rozycki1-7/+20
2018-11-13rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'Maciej W. Rozycki1-1/+1
2018-11-13rtc: ds1307: fix ds1339 wakealarm supportSoeren Moch1-1/+0
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds24-941/+490
2018-08-16rtc: ds1307: simplify hwmon configHeiner Kallweit2-10/+1
2018-08-14rtc: s5m: Add SPDX license identifierKrzysztof Kozlowski1-16/+6
2018-08-14rtc: maxim: Add SPDX license identifiersKrzysztof Kozlowski3-39/+21
2018-08-14rtc: isl1208: set ev-evienb bit from device treeDenis Osterland1-3/+18
2018-08-14rtc: isl1208: Add "evdet" interrupt source for isl1219Denis Osterland1-16/+30
2018-08-14rtc: isl1208: add support for isl1219 with tamper detectionMichael Grzeschik1-7/+124
2018-08-14rtc: sysfs: facilitate attribute add to rtc deviceDenis Osterland2-0/+57
2018-08-02rtc: remove struct rtc_taskAlexandre Belloni1-4/+4
2018-07-28rtc: pcf85063: preserve control register value between stop and startAlvin Šipraga1-10/+11
2018-07-27rtc: sh: remove unused variable rtc_devAnders Roxell1-1/+0
2018-07-26rtc: unexport rtc_irq_set_*Alexandre Belloni1-2/+0
2018-07-26rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni2-6/+6
2018-07-26rtc: remove irq_task and irq_task_lockAlexandre Belloni2-41/+10
2018-07-26rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni1-33/+0
2018-07-26rtc: sh: remove dead codeAlexandre Belloni1-88/+1
2018-07-25rtc: sa1100: don't set PIE frequencyAlexandre Belloni1-1/+0
2018-07-16rtc: ds1307: support m41t11 variantGiulio Benetti1-0/+14
2018-07-16rtc: ds1307: fix data pointer to m41t0Giulio Benetti1-1/+1
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2-6/+6
2018-07-13rtc: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann1-2/+2
2018-07-13rtc: fix alarm read and set offsetAlexandre Belloni1-3/+5
2018-07-12rtc: m48t59: remove redundant pointer 'name'Colin Ian King1-4/+0
2018-07-12rtc: omap: drop unnecessary register unlock around readsJohan Hovold1-4/+0
2018-07-12rtc: omap: add missing register lock in error pathJohan Hovold1-0/+1
2018-07-12rtc: omap: fix resource leak in registration error pathJohan Hovold1-1/+3
2018-07-12rtc: omap: fix potential crash on power offJohan Hovold1-7/+7
2018-07-12rtc: test: make array pdev staticColin Ian King1-1/+1
2018-07-12rtc: armada38x: reset after rtc power lossBaruch Siach1-0/+23
2018-07-11rtc: stmp3xxx: Don't reset the rtc in .probe() when watchdog is runningUwe Kleine-König1-4/+16
2018-07-11rtc: pcf2127: add support for accessing internal static RAMUwe Kleine-König1-6/+62