]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's
authorSanchayan Maity <maitysanchayan@gmail.com>
Wed, 15 Apr 2015 10:54:27 +0000 (16:24 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:43:51 +0000 (14:43 +0200)
commit5381e77c97e2eb192b10fcdb9f822a7e0d54eecc
tree18f85c095d785d3e79a7bc7727e0ec885a6b9229
parentabf9e071bc2e8e9a02d88454a53d9a561507f2ee
usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's

This driver adds support for the USB peripheral on Freescale Vybrid
SoC's.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
arch/arm/include/asm/arch-vf610/crm_regs.h
arch/arm/include/asm/arch-vf610/imx-regs.h
arch/arm/include/asm/imx-common/regs-usbphy.h [new file with mode: 0644]
drivers/usb/host/Makefile
drivers/usb/host/ehci-vf.c [new file with mode: 0644]