Re: [U-Boot] [PATCH v2 4/5] Add Support for qc_mmc MMC Controller

2012-05-10 Thread Mohamed Haneef
Hi, NAK, allow me to explain below: On Mon, Mar 5, 2012 at 8:40 AM, Mohamed Haneef wrote: >* Support for qc_mmc MMC Controller > > Signed-off-by: Mohamed Haneef > --- > +#ifndef __MMC_H__ > +#define __MMC_H__ > + > +#ifndef MMC_SLOT > +#define MMC_SLOT

[U-Boot] [PATCH 1/3] MSM7630 Interrupt support

2012-05-10 Thread Mohamed Haneef
* Support for msm7630 interrupts Signed-off-by: Mohamed Haneef --- arch/arm/cpu/armv7/msm7630/Makefile|1 + arch/arm/cpu/armv7/msm7630/interrupts.c| 155 + arch/arm/include/asm/arch-msm7630/exclusion.h | 42 ++ arch/arm/include/asm

[U-Boot] [PATCH 0/3] msm7630 usb gadget and emmc support

2012-05-10 Thread Mohamed Haneef
This patch series contains support for usb gadget, enabling eMMC high capacity and interrupt support for msm7630 surf. Mohamed Haneef (3): MSM7630 Interrupt support MSM7630 gadget usb support board: qcom: enable high capacity eMMC cards arch/arm/cpu/armv7/msm7630/Makefile

[U-Boot] [PATCH 3/3] board: qcom: enable high capacity eMMC cards

2012-05-10 Thread Mohamed Haneef
* enabling high capacity eMMC cards. Signed-off-by: Mohamed Haneef --- board/qcom/msm7630_surf/msm7630_surf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/qcom/msm7630_surf/msm7630_surf.c b/board/qcom/msm7630_surf/msm7630_surf.c index 9dcf95b..9ca6843

[U-Boot] [PATCH 2/3] MSM7630 gadget usb support

2012-05-10 Thread Mohamed Haneef
* Support for usb gadget device. Signed-off-by: Mohamed Haneef --- arch/arm/include/asm/arch-msm7630/hsusb.h | 182 ++ drivers/serial/usbtty.h |2 + drivers/usb/gadget/Makefile |1 + drivers/usb/gadget/msm_udc.c | 560

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

2012-02-23 Thread Mohamed Haneef
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

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

2012-03-05 Thread Mohamed Haneef
* Support for low speed uart Signed-off-by: Mohamed Haneef --- Changes for v2: - Removed unused macros drivers/serial/Makefile |1 + drivers/serial/serial_msm_uart.c | 156 ++ 2 files changed, 157 insertions(+), 0 deletions(-) create

[U-Boot] [PATCH v2 4/5] Add Support for qc_mmc MMC Controller

2012-03-05 Thread Mohamed Haneef
* Support for qc_mmc MMC Controller Signed-off-by: Mohamed Haneef --- change for v2: - changed the patch title to "support for qc_mmc MMC Controller" arch/arm/include/asm/arch-msm7630/mmc.h | 399 + drivers/mmc/Makefile|1 + d

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

2012-03-05 Thread Mohamed Haneef
Hi Albert, This driver uses shared memory region to pass message. this is used in acpuclock.c, gpio.c files. So need to retain this patch as it is. Thanks and Regards, Mohamed Haneef M.A 08985734122 From: Albert ARIBAUD [albert.u.b...@aribaud.net] Sent

[U-Boot] raspberry pi

2013-01-24 Thread Mohamed Haneef
Hi, Is there any active raspberry pi development going on, i am planning to do a support package for raspberry pi, any suggestions would be welcome. thanks, Haneef. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boo