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-06-1624-123/+8617
|\
| * USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre2009-06-151-8/+8
| * USB: Add Intel Langwell USB Device Controller driverXiaochen Shen2009-06-155-0/+3631
| * USB: gadget: add USB Audio Gadget driverBryan Wu2009-06-156-0/+1400
| * USB: Gadget driver for Samsung HS/OtG blockBen Dooks2009-06-153-0/+3284
| * USB: gadget: Add i.MX3x support to the fsl_usb2_udc driverGuennadi Liakhovetski2009-06-155-24/+164
| * USB: gadget : Fix RNDIS code to pass USB Compliance tests (USBCV) with g_etherMaulik Mankad2009-06-151-1/+3
| * USB: gadget: imx_udc: don't queue more data when zlp is to be sentDaniel Glöckner2009-06-151-0/+7
| * USB: gadget: g_serial: append zlp when tx buffer becomes emptyDaniel Glöckner2009-06-151-0/+1
| * USB: imx_udc: fix leak in imx_ep_alloc_request()Daniel Mack2009-06-151-2/+5
| * USB: g_file_storage: use the "unaligned" accessorsAlan Stern2009-06-151-51/+42
| * USB: pxa27x_udc: single-thread setup requestsRobert Jarzmik2009-06-152-15/+37
| * USB: pxa27x_udc: compatibility with pxa320 SoCRobert Jarzmik2009-06-152-2/+13
| * USB: pxa27x_udc: introduce pxa27x_clear_otgph()David Brownell2009-06-151-3/+7
| * USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-151-8/+6
| * USB: Goku-S: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-151-3/+3
| * USB: at91_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-151-2/+2
| * USB: atmel_usba_udc: use helper functions to determine endpoint type and dire...Matthias Kaehlcke2009-06-151-2/+2
| * USB: ci13xxx_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-151-3/+3
* | usb: gadget: at91_udc: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-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/+4
* | f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont2009-06-021-8/+2
* | 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-081-3/+3
* USB: gadget: omap_udc uses platform_driver_probe()David Brownell2009-04-231-2/+1
* 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/+4
* USB: Gadget: MIPS CI13xxx UDC bugfixesDavid Lopo2009-04-231-1/+3
* usb gadget: fix ethernet link reports to ethtoolJonathan McDowell2009-04-171-7/+1
* 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-261-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
| |\ \ \
| | * | | USB: pxa27x_udc: typo fixes and code cleanupsVernon Sauder2009-03-241-30/+24
| | * | | USB: gadget: gadget zero uses new suspend/resume hooksDavid Brownell2009-03-244-58/+74
| | * | | USB: gadget: composite device-level suspend/resume hooksDavid Brownell2009-03-241-2/+6
| | * | | USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman2009-03-241-1/+1
| | * | | USB: composite: avoid inconsistent lock stateFelipe Balbi2009-03-241-2/+3
| | * | | USB: replace uses of __constant_{endian}Harvey Harrison2009-03-2424-113/+113
| | * | | USB: add missing KERN_* constants to printksFrank Seidel2009-03-242-10/+14
| | * | | USB: imx_udc: Fix IMX UDC gadget general irq handlingDarius Augulis2009-03-242-65/+94
| | * | | USB: imx_udc: Fix IMX UDC gadget ep0 irq handlingDarius Augulis2009-03-241-6/+6
OpenPOWER on IntegriCloud