aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2012-05-04usb: gadget: Update pxa25x_udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2-15/+12
2012-05-04usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz2-11/+9
2012-05-04usb: gadget: Update mv_udc to use usb_endpoint_descriptor inside the struct u...Ido Shayevitz2-11/+9
2012-05-04usb: gadget: Update m66592-udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2-6/+6
2012-05-04usb: gadget: Update langwell_udc to use usb_endpoint_descriptor inside the st...Ido Shayevitz2-19/+17
2012-05-04usb: gadget: Update goku_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz2-11/+10
2012-05-04usb: gadget: Update fusb300_udc to use usb_endpoint_descriptor inside the str...Ido Shayevitz2-3/+2
2012-05-04usb: gadget: Update fsl_udc_core to use usb_endpoint_descriptor inside the st...Ido Shayevitz2-14/+12
2012-05-04usb: gadget: Update fsl_qe_udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2-11/+9
2012-05-04usb: gadget: Update atmel_usba_udc to use usb_endpoint_descriptor inside the ...Ido Shayevitz2-13/+12
2012-05-04usb: gadget: Update at91_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz2-11/+7
2012-05-04usb: gadget: Update amd5536udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2-8/+6
2012-05-04usb: gadget: Update ci13xxx_udc to use usb_endpoint_descriptor inside the str...Ido Shayevitz2-9/+7
2012-05-04usb: gadget: use module_pci_driverAxel Lin5-72/+5
2012-05-01USB: gadget driver for LPC32xxRoland Stigge4-0/+3553
2012-04-27USB: ci13xxx_udc.c: remove err() usageGreg Kroah-Hartman1-16/+19
2012-04-27Merge tag 'fixes-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-5/+4
2012-04-27usb: gadget: udc-core: fix incompatibility with dummy-hcdAlan Stern1-1/+1
2012-04-27usb: gadget: udc-core: fix wrong call orderFelipe Balbi1-1/+1
2012-04-24usb gadget: uvc: uvc_request_data::length field must be signedLaurent Pinchart2-2/+2
2012-04-23Merge 3.4-rc4 into tty-nextGreg Kroah-Hartman1-27/+24
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman3-6/+35
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2012-04-19Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab18-29/+51
2012-04-19usb: gadget: dummy: do not call pullup() on udc_stop()Felipe Balbi1-1/+0
2012-04-18Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman1-1/+0
2012-04-18usb: Fix various typo within usbMasanari Iida1-1/+1
2012-04-18fsl/usb: Add controller version based ULPI and UTMI phy supportRamneek Mehresh2-5/+34
2012-04-17USB: gadget/at91_udc: add gpio_to_irq() function to vbus interruptNicolas Ferre1-4/+4
2012-04-16Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman7-23/+37
2012-04-12USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern2-2/+2
2012-04-10[media] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buf...Bhupesh Sharma1-3/+1
2012-04-10usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz1-1/+1
2012-04-10usb: gadget: uvc: Remove non-required locking from 'uvc_queue_next_buffer' ro...Bhupesh Sharma1-3/+1
2012-04-10usb: gadget: rndis: fix Missing req->context assignmentLukasz Majewski1-0/+1
2012-04-10usb: gadget: udc-core: fix asymmetric calls in remove_driverKishon Vijay Abraham I1-1/+1
2012-04-10usb: gadget: FunctionFS: make module init & exit __init & __exitAndrzej Pietrasiewicz1-2/+2
2012-04-10usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)Andrzej Pietrasiewicz1-0/+1
2012-04-10usb: s3c-hsotg: Fix big buffers transfer in DMA modeAnton Tikhomirov1-1/+1
2012-04-10usb: s3c-hsotg: Avoid TxFIFO corruption in DMA modeAnton Tikhomirov1-1/+2
2012-04-10usb: s3c-hsotg: Fix maximum patcket size setting for EP0Anton Tikhomirov1-4/+6
2012-04-10usb: s3c-hsotg: Fix TX FIFOs allocationAnton Tikhomirov1-1/+1
2012-04-10usb: fsl_udc_core: prime status stage once data stage has primedPeter Chen1-9/+16
2012-04-10usb: gadget: udc-core: stop UDC on device-initiated disconnectFelipe Balbi1-0/+4
2012-04-09TTY: usb/u_serial use close_wait from tty_portJiri Slaby1-5/+2
2012-04-09TTY: usb/u_serial, use tty from tty_portJiri Slaby1-10/+9
2012-04-09TTY: usb/u_serial, add tty_portJiri Slaby1-12/+13
2012-04-08Merge branch 'master' into for-nextJiri Kosina56-715/+2795
2012-04-08Merge 3.2-rc1 into usb-linusGreg Kroah-Hartman1-1/+0
2012-04-06USB: remove compile warning on gadget/inode.cMichael BRIGHT1-1/+0