Message ID | 1582303929-5773-1-git-send-email-marian-cristian.rotariu.rb@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Renesas RZ/G2E USB Type-C Backport | expand |
Hi! > This is the second version of USB Type-C backport of RZ/G2E board, named > Silicon Linux EK874. The first version was reviewed by Pavel Machek. All > the modifications included in v2 were recommended by him. > > This patchset revolves around the following patch set from upstream: > https://patchwork.kernel.org/cover/10969899/ > > Unfortunately, the driver is using a slightly different version of the USB > API. In upstream, the connection between the fwnode of the USB controller > device tree node, that is the connector device tree node, and the USB > peripheral device tree node is nicely done via some new function calls that > are basically some extensions to the graph traverse and graph discovery > methods for the device tree parser. This is needed for role switch feature. > > I tried to create the minimum set for the USB API extension and it should > not affect at all the current behavior. All the modifications are additions > and some rewritings of some of the current functions. > > I also backported some fixes where I have found them. Series looks good to me. I submitted it to the test system: https://gitlab.com/cip-project/cip-kernel/linux-cip/pipelines/120342056 If it passes and there are no other comments, I'll apply it. Thanks and best regards, Pavel
Hi! > > This is the second version of USB Type-C backport of RZ/G2E board, named > > Silicon Linux EK874. The first version was reviewed by Pavel Machek. All > > the modifications included in v2 were recommended by him. > > > > This patchset revolves around the following patch set from upstream: > > https://patchwork.kernel.org/cover/10969899/ > > > > Unfortunately, the driver is using a slightly different version of the USB > > API. In upstream, the connection between the fwnode of the USB controller > > device tree node, that is the connector device tree node, and the USB > > peripheral device tree node is nicely done via some new function calls that > > are basically some extensions to the graph traverse and graph discovery > > methods for the device tree parser. This is needed for role switch feature. > > > > I tried to create the minimum set for the USB API extension and it should > > not affect at all the current behavior. All the modifications are additions > > and some rewritings of some of the current functions. > > > > I also backported some fixes where I have found them. > > Series looks good to me. I submitted it to the test system: > > https://gitlab.com/cip-project/cip-kernel/linux-cip/pipelines/120342056 > > If it passes and there are no other comments, I'll apply it. Applied, thanks! Pavel
> Hi! > > > > This is the second version of USB Type-C backport of RZ/G2E board, > > > named Silicon Linux EK874. The first version was reviewed by Pavel > > > Machek. All the modifications included in v2 were recommended by him. > > > > > > This patchset revolves around the following patch set from upstream: > > > https://patchwork.kernel.org/cover/10969899/ > > > > > > Unfortunately, the driver is using a slightly different version of > > > the USB API. In upstream, the connection between the fwnode of the > > > USB controller device tree node, that is the connector device tree > > > node, and the USB peripheral device tree node is nicely done via > > > some new function calls that are basically some extensions to the > > > graph traverse and graph discovery methods for the device tree parser. > This is needed for role switch feature. > > > > > > I tried to create the minimum set for the USB API extension and it > > > should not affect at all the current behavior. All the modifications > > > are additions and some rewritings of some of the current functions. > > > > > > I also backported some fixes where I have found them. > > > > Series looks good to me. I submitted it to the test system: > > > > https://gitlab.com/cip-project/cip-kernel/linux-cip/pipelines/12034205 > > 6 > > > > If it passes and there are no other comments, I'll apply it. > > Applied, thanks! > Pavel Thank you! Cheers, Marian