summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2019-12-18rtc: rv3029: add RTC_VL_READ and RTC_VL_CLEAR supportAlexandre Belloni-0/+30
2019-12-18rtc: rv3029: drop rv3029_read_regs and rv3029_write_regsAlexandre Belloni-58/+46
2019-12-18rtc: rv3029: simplify rv3029_set_alarmAlexandre Belloni-13/+1
2019-12-18rtc: rv3029: simplify rv3029_alarm_irq_enableAlexandre Belloni-21/+4
2019-12-18rtc: rv3029: get rid of rv3029_get_srAlexandre Belloni-19/+10
2019-12-18rtc: rv3029: avoid reading the status register uselesslyAlexandre Belloni-26/+0
2019-12-18rtc: rv3029: remove race condition when update STATUSAlexandre Belloni-28/+6
2019-12-18rtc: rv3029: remove open coded regmap_update_bitsAlexandre Belloni-20/+6
2019-12-18rtc: rv3029: let regmap validate the register rangesAlexandre Belloni-17/+22
2019-12-18rtc: rv3029: use proper name for the driverAlexandre Belloni-1/+1
2019-12-18rtc: rx8010: return meaningful value for RTC_VL_READAlexandre Belloni-5/+2
2019-12-18rtc: rx8010: remove RTC_VL_CLR handlingAlexandre Belloni-15/+1
2019-12-18rtc: rv8803: return meaningful value for RTC_VL_READAlexandre Belloni-8/+6
2019-12-18rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLRAlexandre Belloni-1/+1
2019-12-18rtc: rv3028: return meaningful value for RTC_VL_READAlexandre Belloni-9/+2
2019-12-18rtc: rv3028: remove RTC_VL_CLR handlingAlexandre Belloni-6/+0
2019-12-18rtc: pcf85063: return meaningful value for RTC_VL_READAlexandre Belloni-8/+2
2019-12-18rtc: pcf85063: remove RTC_VL_CLR handlingAlexandre Belloni-6/+0
2019-12-18rtc: pcf8563: return meaningful value for RTC_VL_READAlexandre Belloni-7/+3
2019-12-18rtc: pcf8563: stop caching voltage_lowAlexandre Belloni-7/+9
2019-12-18rtc: pcf8563: remove conditional compilationAlexandre Belloni-5/+0
2019-12-18rtc: pcf8563: remove RTC_VL_CLR handlingAlexandre Belloni-15/+0
2019-12-18rtc: pcf8523: return meaningful value for RTC_VL_READAlexandre Belloni-3/+3
2019-12-18rtc: pcf2127: return meaningful value for RTC_VL_READAlexandre Belloni-4/+2
2019-12-18rtc: abx80x: return meaningful value for RTC_VL_READAlexandre Belloni-5/+2
2019-12-11rtc: mt6397: fix alarm register overwriteRan Bi-14/+25
2019-12-10rtc: ds1343: Do not hardcode SPI mode flagsLinus Walleij-2/+5
2019-12-10rtc: zynqmp: re-use rtc_time64_to_tm operationJean-Francois Dagenais-2/+2
2019-12-10rtc: sun6i: Add support for RTC clocks on R40Chen-Yu Tsai-0/+16
2019-12-10rtc: stm32: add missed clk_disable_unprepare in error path of resumeChuhong Yuan-1/+4
2019-12-10rtc: mt6397: drop free_irq of devm_ allocated irqWei Yongjun-9/+1
2019-12-03Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-670/+555
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds-86/+21
2019-11-27rtc: Fix Kconfig indentationKrzysztof Kozlowski-3/+3
2019-11-27rtc: xgene: Remove unused struct device in struct xgene_rtc_devNobuhiro Iwamatsu-2/+0
2019-11-27rtc: sun6i: Remove struct device from sun6i_rtc_devNobuhiro Iwamatsu-2/+0
2019-11-27rtc: st-lpc: Remove struct resource from struct st_rtcNobuhiro Iwamatsu-1/+0
2019-11-27rtc: pcf8523: Remove struct pcf8523Nobuhiro Iwamatsu-14/+4
2019-11-27rtc: meson: remove redundant assignment to variable retriesColin Ian King-1/+1
2019-11-27rtc: v3020: remove set but unused variableAlexandre Belloni-2/+1
2019-11-27rtc: tegra: remove set but unused variableAlexandre Belloni-2/+2
2019-11-27rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtcAlexandre Belloni-1/+1
2019-11-27rtc: m41t80: remove excess kerneldocAlexandre Belloni-1/+0
2019-11-27rtc: ds1685: fix build error with make W=1Alexandre Belloni-3/+3
2019-11-27rtc: ds1685: remove set but unused variablesAlexandre Belloni-4/+2
2019-11-27rtc: ds1374: remove unused variableAlexandre Belloni-2/+1
2019-11-27rtc: sysfs: fix hctosys_show kerneldocAlexandre Belloni-1/+4
2019-11-27rtc: interface: fix kerneldoc commentsAlexandre Belloni-10/+11
2019-11-18rtc: msm6242: Remove unneeded msm6242_set()/msm6242_clear() functionsKars de Jong-16/+4
2019-11-18rtc: msm6242: Fix reading of 10-hour digitKars de Jong-1/+2