aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/imx21-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-13usb: host: imx21-hcd: Remove the driverFabio Estevam1-1933/+0
2020-07-09usb: host: imx21-hcd: Demote function header which is clearly not kerneldocLee Jones1-1/+1
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2017-11-07USB: host: imx21: 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-08-31usb: imx21-hcd: make imx21_hc_driver constBhumika Goyal1-1/+1
2017-08-10usb: imx21-hcd: fix error return code in imx21_probe()Gustavo A. R. Silva1-2/+4
2015-04-03imx21-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25imx21-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+2
2014-11-03USB: imx21-hcd: use %pad for dma_addr_tJingoo Han1-3/+3
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-12-03usb: host: Remove superfluous name castsGeert Uytterhoeven1-1/+1
2013-12-03usb: kill DEBUG compile optionOliver Neukum1-0/+4
2013-09-25USB: iMX21: accept very late isochronous URBsAlan Stern1-4/+4
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-1/+1
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