Commit Graph

700 Commits (6c2b7072a7035837998da38809f98e4182e4c41c)

Author SHA1 Message Date
Christoph Hellwig 2ecdc82ef0 kill unused invalidate_inode_pages helper 15 years ago
Eirik Aanonsen 640e95abdf USB: atmel uaba: Adding invert vbus_pin 15 years ago
Christoph Egger 90f7976880 USB: Remove unsupported usb gadget drivers 15 years ago
Peter Korsgaard 8e7e61dfbf USB: f_mass_storage: fix crash on bind() error 15 years ago
Michal Nazarewicz d7e18a9f2c USB: g_mass_storage: min(...) warning fixed 15 years ago
Thomas Gleixner a79df50bba usb: gadgetfs: Convert semaphore to mutex 15 years ago
Michal Nazarewicz b00ce11f00 USB: g_mass_storage: superfluous and missing packets fixed 15 years ago
Michal Nazarewicz 7f1ee82695 USB: mass_storage: eject LUNs on thread exit 15 years ago
Robert Jarzmik 5e23e90f33 USB: pxa27x_udc: Fix deadlocks on request queueing 15 years ago
FUJITA Tomonori 5b520259ab USB: s3c-hsotg: replace deprecated dma_sync_single() 15 years ago
Mark Brown 0978f8c55c USB: s3c-hsotg: Staticise non-exported functions 15 years ago
Marcel Holtmann aa7907407a USB: gadget: Add DEVTYPE support for Ethernet functions 15 years ago
Németh Márton 1ba2557f29 USB goku_udc: make PCI device id constant 15 years ago
Németh Márton 07824d3d69 USB gadget: make Open Firmware device id constant 15 years ago
Felipe Balbi f358f5b40a USB: gadget: introduce g_nokia gadget driver 15 years ago
Robert P. J. Day c9188ad25d USB: Correct CONFIG variable typo. 15 years ago
Cliff Cai 767ffec15e USB: gadget: add INT support for Blackfin musb 15 years ago
Bryan Wu 3a8a3b1cee USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSB 15 years ago
H Hartley Sweeten d8bb0fd26b USB: at91_udc.c: use resource_size() 15 years ago
H Hartley Sweeten 3ba37bdaef USB: atmel_usba_udc.c: use resource_size() 15 years ago
H Hartley Sweeten 5c90e314a6 USB: pxa27x_udc.c: use resource_size() 15 years ago
Enrico Scholz 4fdb31d966 USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardware 15 years ago
Daniel Mack aefbd3e823 usb/gadget/{f_audio,gmidi}.c: follow recent changes in audio.h 15 years ago
Brian Niebuhr 31e5d4abce USB: gadget: fix EEM gadget CRC usage 15 years ago
Michal Nazarewicz dbe4a99d84 USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usage 15 years ago
Mark Brown 6feb63b69f USB: s3c-hsotg: Export usb_gadget_register_driver() 15 years ago
Mark Brown ae3a07924f USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR() 15 years ago
Cliff Cai feef1d952e USB: audio gadget: free alsa devices when unloading 15 years ago
Cliff Cai d16f172622 USB: audio gadget: fix wTotalLength calculation 15 years ago
Julia Lawall ff3b968cee USB: gadget: Use ERR_PTR/IS_ERR 15 years ago
Michal Nazarewicz 396cda90d2 USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDIS 15 years ago
Randy Dunlap 5791e10341 USB: g_multi kconfig: fix depends and help text 15 years ago
Michal Nazarewicz f176a5d812 USB: g_multi: Multifunction Composite Gadget added 15 years ago
Michal Nazarewicz c85efcb965 USB: g_mass_storage: thread_exits callback added 15 years ago
Michal Nazarewicz 915c8befcc USB: composite: usb_composite_unregister() no longer __exit 15 years ago
Michal Nazarewicz 8ea864cffd USB: g_mass_storage: most data moved to fsg_common 15 years ago
Michal Nazarewicz d26a6aa08b USB: g_mass_storage: code cleaned up and comments updated 15 years ago
Michal Nazarewicz e8b6f8c5aa USB: g_mass_storage: lun_name_format and thread_name added 15 years ago
Michal Nazarewicz 481e49296a USB: g_mass_storage: fsg_config added & module params handlig changed 15 years ago
Michal Nazarewicz d23b0f08d1 USB: g_mass_storage: Mass Storage Function created 15 years ago
Michal Nazarewicz b97503ffa7 USB: Interface Association Descriptors added to CDC & RNDIS 15 years ago
Michal Nazarewicz 9c61021337 USB: g_mass_storage: fsg_common_init() created 15 years ago
Michal Nazarewicz 606206c271 USB: g_mass_storage: constant length buffers used 15 years ago
Michal Nazarewicz a41ae4180e USB: g_mass_storage: parts of fsg_dev moved to fsg_common structure 15 years ago
Michal Nazarewicz 93bcf12e71 USB: g_mass_storage: testing code from f_mass_storage.c removed 15 years ago
Michal Nazarewicz d5e2b67aae USB: g_mass_storage: template f_mass_storage.c file created 15 years ago
Michal Nazarewicz 93f937405b USB: g_file_storage: more code from file_storage.c moved to storage_common.c 15 years ago
Michal Nazarewicz e909ef5def USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changed 15 years ago
Michal Nazarewicz d6181702f5 USB: g_file_storage: "fsg_" prefix added to some identifiers 15 years ago
Michal Nazarewicz b6058d0fef USB: g_file_storage: parts of file_storage.c moved to separate file 15 years ago