linux-stable/drivers/usb/gadget
Rikard Falkeborn 64cd4271ea usb: gadget: pxa25x_udc: Constify static struct pxa25x_ep_ops
The struct pxa25x_ep_ops is only assigned to the ops field in the
usb_ep struct, which is a pointer to const struct usb_ep_ops.
Make it const to allow the compiler to put it in read-only memory.

Acked-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20210728092052.4178-1-rikard.falkeborn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-07-29 16:57:59 +02:00
..
function usb: gadget: uvc: decrease the interrupt load to a quarter 2021-07-27 15:59:19 +02:00
legacy usb: gadget: uvc: add scatter gather support 2021-07-27 15:59:19 +02:00
udc usb: gadget: pxa25x_udc: Constify static struct pxa25x_ep_ops 2021-07-29 16:57:59 +02:00
composite.c usb: gadget: composite: Allow bMaxPower=0 if self-powered 2021-07-21 10:06:47 +02:00
config.c usb: fix various gadget panics on 10gbps cabling 2021-06-09 10:40:08 +02:00
configfs.c usb: gadget: configfs: Check USB configuration before adding 2021-07-12 09:37:25 +02:00
configfs.h
epautoconf.c
functions.c
Kconfig usb: gadget: uvc: add scatter gather support 2021-07-27 15:59:19 +02:00
Makefile
u_f.c
u_f.h
u_os_desc.h
usbstring.c