]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: USB: Reorganized its support
authorVivek Mahajan <vivek.mahajan@freescale.com>
Mon, 25 May 2009 11:53:16 +0000 (17:23 +0530)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:47:17 +0000 (20:47 +0200)
commit4ef01010aa4799c759d75e67007fdd3a38c88c8a
tree6a063cc588e2f6bc7e74ef40751dee48538def6d
parented90d2c87158e5114b6009fa95bb6417e4b27b3e
mpc83xx: USB: Reorganized its support

The following patch reorganizes/reworks the USB support for mpc83xx
as under:-

  * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to
    cpu/mpx83xx/cpu_init.c

  * Board specific usb_phy_type is read from the environment

  * Adds USB EHCI specific structure in include/usb/ehci-fsl.h

  * Copyrights revamped in most of the following files

Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
cpu/mpc83xx/cpu_init.c
drivers/usb/host/ehci-fsl.c
include/asm-ppc/immap_83xx.h
include/usb/ehci-fsl.h