summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8563.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-17rtc: tps6586x: fix possible race conditionAlexandre Belloni1-3/+11
2018-05-17rtc: vr41xx: add rangeAlexandre Belloni1-0/+2
2018-05-17rtc: vr41xx: fix possible race conditionAlexandre Belloni1-2/+7
2018-05-17rtc: rx8581: switch to regmapAlexandre Belloni1-113/+42
2018-05-17rtc: rx8581: error out when time invalidAlexandre Belloni1-4/+6
2018-05-17rtc: rx8581: remove useless declarationAlexandre Belloni1-18/+15
2018-05-17rtc: rx8581: remove useless indirectionAlexandre Belloni1-12/+4
2018-05-17rtc: rx8581: let the core handle rtc rangeAlexandre Belloni1-5/+4
2018-05-17rtc: rx8581: add RTC rangeAlexandre Belloni1-0/+2
2018-05-17rtc: rx8581: switch to rtc_register_deviceAlexandre Belloni1-8/+5
2018-05-17rtc: tps65910: add rangeAlexandre Belloni1-0/+2
2018-05-17rtc: tps65910: allow platform power upAlexandre Belloni1-12/+0
2018-05-17rtc: tps65910: fix possible race conditionAlexandre Belloni1-4/+8
2018-05-17rtc: ab-b5ze-s3: let the core handle the RTC rangeAlexandre Belloni1-9/+2
2018-05-17rtc: ab-b5ze-s3: fix possible race conditionsAlexandre Belloni1-8/+11
2018-05-17rtc: 88pm80x: convert to rtc_tm_to_time64/rtc_time64_to_tmAlexandre Belloni1-8/+8
2018-05-17rtc: 88pm80x: let the core handle the RTC rangeAlexandre Belloni1-6/+2
2018-05-17rtc: 88pm80x: fix possible race conditionAlexandre Belloni1-4/+8
2018-05-17rtc: 88pm80x: remove unused pm80x_rtc_info membersAlexandre Belloni1-2/+0
2018-05-17rtc: 88pm80x: stop setting a default timeAlexandre Belloni1-22/+0
2018-05-17rtc: at91rm9200: add rangeAlexandre Belloni1-0/+2
2018-05-16rtc: nvmem: don't return an error when not enabledAlexandre Belloni1-1/+1
2018-05-14dt-bindings: rtc-2123: Make the node name genericFabio Estevam1-1/+1
2018-05-06rtc: stm32: get DBP register and mask from DT st, syscfg propertyAmelie Delaunay1-22/+37
2018-05-06dt-bindings: rtc: update stm32-rtc documentation for st, syscfg propertyAmelie Delaunay1-4/+6
2018-05-06rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISINGAmelie Delaunay1-2/+1
2018-05-06rtc: stm32: fix copyright and adopt SPDX identifierAmelie Delaunay1-3/+3
2018-05-03rtc: tps6586x: remove mktime usageArnd Bergmann1-9/+9
2018-05-03rtc: ls1x: remove mktime usageArnd Bergmann1-3/+4
2018-05-03rtc: vr41xx: remove mktime usageArnd Bergmann1-12/+12
2018-05-03rtc: ds1340: Add support for trickle charger.Andrea Greco1-0/+2
2018-05-03rtc: sprd: Add RTC hardware rangeBaolin Wang1-0/+2
2018-05-03rtc: sprd: Change to use devm_rtc_allocate_device()Baolin Wang1-4/+10
2018-05-03rtc: simplify getting .drvdataWolfram Sang15-131/+71
2018-04-19rtc: cmos: introduce quirks to enable use_acpi_alarm modeZhang Rui1-0/+26
2018-04-19rtc: cmos: acknowledge ACPI driven wake alarms upon resumeZhang Rui1-0/+18
2018-04-19rtc: cmos: allow using ACPI for RTC alarm instead of HPETZhang Rui1-31/+80
2018-04-16Linux 4.17-rc1v4.17-rc1Linus Torvalds1-2/+2
2018-04-14kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo5-4/+28
2018-04-14kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo4-32/+31
2018-04-14kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2-34/+13
2018-04-14kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo1-22/+12
2018-04-14kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo1-46/+30
2018-04-14kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo1-97/+103
2018-04-14kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo3-61/+71
2018-04-14kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo1-16/+22
2018-04-14kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2-8/+13
2018-04-14kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo1-14/+0
2018-04-14include/linux/kexec.h: silence compile warningsPhilipp Rudo1-0/+2
2018-04-14kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro3-188/+201