summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-275-6/+6
* scripts/spelling.txt: add "initialiazation" pattern and fix typo instancesMasahiro Yamada2017-02-272-2/+2
* scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-2712-23/+23
* scripts/spelling.txt: add "neded" pattern and fix typo instancesMasahiro Yamada2017-02-272-4/+4
* scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada2017-02-272-2/+2
* scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-272-4/+2
* scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-277-12/+12
* scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-272-4/+4
* scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-272-2/+2
* scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-274-5/+5
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-272-3/+3
* scripts/spelling.txt: add "swithc" pattern and fix typo instancesMasahiro Yamada2017-02-274-5/+5
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-275-6/+6
* rapidio: use get_user_pages_unlocked()Lorenzo Stoakes2017-02-271-6/+5
* Merge tag 'watchdog-for-linus-v4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-2651-1239/+1464
|\
| * watchdog: s3c2410: Add prefix to local functionKrzysztof Kozlowski2017-02-241-3/+2
| * watchdog: s3c2410: Select MFD_SYSCON on all Exynos platformsKrzysztof Kozlowski2017-02-241-1/+1
| * watchdog: s3c2410: Use dev_dbg instead of pr_infoKrzysztof Kozlowski2017-02-241-23/+6
| * watchdog: s3c2410: Fix infinite interrupt in soft modeKrzysztof Kozlowski2017-02-241-3/+18
| * watchdog: s3c2410: Remove confusing CONFIG prefix from local definesKrzysztof Kozlowski2017-02-241-8/+8
| * watchdog: softdog: make pretimeout support a compile optionWolfram Sang2017-02-242-8/+21
| * watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 familyBaoyou Xie2017-02-243-0/+302
| * watchdog: sama5d4: Implement resume hookAlexandre Belloni2017-02-241-0/+17
| * watchdog: sama5d4: Cache MR instead of a partial configAlexandre Belloni2017-02-241-26/+19
| * watchdog: ts72xx_wdt: convert driver to watchdog coreH Hartley Sweeten2017-02-241-358/+89
| * watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeatH Hartley Sweeten2017-02-241-70/+44
| * watchdog: RDC321X_WDT always depends on PCIGuenter Roeck2017-02-241-0/+1
| * watchdog: add driver for Cortina Gemini watchdogLinus Walleij2017-02-243-0/+241
| * watchdog: constify watchdog_ops structuresBhumika Goyal2017-02-2414-14/+14
| * watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck2017-02-241-0/+5
| * watchdog: ebc-c384_wdt: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray2017-02-241-13/+1
| * watchdog: tegra_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-3/+1
| * watchdog: da9063_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-17/+1
| * watchdog: da9062_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-16/+2
| * watchdog: da9055_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-15/+2
| * watchdog: da9052_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-24/+8
| * watchdog: bcm2835_wdt: Convert to use device managed functions and other impr...Guenter Roeck2017-02-241-19/+8
| * watchdog: mena21_wdt: Convert to use device managed functions and other impro...Guenter Roeck2017-02-241-22/+2
| * watchdog: wm831x_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-24/+7
| * watchdog: digicolor_wdt: Convert to use device managed functions and other im...Guenter Roeck2017-02-241-36/+12
| * watchdog: iTCO_wdt: Replace shutdown function with call to watchdog_stop_on_r...Guenter Roeck2017-02-241-8/+1
| * watchdog: intel-mid_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-10/+1
| * watchdog: meson_wdt: Convert to use device managed functions and other improv...Guenter Roeck2017-02-241-21/+2
| * watchdog: sunxi_wdt: Convert to use device managed functions and other improv...Guenter Roeck2017-02-241-22/+2
| * watchdog: aspeed_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-13/+1
| * watchdog: coh901327_wdt: Use dev variable instead of pdev->devGuenter Roeck2017-02-241-19/+15
| * watchdog: coh901327_wdt: Use devm_ioremap_resource to map resourcesGuenter Roeck2017-02-241-26/+5
| * watchdog: coh901327_wdt: Keep clock enabled after loading driverGuenter Roeck2017-02-241-20/+1