Re: [PATCH 0/7] usb: isp1760: extend support for isp1763
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-05-06 10:50:10
Also in:
linux-devicetree
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-05-06 10:50:10
Also in:
linux-devicetree
On Tue, May 04, 2021 at 11:19:03AM +0100, Rui Miguel Silva wrote:
The Arm MPS3 FPGA prototyping board [0] have an isp1763 [1] as USB controller. There is already support for the isp1760 and isp1761 in tree, this series extend the support also for the isp1763. Move register access using regmap, remove some platform data and code, refactor the mempool, use dr_mode to align to existing bindings, then add the support for isp1763 host mode, add bindings files that did not existed and at the end add also support for peripheral mode for isp1763. @Laurent and @Sebastian, I add both of you in the bindings files as maintainers (it is a mandatory field)since you were the ones which contributed with the initial code and peripheral code, let me know if you are ok with it. If yes I may send a follow up to add also entries in MAINTAINERS file that it is also missing.
First 3 patches now applied, feel free to rebase and resend the rest based on the review comments. thanks, greg k-h