summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-09-162-44/+60
|\
| * netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
| * usbnet: convert to netdev_tx_tStephen Hemminger2009-09-011-1/+2
| * f_phonet: use page-sized rather than MTU-sized RX buffersRémi Denis-Courmont2009-08-121-26/+51
| * f_phonet: lock-less MTU changeRémi Denis-Courmont2009-08-121-12/+2
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-128-43/+46
| |\
| * | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-052-4/+4
* | | usb: gadget: m66592-udc needs linux/err.h.Paul Mundt2009-08-241-1/+1
* | | usb: r8a66597-udc: implement the set_wedge methodYoshihiro Shimoda2009-08-212-2/+27
* | | usb: r8a66597-udc disable interrupts on shutdown fixMagnus Damm2009-08-201-0/+9
* | | usb: r8a66597-udc buffer management updateMagnus Damm2009-08-202-22/+11
* | | usb: add clock support to r8a66597 gadget driverMagnus Damm2009-08-202-3/+41
* | | usb: gadget: R8A66597 peripheral controller support.Yoshihiro Shimoda2009-08-205-0/+1911
* | | usb: m66592-udc platform data on_chip supportMagnus Damm2009-07-233-159/+192
| | |
| \ \
*-. \ \ Merge branches 'sh/hwblk' and 'sh/platform-updates'Paul Mundt2009-07-208-43/+46
|\ \ \ \ | | |/ / | |/| / | | |/
| | * 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-121-0/+1
| | | * USB: RNDIS gadget, fix issues talking from PXADavid Brownell2009-07-121-5/+6
| | | * USB: gadget: pxa25x compiler warning fixDavid Brownell2009-07-121-0/+2
| | | * USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel2009-07-121-11/+11
| | | * USB: gadget: rndis conformance tweakQiuping Chen2009-07-121-0/+2
| | | * USB: gadget: audio: provide correct device idGreg Kroah-Hartman2009-07-121-3/+3
| | | * USB: gadget: fix imx_udc entry in KconfigPaulius Zaleckas2009-07-121-21/+21
| | |/ | |/|
| | * headers: smp_lock.h reduxAlexey Dobriyan2009-07-123-3/+0
| |/
* | usb: m66592-udc buffer management updateMagnus Damm2009-07-052-23/+12
|/
* 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
OpenPOWER on IntegriCloud