From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mohamed Haneef Date: Thu, 23 Feb 2012 14:29:10 +0530 Subject: [U-Boot] reminder for [PATCH 0/5] Support for qualcomm msm7630 board In-Reply-To: <1329361163-11228-1-git-send-email-mohamed.haneef@lntinfotech.com> References: <1329361163-11228-1-git-send-email-mohamed.haneef@lntinfotech.com> Message-ID: <1329987550-12368-1-git-send-email-mohamed.haneef@lntinfotech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This is a humbel reminder for verification of 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 on msm7x30 msm7x30: Add support for interprocessor communication msm7x30: Add support for Qualcomm msm7630 soc Add support for mmc read and writes msm7x30: Add support for msm7630_surf board arch/arm/cpu/armv7/msm7630/Makefile | 59 +++ arch/arm/cpu/armv7/msm7630/acpuclock.c | 328 +++++++++++++ arch/arm/cpu/armv7/msm7630/board.c | 58 +++ arch/arm/cpu/armv7/msm7630/config.mk | 1 + arch/arm/cpu/armv7/msm7630/gpio.c | 229 +++++++++ arch/arm/cpu/armv7/msm7630/lowlevel_init.S | 626 +++++++++++++++++++++++++ arch/arm/cpu/armv7/msm7630/timer.c | 148 ++++++ arch/arm/include/asm/arch-msm7630/adm.h | 28 ++ arch/arm/include/asm/arch-msm7630/gpio.h | 47 ++ arch/arm/include/asm/arch-msm7630/gpio_hw.h | 168 +++++++ arch/arm/include/asm/arch-msm7630/iomap.h | 96 ++++ arch/arm/include/asm/arch-msm7630/mmc.h | 399 ++++++++++++++++ arch/arm/include/asm/arch-msm7630/proc_comm.h | 42 ++ arch/arm/include/asm/arch-msm7630/sys_proto.h | 29 ++ board/qcom/msm7630_surf/Makefile | 55 +++ board/qcom/msm7630_surf/msm7630_surf.c | 155 ++++++ board/qcom/msm7630_surf/msm7630_surf.h | 30 ++ boards.cfg | 1 + drivers/misc/Makefile | 1 + drivers/misc/msm_proc_comm.c | 303 ++++++++++++ drivers/mmc/Makefile | 1 + drivers/mmc/qc_mmc.c | 584 +++++++++++++++++++++++ drivers/serial/Makefile | 1 + drivers/serial/serial_msm_uart.c | 206 ++++++++ include/configs/msm7630_surf.h | 131 +++++ 25 files changed, 3726 insertions(+), 0 deletions(-) create mode 100644 arch/arm/cpu/armv7/msm7630/Makefile create mode 100644 arch/arm/cpu/armv7/msm7630/acpuclock.c create mode 100644 arch/arm/cpu/armv7/msm7630/board.c create mode 100644 arch/arm/cpu/armv7/msm7630/config.mk create mode 100644 arch/arm/cpu/armv7/msm7630/gpio.c create mode 100644 arch/arm/cpu/armv7/msm7630/lowlevel_init.S create mode 100644 arch/arm/cpu/armv7/msm7630/timer.c create mode 100644 arch/arm/include/asm/arch-msm7630/adm.h create mode 100644 arch/arm/include/asm/arch-msm7630/gpio.h create mode 100644 arch/arm/include/asm/arch-msm7630/gpio_hw.h create mode 100644 arch/arm/include/asm/arch-msm7630/iomap.h create mode 100644 arch/arm/include/asm/arch-msm7630/mmc.h create mode 100644 arch/arm/include/asm/arch-msm7630/proc_comm.h create mode 100644 arch/arm/include/asm/arch-msm7630/sys_proto.h create mode 100644 board/qcom/msm7630_surf/Makefile create mode 100644 board/qcom/msm7630_surf/msm7630_surf.c create mode 100644 board/qcom/msm7630_surf/msm7630_surf.h create mode 100644 drivers/misc/msm_proc_comm.c create mode 100644 drivers/mmc/qc_mmc.c create mode 100644 drivers/serial/serial_msm_uart.c create mode 100644 include/configs/msm7630_surf.h The contents of this e-mail and any attachment(s) may contain confidential or privileged information for the intended recipient(s). Unintended recipients are prohibited from taking action on the basis of information in this e-mail and using or disseminating the information, and must notify the sender and delete it from their system. L&T Infotech will not accept responsibility or liability for the accuracy or completeness of, or the presence of any virus or disabling code in this e-mail"