linux/drivers/usb/renesas_usbhs
Michal Nazarewicz 7177aed44f usb: gadget: rename usb_gadget_driver::speed to max_speed
This commit renames the “speed” field of the usb_gadget_driver
structure to “max_speed”.  This is so that to make it more
apparent that the field represents the maximum speed gadget
driver can support.

This also make the field look more like fields with the same
name in usb_gadget and usb_composite_driver structures.  All
of those represent the *maximal* speed given entity supports.

After this commit, there are the following fields in various
structures:
* usb_gadget::speed - the current connection speed,
* usb_gadget::max_speed - maximal speed UDC supports,
* usb_gadget_driver::max_speed - maximal speed gadget driver
  supports, and
* usb_composite_driver::max_speed - maximal speed composite
  gadget supports.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2011-12-12 11:45:12 +02:00
..
common.c usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx() 2011-12-12 11:45:02 +02:00
common.h usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx() 2011-12-12 11:45:02 +02:00
fifo.c usb: gadget: renesas_usbhs: fixup bogus conversion 2011-11-14 11:51:22 -08:00
fifo.h usb: gadget: renesas_usbhs: add data/status stage handler 2011-10-13 20:41:51 +03:00
Kconfig usb: gadget: renesas_usbhs: drop dependency 2011-10-13 20:41:54 +03:00
Makefile usb: gadget: renesas_usbhs: fixup driver compile style 2011-10-13 20:41:54 +03:00
mod_gadget.c usb: gadget: rename usb_gadget_driver::speed to max_speed 2011-12-12 11:45:12 +02:00
mod_host.c usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx() 2011-12-12 11:45:10 +02:00
mod.c usb: gadget: renesas_usbhs: unified callback function 2011-12-12 11:44:59 +02:00
mod.h usb: gadget: renesas_usbhs: fixup section mismatch warning 2011-11-14 11:51:23 -08:00
pipe.c usb: gadget: renesas_usbhs: usbhs_dcp_control_transfer_done() cares mod_host 2011-10-13 20:41:51 +03:00
pipe.h usb: gadget: renesas_usbhs: modify pipe sequence settings 2011-10-13 20:41:46 +03:00