Re: [PATCH v2 1/4] brcmfmac: increase F2 watermark for BCM4329
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2020-08-27 06:13:43
Also in:
linux-tegra, lkml, netdev
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2020-08-27 06:13:43
Also in:
linux-tegra, lkml, netdev
27.08.2020 09:04, Dmitry Osipenko пишет:
This patch fixes SDHCI CRC errors during of RX throughput testing on BCM4329 chip if SDIO BUS is clocked above 25MHz. In particular the checksum problem is observed on NVIDIA Tegra20 SoCs. The good watermark value is borrowed from downstream BCMDHD driver and it's matching to the value that is already used for the BCM4339 chip, hence let's re-use it for BCM4329. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> ---
I accidentally missed to add the r-b from Arend that he gave to the v1: Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com>