summaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-sdma.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-21Revert "USB: quatech2: only write to the tty if the port is open."Bill Pemberton1-5/+2
2013-03-21USB: EHCI: fix regression in QH unlinkingAlan Stern1-1/+1
2013-03-19usb: ehci-s5p: Use devm for requesting ehci_vbus_gpioDoug Anderson1-5/+6
2013-03-19USB: EHCI: don't turn on PORT_SUSPEND during port resumeAlan Stern1-6/+5
2013-03-19USB: EHCI: reorganize ehci_iaa_watchdog()Alan Stern1-28/+25
2013-03-19USB: EHCI: improve use of per-port status-change bitsAlan Stern2-6/+7
2013-03-19USB: EHCI: decrease schedule-status poll timeoutAlan Stern1-4/+4
2013-03-18USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov1-2/+2
2013-03-15USB: EHCI: fix regression during bus resumeAlan Stern3-1/+15
2013-03-15usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 playerDmitry Artamonow1-0/+7
2013-03-15USB: xhci: correctly enable interruptsHannes Reinecke2-10/+16
2013-03-15USB: ehci-omap: Get rid of omap_ehci_init()Roger Quadros1-20/+1
2013-03-15USB: ehci-omap: Fix detection in HSIC modeRoger Quadros1-17/+15
2013-03-15USB: ehci-omap: Try to get PHY even if not in PHY modeRoger Quadros1-3/+4
2013-03-15USB: ehci-omap: Add device tree support and binding informationRoger Quadros2-1/+68
2013-03-15USB: ohci-omap3: Add device tree support and binding informationRoger Quadros2-0/+34
2013-03-15USB: ohci-omap3: Get platform resources by index rather than by nameRoger Quadros1-3/+2
2013-03-15USB: ehci-omap: Get platform resources by index rather than by nameRoger Quadros1-3/+2
2013-03-15USB: ehci-omap: Select NOP USB transceiver driverRoger Quadros1-0/+1
2013-03-15USB: ehci-omap: Remove PHY regulator handling codeRoger Quadros1-34/+0
2013-03-15USB: ehci-omap: Remove PHY reset handling codeRoger Quadros1-62/+10
2013-03-15USB: ehci-omap: Use PHY APIs to get the PHY device and put it out of suspendRoger Quadros1-14/+62
2013-03-15USB: ehci-omap: Use devm_ioremap_resource()Roger Quadros1-16/+5
2013-03-15USB: EHCI: split ehci-omap out to a separate driverAlan Stern4-48/+37
2013-03-15usb: misc: sisusbvga: Avoid NULL pointer dereference from sisusbColin Ian King1-1/+1
2013-03-15driver: usb: storage: remove cast for kmalloc return valueZhang Yanfei1-2/+1
2013-03-15USB: misc: usb3503: use module_i2c_driver to simplify the codeWei Yongjun1-12/+1
2013-03-15usb: Use resource_size functionPaul Vlase1-1/+1
2013-03-15USB: cdc-acm: Remove obsolete predefined speeds arraySamuel Tardieu1-8/+0
2013-03-15usb: serial: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-03-15USB: fix trivial usb_device kernel-doc errorsNishanth Menon1-3/+1
2013-03-15usb: storage: onetouch: tighten a range checkDan Carpenter1-2/+2
2013-03-15USB: remove incorrect __exit markupsDmitry Torokhov7-12/+12
2013-03-15usb/serial: Remove unnecessary check for consolePeter Hurley1-9/+5
2013-03-15usb: host: ehci-mxc: Remove dev_info on probeFabio Estevam1-2/+0
2013-03-15usb: host: ehci-mxc: Remove unneeded header fileFabio Estevam1-4/+0
2013-03-15usb: chipidea: usbmisc_imx6q: Staticize usbmisc_imx6q_drv_init/exit()Fabio Estevam1-2/+2
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian3-0/+12
2013-03-15mm/fremap.c: fix possible oops on error pathMichel Lespinasse1-3/+2
2013-03-14Staging: ccg: remove it from the buildGreg Kroah-Hartman2-3/+0
2013-03-14list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney1-1/+3
2013-03-13idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo1-13/+25
2013-03-13UAPI: fix endianness conditionals in M32R's asm/stat.hDavid Howells1-2/+2
2013-03-13UAPI: fix endianness conditionals in linux/raid/md_p.hDavid Howells1-2/+4
2013-03-13UAPI: fix endianness conditionals in linux/acct.hDavid Howells1-2/+4
2013-03-13UAPI: fix endianness conditionals in linux/aio_abi.hDavid Howells1-2/+2
2013-03-13decompressors: fix typo "POWERPC"Paul Bolle1-1/+1
2013-03-13mm/fremap.c: fix oops on error pathAndrew Morton1-2/+4
2013-03-13idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2-52/+55
2013-03-13tidspbridge: convert to idr_alloc()Tejun Heo1-44/+26