summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: disable uie before setting time and enable afterAlexandre Belloni2019-12-171-1/+18
* rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_al...Christophe JAILLET2019-12-131-1/+1
* rtc: max77686: Fix the returned value in case of error in 'max77686_rtc_read_...Christophe JAILLET2019-12-131-1/+1
* rtc: s3c-rtc: Avoid using broken ALMYEAR registerMarek Szyprowski2019-12-131-6/+0
* rtc: s35390a: Change buf's type to u8 in s35390a_initNathan Chancellor2019-12-011-1/+1
* rtc: armada38x: fix possible race conditionAlexandre Belloni2019-11-201-11/+11
* rtc: tx4939: fixup nvmem name and register sizeAlexandre Belloni2019-11-201-3/+1
* rtc: isl1208: avoid possible sysfs raceAlexandre Belloni2019-11-201-17/+10
* rtc: pl030: fix possible race conditionAlexandre Belloni2019-11-201-6/+9
* rtc: mt6397: fix possible race conditionAlexandre Belloni2019-11-201-5/+8
* rtc: rv8803: fix the rv8803 id in the OF tableAlexandre Belloni2019-11-201-1/+1
* rtc: sysfs: fix NULL check in rtc_add_groups()Dan Carpenter2019-11-201-2/+2
* rtc: pcf8523: set xtal load capacitance from DTSam Ravnborg2019-11-061-8/+20
* rtc: pcf85363/pcf85263: fix regmap error in set_timeBiwen Li2019-10-071-1/+6
* rtc: snvs: fix possible race conditionAnson Huang2019-10-071-4/+7
* rtc: pcf8523: don't return invalid date when battery is lowBaruch Siach2019-06-191-8/+24
* rtc: xgene: fix possible race conditionAlexandre Belloni2019-05-311-7/+11
* rtc: stm32: manage the get_irq probe defer caseFabien Dessenne2019-05-311-3/+6
* rtc: 88pm860x: prevent use-after-free on device removeSven Van Asbroeck2019-05-311-1/+1
* rtc: da9063: set uie_unsupported when relevantAlexandre Belloni2019-05-081-0/+7
* rtc: sh: Fix invalid alarm warning for non-enabled alarmGeert Uytterhoeven2019-05-081-1/+1
* rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configuredStephen Boyd2019-05-081-2/+2
* rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki2019-01-091-1/+1
* iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede2018-12-051-1/+1
* rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_writeXulin Sun2018-12-011-0/+3
* rtc: cmos: Do not export alarm rtc_ops when we do not support alarmsHans de Goede2018-12-011-4/+12
* rtc: hctosys: Add missing range error reportingMaciej W. Rozycki2018-11-211-1/+3
* rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPIMaciej W. Rozycki2018-11-131-7/+20
* rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'Maciej W. Rozycki2018-11-131-1/+1
* rtc: ds1307: fix ds1339 wakealarm supportSoeren Moch2018-11-131-1/+0
* Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-08-2024-941/+490
|\
| * rtc: ds1307: simplify hwmon configHeiner Kallweit2018-08-162-10/+1
| * rtc: s5m: Add SPDX license identifierKrzysztof Kozlowski2018-08-141-16/+6
| * rtc: maxim: Add SPDX license identifiersKrzysztof Kozlowski2018-08-143-39/+21
| * rtc: isl1208: set ev-evienb bit from device treeDenis Osterland2018-08-141-3/+18
| * rtc: isl1208: Add "evdet" interrupt source for isl1219Denis Osterland2018-08-141-16/+30
| * rtc: isl1208: add support for isl1219 with tamper detectionMichael Grzeschik2018-08-141-7/+124
| * rtc: sysfs: facilitate attribute add to rtc deviceDenis Osterland2018-08-142-0/+57
| * rtc: remove struct rtc_taskAlexandre Belloni2018-08-021-4/+4
| * rtc: pcf85063: preserve control register value between stop and startAlvin Šipraga2018-07-281-10/+11
| * rtc: sh: remove unused variable rtc_devAnders Roxell2018-07-271-1/+0
| * rtc: unexport rtc_irq_set_*Alexandre Belloni2018-07-261-2/+0
| * rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni2018-07-262-6/+6
| * rtc: remove irq_task and irq_task_lockAlexandre Belloni2018-07-262-41/+10
| * rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni2018-07-261-33/+0
| * rtc: sh: remove dead codeAlexandre Belloni2018-07-261-88/+1
| * rtc: sa1100: don't set PIE frequencyAlexandre Belloni2018-07-251-1/+0
| * rtc: ds1307: support m41t11 variantGiulio Benetti2018-07-161-0/+14
| * rtc: ds1307: fix data pointer to m41t0Giulio Benetti2018-07-161-1/+1
| * rtc: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2018-07-131-2/+2