summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_mass_storage.c
Commit message (Expand)AuthorAgeFilesLines
...
* USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz2010-08-101-39/+70
* USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz2010-08-101-3/+0
* USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz2010-08-101-3/+10
* USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz2010-06-301-99/+61
* USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz2010-06-301-22/+12
* USB: gadget: f_mass_storage: fix in error recoveryMichal Nazarewicz2010-05-201-26/+25
* USB: gadget: __init and __exit tags removedMichal Nazarewicz2010-05-201-1/+1
* USB: Mass storage gadget: Handle eject requestFabien Chouteau2010-05-201-3/+45
* USB: gadget: f_mass_storage: per functionMichal Nazarewicz2010-05-201-6/+22
* USB: f_mass_storage: dynamic buffers for better alignmentMichal Nazarewicz2010-05-201-5/+18
* USB: gadget: f_mass_storage::fsg_bind(): fix error handlingPeter Korsgaard2010-03-191-1/+0
* USB: g_mass_storage: fix section mismatch warningsMike Frysinger2010-03-191-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-1/+1
|\
| * kill unused invalidate_inode_pages helperChristoph Hellwig2010-03-031-1/+1
* | USB: Remove unsupported usb gadget driversChristoph Egger2010-03-021-6/+2
* | USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard2010-03-021-1/+0
* | USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz2010-03-021-1/+1
* | USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz2010-03-021-9/+6
* | USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz2010-03-021-5/+21
|/
* USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz2009-12-111-5/+18
* 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-111-238/+329
* 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-111-95/+172
* USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz2009-12-111-489/+155
* USB: g_mass_storage: fsg_common_init() createdMichal Nazarewicz2009-12-111-162/+199
* USB: g_mass_storage: constant length buffers usedMichal Nazarewicz2009-12-111-20/+11
* 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-111-570/+92
* USB: g_mass_storage: template f_mass_storage.c file createdMichal Nazarewicz2009-12-111-0/+3611
OpenPOWER on IntegriCloud