From: Dave Jones <davej@redhat.com>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org,
Jaecheol Lee <jc.lee@samsung.com>
Subject: Re: [PATCH v2 RE-SEND] [CPUFREQ] EXYNOS5250: Add support cpufreq for EXYNOS5250
Date: Wed, 14 Mar 2012 13:57:03 -0400 [thread overview]
Message-ID: <20120314175703.GA3803@redhat.com> (raw)
In-Reply-To: <4F60D5FE.7080400@samsung.com>
On Wed, Mar 14, 2012 at 10:31:42AM -0700, Kukjin Kim wrote:
> Kukjin Kim wrote:
> > From: Jaecheol Lee<jc.lee@samsung.com>
> >
> > This patch adds support cpufreq for EXYNOS5250 SoC. Basically,
> > the exynos-cpufreq.c is used commonly and exynos5250-cpufreq.c
> > is used for EXYNOS5250(two Cortex-A15 cores) SoC.
> >
> > Signed-off-by: Jaecheol Lee<jc.lee@samsung.com>
> > Signed-off-by: Kukjin Kim<kgene.kim@samsung.com>
>
> Hi again Dave :)
>
> Please pick up this patch for v3.4.
> If any problems, please kindly let us know.
this, and the other patch doesn't apply against current cpufreq.git
patching file arch/arm/mach-exynos/include/mach/cpufreq.h
patching file drivers/cpufreq/Kconfig.arm
Hunk #1 succeeded at 30 (offset -17 lines).
Hunk #2 succeeded at 43 (offset -18 lines).
patching file drivers/cpufreq/Makefile
Hunk #1 FAILED at 45.
1 out of 1 hunk FAILED -- saving rejects to file drivers/cpufreq/Makefile.rej
patching file drivers/cpufreq/exynos-cpufreq.c
Hunk #1 succeeded at 252 (offset -2 lines).
patching file drivers/cpufreq/exynos4x12-cpufreq.c
patching file arch/arm/mach-exynos/include/mach/cpufreq.h
Hunk #1 FAILED at 33.
1 out of 1 hunk FAILED -- saving rejects to file arch/arm/mach-exynos/include/mach/cpufreq.h.rej
patching file drivers/cpufreq/Kconfig.arm
Hunk #1 FAILED at 48.
Hunk #2 FAILED at 67.
2 out of 2 hunks FAILED -- saving rejects to file drivers/cpufreq/Kconfig.arm.rej
patching file drivers/cpufreq/Makefile
Hunk #1 FAILED at 46.
1 out of 1 hunk FAILED -- saving rejects to file drivers/cpufreq/Makefile.rej
patching file drivers/cpufreq/exynos-cpufreq.c
Hunk #1 FAILED at 256.
1 out of 1 hunk FAILED -- saving rejects to file drivers/cpufreq/exynos-cpufreq.c.rej
patching file drivers/cpufreq/exynos5250-cpufreq.c
Dave
WARNING: multiple messages have this Message-ID (diff)
From: davej@redhat.com (Dave Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 RE-SEND] [CPUFREQ] EXYNOS5250: Add support cpufreq for EXYNOS5250
Date: Wed, 14 Mar 2012 13:57:03 -0400 [thread overview]
Message-ID: <20120314175703.GA3803@redhat.com> (raw)
In-Reply-To: <4F60D5FE.7080400@samsung.com>
On Wed, Mar 14, 2012 at 10:31:42AM -0700, Kukjin Kim wrote:
> Kukjin Kim wrote:
> > From: Jaecheol Lee<jc.lee@samsung.com>
> >
> > This patch adds support cpufreq for EXYNOS5250 SoC. Basically,
> > the exynos-cpufreq.c is used commonly and exynos5250-cpufreq.c
> > is used for EXYNOS5250(two Cortex-A15 cores) SoC.
> >
> > Signed-off-by: Jaecheol Lee<jc.lee@samsung.com>
> > Signed-off-by: Kukjin Kim<kgene.kim@samsung.com>
>
> Hi again Dave :)
>
> Please pick up this patch for v3.4.
> If any problems, please kindly let us know.
this, and the other patch doesn't apply against current cpufreq.git
patching file arch/arm/mach-exynos/include/mach/cpufreq.h
patching file drivers/cpufreq/Kconfig.arm
Hunk #1 succeeded at 30 (offset -17 lines).
Hunk #2 succeeded at 43 (offset -18 lines).
patching file drivers/cpufreq/Makefile
Hunk #1 FAILED at 45.
1 out of 1 hunk FAILED -- saving rejects to file drivers/cpufreq/Makefile.rej
patching file drivers/cpufreq/exynos-cpufreq.c
Hunk #1 succeeded at 252 (offset -2 lines).
patching file drivers/cpufreq/exynos4x12-cpufreq.c
patching file arch/arm/mach-exynos/include/mach/cpufreq.h
Hunk #1 FAILED at 33.
1 out of 1 hunk FAILED -- saving rejects to file arch/arm/mach-exynos/include/mach/cpufreq.h.rej
patching file drivers/cpufreq/Kconfig.arm
Hunk #1 FAILED at 48.
Hunk #2 FAILED at 67.
2 out of 2 hunks FAILED -- saving rejects to file drivers/cpufreq/Kconfig.arm.rej
patching file drivers/cpufreq/Makefile
Hunk #1 FAILED at 46.
1 out of 1 hunk FAILED -- saving rejects to file drivers/cpufreq/Makefile.rej
patching file drivers/cpufreq/exynos-cpufreq.c
Hunk #1 FAILED at 256.
1 out of 1 hunk FAILED -- saving rejects to file drivers/cpufreq/exynos-cpufreq.c.rej
patching file drivers/cpufreq/exynos5250-cpufreq.c
Dave
next prev parent reply other threads:[~2012-03-14 17:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-10 11:00 [PATCH v2 RE-SEND] [CPUFREQ] EXYNOS5250: Add support cpufreq for EXYNOS5250 Kukjin Kim
2012-03-10 11:00 ` Kukjin Kim
2012-03-14 17:31 ` Kukjin Kim
2012-03-14 17:31 ` Kukjin Kim
2012-03-14 17:57 ` Dave Jones [this message]
2012-03-14 17:57 ` Dave Jones
2012-03-14 18:24 ` Kukjin Kim
2012-03-14 18:24 ` Kukjin Kim
2012-03-14 18:40 ` Dave Jones
2012-03-14 18:40 ` Dave Jones
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=20120314175703.GA3803@redhat.com \
--to=davej@redhat.com \
--cc=jc.lee@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.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.