From: Pavel Machek <pavel@ucw.cz>
To: Daniel Walker <dwalker@codeaurora.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-arm-msm@vger.kernel.org,
Gregory Bean <gbean@codeaurora.org>,
David Brown <davidb@codeaurora.org>,
Abhijeet Dharmapurikar <adharmap@codeaurora.org>,
Stepan Moskovchenko <stepanm@codeaurora.org>
Subject: Re: [PATCH 05/25] msm: generalize clock support.
Date: Mon, 24 May 2010 20:55:40 +0200 [thread overview]
Message-ID: <20100524185540.GA1292@ucw.cz> (raw)
In-Reply-To: <1273700754-10256-6-git-send-email-dwalker@codeaurora.org>
Hi!
> --- /dev/null
> +++ b/arch/arm/mach-msm/clock-pcom.h
> @@ -0,0 +1,153 @@
> +/* Copyright (c) 2009, Code Aurora Forum. All rights reserved.
> + *
> + * 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 Code Aurora Forum, Inc. nor the names of its
> + * contributors may be used to endorse or promote products derived
> + * from this software without specific prior written permission.
Is this even GPL compatible?
> diff --git a/arch/arm/mach-msm/clock.c b/arch/arm/mach-msm/clock.c
> index 3b1ce36..34c6a52 100644
> --- a/arch/arm/mach-msm/clock.c
> +++ b/arch/arm/mach-msm/clock.c
> @@ -1,7 +1,7 @@
> /* arch/arm/mach-msm/clock.c
> *
> * Copyright (C) 2007 Google, Inc.
> - * Copyright (c) 2007 QUALCOMM Incorporated
> + * Copyright (c) 2007-2010, Code Aurora Forum. All rights reserved.
> *
> * This software is licensed under the terms of the GNU General Public
> * License version 2, as published by the Free Software Foundation, and
So... what is the relationship between qualcomm and Code Aurora?
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
WARNING: multiple messages have this Message-ID (diff)
From: pavel@ucw.cz (Pavel Machek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 05/25] msm: generalize clock support.
Date: Mon, 24 May 2010 20:55:40 +0200 [thread overview]
Message-ID: <20100524185540.GA1292@ucw.cz> (raw)
In-Reply-To: <1273700754-10256-6-git-send-email-dwalker@codeaurora.org>
Hi!
> --- /dev/null
> +++ b/arch/arm/mach-msm/clock-pcom.h
> @@ -0,0 +1,153 @@
> +/* Copyright (c) 2009, Code Aurora Forum. All rights reserved.
> + *
> + * 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 Code Aurora Forum, Inc. nor the names of its
> + * contributors may be used to endorse or promote products derived
> + * from this software without specific prior written permission.
Is this even GPL compatible?
> diff --git a/arch/arm/mach-msm/clock.c b/arch/arm/mach-msm/clock.c
> index 3b1ce36..34c6a52 100644
> --- a/arch/arm/mach-msm/clock.c
> +++ b/arch/arm/mach-msm/clock.c
> @@ -1,7 +1,7 @@
> /* arch/arm/mach-msm/clock.c
> *
> * Copyright (C) 2007 Google, Inc.
> - * Copyright (c) 2007 QUALCOMM Incorporated
> + * Copyright (c) 2007-2010, Code Aurora Forum. All rights reserved.
> *
> * This software is licensed under the terms of the GNU General Public
> * License version 2, as published by the Free Software Foundation, and
So... what is the relationship between qualcomm and Code Aurora?
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2010-05-24 18:55 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-12 21:45 [PATCH 05/25] msm: generalize clock support Daniel Walker
2010-05-12 21:45 ` Daniel Walker
2010-05-24 18:55 ` Pavel Machek [this message]
2010-05-24 18:55 ` Pavel Machek
2010-05-24 19:20 ` dwalker
2010-05-24 19:20 ` dwalker at codeaurora.org
2010-05-25 0:51 ` David Brown
2010-05-25 0:51 ` David Brown
2010-05-26 17:37 ` Pavel Machek
2010-05-26 17:37 ` Pavel Machek
2010-05-26 18:58 ` David Brown
2010-05-26 18:58 ` David Brown
2010-05-27 15:34 ` Pavel Machek
2010-05-27 15:34 ` Pavel Machek
2010-05-28 17:56 ` David Brown
2010-05-28 17:56 ` David Brown
2010-05-29 13:51 ` Jamie Lokier
2010-05-29 13:51 ` Jamie Lokier
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=20100524185540.GA1292@ucw.cz \
--to=pavel@ucw.cz \
--cc=adharmap@codeaurora.org \
--cc=davidb@codeaurora.org \
--cc=dwalker@codeaurora.org \
--cc=gbean@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=stepanm@codeaurora.org \
/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 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.