aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2009-09-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger
2009-08-24usb: gadget: m66592-udc needs linux/err.h.Paul Mundt
2009-08-21usb: r8a66597-udc: implement the set_wedge methodYoshihiro Shimoda
2009-08-20usb: r8a66597-udc disable interrupts on shutdown fixMagnus Damm
2009-08-20usb: r8a66597-udc buffer management updateMagnus Damm
2009-08-20usb: add clock support to r8a66597 gadget driverMagnus Damm
2009-08-20usb: gadget: R8A66597 peripheral controller support.Yoshihiro Shimoda
2009-08-12f_phonet: use page-sized rather than MTU-sized RX buffersRémi Denis-Courmont
2009-08-12f_phonet: lock-less MTU changeRémi Denis-Courmont
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-23usb: m66592-udc platform data on_chip supportMagnus Damm
2009-07-20Merge branches 'sh/hwblk' and 'sh/platform-updates'Paul Mundt
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-07-12USB: gadget audio: select SND_PCMRandy Dunlap
2009-07-12USB: RNDIS gadget, fix issues talking from PXADavid Brownell
2009-07-12USB: gadget: pxa25x compiler warning fixDavid Brownell
2009-07-12USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel
2009-07-12USB: gadget: rndis conformance tweakQiuping Chen
2009-07-12USB: gadget: audio: provide correct device idGreg Kroah-Hartman
2009-07-12USB: gadget: fix imx_udc entry in KconfigPaulius Zaleckas
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-07-05usb: m66592-udc buffer management updateMagnus Damm
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-06-15USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre
2009-06-15USB: Add Intel Langwell USB Device Controller driverXiaochen Shen
2009-06-15USB: gadget: add USB Audio Gadget driverBryan Wu
2009-06-15USB: Gadget driver for Samsung HS/OtG blockBen Dooks
2009-06-15USB: gadget: Add i.MX3x support to the fsl_usb2_udc driverGuennadi Liakhovetski
2009-06-15USB: gadget : Fix RNDIS code to pass USB Compliance tests (USBCV) with g_etherMaulik Mankad
2009-06-15USB: gadget: imx_udc: don't queue more data when zlp is to be sentDaniel Glöckner
2009-06-15USB: gadget: g_serial: append zlp when tx buffer becomes emptyDaniel Glöckner
2009-06-15USB: imx_udc: fix leak in imx_ep_alloc_request()Daniel Mack
2009-06-15USB: g_file_storage: use the "unaligned" accessorsAlan Stern
2009-06-15USB: pxa27x_udc: single-thread setup requestsRobert Jarzmik
2009-06-15USB: pxa27x_udc: compatibility with pxa320 SoCRobert Jarzmik
2009-06-15USB: pxa27x_udc: introduce pxa27x_clear_otgph()David Brownell
2009-06-15USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke
2009-06-15USB: Goku-S: use helper functions to determine endpoint type and directionMatthias Kaehlcke
2009-06-15USB: at91_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke
2009-06-15USB: atmel_usba_udc: use helper functions to determine endpoint type and dire...Matthias Kaehlcke
2009-06-15USB: ci13xxx_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke
2009-06-15usb: gadget: at91_udc: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-06-02usb: gadget: f_phonet: fix memory allocation sizesRémi Denis-Courmont
2009-06-02f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont
2009-06-02f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callbackRémi Denis-Courmont