Re: [PATCH v11 0/5] Re-introduce TX FIFO resize for larger EP bursting
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-07-02 05:04:42
Also in:
linux-arm-msm, linux-devicetree, lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-07-02 05:04:42
Also in:
linux-arm-msm, linux-devicetree, lkml
On Wed, Jun 30, 2021 at 02:00:37AM -0700, Wesley Cheng wrote:
Changes in V11: - Added a DWC3 controller revision check to use a different calculation, based on Ferry's testing. - Removed descriptor loop in configfs, and utilize the fact that the ep->claimed parameter is still valid as ep_autoconf_reset() isn't called at the time of check_config() - Fix compilation errors if CONFIG_OF is not defined - Removed patch to add stubs for of_add_property()
Still breaks the build :(