From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] MSM7630 Interrupt support
Date: Sat, 12 May 2012 08:22:45 +0200 [thread overview]
Message-ID: <201205120822.45968.marek.vasut@gmail.com> (raw)
In-Reply-To: <1336716299-23611-2-git-send-email-mohamed.haneef@lntinfotech.com>
Dear Mohamed Haneef,
> * Support for msm7630 interrupts
>
> Signed-off-by: Mohamed Haneef <mohamed.haneef@lntinfotech.com>
> ---
> 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/interrupts.h | 40 ++++++
> arch/arm/include/asm/arch-msm7630/irqs.h | 173
> ++++++++++++++++++++++++ board/qcom/msm7630_surf/msm7630_surf.c |
> 3 +
I dont see this file in the tree ... home come? Does this patch depend on some
other patchset?
> 6 files changed, 414 insertions(+), 0 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/interrupts.h
> create mode 100644 arch/arm/include/asm/arch-msm7630/irqs.h
>
> diff --git a/arch/arm/cpu/armv7/msm7630/Makefile
> b/arch/arm/cpu/armv7/msm7630/Makefile index b97026f..b106ddc 100644
> --- a/arch/arm/cpu/armv7/msm7630/Makefile
> +++ b/arch/arm/cpu/armv7/msm7630/Makefile
> @@ -40,6 +40,7 @@ COBJS-y := board.o
> COBJS-y += timer.o
> COBJS-y += acpuclock.o
> COBJS-y += gpio.o
> +COBJS-$(CONFIG_USE_IRQ) += interrupts.o
>
> SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
> OBJS := $(addprefix $(obj),$(COBJS-y) $(SOBJS-y))
> diff --git a/arch/arm/cpu/armv7/msm7630/interrupts.c
> b/arch/arm/cpu/armv7/msm7630/interrupts.c new file mode 100644
> index 0000000..6cae9c8
> --- /dev/null
> +++ b/arch/arm/cpu/armv7/msm7630/interrupts.c
> @@ -0,0 +1,155 @@
> +/*
> + * Copyright (c) 2008, Google Inc.
> + * All rights reserved.
> + *
> + * (C) Copyright 2012
> + * Larsen & Toubro Infotech Ltd. <www.lntinfotech.com>
> + *
> + * Redistribution and use in source and binary forms, with or without
> + * modification, are permitted provided that the following conditions
> + * are met:
> + * * Redistributions of source code must retain the above copyright
> + * notice, this list of conditions and the following disclaimer.
> + * * Redistributions in binary form must reproduce the above copyright
> + * notice, this list of conditions and the following disclaimer in
> + * the documentation and/or other materials provided with the
> + * distribution.
> + * * Neither the name of Google, Inc. nor the names of its contributors
> + * may be used to endorse or promote products derived from this
> + * software without specific prior written permission.
> + *
> + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
> + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
> + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
> + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
> + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
> + * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
> + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
> + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
> + * SUCH DAMAGE.
DTTO, see my previous response. I'm not sure if we can accept code that's not
GPL. Let's see.
next prev parent reply other threads:[~2012-05-12 6:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201205120822.45968.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox