[U-Boot] [PATCH 1/8] armv7: Add workaround for USB erratum A-009008

2017-04-29 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash --- arch/arm/cpu/armv7/ls102xa/soc.c | 12

[U-Boot] [PATCH 3/8] armv7: Add workaround for USB erratum A-008997

2017-04-29 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat --- arch/arm/cpu/armv7/ls102xa/soc.c

[U-Boot] [PATCH 4/8] armv7: Add workaround for USB erratum A-009007

2017-04-29 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat --- arch/arm/cpu/armv7/ls102xa/soc.c |

[U-Boot] [PATCH 2/8] armv7: Add workaround for USB erratum A-009798

2017-04-29 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat --- arch/arm/cpu/armv7/ls102xa/soc.c |

[U-Boot] [PATCH 6/8] armv8: Add workaround for USB erratum A-008997

2017-04-29 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat ---

[U-Boot] [PATCH 8/8] USB: config: fix compiler problem for ls1021atwr

2017-04-29 Thread yinbo . zhu
--- arch/arm/include/asm/arch-ls102xa/config.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index 20a7baf..2f7233f 100644 --- a/arch/arm/include/asm/arch-ls102xa/config.h +++

[U-Boot] [PATCH 7/8] armv8: Add workaround for USB erratum A-009007

2017-04-29 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat ---

[U-Boot] [PATCH 5/8] armv8: Add workaround for USB erratum A-009798

2017-04-29 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat ---

[U-Boot] [PATCH 13/15] armv8/fsl-layerscape: add dwc3 gadget driver support

2017-05-14 Thread yinbo . zhu
From: Rajat Srivastava Implements the dwc3 gadget driver support for LS1043 platform, and performs below operations: 1. Enables snooping support for DWC3 controller. 2. Enables cache coherency in LS1043 platform. Signed-off-by: Rajat Srivastava

[U-Boot] [PATCH 09/15] usb: dwc3: Add helper functions to enable snooping and burst settings

2017-05-14 Thread yinbo . zhu
From: Rajat Srivastava Adds helper functions to enable snooping and outstanding burst beat settings. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- drivers/usb/dwc3/core.c | 45

[U-Boot] [PATCH 11/15] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-05-14 Thread yinbo . zhu
From: Rajesh Bhagat Add USB EHCI support for ls1012aqds platform Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 1 + include/configs/ls1012aqds.h

[U-Boot] [PATCH 03/15] armv7: Add workaround for USB erratum A-008997

2017-05-14 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 02/15] armv7: Add workaround for USB erratum A-009798

2017-05-14 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 01/15] armv7: Add workaround for USB erratum A-009008

2017-05-14 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/soc.c | 12

[U-Boot] [PATCH 05/15] armv8: Add workaround for USB erratum A-009798

2017-05-14 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 06/15] armv8: Add workaround for USB erratum A-008997

2017-05-14 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 10/15] usb: ums: support multiple controllers using controller_index

2017-05-14 Thread yinbo . zhu
From: Rajesh Bhagat Adds a new field in fsg_common namely controller_index to support multiple controllers usb gadget support. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat Acked-by: Lukasz Majewski

[U-Boot] [PATCH 14/15] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller

2017-05-14 Thread yinbo . zhu
From: Sriram Dash Currently the controller by default enables the Receive Detect feature in P3 mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive detection in P3 mode. Enabling the USB3 controller to configure USB in P2 mode whenever the Receive

[U-Boot] [PATCH 08/15] USB: config: fix compiler problem for ls1021atwr

2017-05-14 Thread yinbo . zhu
remove erratum config from ls102xa for fix compiled issue because this config was redefined Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/include/asm/arch-ls102xa/config.h | 7 --- 1 file changed, 7 deletions(-) diff --git

[U-Boot] [PATCH 12/15] armv8: Add workaround for USB erratum A-009008

2017-05-14 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 07/15] armv8: Add workaround for USB erratum A-009007

2017-05-14 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 04/15] armv7: Add workaround for USB erratum A-009007

2017-05-14 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 15/15] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue.

2017-05-14 Thread yinbo . zhu
add erratum config to Kconfig and instead of config.h's config for solve ls2080rdb compiling issue Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 4

[U-Boot] [PATCH 03/14] armv7: Add workaround for USB erratum A-008997

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 09/14] usb: ums: support multiple controllers using controller_index

2017-05-17 Thread yinbo . zhu
From: Rajesh Bhagat Adds a new field in fsg_common namely controller_index to support multiple controllers usb gadget support. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat Acked-by: Lukasz Majewski

[U-Boot] [PATCH 02/14] armv7: Add workaround for USB erratum A-009798

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 06/14] armv8: Add workaround for USB erratum A-008997

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 12/14] armv8/fsl-layerscape: add dwc3 gadget driver support

2017-05-17 Thread yinbo . zhu
From: Rajat Srivastava Implements the dwc3 gadget driver support for LS1043 platform, and performs below operations: 1. Enables snooping support for DWC3 controller. 2. Enables cache coherency in LS1043 platform. Signed-off-by: Rajat Srivastava

[U-Boot] [PATCH 11/14] armv8: Add workaround for USB erratum A-009008

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 08/14] usb: dwc3: Add helper functions to enable snooping and burst settings

2017-05-17 Thread yinbo . zhu
From: Rajat Srivastava Adds helper functions to enable snooping and outstanding burst beat settings. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- drivers/usb/dwc3/core.c | 45

[U-Boot] [PATCH 14/14] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue.

2017-05-17 Thread yinbo . zhu
add erratum config to Kconfig and instead of config.h's config for solve ls2080rdb compiling issue Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 1 + 1 file changed, 1 insertion(+) diff

[U-Boot] [PATCH 13/14] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller

2017-05-17 Thread yinbo . zhu
From: Sriram Dash Currently the controller by default enables the Receive Detect feature in P3 mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive detection in P3 mode. Enabling the USB3 controller to configure USB in P2 mode whenever the Receive

[U-Boot] [PATCH 04/14] armv7: Add workaround for USB erratum A-009007

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 14/14] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue.

2017-05-17 Thread yinbo . zhu
add erratum config to Kconfig and instead of config.h's config for solve ls2080rdb compiling issue Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 1 + 1 file changed, 1 insertion(+) diff

[U-Boot] [PATCH 01/14] armv7: Add workaround for USB erratum A-009008

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/Kconfig| 2 ++

[U-Boot] [PATCH 10/14] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-05-17 Thread yinbo . zhu
From: Rajesh Bhagat Add USB EHCI support for ls1012aqds platform Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 1 + include/configs/ls1012aqds.h

[U-Boot] [PATCH 05/14] armv8: Add workaround for USB erratum A-009798

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 08/14] usb: dwc3: Add helper functions to enable snooping and burst settings

2017-05-17 Thread yinbo . zhu
From: Rajat Srivastava Adds helper functions to enable snooping and outstanding burst beat settings. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- drivers/usb/dwc3/core.c | 45

[U-Boot] [PATCH 05/14] armv8: Add workaround for USB erratum A-009798

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 10/14] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-05-17 Thread yinbo . zhu
From: Rajesh Bhagat Add USB EHCI support for ls1012aqds platform Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 1 + include/configs/ls1012aqds.h

[U-Boot] [PATCH 07/14] armv8: Add workaround for USB erratum A-009007

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 06/14] armv8: Add workaround for USB erratum A-008997

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 11/14] armv8: Add workaround for USB erratum A-009008

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 09/14] usb: ums: support multiple controllers using controller_index

2017-05-17 Thread yinbo . zhu
From: Rajesh Bhagat Adds a new field in fsg_common namely controller_index to support multiple controllers usb gadget support. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat Acked-by: Lukasz Majewski

[U-Boot] [PATCH 13/14] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller

2017-05-17 Thread yinbo . zhu
From: Sriram Dash Currently the controller by default enables the Receive Detect feature in P3 mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive detection in P3 mode. Enabling the USB3 controller to configure USB in P2 mode whenever the Receive

[U-Boot] [PATCH 07/14] armv8: Add workaround for USB erratum A-009007

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 02/14] armv7: Add workaround for USB erratum A-009798

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 12/14] armv8/fsl-layerscape: add dwc3 gadget driver support

2017-05-17 Thread yinbo . zhu
From: Rajat Srivastava Implements the dwc3 gadget driver support for LS1043 platform, and performs below operations: 1. Enables snooping support for DWC3 controller. 2. Enables cache coherency in LS1043 platform. Signed-off-by: Rajat Srivastava

[U-Boot] [PATCH 04/14] armv7: Add workaround for USB erratum A-009007

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 03/14] armv7: Add workaround for USB erratum A-008997

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 01/14] armv7: Add workaround for USB erratum A-009008

2017-05-17 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/Kconfig| 2 ++

[U-Boot] [PATCH 02/14] armv7: Add workaround for USB erratum A-009798

2017-05-16 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 01/14] armv7: Add workaround for USB erratum A-009008

2017-05-16 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/Kconfig| 2 ++

[U-Boot] [PATCH 04/14] armv7: Add workaround for USB erratum A-009007

2017-05-16 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 12/14] armv8/fsl-layerscape: add dwc3 gadget driver support

2017-05-16 Thread yinbo . zhu
From: Rajat Srivastava Implements the dwc3 gadget driver support for LS1043 platform, and performs below operations: 1. Enables snooping support for DWC3 controller. 2. Enables cache coherency in LS1043 platform. Signed-off-by: Rajat Srivastava

[U-Boot] [PATCH 14/14] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue.

2017-05-16 Thread yinbo . zhu
add erratum config to Kconfig and instead of config.h's config for solve ls2080rdb compiling issue Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 1 + 1 file changed, 1 insertion(+) diff

[U-Boot] [PATCH 03/14] armv7: Add workaround for USB erratum A-008997

2017-05-16 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 10/14] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-05-16 Thread yinbo . zhu
From: Rajesh Bhagat Add USB EHCI support for ls1012aqds platform Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 1 + include/configs/ls1012aqds.h

[U-Boot] [PATCH 09/14] usb: ums: support multiple controllers using controller_index

2017-05-16 Thread yinbo . zhu
From: Rajesh Bhagat Adds a new field in fsg_common namely controller_index to support multiple controllers usb gadget support. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat Acked-by: Lukasz Majewski

[U-Boot] [PATCH 07/14] armv8: Add workaround for USB erratum A-009007

2017-05-16 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue.

2017-05-16 Thread yinbo . zhu
add erratum config to Kconfig and instead of config.h's config for solve ls2080rdb compiling issue Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 1 + 1 file changed, 1 insertion(+) diff

[U-Boot] [PATCH 13/14] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller

2017-05-16 Thread yinbo . zhu
From: Sriram Dash Currently the controller by default enables the Receive Detect feature in P3 mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive detection in P3 mode. Enabling the USB3 controller to configure USB in P2 mode whenever the Receive

[U-Boot] [PATCH 11/14] armv8: Add workaround for USB erratum A-009008

2017-05-16 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 05/14] armv8: Add workaround for USB erratum A-009798

2017-05-16 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 06/14] armv8: Add workaround for USB erratum A-008997

2017-05-16 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 08/14] usb: dwc3: Add helper functions to enable snooping and burst settings

2017-05-16 Thread yinbo . zhu
From: Rajat Srivastava Adds helper functions to enable snooping and outstanding burst beat settings. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- drivers/usb/dwc3/core.c | 45

[U-Boot] [PATCH] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller

2017-05-04 Thread yinbo . zhu
From: Sriram Dash Currently the controller by default enables the Receive Detect feature in P3 mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive detection in P3 mode. Enabling the USB3 controller to configure USB in P2 mode whenever the Receive

[U-Boot] [PATCH 1/5] usb: dwc3: Add helper functions to enable snooping and burst settings

2017-05-03 Thread yinbo . zhu
From: Rajat Srivastava Adds helper functions to enable snooping and outstanding burst beat settings. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- drivers/usb/dwc3/core.c | 45

[U-Boot] [PATCH 2/5] usb: ums: support multiple controllers using controller_index

2017-05-03 Thread yinbo . zhu
From: Rajesh Bhagat Adds a new field in fsg_common namely controller_index to support multiple controllers usb gadget support. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat Acked-by: Lukasz Majewski

[U-Boot] [PATCH 5/5] armv8/fsl-layerscape: add dwc3 gadget driver support

2017-05-03 Thread yinbo . zhu
From: Rajat Srivastava Implements the dwc3 gadget driver support for LS1043 platform, and performs below operations: 1. Enables snooping support for DWC3 controller. 2. Enables cache coherency in LS1043 platform. Signed-off-by: Rajat Srivastava

[U-Boot] [PATCH 3/5] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-05-03 Thread yinbo . zhu
From: Rajesh Bhagat Add USB EHCI support for ls1012aqds platform Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 1 + include/configs/ls1012aqds.h

[U-Boot] [PATCH 4/5] armv8: Add workaround for USB erratum A-009008

2017-05-03 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 01/14] armv7: Add workaround for USB erratum A-009008

2017-05-05 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/soc.c | 12

[U-Boot] [PATCH 12/14] armv8: Add workaround for USB erratum A-009008

2017-05-05 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 13/14] armv8/fsl-layerscape: add dwc3 gadget driver support

2017-05-05 Thread yinbo . zhu
From: Rajat Srivastava Implements the dwc3 gadget driver support for LS1043 platform, and performs below operations: 1. Enables snooping support for DWC3 controller. 2. Enables cache coherency in LS1043 platform. Signed-off-by: Rajat Srivastava

[U-Boot] [PATCH 09/14] usb: dwc3: Add helper functions to enable snooping and burst settings

2017-05-05 Thread yinbo . zhu
From: Rajat Srivastava Adds helper functions to enable snooping and outstanding burst beat settings. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- drivers/usb/dwc3/core.c | 45

[U-Boot] [PATCH 10/14] usb: ums: support multiple controllers using controller_index

2017-05-05 Thread yinbo . zhu
From: Rajesh Bhagat Adds a new field in fsg_common namely controller_index to support multiple controllers usb gadget support. Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat Acked-by: Lukasz Majewski

[U-Boot] [PATCH 07/14] armv8: Add workaround for USB erratum A-009007

2017-05-05 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 04/14] armv7: Add workaround for USB erratum A-009007

2017-05-05 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 02/14] armv7: Add workaround for USB erratum A-009798

2017-05-05 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 06/14] armv8: Add workaround for USB erratum A-008997

2017-05-05 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 05/14] armv8: Add workaround for USB erratum A-009798

2017-05-05 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 08/14] USB: config: fix compiler problem for ls1021atwr

2017-05-05 Thread yinbo . zhu
Signed-off-by: yinbo.zhu --- arch/arm/include/asm/arch-ls102xa/config.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index 20a7baf..2f7233f 100644 ---

[U-Boot] [PATCH 11/14] config: ls1012aqds: Add USB EHCI support for ls1012aqds

2017-05-05 Thread yinbo . zhu
From: Rajesh Bhagat Add USB EHCI support for ls1012aqds platform Signed-off-by: Rajat Srivastava Signed-off-by: Rajesh Bhagat --- arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 1 + include/configs/ls1012aqds.h

[U-Boot] [PATCH 14/14] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller

2017-05-05 Thread yinbo . zhu
From: Sriram Dash Currently the controller by default enables the Receive Detect feature in P3 mode in USB 3.0 PHY. However, USB 3.0 PHY does not reliably support receive detection in P3 mode. Enabling the USB3 controller to configure USB in P2 mode whenever the Receive

[U-Boot] [PATCH 03/14] armv7: Add workaround for USB erratum A-008997

2017-05-05 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 1/8] armv7: Add workaround for USB erratum A-009008

2017-05-03 Thread yinbo . zhu
From: Suresh Gupta USB High Speed (HS) EYE Height Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: yinbo.zhu --- arch/arm/cpu/armv7/ls102xa/soc.c | 12

[U-Boot] [PATCH 7/8] armv8: Add workaround for USB erratum A-009007

2017-05-03 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 5/8] armv8: Add workaround for USB erratum A-009798

2017-05-03 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 4/8] armv7: Add workaround for USB erratum A-009007

2017-05-03 Thread yinbo . zhu
From: Suresh Gupta USB3PHY Observing Intermittent Failure in Rx This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 8/8] USB: config: fix compiler problem for ls1021atwr

2017-05-03 Thread yinbo . zhu
Signed-off-by: yinbo.zhu --- arch/arm/include/asm/arch-ls102xa/config.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index 20a7baf..2f7233f 100644 ---

[U-Boot] [PATCH 2/8] armv7: Add workaround for USB erratum A-009798

2017-05-03 Thread yinbo . zhu
From: Suresh Gupta USB High Speed Squelch Threshold Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu ---

[U-Boot] [PATCH 3/8] armv7: Add workaround for USB erratum A-008997

2017-05-03 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1021. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

[U-Boot] [PATCH 6/8] armv8: Add workaround for USB erratum A-008997

2017-05-03 Thread yinbo . zhu
From: Suresh Gupta USB3 LFPS Peak-Peak Differential Output Voltage Adjustment This patch is adding the erratum for LS1043 and LS2080 SoCs. Signed-off-by: Sriram Dash Signed-off-by: Rajesh Bhagat Signed-off-by: yinbo.zhu

Re: [U-Boot] [PATCH v1] EHCI: Fix endian access issue on EHCI intinalization

2018-05-20 Thread Yinbo Zhu
+York Sun -Original Message- From: yinbo@nxp.com [mailto:yinbo@nxp.com] Sent: 2018年1月22日 15:22 To: u-boot@lists.denx.de Cc: Xiaobo Xie <xiaobo@nxp.com>; Jerry Huang <jerry.hu...@nxp.com>; Ran Wang <ran.wan...@nxp.com>; Yinbo Zhu <yinbo@nxp.com>

Re: [U-Boot] [PATCH v1] EHCI: Fix endian access issue on EHCI intinalization

2018-06-12 Thread Yinbo Zhu
Hi York Sun please help review, if no issue, would you help me merge it to upstream. Thanks. Regards Yinbo -Original Message- From: Yinbo Zhu Sent: 2018年5月21日 12:05 To: yinbo@nxp.com; u-boot@lists.denx.de; York Sun Cc: Xiaobo Xie ; Jerry Huang ; Ran Wang Subject: RE: [PATCH v1

[U-Boot] [PATCH v1 8/8] armv7: ls1021a: enable esdhc

2018-08-03 Thread Yinbo Zhu
This patch is to enable eSDHC for ls1021a. Signed-off-by: Yinbo Zhu --- arch/arm/dts/ls1021a.dtsi |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/dts/ls1021a.dtsi b/arch/arm/dts/ls1021a.dtsi index 5b3fc6a..59c97d5 100644 --- a/arch/arm/dts/ls1021a.dtsi +++ b

[U-Boot] [PATCH v1 7/8] armv8: ls1046a: add eSDHC node

2018-08-03 Thread Yinbo Zhu
This patch is to add eSDHC node for ls1046a. Signed-off-by: Yinbo Zhu --- arch/arm/dts/fsl-ls1046a.dtsi |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fsl-ls1046a.dtsi b/arch/arm/dts/fsl-ls1046a.dtsi index 4acbaf7..7687d12 100644 --- a/arch/arm/dts

[U-Boot] [PATCH v1 6/8] armv8: ls1043a: add eSDHC node

2018-08-03 Thread Yinbo Zhu
This patch is to add eSDHC node for ls1043a. Signed-off-by: Yinbo Zhu --- arch/arm/dts/fsl-ls1043a.dtsi |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fsl-ls1043a.dtsi b/arch/arm/dts/fsl-ls1043a.dtsi index ff40122..a804f51 100644 --- a/arch/arm/dts

[U-Boot] [PATCH v3 3/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

2018-08-03 Thread Yinbo Zhu
This enables the folowing to Kconfig: CONFIG_BLK CONFIG_DM_MMC Signed-off-by: Yinbo Zhu --- Change in v3: Changed this patch's order configs/ls1021atwr_nor_SECURE_BOOT_defconfig |2 ++ configs/ls1021atwr_nor_defconfig |2

  1   2   3   4   >