aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior18-137/+31
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior4-28/+13
2012-09-10usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior1-10/+11
2012-09-10usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior1-9/+11
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior3-12/+35
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior16-117/+84
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior17-28/+79
2012-09-10usb: gadget: move usb_gadget_controller_number() into a .c file and libcompositeSebastian Andrzej Siewior3-76/+96
2012-09-10usb: gadget: initialize the strings in tcm_usb_gadget properlySebastian Andrzej Siewior2-19/+28
2012-09-10usb: gadget: make g_printer enumerate againSebastian Andrzej Siewior1-63/+65
2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior11-137/+46
2012-09-10usb: gadget: make composite module options readonly onlySebastian Andrzej Siewior1-12/+8
2012-09-10usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move USB_BUFSIZ into global composite.hSebastian Andrzej Siewior2-7/+5
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior21-35/+9
2012-09-10usb: gadget: move global vars from epautoconf into struct usb_gadgetSebastian Andrzej Siewior1-21/+6
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior19-20/+5
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior20-18/+30
2012-09-10usb: gadget: pxa25x: make it compile with debug againSebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior17-61/+73
2012-09-10staging: ccg: include all sourced filesSebastian Andrzej Siewior20-15/+15072
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior5-10/+16
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior18-24/+36
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-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: 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-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
2012-08-23usb composite: fix locking in usb_function_activateMichael Grzeschik1-2/+3