aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/ehci-mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Revert "usb: host: ehci: Use dma_pool_zalloc()"Greg Kroah-Hartman1-1/+2
2018-02-22usb: host: ehci: Use dma_pool_zalloc()Souptick Joarder1-2/+1
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-23usb: ehci: use bus->sysdev for DMA configurationPeter Chen1-6/+6
2015-12-01USB-EHCI: Delete unnecessary checks before the function call "dma_pool_destroy"Markus Elfring1-13/+5
2014-07-09USB: EHCI: don't allocate hardware periodic table atomically by defaultVladimir Zapolskiy1-1/+1
2013-10-19USB: EHCI: fix sparse errorsAlan Stern1-2/+2
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei1-0/+1
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern1-1/+0
2012-07-16USB: EHCI: don't refcount QHsAlan Stern1-21/+3
2010-11-16USB: EHCI: AMD periodic frame list table quirkAndiry Xu1-2/+24
2010-10-22USB: add USB EHCI support for MPC5121 SoCAnatolij Gustschin1-1/+1
2010-04-22USB: EHCI: defer reclamation of siTDsAlan Stern1-1/+1
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du1-9/+17
2009-02-27USB: EHCI: slow down ITD reuseKarsten Wiese1-0/+1
2007-08-20Revert "USB: EHCI cpufreq fix"Linus Torvalds1-3/+0
2007-07-12USB: ehci refcounts work on ppc7448David Brownell1-5/+6
2007-07-12USB: EHCI support for big-endian descriptorsStefan Roese1-6/+7
2007-07-12USB: EHCI cpufreq fixStuart_Hayes@Dell.com1-0/+3
2006-09-27USB: EHCI whitespace fixes (cosmetic)David Brownell1-7/+7
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-7/+3
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern1-1/+0
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-3/+3
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+237