From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 8 Mar 2019 03:30:02 +0100 Subject: [U-Boot] [PATCH 1/2] phy: rcar: Add R-Car Gen3 PHY driver In-Reply-To: References: <20181002205534.9958-1-marek.vasut+renesas@gmail.com> Message-ID: <663337cd-74ee-8ebb-3281-684689d3d96e@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 3/7/19 11:18 PM, Eugeniu Rosca wrote: > Hello Marek cc: Shimoda-san, Morimoto-san, Hi, > Is there any USB gadget/peripheral R-Car3 U-Boot driver WIP on your side? Yes, I'm working on a driver, for next release. > We have something in the official release which looks like a chopped > version of linux usbhs [1], but I believe it has to be converted to DM > to become mainline-grade. > Is there an easier (relatively clean) way to have U-Boot fastboot > support on R-Car3? > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/usb/renesas_usbhs I have the horrible driver that's in the android bsp ported over to the current release, but cleaning it up and converting it over to DM is a huge undertaking, so please give me some time to finish it. I can share the preliminary version with you, but it isn't pretty. -- Best regards, Marek Vasut