summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc: efi: use correct EFI 'epoch'Ard Biesheuvel2015-06-251-25/+14
* rtc: interface: Remove rtc_set_mmss()Xunlei Pang2015-06-251-45/+0
* rtc: NTP: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronizationXunlei Pang2015-06-252-10/+21
* rtc: sunxi: Replace deprecated rtc_tm_to_time()Xunlei Pang2015-06-251-17/+15
* rtc: isl1208: Replace deprecated rtc_tm_to_time()Xunlei Pang2015-06-251-8/+1
* rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Xunlei Pang2015-06-251-4/+4
* rtc: palmas: Initialise bb_charging flag before using itLaxman Dewangan2015-06-251-1/+1
* rtc: simplify use of devm_ioremap_resourceJulia Lawall2015-06-253-12/+3
* rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Jan Kardell2015-06-251-8/+3
* rtc: driver for Cortina GeminiHans Ulli Kroll2015-06-253-0/+188
* rtc: stmp3xxx select STMP_DEVICEAlexandre Belloni2015-06-251-0/+1
* rtc: snvs: fix wakealarm by call enable_irq_wake earlierStefan Agner2015-06-251-9/+21
* rtc: rtc-v3020: use gpio_request_array()Jingoo Han2015-06-251-30/+11
* rtc: ep93xx: Use readl/writel for ioH Hartley Sweeten2015-06-251-3/+3
* rtc: max77802: Report platform modalias to fix module autoloadJavier Martinez Canillas2015-06-251-0/+1
* rtc: max77686: Report platform modalias to fix module autoloadJavier Martinez Canillas2015-06-251-0/+1
* rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLEAxel Lin2015-06-253-0/+3
* rtc: mt6397: fix build on some 32bits platformsAlexandre Belloni2015-06-251-2/+3
* rtc: mc13xxx: fix obfuscated and wrong format stringRasmus Villemoes2015-06-251-1/+1
* rtc: mediatek: Add MT6397 RTC driverTianping Fang2015-06-253-0/+405
* mfd: provide RTC resource in MT6397 MFDEddie Huang2015-06-251-0/+18
* rtc: xgene: Set hardware dependencyJean Delvare2015-06-251-0/+1
* rtc: at32ap700x: update author emailHans-Christian Egtvedt2015-06-251-1/+1
* rtc: imxdi: when locked, do not fail silentlyJuergen Borleis2015-06-191-3/+24
* rtc: imxdi: monitor a security violation at runtimeJuergen Borleis2015-06-191-2/+19
* rtc: imxdi: add the unit recovery codeJuergen Borleis2015-06-191-38/+279
* rtc: imxdi: add some background info about the states the machine can be inJuergen Borleis2015-06-191-0/+43
* rtc: imxdi: avoid the __raw* register access functionsJuergen Borleis2015-06-191-22/+22
* rtc: s3c: Integrate Exynos3250 into S3C6410Krzysztof Kozlowski2015-06-191-13/+1
* rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski2015-06-191-3/+1
* rtc: mxc: Constify platform_device_idKrzysztof Kozlowski2015-06-191-1/+1
* rtc: hid-sensor-time: Constify platform_device_idKrzysztof Kozlowski2015-06-191-1/+1
* rtc: ab8500: Constify platform_device_idKrzysztof Kozlowski2015-06-191-1/+1
* rtc: efi: Update author email addressdann frazier2015-06-191-2/+2
* Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-06-142-93/+144
|\
| * dmaengine: Fix choppy sound because of unimplemented resumeKrzysztof Kozlowski2015-06-121-1/+5
| * dmaengine: at_xdmac: rework slave configuration partLudovic Desroches2015-06-081-60/+96
| * dmaengine: at_xdmac: lock fixesLudovic Desroches2015-06-081-32/+43
* | Merge tag 'ntb-4.1' of git://github.com/jonmason/ntbLinus Torvalds2015-06-141-1/+2
|\ \
| * | ntb: initialize max_mw for Atom before using itDaniel Verkamp2015-06-111-0/+1
| * | ntb: iounmap MW reg and vbase in error pathJon Mason2015-06-081-1/+1
| |/
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-142-10/+17
|\ \
| * | IRQCHIP: mips-gic: Don't nest calls to do_IRQ()Rabin Vincent2015-06-131-7/+14
| * | SSB: Fix handling of ssb_pmu_get_alp_clock()Hauke Mehrtens2015-06-091-3/+3
| |/
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-141-1/+1
|\ \
| * | irqchip: sunxi-nmi: Fix off-by-one error in irq iteratorAxel Lin2015-06-081-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-124-12/+32
|\ \
| * | net: igb: fix the start time for periodic output signalsRichard Cochran2015-06-111-2/+2
| * | enic: fix memory leak in rq_cleanGovindarajulu Varadarajan2015-06-101-5/+4
| * | enic: check return value for stat dumpGovindarajulu Varadarajan2015-06-102-4/+25