summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2009-12-11USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz2-117/+128
2009-12-11USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz2-6/+13
2009-12-11USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz2-152/+183
2009-12-11USB: g_file_storage: parts of file_storage.c moved to separate fileMichal Nazarewicz2-567/+572
2009-12-11USB: modifications for at91sam9g10Hong Xu1-3/+3
2009-12-11USB audio gadget: handle endpoint control requests at the function levelLaurent Pinchart2-117/+74
2009-12-11USB gadget: Handle endpoint requests at the function levelLaurent Pinchart1-8/+46
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt2-24/+50
2009-12-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+20
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-12-01usb: amd5536udc: fixed shared interrupt bug and warning oopsThomas Dahlmann1-19/+30
2009-11-22omap1: omap_udc: Add clocking and disable vbus sense for omap7xxCory Maccarrone1-2/+17
2009-11-12powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM buildsAnton Vorontsov1-15/+0
2009-11-11Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren1-3/+3
2009-10-31USB: fsl_udc_core: Fix kernel oops on module removalAnton Vorontsov1-1/+1
2009-10-21ARM: Fix lubbock defconfig buildRussell King1-0/+1
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-3/+3
2009-10-15USB: gadget: Fix EEM driver comments and VID/PIDBrian Niebuhr1-7/+2
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+4
2009-10-10USB: gadget: imx_udc: Use resource sizeTobias Klauser1-4/+4
2009-10-09Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-43/+62
2009-10-06usb: r8a66597-udc unaligned fifo fixMagnus Damm1-43/+62
2009-10-05headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-10-02const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-24headers: 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/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