aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2019-09-01rtc: pcf8563: convert to devm_rtc_allocate_deviceAlexandre Belloni1-8/+9
2019-09-01rtc: pcf8563: add Microcrystal RV8564 compatibleAlexandre Belloni1-0/+1
2019-09-01rtc: pcf8563: add Epson RTC8564 compatibleAlexandre Belloni1-0/+1
2019-09-01rtc: s35390a: convert to devm_i2c_new_dummy_device()Wolfram Sang1-41/+13
2019-09-01rtc: max77686: convert to devm_i2c_new_dummy_device()Wolfram Sang1-13/+4
2019-09-01rtc: pcf85363/pcf85263: fix regmap error in set_timeBiwen Li1-1/+6
2019-09-01rtc: snvs: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-9/+4
2019-09-01rtc: snvs: set rangeAlexandre Belloni1-0/+1
2019-08-29rtc: snvs: fix possible race conditionAnson Huang1-4/+7
2019-08-27rtc: pcf2127: bugfix: watchdog build dependencyBruno Thomsen2-0/+3
2019-08-27rtc: pcf2127: add tamper detection supportBruno Thomsen1-0/+160
2019-08-27rtc: pcf2127: add watchdog feature supportBruno Thomsen2-1/+124
2019-08-23rtc: pcf2127: bugfix: read rtc disables watchdogBruno Thomsen1-20/+12
2019-08-23rtc: pcf2127: cleanup register and bit definesBruno Thomsen1-26/+33
2019-08-23rtc: pcf2127: convert to devm_rtc_allocate_deviceBruno Thomsen1-3/+4
2019-08-23rtc: sun6i: Add support for H6 RTCOndrej Jirman1-2/+38
2019-08-23rtc: fsl-ftm-alarm: add FTM alarm driverBiwen Li3-0/+353
2019-08-22rtc: Add Amlogic Virtual Wake RTCNeil Armstrong3-0/+168
2019-08-21rtc: rv3029: revert error handling patch to rv3029_eeprom_write()Dan Carpenter1-8/+8
2019-08-21rtc: ds1672: remove unnecessary checkAlexandre Belloni1-3/+0
2019-08-21rtc: remove superfluous error messageAlexandre Belloni21-106/+31
2019-08-20rtc: class: add debug message when registration failsAlexandre Belloni1-1/+3
2019-08-20rtc: pcf2123: add proper compatible stringAlexandre Belloni1-1/+3
2019-08-20rtc: pcf2123: let the core handle range offsettingAlexandre Belloni1-4/+5
2019-08-20rtc: pcf2123: convert to devm_rtc_allocate_deviceAlexandre Belloni1-8/+8
2019-08-20rtc: pcf2123: remove useless error path gotoAlexandre Belloni1-8/+3
2019-08-20rtc: pcf2123: rename struct and variablesAlexandre Belloni1-38/+38
2019-08-20rtc: pcf2123: stop using dev.platform_dataAlexandre Belloni1-10/+11
2019-08-20rtc: pcf2123: implement .alarm_irq_enableAlexandre Belloni1-9/+10
2019-08-20rtc; pcf2123: fix possible alarm race conditionAlexandre Belloni1-4/+4
2019-08-20rtc: pcf2123: don't use weekday alarmAlexandre Belloni1-2/+2
2019-08-16rtc: sun6i: Don't reference clk_init_data after registrationStephen Boyd1-1/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd27-92/+28
2019-08-12rtc: mxc: use spin_lock_irqsave instead of spin_lock_irq in IRQ contextFuqian Huang1-2/+3
2019-08-12rtc: bd70528: fix driver dependenciesMatti Vaittinen1-0/+1
2019-08-12rtc: remove w90x900/nuc900 driverArnd Bergmann3-279/+0
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab1-1/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-10/+1
2019-07-23rtc: s5m: convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-07-23rtc: s35390a: convert to i2c_new_dummy_deviceWolfram Sang1-4/+4
2019-07-23rtc: max77686: convert to i2c_new_dummy_deviceWolfram Sang1-4/+4
2019-07-22rtc: isl12026: convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-07-22rtc: imxdi: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-07-22rtc: mxc_v2: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds20-433/+501
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds4-16/+565
2019-07-13rtc: wm831x: Add IRQF_ONESHOT flagHariprasad Kelam1-1/+2
2019-07-13rtc: stm32: remove one condition check in stm32_rtc_set_alarm()Markus Elfring1-5/+1
2019-07-13rtc: pcf2123: Fix build errorYueHaibing1-0/+1
2019-07-13rtc: interface: Change type of 'count' from int to u64Puranjay Mohan1-1/+1