summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2021-10-15rtc: rv3032: fix error handling in rv3032_clkout_set_rate()Dan Carpenter-2/+2
2021-10-15rtc: class: check return value when calling dev_set_name()Yang Yingliang-1/+3
2021-10-15rtc: class: don't call cdev_device_del() when cdev_device_add() failedYang Yingliang-3/+6
2021-10-01rtc: m41t80: return NULL rather than a plain 0 integerColin Ian King-1/+1
2021-10-01rtc: msc313: Fix unintentional sign extension issues with left shift of a u16Colin Ian King-2/+2
2021-10-01rtc: mcp795: Add SPI ID tableMark Brown-0/+7
2021-09-27rtc: msc313: fix missing includeAlexandre Belloni-0/+1
2021-09-26rtc: Add support for the MSTAR MSC313 RTCDaniel Palmer-0/+269
2021-09-25rtc: rx6110: simplify getting the adapter of a clientWolfram Sang-1/+1
2021-09-25rtc: s5m: drop unneeded MODULE_ALIASKrzysztof Kozlowski-1/+0
2021-09-25rtc: omap: drop unneeded MODULE_ALIASKrzysztof Kozlowski-1/+0
2021-09-25rtc: pcf2123: Add SPI ID tableMark Brown-0/+9
2021-09-25rtc: ds1390: Add SPI ID tableMark Brown-0/+7
2021-09-25rtc: ds1302: Add SPI ID tableMark Brown-0/+7
2021-09-14rtc: cmos: Disable irq around direct invocation of cmos_interrupt()Chris Wilson-0/+2
2021-09-09rtc: rx8010: select REGMAP_I2CYu-Tung Chang-0/+1
2021-08-17rtc: rx8025: implement RX-8035 supportMathew McBride-5/+41
2021-08-17rtc: cmos: remove stale REVISIT commentsMateusz Jończyk-7/+1
2021-08-17rtc: tps65910: Correct driver module aliasDmitry Osipenko-1/+1
2021-08-10rtc: move RTC_LIB_KUNIT_TEST to proper locationAlexandre Belloni-11/+11
2021-08-10rtc: lib_test: add MODULE_LICENSEAlexandre Belloni-0/+2
2021-08-10rtc: Improve performance of rtc_time64_to_tm(). Add tests.Cassio Neri-27/+170
2021-08-06rtc: s5m: set rangeAlexandre Belloni-8/+10
2021-08-06rtc: s5m: enable wakeup only when availableAlexandre Belloni-2/+1
2021-08-06rtc: s5m: signal the core when alarm are not availableAlexandre Belloni-16/+11
2021-08-06rtc: s5m: switch to devm_rtc_allocate_deviceAlexandre Belloni-3/+7
2021-07-10Merge tag 'rtc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-533/+274
2021-07-10rtc: pcf8523: rename register and bit definesAlexandre Belloni-73/+73
2021-07-10rtc: pcf2127: handle timestamp interruptsMian Yousaf Kaukab-59/+133
2021-07-10rtc: at91sam9: Remove unnecessary offset variable checksNobuhiro Iwamatsu-1/+1
2021-07-10rtc: s5m: Check return value of s5m_check_peding_alarm_interrupt()Nobuhiro Iwamatsu-3/+1
2021-07-10rtc: spear: convert to SPDX identifierNobuhiro Iwamatsu-4/+1
2021-07-10rtc: tps6586x: convert to SPDX identifierNobuhiro Iwamatsu-14/+1
2021-07-10rtc: tps80031: convert to SPDX identifierNobuhiro Iwamatsu-14/+1
2021-07-10rtc: rtd119x: Fix format of SPDX identifierNobuhiro Iwamatsu-2/+1
2021-07-10rtc: sc27xx: Fix format of SPDX identifierNobuhiro Iwamatsu-1/+1
2021-07-10rtc: palmas: convert to SPDX identifierNobuhiro Iwamatsu-14/+1
2021-07-10rtc: max6900: convert to SPDX identifierNobuhiro Iwamatsu-5/+3
2021-07-10rtc: ds1374: convert to SPDX identifierNobuhiro Iwamatsu-5/+2
2021-07-10rtc: au1xxx: convert to SPDX identifierNobuhiro Iwamatsu-4/+1
2021-07-10rtc: pcf85063: Update the PCF85063A datasheet revisionFabio Estevam-1/+1
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2021-06-20rtc: pcf8563: Fix the datasheet URLFabio Estevam-1/+1
2021-06-20rtc: pcf85063: Fix the datasheet URLFabio Estevam-2/+2
2021-06-20rtc: pcf2127: Fix the datasheet URLFabio Estevam-1/+1
2021-06-20rtc: v3020: remove redundant initialization of variable retvalColin Ian King-1/+1
2021-06-20rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error pathMartin Fuzzey-2/+4
2021-06-20rtc: bd70528: Drop BD70528 supportMatti Vaittinen-309/+14
2021-06-20rtc: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski-2/+2
2021-06-20rtc: m41t80: correct kerneldoc function namesYang Yingliang-12/+8