From: Mohamed Haneef
* Support for qc_mmc MMC Controller
Signed-off-by: Mohamed Haneef
changes for v2:
- changed the patch title to support for qc_mmc MMC Controller
changes for v3:
- removed the unnecessary type casting
- simplified the code by making use of struct mmc_priv *priv
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
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
From: Mohamed Haneef
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 communication
* qc_mmc microcontrol
From: Mohamed Haneef
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 communication
* qc_mmc microcontrol
From: Mohamed Haneef
*Support for msm7630_surf board
Signed-off-by: Mohamed Haneef
---
board/qcom/msm7630_surf/Makefile | 55 +++
board/qcom/msm7630_surf/msm7630_surf.c | 155
board/qcom/msm7630_surf/msm7630_surf.h | 30 ++
boards
From: Mohamed Haneef
*Support for msm7x30 interprocessor communication
Signed-off-by: Mohamed Haneef
---
drivers/misc/Makefile|1 +
drivers/misc/msm_proc_comm.c | 303 ++
2 files changed, 304 insertions(+), 0 deletions(-)
create mod
From: Mohamed Haneef
* Support for low speed uart
Signed-off-by: Mohamed Haneef
---
drivers/serial/Makefile |1 +
drivers/serial/serial_msm_uart.c | 206 ++
2 files changed, 207 insertions(+), 0 deletions(-)
create mode 100644 drivers/
From: Mohamed Haneef
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: Add support for low speed uart
From: Mohamed Haneef
*Support for msm7x30 mmc read and writes
Signed-off-by: Mohamed Haneef
---
arch/arm/include/asm/arch-msm7630/mmc.h | 399 +
drivers/mmc/Makefile|1 +
drivers/mmc/qc_mmc.c| 584 +++
10 matches
Mail list logo