From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 11 Apr 2016 17:25:31 +0000 Subject: [U-Boot] [PATCH] arc: Add virt_to_phys() stub In-Reply-To: <5707E9FE.7010308@denx.de> References: <1460134807-16503-1-git-send-email-abrodkin@synopsys.com> <5707E9FE.7010308@denx.de> Message-ID: <1460395531.5119.38.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Fri, 2016-04-08 at 19:27 +0200, Marek Vasut wrote: > On 04/08/2016 07:00 PM, Alexey Brodkin wrote: > > > > Commit cf7c93cdd755 "usb: ehci: Implement V2P mapping" > > introduced usage of virt_to_phys() in ehci-hcd. > > > > Since there was no implementation of virt_to_phys() for ARC > > compilation of the ehci-generic driver failed. > > > > This change adds virt_to_phys() stub for ARC so now > > USB driver for AXS101 board could be built again. > > > > Signed-off-by: Alexey Brodkin > > Cc: Marek Vasut > > Cc: Daniel Schwierzeck > > Cc: Hans de Goede Applied to u-boot-arc, thanks. -Alexey