aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/imx21-dbg.c
Commit message (Collapse)AuthorAge
* usb: kill DEBUG compile optionOliver Neukum2013-12-03
| | | | | | | | | | In the drivers that no longer need it, it is removed. It is removed from the Makefile. Drivers not fully converted to dynamic debug have it shifted down into the individual drivers. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* usb: Fix typo in imx21-dbg.cMasanari Iida2012-02-13
| | | | | | | Correct spelling "alocate" to "allocate" in drivers/usb/host/imx21-dbg.c Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* treewide: fix a few typos in commentsJustin P. Mattock2011-05-10
| | | | | | | | | | - kenrel -> kernel - whetehr -> whether - ttt -> tt - sss -> ss Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* USB: MXC: Add i.MX21 specific USB host controller driver.Martin Fuzzey2010-03-02
This driver is a Full / Low speed only USB host for the i.MX21. Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>