aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/imx21-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-30USB: IMX21: upgrade the isochronous APIAlan Stern1-17/+26
2013-01-11usb: imx21-hcd: Include missing linux/module.hFabio Estevam1-0/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-06-12usb: imx21-hcd.c: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam1-3/+3
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-12/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin1-12/+1
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2011-02-04USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell1-2/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-10-22USB: imx21-hcd - fix off by one resource size calculationAxel Lin1-1/+1
2010-10-22USB: imx21-hcd accept arbitary transfer buffer alignement.Martin Fuzzey1-33/+163
2010-10-22USB: imx21-hcd: Fix isochronous endpoint idleMartin Fuzzey1-17/+39
2010-10-22USB: imx21-hcd: refactor hardware data memory managementMartin Fuzzey1-14/+16
2010-10-22USB: imx21-hcd: remove unused variableMartin Fuzzey1-2/+0
2010-08-11Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-08-10usb: imx21-hcd: set task state with schedule_timeout_uninterruptible()Kulikov Vasiliy1-1/+1
2010-08-09Fix spelling fuction -> function in commentsStefan Weil1-2/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB: MXC: Add i.MX21 specific USB host controller driver.Martin Fuzzey1-0/+1789