[PATCH v2] arm: mvebu: a38x: Configurable USB2 high-speed impedance threshold

2020-11-08 Thread Joshua Scott
ded with a default value of 0x6. Signed-off-by: Joshua Scott Reviewed-by: Stefan Roese --- Changes for v2: - Added "range" to Kconfig to prevent invalid values from being selected. arch/arm/mach-mvebu/Kconfig | 6 ++ arch/arm/ma

[PATCH] arm: mvebu: a38x: Configurable USB2 high-speed impedance threshold

2020-11-05 Thread Joshua Scott
ded with a default value of 0x6. Signed-off-by: Joshua Scott Cc: Stefan Roese --- arch/arm/mach-mvebu/Kconfig | 5 + arch/arm/mach-mvebu/serdes/a38x/high_speed_env_spec.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-mvebu

Re: [U-Boot] [PATCH] ARM: mvebu: handle unused DRAM banks with ECC enabled

2017-09-24 Thread Joshua Scott
I can confirm that this patch fixes the issue I was seeing (data_abort, single and dual-bit ecc errors during dram_ecc_scrubbing). Tested on a board with the Marvell AlleyCat3 switch/SoC. Cheers, Joshua Scott From: Chris Packham Sent: Saturday, 23

[U-Boot] [PATCH] mtd: BBT_CUSTOM_SCAN for NAND BBT

2017-05-22 Thread Joshua Scott
mmand. Without the change, a timeout would occur when trying to read the OOB area to when constructing the bad-block table. The changes are enabled by defining BBT_CUSTOM_SCAN. Signed-off-by: Joshua Scott --- drivers/mtd/nand/nand_bbt.c | 35 +++ 1 file change

[U-Boot] [PATCH] net: asix: Fix AX88772B when used with DriverModel

2016-09-05 Thread Joshua Scott
functioning correctly (EHCI timeouts). This patch brings the two-byte shift to the DriverModel implementation of ops->recv (asix_eth_recv). Testing on the same board, we were able to TFTP a file over and confirm that the crc32 was correct. Signed-off-by: Joshua Scott --- drivers/usb/eth/asix.c

[U-Boot] Asix USB Ethernet not working with DriverModel

2016-09-02 Thread Joshua Scott
nt 3 Out Bulk MaxPacket 512 I will send a follow-up email and/or patch once I have investigated farther the cause of the issue. Cheers, Joshua Scott ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] net: Add mv88e60xx support to the mv88e61xx driver

2015-01-05 Thread Joshua Scott
for the mv88e60xx / mv88e61xx. Reviewed-by: Chris Packham Signed-off-by: Joshua Scott --- drivers/net/phy/mv88e61xx.c | 29 + drivers/net/phy/mv88e61xx.h | 2 -- include/netdev.h| 20 +++- 3 files changed, 36 insertions(+), 15 deletions