summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2015-07-18rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()Fabio Estevam-1/+1
2015-07-18rtc: mt6397: enable wakeup before registering rtc deviceWei-Ning Huang-2/+2
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-2/+2
2015-06-25Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds-323/+1155
2015-06-25rtc: remove useless I2C dependenciesAlexandre Belloni-7/+3
2015-06-25rtc: whitespace fixesAlexandre Belloni-30/+30
2015-06-25rtc: Properly sort MakefileAlexandre Belloni-17/+17
2015-06-25rtc: pfc8563: fix uninitialized variable warningArnd Bergmann-1/+1
2015-06-25rtc: ds1307: Enable the mcp794xx alarm after programming timeNishanth Menon-6/+6
2015-06-25rtc: hym8563: make the irq optionalHeiko Stübner-8/+10
2015-06-25rtc: gemini: fix cocci warningskbuild test robot-2/+1
2015-06-25rtc: mv: correct 24 hour error messageAlexandre Belloni-4/+4
2015-06-25rtc: mv: use BIT()Alexandre Belloni-2/+3
2015-06-25rtc: efi: use correct EFI 'epoch'Ard Biesheuvel-25/+14
2015-06-25rtc: interface: Remove rtc_set_mmss()Xunlei Pang-45/+0
2015-06-25rtc: NTP: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronizationXunlei Pang-10/+21
2015-06-25rtc: sunxi: Replace deprecated rtc_tm_to_time()Xunlei Pang-17/+15
2015-06-25rtc: isl1208: Replace deprecated rtc_tm_to_time()Xunlei Pang-8/+1
2015-06-25rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Xunlei Pang-4/+4
2015-06-25rtc: palmas: Initialise bb_charging flag before using itLaxman Dewangan-1/+1
2015-06-25rtc: simplify use of devm_ioremap_resourceJulia Lawall-12/+3
2015-06-25rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Jan Kardell-8/+3
2015-06-25rtc: driver for Cortina GeminiHans Ulli Kroll-0/+188
2015-06-25rtc: stmp3xxx select STMP_DEVICEAlexandre Belloni-0/+1
2015-06-25rtc: snvs: fix wakealarm by call enable_irq_wake earlierStefan Agner-9/+21
2015-06-25rtc: rtc-v3020: use gpio_request_array()Jingoo Han-30/+11
2015-06-25rtc: ep93xx: Use readl/writel for ioH Hartley Sweeten-3/+3
2015-06-25rtc: max77802: Report platform modalias to fix module autoloadJavier Martinez Canillas-0/+1
2015-06-25rtc: max77686: Report platform modalias to fix module autoloadJavier Martinez Canillas-0/+1
2015-06-25rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLEAxel Lin-0/+3
2015-06-25rtc: mt6397: fix build on some 32bits platformsAlexandre Belloni-2/+3
2015-06-25rtc: mc13xxx: fix obfuscated and wrong format stringRasmus Villemoes-1/+1
2015-06-25rtc: mediatek: Add MT6397 RTC driverTianping Fang-0/+405
2015-06-25rtc: xgene: Set hardware dependencyJean Delvare-0/+1
2015-06-25rtc: at32ap700x: update author emailHans-Christian Egtvedt-1/+1
2015-06-23Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+366
2015-06-21MIPS: Loongson: Naming style cleanup and reworkHuacai Chen-2/+2
2015-06-19rtc: imxdi: when locked, do not fail silentlyJuergen Borleis-3/+24
2015-06-19rtc: imxdi: monitor a security violation at runtimeJuergen Borleis-2/+19
2015-06-19rtc: imxdi: add the unit recovery codeJuergen Borleis-38/+279
2015-06-19rtc: imxdi: add some background info about the states the machine can be inJuergen Borleis-0/+43
2015-06-19rtc: imxdi: avoid the __raw* register access functionsJuergen Borleis-22/+22
2015-06-19rtc: s3c: Integrate Exynos3250 into S3C6410Krzysztof Kozlowski-13/+1
2015-06-19rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski-3/+1
2015-06-19rtc: mxc: Constify platform_device_idKrzysztof Kozlowski-1/+1
2015-06-19rtc: hid-sensor-time: Constify platform_device_idKrzysztof Kozlowski-1/+1
2015-06-19rtc: ab8500: Constify platform_device_idKrzysztof Kozlowski-1/+1
2015-06-19rtc: efi: Update author email addressdann frazier-2/+2
2015-05-14drivers/rtc/rtc-armada38x.c: remove unused local `flags'Andrew Morton-1/+1
2015-05-05rtc: armada38x: fix concurrency access in armada38x_rtc_set_timeGregory CLEMENT-12/+12