aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-23headers: utsname.h reduxAlexey Dobriyan5-5/+0
2009-09-23USB: gadget: ether needs to select CRC32Randy Dunlap1-0/+1
2009-09-23USB: gadget: double free_irq() in at91udc_probe()Roel Kluin1-1/+0
2009-09-23USB: double put_tty_driver(gs_tty_driver) in gserial_setup()Roel Kluin1-1/+0
2009-09-23USB: fsl_qe_udc: Add fsl,mpc8323-qe-usb compatible entryAnton Vorontsov1-0/+4
2009-09-23USB: s3c2410: unregister should call unbind, not disconnectAlan Stern1-2/+1
2009-09-23USB: gadget: Add EEM gadget driverBrian Niebuhr8-48/+699
2009-09-23USB: gadget: audio driver seg-fault fixRobin Callender1-4/+6
2009-09-23USB: gadget: Read buffer overflowRoel Kluin1-1/+1
2009-09-23USB: at91: Add USB gadget driver selection for at91sam9g45 seriesNicolas Ferre1-2/+2
2009-09-23USB: dummy-hcd: accept mismatch between wLength and transfer lengthAlan Stern1-5/+0
2009-09-23USB: gadget: s3c-hsotg: missing parenthesesRoel Kluin1-3/+3
2009-09-23USB: gadget: Drop NULL test on list_entry resultJulia Lawall1-31/+25
2009-09-23USB: gadget: pxa25x: basic transceiver supportPhilipp Zabel2-4/+46
2009-09-23USB audio gadget: Un-inline generic_[gs]et_cmdLaurent Pinchart1-0/+15
2009-09-23USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.hLaurent Pinchart3-56/+56
2009-09-23USB: Move endpoint sync type definitions from usb/audio.h to usb/ch9.hLaurent Pinchart1-1/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul 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-12f_phonet: use page-sized rather than MTU-sized RX buffersRémi Denis-Courmont1-26/+51
2009-08-12f_phonet: lock-less MTU changeRémi Denis-Courmont1-12/+2
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-43/+46
2009-07-23usb: m66592-udc platform data on_chip supportMagnus Damm3-159/+192
2009-07-20Merge 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-12USB: gadget audio: select SND_PCMRandy Dunlap1-0/+1
2009-07-12USB: RNDIS gadget, fix issues talking from PXADavid Brownell1-5/+6
2009-07-12USB: gadget: pxa25x compiler warning fixDavid Brownell1-0/+2
2009-07-12USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel1-11/+11
2009-07-12USB: gadget: rndis conformance tweakQiuping Chen1-0/+2
2009-07-12USB: gadget: audio: provide correct device idGreg Kroah-Hartman1-3/+3
2009-07-12USB: gadget: fix imx_udc entry in KconfigPaulius Zaleckas1-21/+21
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-3/+0
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2-4/+4
2009-07-05usb: m66592-udc buffer management updateMagnus Damm2-23/+12
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds24-123/+8617
2009-06-15USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre1-8/+8
2009-06-15USB: Add Intel Langwell USB Device Controller driverXiaochen Shen5-0/+3631
2009-06-15USB: gadget: add USB Audio Gadget driverBryan Wu6-0/+1400
2009-06-15USB: Gadget driver for Samsung HS/OtG blockBen Dooks3-0/+3284