summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchdog: ib700wdt: Use platform_driver_probeJean Delvare2014-03-311-12/+9
* watchdog: geodewdt: Use platform_driver_probeJean Delvare2014-03-311-10/+7
* watchdog: advantechwdt: Use platform_driver_probeJean Delvare2014-03-311-12/+9
* watchdog: acquirewdt: Use platform_driver_probeJean Delvare2014-03-311-12/+9
* watchdog: iTCO_wdt: Fix the parent deviceJean Delvare2014-03-311-1/+1
* watchdog: it87_wdt: Work around non-working CIR interruptsMarc van der Wal2014-03-311-10/+31
* watchdog: bcm281xx: Fix Kconfig dependencyMarkus Mayer2014-03-311-1/+1
* watchdog: s3c2410_wdt: Check return value of clk_prepare_enableSachin Kamat2014-03-311-1/+5
* watchdog: s3c2410_wdt: Remove unneeded initializationSachin Kamat2014-03-311-2/+0
* watchdog: sunxi: Change compatiblesMaxime Ripard2014-03-311-1/+1
* watchdog: orion: prepare new Dove DT Kconfig variableSebastian Hesselbarth2014-03-311-1/+1
* watchdog: fix checkpatch warnings and errorJingoo Han2014-03-316-14/+13
* watchdog: Add tegra watchdogAndrew Chew2014-03-313-0/+314
* watchdog: xilinx: Remove no_timeout variableMichal Simek2014-03-311-9/+4
* watchdog: xilinx: Enable this driver for ZynqMichal Simek2014-03-311-13/+9
* watchdog: xilinx: Use correct comment indentationMichal Simek2014-03-311-4/+4
* watchdog: xilinx: Use of_property_read_u32Michal Simek2014-03-311-17/+12
* watchdog: xilinx: Fix all printk messagesMichal Simek2014-03-311-8/+8
* watchdog: xilinx: Allocate private structure per deviceMichal Simek2014-03-311-42/+55
* watchdog: xilinx: Move no_timeout to probe functionMichal Simek2014-03-311-5/+3
* watchdog: xilinx: Simplify probe and remove functionsMichal Simek2014-03-311-32/+9
* watchdog: xilinx: Move control_status_reg to functionsMichal Simek2014-03-311-1/+6
* watchdog: xilinx: Convert driver to the watchdog frameworkMichal Simek2014-03-312-172/+33
* watchdog: wdt285: Fix variable typeAlexander Shiyan2014-03-311-2/+1
* watchdog: shwdt: Remove unused variableAlexander Shiyan2014-03-311-2/+0
* watchdog: sc520_wdt: Remove unused variableAlexander Shiyan2014-03-311-2/+1
* watchdog: intel_scu_watchdog: Remove unused variableAlexander Shiyan2014-03-311-3/+1
* watchdog: indydog: Simplify indydog_{start,stop}Alexander Shiyan2014-03-311-11/+2
* watchdog: bcm63xx_wdt: Remove unused field from bcm63xx_wdt_deviceAlexander Shiyan2014-03-311-1/+0
* watchdog: sp805_wdt: Use devm_ioremap_resource()Jingoo Han2014-03-311-14/+3
* watchdog: omap_wdt: Use devm_ioremap_resource()Jingoo Han2014-03-311-16/+6
* watchdog: ep93xx_wdt: Use devm_ioremap_resource()Jingoo Han2014-03-311-10/+3
* watchdog: ts72xx_wdt: make 'ts72xx_wdt_pdev' staticJingoo Han2014-03-311-1/+1
* watchdog: Remove unnecessary OOM messagesJingoo Han2014-03-318-18/+5
* watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-3124-24/+0
* watchdog: mpc8xxx_wdt: MPC8xx is HW enabledChristophe Leroy2014-03-311-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-03-312-32/+45
|\
| * Input: mousedev - fix race when creating mixed deviceDmitry Torokhov2014-03-291-31/+42
| * Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft2014-03-291-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-03-291-1/+0
|\ \
| * | rbd: drop an unsafe assertionAlex Elder2014-03-291-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-289-65/+77
|\ \ \
| * | | veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich2014-03-281-1/+4
| * | | ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich2014-03-281-1/+2
| * | | qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich2014-03-281-1/+3
| * | | vhost: validate vhost_get_vq_desc return valueMichael S. Tsirkin2014-03-281-1/+5
| * | | vhost: fix total length when packets are too shortMichael S. Tsirkin2014-03-281-0/+14
| * | | net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang2014-03-271-1/+5
| * | | usbnet: include wait queue head in device structureOliver Neukum2014-03-271-14/+19
| * | | virtio-net: correct error handling of virtqueue_kick()Jason Wang2014-03-271-3/+3