On 20-07-20, 15:12, Álvaro Fernández Rojas wrote: > Add BCM63xx USBH PHY driver for BMIPS. > > v8: readd Simon as author and remove his email address from the source code. > v7: remove Simon from authors and introduce changes suggested by Rob: > - Move clock conditions to the main section. > - Set missing additionalProperties to false. > v6: introduce changes suggested by Rob and Vinod: > - Remove BMIPS_GENERIC default from kconfig. > - Print registered message as debug. > - Add another if case to device tree binding for SoCs with just 1 clock. > - Ignored "additionalProperties: false" suggestion since it triggers a > warning. This has been reported, but I haven't received any answer yet. > v5: use devm_reset_control_get_exclusive. > v4: fix dt-bindings documentation and improve device mode config. > v3: introduce changes suggested by Florian: > - Add support for device mode. > v2: introduce changes suggested by Florian: > - phy-cells changed to 1. > - Drop OF dependency (use device_get_match_data). > - Drop __initconst from variant tables. > - Use devm_clk_get_optional. Applied, thanks -- ~Vinod