summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)Author
2012-09-06usb: gadget: dummy_hcd: add support for USB_DT_BOS on rhSebastian Andrzej Siewior
2012-09-06usb: gadget: dummy_hcd: fixup error probe pathSebastian Andrzej Siewior
2012-09-06usb: gadget: s3c-hsotg.c: fix error return codeJulia Lawall
2012-09-06usb: dwc3: ep0: correct cache sync issue in case of ep0_bouncedPratyush Anand
2012-09-06usb: gadget: add multiple definition guardsAndrzej Pietrasiewicz
2012-09-05Merge tag 'for-usb-linus-2012-09-05' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2012-09-05usb: remove libusualSebastian Andrzej Siewior
2012-09-05USB: cp210x: remove useless set memory to zero use memset()Wei Yongjun
2012-09-05USB: add device quirk for Joss Optical touchboardAlan Stern
2012-09-05USB: ohci-at91: fix PIO handling in relation with number of portsNicolas Ferre
2012-09-05USB: FHCI: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-09-05usb: cdc-acm: remove duplicated include from cdc-acm.cWei Yongjun
2012-09-05drivers/usb/gadget/lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall
2012-09-05drivers/usb/host/ohci-nxp.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall
2012-09-05usb: ohci: Fix Kconfig dependency on USB_ISP1301Roland Stigge
2012-09-05usb: renesas_usbhs: fixup DMA transport data alignmentKuninori Morimoto
2012-09-05powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu
2012-09-05USB: mos7720: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun
2012-09-05usb: renesas_usbhs: modify the irq handler for sharing irqShimoda, Yoshihiro
2012-09-05USB: isp1301: Remove unused static array and defineRoland Stigge
2012-09-05usb host: fix spelling of provides in KconfigPeter Meerwald
2012-09-05USB: ftdi_sio: PID for NZR SEM 16+ USBHorst Schirmeier
2012-09-05USB: ftdi-sio: add support for more Physik Instrumente devicesÉric Piel
2012-09-05usb: host: xhci: fix compilation error for non-PCI based stacksMoiz Sonasath
2012-09-05usb: host: xhci-plat: use ioremap_nocacheRuchika Kharwar
2012-09-05usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes
2012-09-05xhci: Make handover code more robustMatthew Garrett
2012-09-05xhci: Fix a logical vs bitwise AND bugDan Carpenter
2012-09-05usb: move phy driver from mach-tegra to drivers/usbVenu Byravarasu
2012-09-05usb: gadget: bcm63xx UDC driverKevin Cernekee
2012-09-04Intel xhci: Only switch the switchable portsKeng-Yu Lin
2012-09-04xhci: Recognize USB 3.0 devices as superspeed at powerupManoj Iyer
2012-09-03usb: gadget: s3c-hsotg: Use devm_clk_get functionSachin Kamat
2012-09-03usb: gadget: s3c-hsudc: Replace 0 with NULL for pointersSachin Kamat
2012-09-03usb: gadget: s3c-hsudc: Add missing braces around sizeofSachin Kamat
2012-09-03usb: gadget: s3c-hsudc: Use devm_* functionsSachin Kamat
2012-08-31usb: musb: core: fix kernel-doc of musb_init_controller()Sergei Shtylyov
2012-08-31usb: gadget: remove duplicated include from pxa25x_udc.cWei Yongjun
2012-08-31usb: gadget: lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz
2012-08-31usb: gadget: s3c2410_udc: Do not use integer for NULLSachin Kamat
2012-08-31usb: gadget: s3c2410_udc: Move assignment outside if conditionSachin Kamat
2012-08-31usb: gadget: s3c2410_udc: Silence checkpatch errors and warningsSachin Kamat
2012-08-31usb: gadget: s3c2410_udc: Use pr_* and dev_err functionsSachin Kamat
2012-08-31usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>Sachin Kamat
2012-08-31usb: gadget: dummy-hcd: remember to update driver pointerAlan Stern
2012-08-31usb: gadget: lpc32xx_udc: Support multiple controllersRoland Stigge
2012-08-31usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptorRoland Stigge
2012-08-31usb: gadget: lpc32xx_udc: Port to new start/stop interfaceRoland Stigge
2012-08-31usb: dwc3: set up burst size only superspeed modeChanho Park