First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
[PATCHv8 05/13] USB: gadget: functionfs: code cleanup
This patch removes some of the string registration from the FunctionFS Gadget as composite layer can handle the iManufacturer and iProduct for us. It also removes some of the module parameters which were redundant as well as changes the name of others to better much the module parameter of the composite layer. ... 12 Aug 2010 12:34
[PATCHv8 08/13] usb: gadget: mass_storage: optional SCSI WRITE FUA bit
The nofua parameter (optionally ignore SCSI WRITE FUA) was added to the File Storage Gadget some time ago. This patch adds the same functionality to the Mass Storage Function. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Cc: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> --- drivers/usb/gadg... 12 Aug 2010 12:34
[PATCHv8 11/13] usb gadget: don't save bind callback in struct usb_composite_driver
The bind function is most of the time only called at init time so there is no need to save a pointer to it in the composite driver structure. This fixes many section mismatches reported by modpost. Signed-off-by: Michał Nazarewicz <m.nazarewicz(a)samsung.com> Cc: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> ... 12 Aug 2010 12:34
[PATCHv8 06/13] USB: gadget: g_multi: moved strings handling code to composite
This patch removes some of the string registration from the Multifunction Composite Gadget as composite layer can handle the iManufacturer and iProduct for us. This also adds the "needs_serial" so that composite layer will issue a warning if user space fails to provide the iSerialNumber module parameter. Sign... 12 Aug 2010 12:34
[PATCHv8 07/13] usb: gadget: storage: remove nofua file when unbinding
The dev_attr_nofua file was created during fsg_bind() but was never removed. Made it a bit more symmetrical and added code to remove the file in fsg_unbind(). Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Acked-by: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> --- drivers/usb/gadget/file_sto... 12 Aug 2010 12:34
init.h: add some more documentation to __ref* tags
On Thu, Aug 12, 2010 at 05:43:56PM +0200, Michal Nazarewicz wrote: The __ref* tags may have been confusing for new kernel developers (I was confused by them for sure) so adding a few more sentences to comment to clear things up for people who see those for the first time. Signed-off-by: Michal Nazare... 12 Aug 2010 12:34
[PATCHv8 00/13] Various USB improvements
Andy Shevchenko has found a bug in one of my patch sent earlier so resending everything rebased on next. This also include Uwe's and mine patches for section mismatches with my previous approach reverted. This patchset contains all my patches sent earlier. * The first two patches should be included as quick... 12 Aug 2010 12:34
[PATCHv8 03/13] USB: gadget: composite: Better string override handling
The iManufatcurer, iProduct and iSerialNumber composite module parameters were only used when the gadget driver registers strings for manufacturer, product and serial number. If the gadget never bothered to set corresponding fields in USB device descriptors those module parameters are ignored. This commit makes... 12 Aug 2010 12:34
[PATCHv8 13/13] init.h: add some more documentation to __ref* tags
The __ref* tags may have been confusing for new kernel developers (I was confused by them for sure) so adding a few more sentences to comment to clear things up for people who see those for the first time. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Acked-by: Uwe Kleine-König <u.kleine-koenig(a)pen... 12 Aug 2010 12:34
[PATCH 2/2] kfifo: add kfifo_skip() testcase
Add a testcase for kfifo_skip() to the byte stream fifo example. Signed-off-by: Andrea Righi <arighi(a)develer.com> --- samples/kfifo/bytestream-example.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/samples/kfifo/bytestream-example.c b/samples/kfifo/bytestream-example.c index 642... 12 Aug 2010 12:34
First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33