summaryrefslogtreecommitdiff
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: tps65910: Correct driver module aliasDmitry Osipenko2021-09-221-1/+1
* rtc: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-07-281-2/+2
* rtc: fix snprintf() checking in is_rtc_hctosys()Dan Carpenter2021-07-201-2/+2
* rtc: rx8010: don't modify the global rtc opsBartosz Golaszewski2020-11-101-7/+17
* rtc: pm8xxx: Fix issue in RTC write pathMohit Aggarwal2020-04-241-11/+38
* rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGHNathan Chancellor2020-04-241-3/+1
* rtc: max8907: add missing select REGMAP_IRQCorentin Labbe2020-04-021-0/+1
* rtc: cmos: Stop using shared IRQAndy Shevchenko2020-02-141-1/+1
* rtc: hym8563: Return -EINVAL if the time is known to be invalidPaul Kocialkowski2020-02-141-1/+1
* rtc: pcf8563: Clear event flags and disable interrupts before requesting irqChen-Yu Tsai2020-01-291-6/+5
* rtc: pm8xxx: fix unintended sign extensionColin Ian King2020-01-291-2/+4
* rtc: 88pm80x: fix unintended sign extensionColin Ian King2020-01-291-7/+14
* rtc: 88pm860x: fix unintended sign extensionColin Ian King2020-01-291-7/+14
* rtc: ds1672: fix unintended sign extensionColin Ian King2020-01-291-1/+2
* rtc: cmos: ignore bogus century byteEric Wong2020-01-291-1/+1
* rtc: msm6242: Fix reading of 10-hour digitKars de Jong2020-01-231-1/+2
* rtc: mt6397: fix alarm register overwriteRan Bi2020-01-231-14/+33
* rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_al...Christophe JAILLET2019-12-211-1/+1
* rtc: s35390a: Change buf's type to u8 in s35390a_initNathan Chancellor2019-11-281-1/+1
* rtc: pcf8523: set xtal load capacitance from DTSam Ravnborg2019-11-061-8/+20
* rtc: pcf8523: don't return invalid date when battery is lowBaruch Siach2019-06-221-8/+24
* 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: Fix overflow when converting time64_t to rtc_timeBaolin Wang2019-03-271-4/+2
* rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki2019-01-091-1/+1
* rtc: snvs: Add timeouts to avoid kernel lockupsTrent Piepho2018-12-211-35/+70
* rtc: snvs: add a missing write syncGuy Shapiro2018-12-211-0/+1
* rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_writeXulin Sun2018-12-011-0/+3
* rtc: hctosys: Add missing range error reportingMaciej W. Rozycki2018-11-211-1/+3
* rtc: bq4802: add error handling for devm_ioremapZhouyang Jia2018-09-261-0/+4
* rtc: omap: fix potential crash on power offJohan Hovold2018-09-091-7/+7
* rtc: ensure rtc_set_alarm fails when alarms are not supportedAlexandre Belloni2018-08-031-0/+5
* rtc: tx4939: avoid unintended sign extension on a 24 bit shiftColin Ian King2018-05-251-2/+4
* rtc: hctosys: Ensure system time doesn't overflow time_tAlexandre Belloni2018-05-251-0/+5
* rtc: snvs: Fix usage of snvs_rtc_enableBryan O'Donoghue2018-05-251-4/+11
* rtc: opal: Fix OPAL RTC driver OPAL_BUSY loopsNicholas Piggin2018-05-011-14/+23
* rtc: interface: Validate alarm-time before handling rolloverVaibhav Jain2018-04-131-1/+8
* rtc: opal: Handle disabled TPO in opal_get_tpo_time()Vaibhav Jain2018-04-131-0/+10
* rtc: m41t80: fix SQW dividers override when setting a dateGary Bisson2018-04-131-0/+12
* rtc: snvs: fix an incorrect check of return valuePan Bian2018-04-131-1/+1
* rtc: ds1374: wdt: Fix stop/start ioctl always returning -EINVALMoritz Fischer2018-03-241-1/+2
* rtc: ds1374: wdt: Fix issue with timeout scaling from secs to wdt ticksMoritz Fischer2018-03-241-1/+6
* rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqsHans de Goede2018-03-241-4/+13
* rtc-opal: Fix handling of firmware error codes, prevent busy loopsStewart Smith2018-02-221-2/+10
* rtc: set the alarm to the next expiring timerAlexandre Belloni2017-12-251-1/+1
* rtc: pl031: make interrupt optionalRussell King2017-12-251-6/+8
* rtc: pcf8563: fix output clock ratePhilipp Zabel2017-12-201-1/+1
* rtc: rx8010: change lock mechanismFabien Lahoudere2017-11-211-21/+3
* rtc: tegra: Implement clock handlingThierry Reding2017-04-211-2/+26