aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 3-79/+114
2015-08-11rtc: snvs: select option REGMAP_MMIOGravatar Shawn Guo 1-0/+1
2015-08-05char: make misc_deregister a void functionGravatar Greg Kroah-Hartman 1-3/+2
2015-08-05rtc: mxc: add support of device treeGravatar Philippe Reynes 1-1/+18
2015-08-05rtc: mxc: use a second rtc clockGravatar Philippe Reynes 1-13/+28
2015-07-18rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()Gravatar Fabio Estevam 1-1/+1
2015-07-18rtc: mt6397: enable wakeup before registering rtc deviceGravatar Wei-Ning Huang 1-2/+2
2015-07-15rtc: snvs: use syscon to access registerGravatar Frank Li 1-65/+67
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-2/+2
2015-06-25Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Gravatar Linus Torvalds 32-323/+1155
2015-06-25rtc: remove useless I2C dependenciesGravatar Alexandre Belloni 1-7/+3
2015-06-25rtc: whitespace fixesGravatar Alexandre Belloni 2-30/+30
2015-06-25rtc: Properly sort MakefileGravatar Alexandre Belloni 1-17/+17
2015-06-25rtc: pfc8563: fix uninitialized variable warningGravatar Arnd Bergmann 1-1/+1
2015-06-25rtc: ds1307: Enable the mcp794xx alarm after programming timeGravatar Nishanth Menon 1-6/+6
2015-06-25rtc: hym8563: make the irq optionalGravatar Heiko Stübner 1-8/+10
2015-06-25rtc: gemini: fix cocci warningsGravatar kbuild test robot 1-2/+1
2015-06-25rtc: mv: correct 24 hour error messageGravatar Alexandre Belloni 1-4/+4
2015-06-25rtc: mv: use BIT()Gravatar Alexandre Belloni 1-2/+3
2015-06-25rtc: efi: use correct EFI 'epoch'Gravatar Ard Biesheuvel 1-25/+14
2015-06-25rtc: interface: Remove rtc_set_mmss()Gravatar Xunlei Pang 1-45/+0
2015-06-25rtc: NTP: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronizationGravatar Xunlei Pang 2-10/+21
2015-06-25rtc: sunxi: Replace deprecated rtc_tm_to_time()Gravatar Xunlei Pang 1-17/+15
2015-06-25rtc: isl1208: Replace deprecated rtc_tm_to_time()Gravatar Xunlei Pang 1-8/+1
2015-06-25rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Gravatar Xunlei Pang 1-4/+4
2015-06-25rtc: palmas: Initialise bb_charging flag before using itGravatar Laxman Dewangan 1-1/+1
2015-06-25rtc: simplify use of devm_ioremap_resourceGravatar Julia Lawall 3-12/+3
2015-06-25rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Gravatar Jan Kardell 1-8/+3
2015-06-25rtc: driver for Cortina GeminiGravatar Hans Ulli Kroll 3-0/+188
2015-06-25rtc: stmp3xxx select STMP_DEVICEGravatar Alexandre Belloni 1-0/+1
2015-06-25rtc: snvs: fix wakealarm by call enable_irq_wake earlierGravatar Stefan Agner 1-9/+21
2015-06-25rtc: rtc-v3020: use gpio_request_array()Gravatar Jingoo Han 1-30/+11
2015-06-25rtc: ep93xx: Use readl/writel for ioGravatar H Hartley Sweeten 1-3/+3
2015-06-25rtc: max77802: Report platform modalias to fix module autoloadGravatar Javier Martinez Canillas 1-0/+1
2015-06-25rtc: max77686: Report platform modalias to fix module autoloadGravatar Javier Martinez Canillas 1-0/+1
2015-06-25rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLEGravatar Axel Lin 3-0/+3
2015-06-25rtc: mt6397: fix build on some 32bits platformsGravatar Alexandre Belloni 1-2/+3
2015-06-25rtc: mc13xxx: fix obfuscated and wrong format stringGravatar Rasmus Villemoes 1-1/+1
2015-06-25rtc: mediatek: Add MT6397 RTC driverGravatar Tianping Fang 3-0/+405
2015-06-25rtc: xgene: Set hardware dependencyGravatar Jean Delvare 1-0/+1
2015-06-25rtc: at32ap700x: update author emailGravatar Hans-Christian Egtvedt 1-1/+1
2015-06-23Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-0/+366
2015-06-21MIPS: Loongson: Naming style cleanup and reworkGravatar Huacai Chen 2-2/+2
2015-06-19rtc: imxdi: when locked, do not fail silentlyGravatar Juergen Borleis 1-3/+24
2015-06-19rtc: imxdi: monitor a security violation at runtimeGravatar Juergen Borleis 1-2/+19
2015-06-19rtc: imxdi: add the unit recovery codeGravatar Juergen Borleis 1-38/+279
2015-06-19rtc: imxdi: add some background info about the states the machine can be inGravatar Juergen Borleis 1-0/+43
2015-06-19rtc: imxdi: avoid the __raw* register access functionsGravatar Juergen Borleis 1-22/+22
2015-06-19rtc: s3c: Integrate Exynos3250 into S3C6410Gravatar Krzysztof Kozlowski 1-13/+1
2015-06-19rtc: interface: Remove unused return value from rtc_timer_cancel()Gravatar Krzysztof Kozlowski 1-3/+1