public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2]powerpc/usb:Intergrate multiple USB controller support
@ 2013-09-12 11:05 Ramneek Mehresh
  2013-09-12 11:05 ` [U-Boot] [PATCH 1/2] powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs Ramneek Mehresh
  2013-09-12 11:05 ` [U-Boot] [PATCH 2/2] powerpc/usb:Differentiate USB controller base address Ramneek Mehresh
  0 siblings, 2 replies; 5+ messages in thread
From: Ramneek Mehresh @ 2013-09-12 11:05 UTC (permalink / raw)
  To: u-boot

Make multiple USB controllers work inside u-boot by doing the
following:
        - Defining max. no of USB controllers for each soc
        - Defining proper base address for each controller
          so that initialization code can work for each of them

Ramneek Mehresh (2):
  powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs
  powerpc/usb:Differentiate USB controller base address

 arch/powerpc/cpu/mpc83xx/cpu_init.c       |  2 +-
 arch/powerpc/cpu/mpc8xxx/fdt.c            |  6 ++++--
 arch/powerpc/include/asm/config_mpc85xx.h | 24 ++++++++++++++++++++++++
 arch/powerpc/include/asm/immap_512x.h     |  6 +++---
 arch/powerpc/include/asm/immap_83xx.h     | 18 ++++++++++++------
 arch/powerpc/include/asm/immap_85xx.h     |  9 +++++----
 drivers/usb/host/ehci-fsl.c               | 15 +++++++++++++--
 drivers/usb/host/ehci-mpc512x.c           |  4 ++--
 include/usb/ehci-fsl.h                    | 13 ++++++++++---
 9 files changed, 74 insertions(+), 23 deletions(-)

-- 
1.7.11.7

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-17 17:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12 11:05 [U-Boot] [PATCH 0/2]powerpc/usb:Intergrate multiple USB controller support Ramneek Mehresh
2013-09-12 11:05 ` [U-Boot] [PATCH 1/2] powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs Ramneek Mehresh
2013-09-27 18:54   ` York Sun
2013-09-12 11:05 ` [U-Boot] [PATCH 2/2] powerpc/usb:Differentiate USB controller base address Ramneek Mehresh
2013-10-17 17:18   ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox