summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-07-135-40/+46
|\
| * USB: gadget audio: select SND_PCMRandy Dunlap2009-07-131-0/+1
| * USB: RNDIS gadget, fix issues talking from PXADavid Brownell2009-07-131-5/+6
| * USB: gadget: pxa25x compiler warning fixDavid Brownell2009-07-131-0/+2
| * USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel2009-07-131-11/+11
| * USB: gadget: rndis conformance tweakQiuping Chen2009-07-131-0/+2
| * USB: gadget: audio: provide correct device idGreg Kroah-Hartman2009-07-131-3/+3
| * USB: gadget: fix imx_udc entry in KconfigPaulius Zaleckas2009-07-131-21/+21
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-123-3/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-1624-123/+8617
|\
| * USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre2009-06-161-8/+8
| * USB: Add Intel Langwell USB Device Controller driverXiaochen Shen2009-06-165-0/+3631
| * USB: gadget: add USB Audio Gadget driverBryan Wu2009-06-166-0/+1400
| * USB: Gadget driver for Samsung HS/OtG blockBen Dooks2009-06-163-0/+3284
| * USB: gadget: Add i.MX3x support to the fsl_usb2_udc driverGuennadi Liakhovetski2009-06-165-24/+164
| * USB: gadget : Fix RNDIS code to pass USB Compliance tests (USBCV) with g_etherMaulik Mankad2009-06-161-1/+3
| * USB: gadget: imx_udc: don't queue more data when zlp is to be sentDaniel Glöckner2009-06-161-0/+7
| * USB: gadget: g_serial: append zlp when tx buffer becomes emptyDaniel Glöckner2009-06-161-0/+1
| * USB: imx_udc: fix leak in imx_ep_alloc_request()Daniel Mack2009-06-161-2/+5
| * USB: g_file_storage: use the "unaligned" accessorsAlan Stern2009-06-161-51/+42Star
| * USB: pxa27x_udc: single-thread setup requestsRobert Jarzmik2009-06-162-15/+37
| * USB: pxa27x_udc: compatibility with pxa320 SoCRobert Jarzmik2009-06-162-2/+13
| * USB: pxa27x_udc: introduce pxa27x_clear_otgph()David Brownell2009-06-161-3/+7
| * USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-161-8/+6Star
| * USB: Goku-S: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-161-3/+3
| * USB: at91_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-161-2/+2
| * USB: atmel_usba_udc: use helper functions to determine endpoint type and dire...Matthias Kaehlcke2009-06-161-2/+2
| * USB: ci13xxx_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-161-3/+3
* | usb: gadget: at91_udc: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-161-3/+3
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-2/+3
|\
| * USB: atmel_usb_udc: Use kzalloc() to allocate ep structuresHaavard Skinnemoen2009-05-281-1/+1
| * USB: atmel-usba-udc : fix control out requests.Martin Fuzzey2009-05-281-1/+2
* | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* | usb: gadget: f_phonet: fix memory allocation sizesRémi Denis-Courmont2009-06-021-5/+4Star
* | f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont2009-06-021-8/+2Star
* | f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callbackRémi Denis-Courmont2009-06-021-1/+1
|/
* USB: Gadget: fix UTF conversion in the usbstring libraryAlan Stern2009-05-091-3/+3
* USB: gadget: omap_udc uses platform_driver_probe()David Brownell2009-04-231-2/+1Star
* USB: ci13xxx_udc: fix build errorMatthias Kaehlcke2009-04-231-0/+1
* USB: g_file_storage: fix use-after-free bug when closing filesAlan Stern2009-04-231-16/+4Star
* USB: Gadget: MIPS CI13xxx UDC bugfixesDavid Lopo2009-04-231-1/+3
* usb gadget: fix ethernet link reports to ethtoolJonathan McDowell2009-04-171-7/+1Star
* Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hs...Linus Torvalds2009-04-051-7/+7
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Haavard Skinnemoen2009-03-2737-421/+749
| |\
| * | atmel-usba-udc: use gpio_is_valid() to check vbus_pin I/O lineHans-Christian Egtvedt2009-03-261-7/+7
* | | trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
| |/ |/|
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-271-1/+6
|\ \
| * | Use f_lock to protect f_flagsJonathan Corbet2009-03-161-1/+6
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-2634-349/+640
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-03-2634-342/+634
| |\ \ \