projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dfff99
)
usb: linux/fsl_device: Add platform member has_fsl_erratum_a006918
author
Yinbo Zhu
<yinbo.zhu@nxp.com>
Mon, 24 Jun 2019 07:22:17 +0000
(15:22 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 3 Jul 2019 16:52:20 +0000
(18:52 +0200)
This patch is to add member has_fsl_erratum_a006918 in platform data
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Link:
https://lore.kernel.org/r/20190624072219.15258-3-yinbo.zhu@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/fsl_devices.h
patch
|
blob
|
history
diff --git
a/include/linux/fsl_devices.h
b/include/linux/fsl_devices.h
index
cb2b46f
..
5d231ce
100644
(file)
--- a/
include/linux/fsl_devices.h
+++ b/
include/linux/fsl_devices.h
@@
-98,6
+98,7
@@
struct fsl_usb2_platform_data {
unsigned has_fsl_erratum_14:1;
unsigned has_fsl_erratum_a005275:1;
unsigned has_fsl_erratum_a005697:1;
+ unsigned has_fsl_erratum_a006918:1;
unsigned check_phy_clk_valid:1;
/* register save area for suspend/resume */