aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior18-18/+18
2012-09-10usb: gadget: remove __devexit in f_uac2Sebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior1-4/+6
2012-09-10staging: ccg: Add a note about compatibility issues.Sebastian Andrzej Siewior1-0/+5
2012-09-07USB: PLAT_ORION fulfils USB_ARCH_HAS_EHCIAndrew Lunn1-0/+1
2012-09-06usb: twl4030: Add device tree support for twl4030 usbKishon Vijay Abraham I1-6/+20
2012-09-06usb: twl6030: Add dt support for twl6030 usbKishon Vijay Abraham I1-13/+26
2012-09-06usb: otg: make twl6030_usb as a comparator driver to omap_usb2Kishon Vijay Abraham I2-101/+19
2012-09-06usb: phy: add a new driver for omap usb2 phyKishon Vijay Abraham I3-0/+281
2012-09-05usb: remove libusualSebastian Andrzej Siewior20-326/+42
2012-09-05block: remove the deprecated ub driverCong Wang3-2487/+0
2012-09-05USB: cp210x: remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2012-09-05USB: FHCI: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-09-05usb: cdc-acm: remove duplicated include from cdc-acm.cWei Yongjun1-1/+0
2012-09-05drivers/usb/gadget/lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-09-05drivers/usb/host/ohci-nxp.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-09-05usb: ohci: Fix Kconfig dependency on USB_ISP1301Roland Stigge1-1/+1
2012-09-05usb: renesas_usbhs: fixup DMA transport data alignmentKuninori Morimoto1-2/+2
2012-09-05powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu2-18/+41
2012-09-05USB: mos7720: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun1-2/+2
2012-09-05usb: renesas_usbhs: modify the irq handler for sharing irqShimoda, Yoshihiro1-3/+22
2012-09-05USB: isp1301: Remove unused static array and defineRoland Stigge1-6/+0
2012-09-05usb host: fix spelling of provides in KconfigPeter Meerwald1-2/+2
2012-09-05usb: move phy driver from mach-tegra to drivers/usbVenu Byravarasu3-6/+848
2012-09-05usb: gadget: bcm63xx UDC driverKevin Cernekee4-0/+2479
2012-09-03usb: gadget: s3c-hsotg: Use devm_clk_get functionSachin Kamat1-3/+1
2012-09-03usb: gadget: s3c-hsudc: Replace 0 with NULL for pointersSachin Kamat1-4/+4
2012-09-03usb: gadget: s3c-hsudc: Add missing braces around sizeofSachin Kamat1-1/+1
2012-09-03usb: gadget: s3c-hsudc: Use devm_* functionsSachin Kamat1-32/+9
2012-08-31usb: musb: core: fix kernel-doc of musb_init_controller()Sergei Shtylyov1-3/+3
2012-08-31usb: gadget: remove duplicated include from pxa25x_udc.cWei Yongjun1-1/+0
2012-08-31usb: gadget: lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz7-55/+5
2012-08-31usb: gadget: s3c2410_udc: Do not use integer for NULLSachin Kamat1-1/+1
2012-08-31usb: gadget: s3c2410_udc: Move assignment outside if conditionSachin Kamat1-2/+4
2012-08-31usb: gadget: s3c2410_udc: Silence checkpatch errors and warningsSachin Kamat1-64/+60
2012-08-31usb: gadget: s3c2410_udc: Use pr_* and dev_err functionsSachin Kamat1-5/+7
2012-08-31usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>Sachin Kamat1-1/+1
2012-08-31usb: gadget: dummy-hcd: remember to update driver pointerAlan Stern1-0/+2
2012-08-31usb: gadget: lpc32xx_udc: Support multiple controllersRoland Stigge1-26/+29
2012-08-31usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptorRoland Stigge1-16/+7
2012-08-31usb: gadget: lpc32xx_udc: Port to new start/stop interfaceRoland Stigge1-35/+14
2012-08-31usb: dwc3: set up burst size only superspeed modeChanho Park1-2/+8
2012-08-31usb: dwc3: core: memory ordering fix in closeOliver Neukum1-0/+1
2012-08-27Merge v3.6-rc3 into usb-nextGreg Kroah-Hartman374-2318/+5327
2012-08-23usb: renesas_usbhs: modify the irq handler for sharing irqShimoda, Yoshihiro1-3/+22
2012-08-23usb: gadget: use %pm to print mac addressesAndy Shevchenko3-12/+3
2012-08-23usb: gadget: udc-core: Race between disconnect/unbind and setupKevin Cernekee1-1/+1
2012-08-23usb: gadget: use native print_hex_dump_bytes()Andy Shevchenko1-20/+2
2012-08-23usb: gadget: s3c-hsotg: fix core reset timeout failureDu, Changbin1-2/+2