Re: [U-Boot] [PATCH v2] fsl_pci_init_port end-point initialization is broken

2009-11-04 Thread Mahajan Vivek-B08308
> From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Wednesday, November 04, 2009 1:14 PM > To: Swarthout Edward L-SWARTHOU; Mahajan Vivek-B08308 > Cc: u-boot@lists.denx.de > Subject: [PATCH v2] fsl_pci_init_port end-point > initialization is broken > > commit

Re: [U-Boot] [PATCH] fsl_pci_init_port end-point initialization isbroken

2009-11-03 Thread Mahajan Vivek-B08308
> From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Swarthout > Edward L-SWARTHOU > Sent: Monday, November 02, 2009 8:36 PM > To: u-boot@lists.denx.de > Cc: Swarthout Edward L-SWARTHOU > Subject: [U-Boot] [PATCH] fsl_pci_init_port end-point > initialization

Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-29 Thread Mahajan Vivek-B08308
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ed Swarthout > Sent: Thursday, October 29, 2009 12:59 PM > > +++ b/board/freescale/mpc8572ds/mpc8572ds.c > > @@ -199,7 +199,7 @@ void pci_init_board(void) > > first_free_busno = fsl_pci_init_port(&pci_info[num++], > > -

Re: [U-Boot] [PATCH v2 3/6] mpc83xx: USB: Reorganized its support

2009-06-01 Thread Mahajan Vivek-B08308
Hello Remy, > -Original Message- > From: l.ping...@gmail.com [mailto:l.ping...@gmail.com] On > Behalf Of Remy Bohmer > Sorry, but this patch does not apply to U-boot-usb next > branch, can you please rebase? > > Kind Regards, > > Remy > I freshly cloned the 'next' branch of u-boot-us

Re: [U-Boot] [PATCH 3/6] mpc83xx: USB: Reorganized its support

2009-05-21 Thread Mahajan Vivek-B08308
> From: Kumar Gala [mailto:ga...@kernel.crashing.org] > > +#if defined(CONFIG_USB_PHY_TYPE) > > + "usb_phy_type=" MK_STR(CONFIG_USB_PHY_TYPE) "\0" > > +#endif > > #ifdef CONFIG_EXTRA_ENV_SETTINGS > > CONFIG_EXTRA_ENV_SETTINGS > > #endif > > I'm guessing Wolfgang isn't going to like thi

[U-Boot] mpc83xx: USB: "Machine check in kernel mode" with usb start on mpc8315erdb

2009-04-17 Thread Mahajan Vivek-B08308
Hello there, I built u-boot for mpc8315erdb from the current master @ http://git.denx.de/u-boot.git/ after enabling USB via adding the following #defines in include/configs/MPC8315ERDB.h:- #define CONFIG_CMD_USB #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_FSL But I ran into the following