summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-25watchdog: iTCO_wdt: Replace shutdown function with call to watchdog_stop_on_r...Guenter Roeck1-8/+1
2017-02-25watchdog: intel-mid_wdt: Convert to use device managed functionsGuenter Roeck1-10/+1
2017-02-25watchdog: meson_wdt: Convert to use device managed functions and other improv...Guenter Roeck1-21/+2
2017-02-25watchdog: sunxi_wdt: Convert to use device managed functions and other improv...Guenter Roeck1-22/+2
2017-02-25watchdog: aspeed_wdt: Convert to use device managed functionsGuenter Roeck1-13/+1
2017-02-25watchdog: coh901327_wdt: Use dev variable instead of pdev->devGuenter Roeck1-19/+15
2017-02-25watchdog: coh901327_wdt: Use devm_ioremap_resource to map resourcesGuenter Roeck1-26/+5
2017-02-25watchdog: coh901327_wdt: Keep clock enabled after loading driverGuenter Roeck1-20/+1
2017-02-25watchdog: coh901327_wdt: Simplify error handling in probe functionGuenter Roeck1-4/+2
2017-02-25watchdog: tangox: Use watchdog core to install restart handlerGuenter Roeck1-21/+13
2017-02-25watchdog: dw_wdt: Use watchdog core to install restart handlerGuenter Roeck1-16/+7
2017-02-25watchdog: bcm2835_wdt: Use watchdog core to install restart handlerGuenter Roeck1-27/+30
2017-02-25watchdog: asm9260_wdt: Use watchdog core to install restart handlerGuenter Roeck1-15/+7
2017-02-25watchdog: bcm47xx_wdt: Don't validate platform data on removeGuenter Roeck1-3/+0
2017-02-25watchdog: iTCO_wdt: Simplify module init functionGuenter Roeck1-7/+1
2017-02-25watchdog: iTCO_wdt: Use pdev for platform device and pci_dev for pci deviceGuenter Roeck1-27/+26
2017-02-25watchdog: iTCO_wdt: Use device managed resourcesGuenter Roeck1-63/+17
2017-02-25watchdog: iTCO_wdt: Use allocated data structuresGuenter Roeck1-197/+205
2017-02-25watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King1-1/+1
2017-02-25watchdog: Enable COMPILE_TEST where possibleGuenter Roeck1-59/+59
2017-02-25watchdog: pnx833x_wdt: Mark as brokenGuenter Roeck1-0/+1
2017-02-25watchdog: nic7018_wdt: Add NIC7018 watchdog driverHui Chun Ong3-0/+276
2017-02-25watchdog: constify watchdog_info structuresBhumika Goyal12-12/+12
2017-02-25watchdog: pika_wdt: add __ro_after_init to identBhumika Goyal1-1/+1
2017-02-25watchdog: booke_wdt: add __ro_after_init to booke_wdt_infoBhumika Goyal1-1/+1
2017-02-25watchdog: sa11x0/pxa: fix error path of driver initializationVladimir Zapolskiy1-3/+5
2017-02-25watchdog: update my email addressJohn Crispin3-5/+5
2017-02-19Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-02-19scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn1-1/+2
2017-02-19Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2017-02-17vxlan: fix oops in dev_fill_metadata_dstPaolo Abeni1-2/+4
2017-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2017-02-17Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-35/+11
2017-02-17Merge tag 'mmc-v4.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-2/+2
2017-02-17Merge tag 'ntb-4.10-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds3-4/+27
2017-02-17dpaa_eth: small leak on errorDan Carpenter1-1/+1
2017-02-17Merge tag 'reset-for-4.10-fixes' of https://git.pengutronix.de/git/pza/linux ...Arnd Bergmann1-1/+1
2017-02-17reset: fix shared reset triggered_count decrement on errorJerome Brunet1-1/+1
2017-02-17ntb: ntb_hw_intel: link_poll isn't clearing the pending status properlyDave Jiang1-1/+23
2017-02-17ntb_transport: Pick an unused queueThomas VanSelus1-1/+1
2017-02-17ntb: ntb_perf missing dmaengine_unmap_putDave Jiang1-0/+2
2017-02-17NTB: ntb_transport: fix debugfs_remove_recursiveAllen Hubbe1-2/+1
2017-02-17Merge tag 'drm-fixes-for-v4.10-final' of git://people.freedesktop.org/~airlie...Linus Torvalds2-3/+3
2017-02-17Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-2/+2
2017-02-16Merge tag 'media/v4.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-5/+13
2017-02-16Merge tag 'pci-v4.10-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+12
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-102/+112
2017-02-16drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursorMichel Dänzer1-2/+2
2017-02-15ibmvnic: Fix endian errors in error reporting outputThomas Falcon1-4/+4