summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* USB: audio gadget: free alsa devices when unloadingCliff Cai2009-12-234-5/+12
* USB: audio gadget: fix wTotalLength calculationCliff Cai2009-12-231-1/+4
* USB: gadget: Use ERR_PTR/IS_ERRJulia Lawall2009-12-231-3/+5
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-121-15/+0Star
|\
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-092-24/+50
| |\
| * | powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM buildsAnton Vorontsov2009-11-121-15/+0Star
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-121-1/+1
|\ \ \
| * | | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-1/+1
* | | | USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDISMichal Nazarewicz2009-12-113-10/+21
* | | | USB: g_multi kconfig: fix depends and help textRandy Dunlap2009-12-111-7/+7
* | | | USB: g_multi: Multifunction Composite Gadget addedMichal Nazarewicz2009-12-113-0/+399
* | | | USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz2009-12-112-14/+29
* | | | USB: composite: usb_composite_unregister() no longer __exitMichal Nazarewicz2009-12-111-2/+3
* | | | USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz2009-12-111-582/+648
* | | | USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz2009-12-113-294/+387
* | | | USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz2009-12-111-5/+17
* | | | USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz2009-12-112-96/+178
* | | | USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz2009-12-116-500/+426Star
* | | | USB: Interface Association Descriptors added to CDC & RNDISMichal Nazarewicz2009-12-112-4/+59
* | | | USB: g_mass_storage: fsg_common_init() createdMichal Nazarewicz2009-12-111-162/+199
* | | | USB: g_mass_storage: constant length buffers usedMichal Nazarewicz2009-12-112-20/+21
* | | | USB: g_mass_storage: parts of fsg_dev moved to fsg_common structureMichal Nazarewicz2009-12-111-168/+173
* | | | USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz2009-12-112-572/+140Star
* | | | USB: g_mass_storage: template f_mass_storage.c file createdMichal Nazarewicz2009-12-111-0/+3611
* | | | USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz2009-12-112-117/+128
* | | | USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz2009-12-112-6/+13
* | | | USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz2009-12-112-152/+183
* | | | USB: g_file_storage: parts of file_storage.c moved to separate fileMichal Nazarewicz2009-12-112-567/+572
* | | | USB: modifications for at91sam9g10Hong Xu2009-12-111-3/+3
* | | | USB audio gadget: handle endpoint control requests at the function levelLaurent Pinchart2009-12-112-117/+74Star
* | | | USB gadget: Handle endpoint requests at the function levelLaurent Pinchart2009-12-111-8/+46
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-102-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-next' into for-linusJiri Kosina2009-12-072-2/+2
| |\ \
| | * | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
| | |/
* | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-081-5/+20
|\ \ \ | |/ / |/| |
| * | omap1: omap_udc: Add clocking and disable vbus sense for omap7xxCory Maccarrone2009-11-221-2/+17
| * | Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren2009-11-111-3/+3
| |\ \ | | |/ | |/|
| | * omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-3/+3
* | | usb: amd5536udc: fixed shared interrupt bug and warning oopsThomas Dahlmann2009-12-011-19/+30
|/ /
* | USB: fsl_udc_core: Fix kernel oops on module removalAnton Vorontsov2009-10-301-1/+1
* | ARM: Fix lubbock defconfig buildRussell King2009-10-211-0/+1
|/
* USB: gadget: Fix EEM driver comments and VID/PIDBrian Niebuhr2009-10-141-7/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-10-111-4/+4
|\
| * USB: gadget: imx_udc: Use resource sizeTobias Klauser2009-10-091-4/+4
* | Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-10-091-43/+62
|\ \ | |/ |/|
| * usb: r8a66597-udc unaligned fifo fixMagnus Damm2009-10-061-43/+62
* | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-0/+1
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
|/
* headers: utsname.h reduxAlexey Dobriyan2009-09-245-5/+0Star
* USB: gadget: ether needs to select CRC32Randy Dunlap2009-09-231-0/+1