[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <cover.1281365237.git.m.nazarewicz@samsung.com>
Date: Mon, 09 Aug 2010 17:02:25 +0200
From: Michal Nazarewicz <m.nazarewicz@...sung.com>
To: Greg KH <greg@...ah.com>, David Brownell <david-b@...bell.net>,
USB <linux-usb@...r.kernel.org>
Cc: linux-kernel@...r.kernel.org,
Michal Nazarewicz <m.nazarewicz@...sung.com>
Subject: [PATCHv7 0/8] Various USB patches
Changes compared to v6:
- USB: gadget: storage_common: fixed warning building mass storage function
Removed, no longer needed after implementing nofua in mass storage
(the last pathc):
USB: gadget: g_multi: fixed vendor and product ID
USB: gadget: g_ffs: fixed vendor and product ID
No changes here.
* USB: gadget: composite: Better string override handling
Previous code missed one #include.
USB: gadget: mass_storage: moved strings handling code to composite
Na changes here.
* USB: gadget: functionfs: code cleanup
MODULE_PARAM_DESC() was used instead of MODULE_PARM_DESC().
USB: gadget: g_multi: moved strings handling code to composite
No changes.
+ usb: gadget: storage: remove nofua file when unbinding
New patch. Fixes issue with Andy Shevchenko's patch.
+ usb: gadget: mass_storage: optional SCSI WRITE FUA bit
New patch. Implements nofua from Andy Shevchenko's patch in
the Mass Storage Function.
drivers/usb/gadget/composite.c | 96 +++++++++++++++++++++++------------
drivers/usb/gadget/f_mass_storage.c | 15 +++++-
drivers/usb/gadget/file_storage.c | 1 +
drivers/usb/gadget/g_ffs.c | 85 ++++++++++---------------------
drivers/usb/gadget/mass_storage.c | 72 ++------------------------
drivers/usb/gadget/multi.c | 23 ++-------
include/linux/usb/composite.h | 13 +++++
7 files changed, 131 insertions(+), 174 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists