From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 17 Oct 2013 10:18:21 -0700 Subject: [U-Boot] [PATCH 2/2] powerpc/usb:Differentiate USB controller base address In-Reply-To: <1378983949-25525-3-git-send-email-ramneek.mehresh@freescale.com> References: <1378983949-25525-1-git-send-email-ramneek.mehresh@freescale.com> <1378983949-25525-3-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <52601BDD.2080106@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/12/2013 04:05 AM, Ramneek Mehresh wrote: > Introduce different macros for storing addresses of multiple > USB controllers. This is required for successful initialization > and usage of multiple USB controllers inside u-boot > > Signed-off-by: Ramneek Mehresh > --- > arch/powerpc/cpu/mpc83xx/cpu_init.c | 2 +- > 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 ++++++++++--- > 7 files changed, 46 insertions(+), 21 deletions(-) Applied to 85xx/next branch. Pending merge to master. York