All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] msm7630 usb gadget and emmc support
@ 2012-05-11  6:04 Mohamed Haneef
  2012-05-11  6:04 ` [U-Boot] [PATCH 1/3] MSM7630 Interrupt support Mohamed Haneef
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mohamed Haneef @ 2012-05-11  6:04 UTC (permalink / raw)
  To: u-boot

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            |    1 +
 arch/arm/cpu/armv7/msm7630/interrupts.c        |  155 +++++++
 arch/arm/include/asm/arch-msm7630/exclusion.h  |   42 ++
 arch/arm/include/asm/arch-msm7630/hsusb.h      |  182 ++++++++
 arch/arm/include/asm/arch-msm7630/interrupts.h |   40 ++
 arch/arm/include/asm/arch-msm7630/irqs.h       |  173 ++++++++
 board/qcom/msm7630_surf/msm7630_surf.c         |    5 +-
 drivers/serial/usbtty.h                        |    2 +
 drivers/usb/gadget/Makefile                    |    1 +
 drivers/usb/gadget/msm_udc.c                   |  560 ++++++++++++++++++++++++
 include/configs/msm7630_surf.h                 |   12 +-
 include/usb/msm_udc.h                          |   46 ++
 12 files changed, 1215 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/msm7630/interrupts.c
 create mode 100644 arch/arm/include/asm/arch-msm7630/exclusion.h
 create mode 100644 arch/arm/include/asm/arch-msm7630/hsusb.h
 create mode 100644 arch/arm/include/asm/arch-msm7630/interrupts.h
 create mode 100644 arch/arm/include/asm/arch-msm7630/irqs.h
 create mode 100644 drivers/usb/gadget/msm_udc.c
 create mode 100644 include/usb/msm_udc.h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-12  6:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11  6:04 [U-Boot] [PATCH 0/3] msm7630 usb gadget and emmc support Mohamed Haneef
2012-05-11  6:04 ` [U-Boot] [PATCH 1/3] MSM7630 Interrupt support Mohamed Haneef
2012-05-12  6:22   ` Marek Vasut
2012-05-11  6:04 ` [U-Boot] [PATCH 2/3] MSM7630 gadget usb support Mohamed Haneef
2012-05-11  6:04 ` [U-Boot] [PATCH 3/3] board: qcom: enable high capacity eMMC cards Mohamed Haneef

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.