Re: [SPAM] Re: [PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2.

2023-06-04 Thread Xavier Drudis Ferran
El Sat, Jun 03, 2023 at 09:23:36AM +0200, Xavier Drudis Ferran deia: > El Fri, Jun 02, 2023 at 03:34:37PM +0530, Jagan Teki deia: > > On Fri, Jun 2, 2023 at 2:54 PM Xavier Drudis Ferran > > wrote: > > > > > > Should I try again with the current next branch and send v6 ? > > > > Please send. > >

Re: [SPAM] Re: [PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2.

2023-06-03 Thread Xavier Drudis Ferran
El Fri, Jun 02, 2023 at 03:34:37PM +0530, Jagan Teki deia: > On Fri, Jun 2, 2023 at 2:54 PM Xavier Drudis Ferran wrote: > > > > Should I try again with the current next branch and send v6 ? > > Please send. > > Thanks, > Jagan. I will try asap, thanks.

Re: [SPAM] Re: [PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2.

2023-06-02 Thread Jagan Teki
On Fri, Jun 2, 2023 at 2:54 PM Xavier Drudis Ferran wrote: > > El Fri, Jun 02, 2023 at 12:11:13PM +0530, Jagan Teki deia: > > > > Any news about the next revision of this patch? RK3399 has broken > > since release due to this issue. This fix might make upcoming release > > workable. > > > > Please

Re: [SPAM] Re: [PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2.

2023-06-02 Thread Xavier Drudis Ferran
El Fri, Jun 02, 2023 at 12:11:13PM +0530, Jagan Teki deia: > > Any news about the next revision of this patch? RK3399 has broken > since release due to this issue. This fix might make upcoming release > workable. > > Please let us know. > Sorry, I'm not sure you meant to send this to me ? For m

Re: [PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2.

2023-06-01 Thread Jagan Teki
On Fri, Mar 3, 2023 at 3:57 PM Xavier Drudis Ferran wrote: > > El Fri, Mar 03, 2023 at 10:42:20AM +0100, Christoph Fritz deia: > > >Changes: > > > > > >v5: fixes a bug that Christoph Fritz discovered, consisting in the > > >wrong eror code returned when enabling or disabling the cl

Re: [PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2.

2023-03-03 Thread Xavier Drudis Ferran
El Fri, Mar 03, 2023 at 10:42:20AM +0100, Christoph Fritz deia: > >    Changes: > > > >    v5: fixes a bug that Christoph Fritz discovered, consisting in the > >    wrong eror code returned when enabling or disabling the clock > >    because property_enable() returns an error code in linux

Re: [PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2.

2023-03-03 Thread Christoph Fritz
>    Changes: > >    v5: fixes a bug that Christoph Fritz discovered, consisting in the >    wrong eror code returned when enabling or disabling the clock >    because property_enable() returns an error code in linux but >    the modified register value in U-Boot. This caused the clk >

[PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2.

2023-02-27 Thread Xavier Drudis Ferran
arch/arm/dts/rk3399.dtsi has a node usb_host0_ehci: usb@fe38 { compatible = "generic-ehci"; with clocks: clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>, <&u2phy0>; The first 2 refer to nodes with class UCLASS_CLK, but &u2phy0 has class UCLASS_PHY. u2phy