aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2019-09-22Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 58-722/+1136
2019-09-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+1
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-2/+3
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-10/+1
2019-09-10rtc: meson: mark PM functions as __maybe_unusedGravatar Arnd Bergmann 1-4/+3
2019-09-10rtc: sc27xx: Remove clearing SPRD_RTC_POWEROFF_ALM_FLAG flagGravatar Baolin Wang 1-1/+1
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesGravatar Enric Balletbo i Serra 1-1/+2
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDGravatar Enric Balletbo i Serra 1-1/+1
2019-09-01rtc: sun6i: Allow using as wakeup source from suspendGravatar Alejandro González 1-0/+30
2019-09-01rtc: pcf8563: let the core handle range offsettingGravatar Alexandre Belloni 1-4/+5
2019-09-01rtc: pcf8563: remove useless indirectionGravatar Alexandre Belloni 1-14/+6
2019-09-01rtc: pcf8563: convert to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-8/+9
2019-09-01rtc: pcf8563: add Microcrystal RV8564 compatibleGravatar Alexandre Belloni 1-0/+1
2019-09-01rtc: pcf8563: add Epson RTC8564 compatibleGravatar Alexandre Belloni 1-0/+1
2019-09-01rtc: s35390a: convert to devm_i2c_new_dummy_device()Gravatar Wolfram Sang 1-41/+13
2019-09-01rtc: max77686: convert to devm_i2c_new_dummy_device()Gravatar Wolfram Sang 1-13/+4
2019-09-01rtc: pcf85363/pcf85263: fix regmap error in set_timeGravatar Biwen Li 1-1/+6
2019-09-01rtc: snvs: switch to rtc_time64_to_tm/rtc_tm_to_time64Gravatar Alexandre Belloni 1-9/+4
2019-09-01rtc: snvs: set rangeGravatar Alexandre Belloni 1-0/+1
2019-08-29rtc: snvs: fix possible race conditionGravatar Anson Huang 1-4/+7
2019-08-27rtc: pcf2127: bugfix: watchdog build dependencyGravatar Bruno Thomsen 2-0/+3
2019-08-27rtc: pcf2127: add tamper detection supportGravatar Bruno Thomsen 1-0/+160
2019-08-27rtc: pcf2127: add watchdog feature supportGravatar Bruno Thomsen 2-1/+124
2019-08-23rtc: pcf2127: bugfix: read rtc disables watchdogGravatar Bruno Thomsen 1-20/+12
2019-08-23rtc: pcf2127: cleanup register and bit definesGravatar Bruno Thomsen 1-26/+33
2019-08-23rtc: pcf2127: convert to devm_rtc_allocate_deviceGravatar Bruno Thomsen 1-3/+4
2019-08-23rtc: sun6i: Add support for H6 RTCGravatar Ondrej Jirman 1-2/+38
2019-08-23rtc: fsl-ftm-alarm: add FTM alarm driverGravatar Biwen Li 3-0/+353
2019-08-22rtc: Add Amlogic Virtual Wake RTCGravatar Neil Armstrong 3-0/+168
2019-08-21rtc: rv3029: revert error handling patch to rv3029_eeprom_write()Gravatar Dan Carpenter 1-8/+8
2019-08-21rtc: ds1672: remove unnecessary checkGravatar Alexandre Belloni 1-3/+0
2019-08-21rtc: remove superfluous error messageGravatar Alexandre Belloni 21-106/+31
2019-08-20rtc: class: add debug message when registration failsGravatar Alexandre Belloni 1-1/+3
2019-08-20rtc: pcf2123: add proper compatible stringGravatar Alexandre Belloni 1-1/+3
2019-08-20rtc: pcf2123: let the core handle range offsettingGravatar Alexandre Belloni 1-4/+5
2019-08-20rtc: pcf2123: convert to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-8/+8
2019-08-20rtc: pcf2123: remove useless error path gotoGravatar Alexandre Belloni 1-8/+3
2019-08-20rtc: pcf2123: rename struct and variablesGravatar Alexandre Belloni 1-38/+38
2019-08-20rtc: pcf2123: stop using dev.platform_dataGravatar Alexandre Belloni 1-10/+11
2019-08-20rtc: pcf2123: implement .alarm_irq_enableGravatar Alexandre Belloni 1-9/+10
2019-08-20rtc; pcf2123: fix possible alarm race conditionGravatar Alexandre Belloni 1-4/+4
2019-08-20rtc: pcf2123: don't use weekday alarmGravatar Alexandre Belloni 1-2/+2
2019-08-16rtc: sun6i: Don't reference clk_init_data after registrationGravatar Stephen Boyd 1-1/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 27-92/+28
2019-08-12rtc: mxc: use spin_lock_irqsave instead of spin_lock_irq in IRQ contextGravatar Fuqian Huang 1-2/+3
2019-08-12rtc: bd70528: fix driver dependenciesGravatar Matti Vaittinen 1-0/+1
2019-08-12rtc: remove w90x900/nuc900 driverGravatar Arnd Bergmann 3-279/+0
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-30drivers: Introduce device lookup variants by nameGravatar Suzuki K Poulose 1-10/+1
2019-07-23rtc: s5m: convert to i2c_new_dummy_deviceGravatar Wolfram Sang 1-3/+3