summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * rtc: max77686: convert to devm_i2c_new_dummy_device()Wolfram Sang2019-09-011-13/+4
| * rtc: pcf85363/pcf85263: fix regmap error in set_timeBiwen Li2019-09-011-1/+6
| * rtc: snvs: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-09-011-9/+4
| * rtc: snvs: set rangeAlexandre Belloni2019-09-011-0/+1
| * rtc: snvs: fix possible race conditionAnson Huang2019-08-291-4/+7
| * rtc: pcf2127: bugfix: watchdog build dependencyBruno Thomsen2019-08-272-0/+3
| * rtc: pcf2127: add tamper detection supportBruno Thomsen2019-08-271-0/+160
| * rtc: pcf2127: add watchdog feature supportBruno Thomsen2019-08-272-1/+124
| * rtc: pcf2127: bugfix: read rtc disables watchdogBruno Thomsen2019-08-231-20/+12
| * rtc: pcf2127: cleanup register and bit definesBruno Thomsen2019-08-231-26/+33
| * rtc: pcf2127: convert to devm_rtc_allocate_deviceBruno Thomsen2019-08-231-3/+4
| * rtc: sun6i: Add support for H6 RTCOndrej Jirman2019-08-231-2/+38
| * rtc: fsl-ftm-alarm: add FTM alarm driverBiwen Li2019-08-233-0/+353
| * rtc: Add Amlogic Virtual Wake RTCNeil Armstrong2019-08-223-0/+168
| * rtc: rv3029: revert error handling patch to rv3029_eeprom_write()Dan Carpenter2019-08-211-8/+8
| * rtc: ds1672: remove unnecessary checkAlexandre Belloni2019-08-211-3/+0
| * rtc: remove superfluous error messageAlexandre Belloni2019-08-2121-106/+31
| * rtc: class: add debug message when registration failsAlexandre Belloni2019-08-201-1/+3
| * rtc: pcf2123: add proper compatible stringAlexandre Belloni2019-08-201-1/+3
| * rtc: pcf2123: let the core handle range offsettingAlexandre Belloni2019-08-201-4/+5
| * rtc: pcf2123: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-08-201-8/+8
| * rtc: pcf2123: remove useless error path gotoAlexandre Belloni2019-08-201-8/+3
| * rtc: pcf2123: rename struct and variablesAlexandre Belloni2019-08-201-38/+38
| * rtc: pcf2123: stop using dev.platform_dataAlexandre Belloni2019-08-201-10/+11
| * rtc: pcf2123: implement .alarm_irq_enableAlexandre Belloni2019-08-201-9/+10
| * rtc; pcf2123: fix possible alarm race conditionAlexandre Belloni2019-08-201-4/+4
| * rtc: pcf2123: don't use weekday alarmAlexandre Belloni2019-08-201-2/+2
| * rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-1327-92/+28
| * rtc: mxc: use spin_lock_irqsave instead of spin_lock_irq in IRQ contextFuqian Huang2019-08-121-2/+3
| * rtc: bd70528: fix driver dependenciesMatti Vaittinen2019-08-121-0/+1
| * rtc: remove w90x900/nuc900 driverArnd Bergmann2019-08-123-279/+0
| * rtc: s5m: convert to i2c_new_dummy_deviceWolfram Sang2019-07-231-3/+3
| * rtc: s35390a: convert to i2c_new_dummy_deviceWolfram Sang2019-07-231-4/+4
| * rtc: max77686: convert to i2c_new_dummy_deviceWolfram Sang2019-07-231-4/+4
| * rtc: isl12026: convert to i2c_new_dummy_deviceWolfram Sang2019-07-221-3/+3
| * rtc: imxdi: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-221-3/+1
| * rtc: mxc_v2: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-221-3/+1
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-09-201-1/+1
|\ \
| * | rtc: sun6i: Don't reference clk_init_data after registrationStephen Boyd2019-08-161-1/+1
| |/
* | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-192-2/+3
|\ \
| * | mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-1/+2
| * | mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra2019-09-021-1/+1
| |/
* | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-10/+1
|\ \
| * | drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-301-10/+1
| |/
* / docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab2019-07-311-1/+1
|/
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-1720-433/+501
|\
| * rtc: wm831x: Add IRQF_ONESHOT flagHariprasad Kelam2019-07-131-1/+2
| * rtc: stm32: remove one condition check in stm32_rtc_set_alarm()Markus Elfring2019-07-131-5/+1
| * rtc: pcf2123: Fix build errorYueHaibing2019-07-131-0/+1
| * rtc: interface: Change type of 'count' from int to u64Puranjay Mohan2019-07-131-1/+1