[U-Boot] [PATCH 2/2] 85xx/p1_p2_rdb: enable hwconfig

2010-01-07 Thread Vivek Mahajan
Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- include/configs/P1_P2_RDB.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index 15bfeef..405e6d5 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include

[U-Boot] [PATCH 1/2] 85xx/p1_p2_rdb: p1020: add muxed usb2 handling

2010-01-07 Thread Vivek Mahajan
left disabled in the u-boot, otherwise any changes in the environment won't be saved. Enabled agent mode support in USB2 depending upon setenv hwconfig usb2:dr_mode=peripheral Updated copyright year too. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- board/freescale/p1_p2_rdb

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

2009-10-27 Thread Vivek Mahajan
copyright in drivers/pci/fsl_pci_init.c * Mods in 85xx based board specific pci init after this change Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- board/freescale/mpc8572ds/mpc8572ds.c |6 +++--- board/freescale/p1_p2_rdb/pci.c |4 ++-- board/freescale/p2020ds/p2020ds.c

[U-Boot] [PATCH] 85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ

2009-09-22 Thread Vivek Mahajan
This patch does the following:- * Fixes l2 cache controller's compatible string for QorIQ * Revamps its copyright Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- cpu/mpc85xx/fdt.c | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/cpu/mpc85xx

[U-Boot] [PATCH] mpc83xx: USB: fix: access of ehci struct elements

2009-06-23 Thread Vivek Mahajan
It fixes the access to the 'ehci' struct elements for mpc83xx which should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a Sorry about that. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- cpu/mpc83xx/cpu_init.c |4 ++-- 1 files changed, 2 insertions(+), 2

[U-Boot] [PATCH] mpc8xxx: USB: fix: access of ehci struct elements

2009-06-19 Thread Vivek Mahajan
This patch fixes the access to the 'ehci' struct elements which should have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a Sorry about that. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- drivers/usb/host/ehci-fsl.c | 18 +- 1 files changed, 9

[U-Boot] [PATCH v2 5/6] mpc83xx: 8315erdb: Add USB related CONFIGs

2009-05-25 Thread Vivek Mahajan
This patch adds CONFIGs for enabling USB in mpc8315erdb and also adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its Copyright. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- v2 change: usb_phy_type is set in CONFIG_EXTRA_ENV_SETTINGS include/configs/MPC8315ERDB.h

[U-Boot] [PATCH v2 6/6] mpc85xx: 8536ds: Add USB related CONFIGs

2009-05-25 Thread Vivek Mahajan
This patch adds CONFIGs for enabling USB in mpc8536ds and also adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its Copyright. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- v2 change: usb_phy_type is set in CONFIG_EXTRA_ENV_SETTINGS include/configs/MPC8536DS.h | 14

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

2009-05-25 Thread Vivek Mahajan
-fsl.h * Copyrights revamped in most of the following files Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- v2 change: Moved usb_phy_type to CONFIG_EXTRA_ENV_SETTINGS in board specific config file(s). cpu/mpc83xx/cpu_init.c | 19 - drivers/usb/host/ehci

[U-Boot] [PATCH 1/6] mpc8xxx: USB: Removed reenablement of its interface

2009-05-21 Thread Vivek Mahajan
-by: Vivek Mahajan vivek.maha...@freescale.com --- drivers/usb/host/ehci-fsl.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c index 86ee1d5..cff6024 100644 --- a/drivers/usb/host/ehci-fsl.c +++ b/drivers/usb/host

[U-Boot] [PATCH 2/6] mpc8xxx: USB: Relocates ehci-fsl.h to include/usb

2009-05-21 Thread Vivek Mahajan
The following patch moves 8xxx-specifc USB #defines from drivers/usb/host/ehci-fsl.h to include/usb. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- drivers/usb/host/ehci-fsl.c |2 +- {drivers/usb/host = include/usb}/ehci-fsl.h |0 2 files changed, 1

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

2009-05-21 Thread Vivek Mahajan
-fsl.h * Copyrights revamped in most of the following files Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- common/env_common.c |3 ++ common/env_embedded.c|3 ++ cpu/mpc83xx/cpu_init.c | 19 - drivers/usb/host/ehci-fsl.c | 53

[U-Boot] [PATCH 4/6] mpc85xx: USB: Add support

2009-05-21 Thread Vivek Mahajan
The following patch adds 85xx-specific USB support and also revamps Copyright in immap_85xx.h Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- include/asm-ppc/immap_85xx.h |5 - include/usb/ehci-fsl.h |2 ++ 2 files changed, 6 insertions(+), 1 deletions(-) diff

[U-Boot] [PATCH 6/6] mpc85xx: 8536ds: Add USB related CONFIGs

2009-05-21 Thread Vivek Mahajan
This patch adds CONFIGs for enabling USB in mpc8536ds and also updates its Copyright. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- include/configs/MPC8536DS.h | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/include/configs/MPC8536DS.h b