From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Date: Wed, 10 Jul 2013 10:03:08 -0500 Subject: [U-Boot] [PATCH] OMAP5: USB_EHCI: Enable ehci support for omap5 In-Reply-To: <51DB81C0.2020105@ti.com> References: <1373317175-28926-1-git-send-email-dmurphy@ti.com> <51DB81C0.2020105@ti.com> Message-ID: <51DD77AC.6070703@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Lokesh On 07/08/2013 10:21 PM, Lokesh Vutla wrote: > Hi Dan, > On Tuesday 09 July 2013 02:29 AM, Dan Murphy wrote: >> From: "Govindraj.R" >> >> * Enable all usb ehci related clocks. >> * Add ehci support to omap5 board file and arch specific >> sysc reg mask values. >> * Enable config options for usb support and ethernet support >> >> Signed-off-by: Govindraj.R >> --- >> arch/arm/cpu/armv7/omap5/clocks.c | 20 +++++++++++--- >> arch/arm/include/asm/arch-omap5/clocks.h | 6 ++++ >> arch/arm/include/asm/arch-omap5/ehci.h | 44 ++++++++++++++++++++++++++++++ >> board/ti/omap5_evm/evm.c | 33 ++++++++++++++++++++++ >> include/configs/omap5_evm5430.h | 23 ++++++++++++++-- >> 5 files changed, 120 insertions(+), 6 deletions(-) >> create mode 100644 arch/arm/include/asm/arch-omap5/ehci.h > Is this based on current mainline? > Most of the above files changed are not preset in mainline. Honestly I have no idea how this patch got posted. I will remove this patch in v2. > -- ------------------ Dan Murphy