summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchdog: xilinx: Setup the origin compatible stringMichal Simek2013-07-111-0/+1
* watchdog: xilinx: Fix driver headerMichal Simek2013-07-111-20/+10
* watchdog: wdrtas: don't use custom version of print_hex_dumpAndy Shevchenko2013-07-111-26/+3
* watchdog: core: don't try to stop device if not runningHector Palacios2013-07-111-2/+4
* watchdog: jz4740: Pass device to clk_getLars-Peter Clausen2013-07-111-1/+1
* watchdog: twl4030: Remove redundant platform_set_drvdata()Sachin Kamat2013-07-111-4/+1
* watchdog: mpcore: Remove redundant platform_set_drvdata()Sachin Kamat2013-07-111-2/+0
* watchdog: da9055: use platform_{get,set}_drvdata()Jingoo Han2013-07-111-2/+2
* watchdog: da9052: use platform_{get,set}_drvdata()Jingoo Han2013-07-111-2/+2
* watchdog: cpwd: use platform_{get,set}_drvdata()Jingoo Han2013-07-111-2/+2
* watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_opsJingoo Han2013-07-111-10/+8
* watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()Jingoo Han2013-07-111-2/+2
* watchdog: wm831x: use platform_{get,set}_drvdata()Jingoo Han2013-07-111-2/+2
* watchdog: wm831x_wdt: use devm_gpio_request_one()Jingoo Han2013-07-111-11/+6
* watchdog: mtx1-wdt: use devm_gpio_request_one()Jingoo Han2013-07-111-2/+1
* watchdog: sp805_wdt: use devm_clk_get()Jingoo Han2013-07-111-5/+2
* watchdog: shwdt: Remove redundant platform_set_drvdata()Sachin Kamat2013-07-111-2/+0
* watchdog: shwdt: use devm_clk_get()Jingoo Han2013-07-111-12/+4
* watchdog: pnx4008_wdt: use devm_clk_get()Jingoo Han2013-07-111-5/+2
* watchdog: imx2_wdt: use devm_clk_get()Jingoo Han2013-07-111-4/+2
* watchdog: dw_wdt: Staticize local symbolSachin Kamat2013-07-111-2/+2
* watchdog: dw_wdt: use devm_clk_get()Jingoo Han2013-07-111-5/+2
* watchdog: ts72xx_wdt: use devm_*() functionsJingoo Han2013-07-111-57/+10
* watchdog: riowd: use platform_{get,set}_drvdata()Jingoo Han2013-07-111-2/+2
* watchdog: riowd: use devm_kzalloc()Jingoo Han2013-07-111-6/+2
* watchdog: rc32434_wdt: use devm_ioremap_nocache() functionsJingoo Han2013-07-111-7/+3
* watchdog: nuc900_wdt: use devm_*() functionsJingoo Han2013-07-111-39/+11
* watchdog: mv64x60_wdt: use devm_ioremap()Jingoo Han2013-07-111-3/+1
* watchdog: bcm63xx_wdt: use devm_ioremap_nocache()Jingoo Han2013-07-111-5/+4
* watchdog: at32ap700x: Remove redundant platform_set_drvdata()Sachin Kamat2013-07-111-4/+1
* watchdog: at32ap700x_wdt: use devm_*() functionsJingoo Han2013-07-111-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-07-111-0/+2
|\
| * sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp2013-07-101-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2013-07-115-53/+6
|\ \
| * | ide: Fix IDE PIO size calculationSteven J. Hill2013-07-101-3/+2
| * | drivers/ide/delkin_cb: Convert to module_pci_driverLibo Chen2013-07-101-12/+1
| * | ide: gayle: use module_platform_driver_probe()Jingoo Han2013-03-081-14/+1
| * | ide: tx4939ide: use module_platform_driver_probe()Jingoo Han2013-03-081-12/+1
| * | ide: tx4938ide: use module_platform_driver_probe()Jingoo Han2013-03-081-12/+1
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-103-7/+6
|\ \ \
| * | | virtio-net: fix the race between channels setting and refillJason Wang2013-07-041-4/+1
| * | | virtio_balloon: leak_balloon(): only tell host if we got pages deflatedLuiz Capitulino2013-07-021-1/+2
| * | | virtio-pci: fix leaks of msix_affinity_masksAndrew Vagin2013-07-021-2/+3
| * | | Fix comment typo "CONFIG_PAE"Paul Bolle2013-07-021-1/+1
* | | | Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-07-102-225/+415
|\ \ \ \
| * | | | vfio/type1: Fix leak on error pathAlex Williamson2013-07-011-5/+8
| * | | | vfio: Limit group opensAlex Williamson2013-06-261-0/+14
| * | | | vfio/type1: Fix missed frees and zero sized removesAlex Williamson2013-06-261-35/+42
| * | | | vfio: Provide module option to disable vfio_iommu_type1 hugepage supportAlex Williamson2013-06-211-0/+11
| * | | | vfio: hugepage support for vfio_iommu_type1Alex Williamson2013-06-211-185/+338