summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2013-07-23USB: gadget: fix up commentGreg Kroah-Hartman
2013-07-23USB: phy: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman
2013-07-23USB: phy: remove custom DBG macroGreg Kroah-Hartman
2013-07-23USB: usbatm: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman
2013-07-23USB: usbatm: move the atm_dbg() call to use dynamic debugGreg Kroah-Hartman
2013-07-23USB: usbatm: don't rely on CONFIG_USB_DEBUGGreg Kroah-Hartman
2013-07-23USB: usbatm: remove unneeded trace printk callsGreg Kroah-Hartman
2013-07-23USB: usbatm: remove unused UDSL_ASSERT macroGreg Kroah-Hartman
2013-07-23USB: ti_usb_3410_5052: remove vendor/product module parametersJohan Hovold
2013-07-23USB: ti_usb_3410_5052: remove unused wait queueJohan Hovold
2013-07-23USB: ti_usb_3410_5052: kill private fifoJohan Hovold
2013-07-23USB: safe_serial: remove vendor/product module parametersJohan Hovold
2013-07-23USB: mos7840: remove broken chase implementationJohan Hovold
2013-07-23USB: io_ti: move port initialisation to probeJohan Hovold
2013-07-23USB: io_ti: kill private fifoJohan Hovold
2013-07-23USB: io_edgeport: remove unused definesJohan Hovold
2013-07-23USB: ftdi_sio: remove unused definesJohan Hovold
2013-07-23USB: ftdi_sio: remove vendor/product module parametersJohan Hovold
2013-07-23USB: ftdi_sio: remove redundant raise of DTR/RTS at openJohan Hovold
2013-07-23USB: ftdi_sio: clean up device initialisationJohan Hovold
2013-07-23USB: oti6858: do not call set_termios with uninitialised dataJohan Hovold
2013-07-23USB: pl2303: remove debugging noiseJohan Hovold
2013-07-23USB: pl2303: clean up set_termiosJohan Hovold
2013-07-23USB: pl2303: clean up baud-rate handlingJohan Hovold
2013-07-23USB: pl2303: refactor baud-rate handlingJohan Hovold
2013-07-23USB: console: remove unnecessary operations testJohan Hovold
2013-07-23USB: console: use dev_dbgJohan Hovold
2013-07-23USB: serial: set drain delay at port probeJohan Hovold
2013-07-23USB: serial: clean up dtr_rtsJohan Hovold
2013-07-23USB: serial: remove hupping check from tiocmiwaitJohan Hovold
2013-07-23USB: serial: remove defensive test from set_termiosJohan Hovold
2013-07-23USB: misc: remove CONFIG_USB_DEBUG from MakefileGreg Kroah-Hartman
2013-07-23USB: adutux: remove direct calls to printk()Greg Kroah-Hartman
2013-07-23USB: adutux: remove custom debug macro and module parameterGreg Kroah-Hartman
2013-07-23USB: adutux: remove custom debug macroGreg Kroah-Hartman
2013-07-23USB: adutux: remove unneeded tracing macrosGreg Kroah-Hartman
2013-07-23USB: legotower: remove direct calls to printk()Greg Kroah-Hartman
2013-07-23USB: legotower: remove custom debug macro and module parameterGreg Kroah-Hartman
2013-07-23USB: legousbtower: remove custom debug macroGreg Kroah-Hartman
2013-07-23USB: legotower: remove unneeded tracing macrosGreg Kroah-Hartman
2013-07-23USB: ldusb: remove custom dbg_info() macroGreg Kroah-Hartman
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds
2013-07-07target: make queue_tm_rsp() return voidJoern Engel
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook