summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2019-03-20rtc: sh: Fix invalid alarm warning for non-enabled alarmGeert Uytterhoeven-1/+1
2019-03-20rtc: cros-ec: Fail suspend/resume if wake IRQ can't be configuredStephen Boyd-2/+2
2019-03-18rtc: convert core to SPDX identifierAlexandre Belloni-45/+16
2019-03-18rtc: ab-b5ze-s3: remove unnecessary checkAlexandre Belloni-10/+8
2019-03-18rtc: ab-b5ze-s3: convert to SPDX identifierAlexandre Belloni-9/+1
2019-03-18rtc: ab-b5ze-s3: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni-28/+9
2019-03-18rtc: ab-b5ze-s3: remove unnecessary gotosAlexandre Belloni-55/+38
2019-03-18rtc: ab-b5ze-s3: remove mutexAlexandre Belloni-17/+2
2019-03-18rtc: zynqmp: convert to SPDX identifierAlexandre Belloni-12/+1
2019-03-18rtc: abx80x: remove useless .removeAlexandre Belloni-6/+0
2019-03-18rtc: abx80x: use rtc_add_groupAlexandre Belloni-26/+6
2019-03-18rtc: abx80x: convert to SPDX identifierAlexandre Belloni-4/+1
2019-03-12Merge tag 'tag-chrome-platform-for-v5.1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+189
2019-03-04rtc: pic32: convert to SPDX identifierAlexandre Belloni-9/+1
2019-03-04rtc: pic32: let the core handle rangeAlexandre Belloni-7/+3
2019-03-04rtc: pic32: convert to devm_rtc_allocate_deviceAlexandre Belloni-6/+8
2019-03-04rtc: update my email addressAlexandre Belloni-4/+4
2019-03-04rtc: rv8803: convert to SPDX identifierAlexandre Belloni-5/+1
2019-03-04rtc: rv8803: let the core handle rangeAlexandre Belloni-3/+2
2019-03-04rtc: tx4939: convert to SPDX identifierAlexandre Belloni-5/+2
2019-03-03rtc: tx4939: use .set_timeAlexandre Belloni-2/+3
2019-03-03rtc: tx4939: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni-3/+3
2019-03-03rtc: tx4939: set rangeAlexandre Belloni-0/+1
2019-03-03rtc: tx4939: remove useless testAlexandre Belloni-7/+0
2019-03-03rtc: zynqmp: let the core handle rangeAlexandre Belloni-7/+1
2019-03-03rtc: zynqmp: fix possible race conditionAlexandre Belloni-3/+7
2019-03-03rtc: imx-sc: use rtc_time64_to_tmAlexandre Belloni-1/+1
2019-03-02rtc: rx8581: Add support for Epson rx8571 RTCBiju Das-11/+108
2019-03-02rtc: pcf85063: remove dead codeAlexey Roslyakov-7/+0
2019-02-25rtc: remove rtc_class_ops.read_callbackAlexandre Belloni-5/+0
2019-02-21platform/chrome: wilco_ec: Add RTC driverNick Crews-0/+189
2019-02-18rtc: add AB-RTCMC-32.768kHz-EOZ9 RTC supportArtem Panfilov-0/+476
2019-02-17rtc: hid-sensor-time: stop selecting IIOAlexandre Belloni-2/+1
2019-02-17rtc: rv3028: add new driverAlexandre Belloni-0/+742
2019-02-17rtc: isl1208: Add new style nvmem support to driverTrent Piepho-0/+50
2019-02-17rtc: isl1208: Support more chip variationsTrent Piepho-22/+55
2019-02-17rtc: isl1208: Introduce driver state structTrent Piepho-12/+21
2019-02-17rtc: meson: remove useless rtc_nvmem_unregister callAlexandre Belloni-4/+1
2019-02-11rtc: support for the Amlogic Meson RTCMartin Blumenstingl-0/+422
2019-02-11rtc: rs5c372: Fix reading from rtc when the oscillator got interrupted.Oliver.Rohe@wago.com-7/+47
2019-02-08rtc: imx-sc: depend on HAVE_ARM_SMCCCAlexandre Belloni-0/+1
2019-02-08rtc: pm8xxx: fix unintended sign extensionColin Ian King-2/+4
2019-02-08rtc: 88pm80x: fix unintended sign extensionColin Ian King-7/+14
2019-02-08rtc: 88pm860x: fix unintended sign extensionColin Ian King-7/+14
2019-02-07rtc: ds1307: rx8130: Fix alarm handlingUwe Kleine-König-4/+3
2019-02-07rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the timeUwe Kleine-König-0/+25
2019-02-07rtc: ds1307: correct register offset for rx8130Uwe Kleine-König-6/+7
2019-02-07rtc: ds1307: forward declare chips array instead of a bunch of functionsUwe Kleine-König-325/+297
2019-02-07rtc: ds1307: Move register definitions to start of fileUwe Kleine-König-26/+26
2019-02-07rtc: imx-sc: add rtc set time supportAnson Huang-0/+19