On Tue, Jul 22, 2025 at 2:42 AM Minkyu Kang <proms...@gmail.com> wrote: > > Hi, > > > 2025년 7월 22일 (화) 13:30, Sam Protsenko <semen.protse...@linaro.org>님이 작성: >> >> On Mon, Jul 21, 2025 at 4:26 AM Mattijs Korpershoek >> <mkorpersh...@kernel.org> wrote: >> > >> > On Sun, Jul 20, 2025 at 14:57, Sam Protsenko <semen.protse...@linaro.org> >> > wrote: >> > >> > > On Thu, Jul 17, 2025 at 1:58 AM Mattijs Korpershoek >> > > <mkorpersh...@kernel.org> wrote: >> > >> >> > >> Hi Sam, >> > >> >> > >> Thank you for the patch. >> > >> >> > > >> > > [snip] >> > > >> > >> > + >> > >> > +#define EXYNOS850_DRD_UTMI 0x50 >> > >> > +#define UTMI_FORCE_SLEEP BIT(0) >> > >> > +#define UTMI_FORCE_SUSPEND BIT(1) >> > >> > +#define UTMI_DM_PULLDOWN BIT(2) >> > >> > +#define UTMI_DP_PULLDOWN BIT(3) >> > >> > +#define UTMI_FORCE_BVALID BIT(4) >> > >> > +#define UTMI_FORCE_VBUSVALID BIT(5) >> > >> >> > >> Comparing with the linux driver using >> > >> commit cc52a697f87e ("phy: exynos5-usbdrd: support Exynos USBDRD 3.2 >> > >> 4nm controller") >> > >> >> > >> I notice that the defines are in reverse order (from 0 to 5 and linux >> > >> has from 5 to 0). >> > >> >> > >> Is there any particular reason for this? >> > >> I don't mind it too much but it makes diffing between linux and U-Boot a >> > >> bit harder. >> > >> >> > >> Anyway, I've compared this with the linux driver and it looks good to >> > >> me! >> > >> >> > >> Reviewed-by: Mattijs Korpershoek <mkorpersh...@kernel.org> >> > >> >> > > >> > > Thank for reviewing this, Mattijs! Yeah, I kinda flipped the register >> > > bits w.r.t. kernel's version, just because it looks better to me this >> > > way (easier to read when it's sorted properly). Due to the driver >> > > model API differences between kernel and U-Boot I had to rework the >> > > whole structure of the driver, and I only added Exynos850 support for >> > > now, so the difference between U-Boot and kernel versions is quite big >> > > as it is anyway, so I figured it's not a big deal to reorder things >> > > even more. Hope it's ok with you? >> > >> > It's ok with me. I was just curious if there was any special reason for >> > re-ordering. I agree that it's easier to read with the sorting you have >> > applied. >> > I've noticed that only Exynos850 is supported for now. That's fine as >> > well in my opinion! >> > >> > Feel free to pick this up through your tree. >> >> I don't have a maintainer tree unfortunately. The easiest way for this >> series would be probably to go through Samsung tree (Minkyu)? > > > Yep. This patch is delegating to me. > But unfortunately I have trouble to access to denx git on my office.
Hi Minkyu, FYI: it might not be on your side. I can't access denx gitlab right now as well. There is some relevant discussion going on on #u-boot IRC. See also [1] thread. [1] https://lists.denx.de/pipermail/u-boot/2025-July/594671.html > I'm trying to fix it but not sure when it can be. > So I'll ask to Tom to pick this up at this time. > > Dear Tom, > > Could you pick this up? > > Reviewed-by: Minkyu Kang <mk7.k...@samsung.com> > > > Thanks, > Minkyu Kang.