All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] This patch series contains support for interrupt and USB gadget in MSM7x27a surf board
@ 2012-05-11  6:54 Srikanth Reddy Vintha
  2012-05-11  6:54 ` [U-Boot] [PATCH 1/2] MSM7x27a:Add support for interrupt Srikanth Reddy Vintha
  2012-05-11  6:54 ` [U-Boot] [PATCH 2/2] MSM7x27a:Add support for USB gadget Srikanth Reddy Vintha
  0 siblings, 2 replies; 7+ messages in thread
From: Srikanth Reddy Vintha @ 2012-05-11  6:54 UTC (permalink / raw)
  To: u-boot

Srikanth Reddy Vintha (2):
  MSM7x27a:Add support for interrupt
  MSM7x27a:Add support for USB gadget

 arch/arm/cpu/armv7/msm7x27a/Makefile            |    1 +
 arch/arm/cpu/armv7/msm7x27a/acpuclock.c         |    7 +
 arch/arm/cpu/armv7/msm7x27a/interrupts.c        |  136 +++++++++++++++++
 arch/arm/include/asm/arch-msm7x27a/exclusion.h  |   42 +++++
 arch/arm/include/asm/arch-msm7x27a/hsusb.h      |  183 +++++++++++++++++++++++
 arch/arm/include/asm/arch-msm7x27a/interrupts.h |   39 +++++
 arch/arm/include/asm/arch-msm7x27a/iomap.h      |    2 +
 arch/arm/include/asm/arch-msm7x27a/irqs.h       |   98 ++++++++++++
 board/qcom/msm7x27a_surf/msm7x27a_surf.c        |    2 +
 drivers/usb/gadget/msm_udc.c                    |   11 +-
 include/configs/msm7x27a_surf.h                 |   14 +-
 11 files changed, 524 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/msm7x27a/interrupts.c
 create mode 100644 arch/arm/include/asm/arch-msm7x27a/exclusion.h
 create mode 100644 arch/arm/include/asm/arch-msm7x27a/hsusb.h
 create mode 100644 arch/arm/include/asm/arch-msm7x27a/interrupts.h
 create mode 100644 arch/arm/include/asm/arch-msm7x27a/irqs.h

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

end of thread, other threads:[~2012-06-21 20:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11  6:54 [U-Boot] [PATCH 0/2] This patch series contains support for interrupt and USB gadget in MSM7x27a surf board Srikanth Reddy Vintha
2012-05-11  6:54 ` [U-Boot] [PATCH 1/2] MSM7x27a:Add support for interrupt Srikanth Reddy Vintha
2012-05-12  6:20   ` Marek Vasut
2012-05-14 11:58     ` Srikanth Reddy
2012-06-12 11:47       ` Srikanth Reddy
2012-06-21 20:10       ` Wolfgang Denk
2012-05-11  6:54 ` [U-Boot] [PATCH 2/2] MSM7x27a:Add support for USB gadget Srikanth Reddy Vintha

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.