summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorYoshihiro Shimoda2019-06-25 07:38:52 +0200
committerGreg Kroah-Hartman2019-06-26 04:33:08 +0200
commit98e86506c24932a30f50ffcfcbc98b04e3c9bc60 (patch)
treeb614f83c1417c4887d18e328eb9dc87b8cedd12f /include/linux/usb
parentusb: renesas_usbhs: Use dev_of_node macro instead of open coded (diff)
downloadkernel-qcow2-linux-98e86506c24932a30f50ffcfcbc98b04e3c9bc60.tar.gz
kernel-qcow2-linux-98e86506c24932a30f50ffcfcbc98b04e3c9bc60.tar.xz
kernel-qcow2-linux-98e86506c24932a30f50ffcfcbc98b04e3c9bc60.zip
usb: renesas_usbhs: Add has_new_pipe_configs flag
In the future, each struct renesas_usbhs_driver_param is stored on the each platform related source code (e.g. rcar3.c). So, to simplify the source code, this patch adds a new flag has_new_pipe_configs. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/renesas_usbhs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h
index fee84b7d4d2a..6914475bbc86 100644
--- a/include/linux/usb/renesas_usbhs.h
+++ b/include/linux/usb/renesas_usbhs.h
@@ -181,6 +181,7 @@ struct renesas_usbhs_driver_param {
u32 cfifo_byte_addr:1; /* CFIFO is byte addressable */
#define USBHS_USB_DMAC_XFER_SIZE 32 /* hardcode the xfer size */
u32 multi_clks:1;
+ u32 has_new_pipe_configs:1;
};
/*