[U-Boot] [PATCH v3 4/5] Add support for qc_mmc MMC Controller

2012-05-10 Thread mohamed.haneef
From: Mohamed Haneef mohamed.han...@lntinfotech.com * Support for qc_mmc MMC Controller Signed-off-by: Mohamed Haneef mohamed.han...@lntinfotech.com changes for v2: - changed the patch title to support for qc_mmc MMC Controller changes for v3: - removed the unnecessary type casting

[U-Boot] (no subject)

2012-04-23 Thread mohamed.haneef
The patch for msm7630 was released to the u-boot community on 16-feb-2-2012 can this be mainlined in v2012.07 release.The Patches contain the following support * low speed uart for msm7630 * interprocessor communication * qc_mmc microcontroller * msm7630 soc

[U-Boot] msm7630 mainline request

2012-04-23 Thread mohamed.haneef
The patch for msm7630 was released to the u-boot community on 16-feb-2-2012 can this be mainlined in v2012.07 release.The Patches contain the following support * low speed uart for msm7630 * interprocessor communication * qc_mmc microcontroller * msm7630 soc

[U-Boot] reminder for [PATCH 0/5] Support for qualcomm msm7630 board

2012-03-22 Thread mohamed.haneef
From: Mohamed Haneef mohamed.han...@lntinfotech.com This is a humbel reminder for review of patch series for msm7630 board after making the changes proposed by u-boot community. The Patches contain the following support * low speed uart for msm7630 * interprocessor

[U-Boot] reminder for [PATCH 0/5] Support for qualcomm msm7630 board

2012-03-13 Thread mohamed.haneef
From: Mohamed Haneef mohamed.han...@lntinfotech.com This is a humbel reminder for review of patch series for msm7630 board after making the changes proposed by u-boot community. The Patches contain the following support * low speed uart for msm7630 * interprocessor

[U-Boot] [PATCH 4/5] Add support for mmc read and writes

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef mohamed.han...@lntinfotech.com *Support for msm7x30 mmc read and writes Signed-off-by: Mohamed Haneef mohamed.han...@lntinfotech.com --- arch/arm/include/asm/arch-msm7630/mmc.h | 399 + drivers/mmc/Makefile|1 +

[U-Boot] [PATCH 0/5] Support for qualcomm msm7630 board

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef mohamed.han...@lntinfotech.com This is a patch series for msm7630 board. The Patches contain the following support * low speed uart for msm7630 * interprocessor communication * msm7630 soc * msm7630 surf board Mohamed Haneef (5): msm7x30:

[U-Boot] [PATCH 1/5] msm7x30: Add support for low speed uart on msm7x30

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef mohamed.han...@lntinfotech.com * Support for low speed uart Signed-off-by: Mohamed Haneef mohamed.han...@lntinfotech.com --- drivers/serial/Makefile |1 + drivers/serial/serial_msm_uart.c | 206 ++ 2 files changed,

[U-Boot] [PATCH 2/5] msm7x30: Add support for interprocessor communication

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef mohamed.han...@lntinfotech.com *Support for msm7x30 interprocessor communication Signed-off-by: Mohamed Haneef mohamed.han...@lntinfotech.com --- drivers/misc/Makefile|1 + drivers/misc/msm_proc_comm.c | 303 ++ 2

[U-Boot] [PATCH 5/5] msm7x30: Add support for msm7630_surf board

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef mohamed.han...@lntinfotech.com *Support for msm7630_surf board Signed-off-by: Mohamed Haneef mohamed.han...@lntinfotech.com --- board/qcom/msm7630_surf/Makefile | 55 +++ board/qcom/msm7630_surf/msm7630_surf.c | 155