summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/menelaus.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-18rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_timeAlexandre Belloni1-22/+4
2021-10-18rtc: rv3032: allow setting BSMAlexandre Belloni1-0/+76
2021-10-18rtc: rv3028: add BSM supportAlexandre Belloni1-0/+74
2021-10-18rtc: add BSM parameterAlexandre Belloni3-3/+18
2021-10-18rtc: add correction parameterAlexandre Belloni2-0/+20
2021-10-18rtc: expose correction featureAlexandre Belloni2-1/+5
2021-10-18rtc: add parameter ioctlAlexandre Belloni2-0/+58
2021-10-18rtc: add alarm related featuresAlexandre Belloni1-1/+3
2021-10-15rtc: pcf85063: Always clear EXT_TEST from set_timePhil Elwell1-0/+2
2021-10-15rtc: pcf85063: add support for fixed clockAlexander Stein2-0/+21
2021-10-15rtc: rv3032: fix error handling in rv3032_clkout_set_rate()Dan Carpenter1-2/+2
2021-10-15rtc: class: check return value when calling dev_set_name()Yang Yingliang1-1/+3
2021-10-15rtc: class: don't call cdev_device_del() when cdev_device_add() failedYang Yingliang2-3/+7
2021-10-01rtc: m41t80: return NULL rather than a plain 0 integerColin Ian King1-1/+1
2021-10-01rtc: msc313: Fix unintentional sign extension issues with left shift of a u16Colin Ian King1-2/+2
2021-10-01rtc: mcp795: Add SPI ID tableMark Brown1-0/+7
2021-09-27rtc: msc313: fix missing includeAlexandre Belloni1-0/+1
2021-09-26rtc: Add support for the MSTAR MSC313 RTCDaniel Palmer4-0/+270