summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2-44/+60
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger1-1/+2
2009-08-24usb: gadget: m66592-udc needs linux/err.h.Paul Mundt1-1/+1
2009-08-21usb: r8a66597-udc: implement the set_wedge methodYoshihiro Shimoda2-2/+27
2009-08-20usb: r8a66597-udc disable interrupts on shutdown fixMagnus Damm1-0/+9
2009-08-20usb: r8a66597-udc buffer management updateMagnus Damm2-22/+11
2009-08-20usb: add clock support to r8a66597 gadget driverMagnus Damm2-3/+41
2009-08-20usb: gadget: R8A66597 peripheral controller support.Yoshihiro Shimoda5-0/+1911
2009-08-13f_phonet: use page-sized rather than MTU-sized RX buffersRémi Denis-Courmont1-26/+51
2009-08-13f_phonet: lock-less MTU changeRémi Denis-Courmont1-12/+2
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-43/+46
2009-07-23usb: m66592-udc platform data on_chip supportMagnus Damm3-159/+192
2009-07-19Merge branches 'sh/hwblk' and 'sh/platform-updates'Paul Mundt8-43/+46
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-40/+46
2009-07-13USB: gadget audio: select SND_PCMRandy Dunlap1-0/+1
2009-07-13USB: RNDIS gadget, fix issues talking from PXADavid Brownell1-5/+6
2009-07-13USB: gadget: pxa25x compiler warning fixDavid Brownell1-0/+2
2009-07-13USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel1-11/+11
2009-07-13USB: gadget: rndis conformance tweakQiuping Chen1-0/+2
2009-07-13USB: gadget: audio: provide correct device idGreg Kroah-Hartman1-3/+3
2009-07-13USB: gadget: fix imx_udc entry in KconfigPaulius Zaleckas1-21/+21
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-3/+0
2009-07-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2-4/+4
2009-07-04usb: m66592-udc buffer management updateMagnus Damm2-23/+12
2009-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds24-123/+8617
2009-06-16USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre1-8/+8
2009-06-16USB: Add Intel Langwell USB Device Controller driverXiaochen Shen5-0/+3631
2009-06-16USB: gadget: add USB Audio Gadget driverBryan Wu6-0/+1400
2009-06-16USB: Gadget driver for Samsung HS/OtG blockBen Dooks3-0/+3284
2009-06-16USB: gadget: Add i.MX3x support to the fsl_usb2_udc driverGuennadi Liakhovetski5-24/+164
2009-06-16USB: gadget : Fix RNDIS code to pass USB Compliance tests (USBCV) with g_etherMaulik Mankad1-1/+3
2009-06-16USB: gadget: imx_udc: don't queue more data when zlp is to be sentDaniel Glöckner1-0/+7
2009-06-16USB: gadget: g_serial: append zlp when tx buffer becomes emptyDaniel Glöckner1-0/+1
2009-06-16USB: imx_udc: fix leak in imx_ep_alloc_request()Daniel Mack1-2/+5
2009-06-16USB: g_file_storage: use the "unaligned" accessorsAlan Stern1-51/+42
2009-06-16USB: pxa27x_udc: single-thread setup requestsRobert Jarzmik2-15/+37
2009-06-16USB: pxa27x_udc: compatibility with pxa320 SoCRobert Jarzmik2-2/+13
2009-06-16USB: pxa27x_udc: introduce pxa27x_clear_otgph()David Brownell1-3/+7
2009-06-16USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-8/+6
2009-06-16USB: Goku-S: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-3/+3
2009-06-16USB: at91_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-2/+2
2009-06-16USB: atmel_usba_udc: use helper functions to determine endpoint type and dire...Matthias Kaehlcke1-2/+2
2009-06-16USB: ci13xxx_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-3/+3
2009-06-16usb: 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...David 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