aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-40/+46
2009-07-12USB: gadget audio: select SND_PCMRandy Dunlap1-0/+1
2009-07-12USB: RNDIS gadget, fix issues talking from PXADavid Brownell1-5/+6
2009-07-12USB: gadget: pxa25x compiler warning fixDavid Brownell1-0/+2
2009-07-12USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel1-11/+11
2009-07-12USB: gadget: rndis conformance tweakQiuping Chen1-0/+2
2009-07-12USB: gadget: audio: provide correct device idGreg Kroah-Hartman1-3/+3
2009-07-12USB: gadget: fix imx_udc entry in KconfigPaulius Zaleckas1-21/+21
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-3/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds24-123/+8617
2009-06-15USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre1-8/+8
2009-06-15USB: Add Intel Langwell USB Device Controller driverXiaochen Shen5-0/+3631
2009-06-15USB: gadget: add USB Audio Gadget driverBryan Wu6-0/+1400
2009-06-15USB: Gadget driver for Samsung HS/OtG blockBen Dooks3-0/+3284
2009-06-15USB: gadget: Add i.MX3x support to the fsl_usb2_udc driverGuennadi Liakhovetski5-24/+164
2009-06-15USB: gadget : Fix RNDIS code to pass USB Compliance tests (USBCV) with g_etherMaulik Mankad1-1/+3
2009-06-15USB: gadget: imx_udc: don't queue more data when zlp is to be sentDaniel Glöckner1-0/+7
2009-06-15USB: gadget: g_serial: append zlp when tx buffer becomes emptyDaniel Glöckner1-0/+1
2009-06-15USB: imx_udc: fix leak in imx_ep_alloc_request()Daniel Mack1-2/+5
2009-06-15USB: g_file_storage: use the "unaligned" accessorsAlan Stern1-51/+42
2009-06-15USB: pxa27x_udc: single-thread setup requestsRobert Jarzmik2-15/+37
2009-06-15USB: pxa27x_udc: compatibility with pxa320 SoCRobert Jarzmik2-2/+13
2009-06-15USB: pxa27x_udc: introduce pxa27x_clear_otgph()David Brownell1-3/+7
2009-06-15USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-8/+6
2009-06-15USB: Goku-S: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-3/+3
2009-06-15USB: at91_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-2/+2
2009-06-15USB: atmel_usba_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-2/+2
2009-06-15USB: ci13xxx_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-3/+3
2009-06-15usb: gadget: at91_udc: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-2/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-02usb: gadget: f_phonet: fix memory allocation sizesRémi Denis-Courmont1-5/+4
2009-06-02f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont1-8/+2
2009-06-02f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callbackRémi Denis-Courmont1-1/+1
2009-05-28USB: atmel_usb_udc: Use kzalloc() to allocate ep structuresHaavard Skinnemoen1-1/+1
2009-05-28USB: atmel-usba-udc : fix control out requests.Martin Fuzzey1-1/+2
2009-05-08USB: Gadget: fix UTF conversion in the usbstring libraryAlan Stern1-3/+3
2009-04-23USB: gadget: omap_udc uses platform_driver_probe()David Brownell1-2/+1
2009-04-23USB: ci13xxx_udc: fix build errorMatthias Kaehlcke1-0/+1
2009-04-23USB: g_file_storage: fix use-after-free bug when closing filesAlan Stern1-16/+4
2009-04-23USB: Gadget: MIPS CI13xxx UDC bugfixesDavid Lopo1-1/+3
2009-04-17usb gadget: fix ethernet link reports to ethtoolJonathan McDowell1-7/+1
2009-04-05Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds1-7/+7
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into avr32-archHaavard Skinnemoen37-421/+749
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller34-349/+640
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds34-342/+634
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-3/+3
2009-03-26atmel-usba-udc: use gpio_is_valid() to check vbus_pin I/O lineHans-Christian Egtvedt1-7/+7