All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Tomasz Figa <t.figa@samsung.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>, Arnd Bergmann <arnd@arndb.de>,
	linux-arm-kernel@lists.infradead.org,
	devicetree-discuss@lists.ozlabs.org,
	linux-samsung-soc@vger.kernel.org, kyungmin.park@samsung.com,
	m.szyprowski@samsung.com, thomas.abraham@linaro.org
Subject: Re: [PATCH v2 2/3] ARM: EXYNOS: Fix support of Exynos4210 rev0 SoC
Date: Wed, 24 Apr 2013 00:02:29 +0900	[thread overview]
Message-ID: <5176A285.9030009@samsung.com> (raw)
In-Reply-To: <1696892.zdvbYPFFr0@amdc1227>

On 04/23/13 23:26, Tomasz Figa wrote:
> Hi Kukjin,

[...]

>>> Acked-by: Arnd Bergmann<arnd@arndb.de>
>>>
>>> Note that it would be helpful to mention here that this is required for
>>> the calling samsung_timer_init from the exynos4-dt.c file.
>>
>> I did 'amend' as per your suggestion and added your ack on this series.
>>
>> Thanks.
>>
>> - Kukjin
>
> Since the samsung-time rework patches were replaced with a non-invasive subset
> with different semantics (going to send them in a while), this patch should be
> replaced with new version I'm going to send (in a while as well).
>
Oh, OK. You want to replace with new patches you will send. I dropped 
this series in my late dt branch.

BTW, the series should depend on your samsung-time patches, right?

One more note, this makes following build error.

arch/arm/mach-exynos/built-in.o: In function `exynos_init_time':
arch/arm/mach-exynos/common.c:424: undefined reference to 
`samsung_timer_init'
make: *** [vmlinux] Error 1

Thanks.

- Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] ARM: EXYNOS: Fix support of Exynos4210 rev0 SoC
Date: Wed, 24 Apr 2013 00:02:29 +0900	[thread overview]
Message-ID: <5176A285.9030009@samsung.com> (raw)
In-Reply-To: <1696892.zdvbYPFFr0@amdc1227>

On 04/23/13 23:26, Tomasz Figa wrote:
> Hi Kukjin,

[...]

>>> Acked-by: Arnd Bergmann<arnd@arndb.de>
>>>
>>> Note that it would be helpful to mention here that this is required for
>>> the calling samsung_timer_init from the exynos4-dt.c file.
>>
>> I did 'amend' as per your suggestion and added your ack on this series.
>>
>> Thanks.
>>
>> - Kukjin
>
> Since the samsung-time rework patches were replaced with a non-invasive subset
> with different semantics (going to send them in a while), this patch should be
> replaced with new version I'm going to send (in a while as well).
>
Oh, OK. You want to replace with new patches you will send. I dropped 
this series in my late dt branch.

BTW, the series should depend on your samsung-time patches, right?

One more note, this makes following build error.

arch/arm/mach-exynos/built-in.o: In function `exynos_init_time':
arch/arm/mach-exynos/common.c:424: undefined reference to 
`samsung_timer_init'
make: *** [vmlinux] Error 1

Thanks.

- Kukjin

  reply	other threads:[~2013-04-23 15:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-15 14:41 [PATCH v2 0/3] ARM: EXYNOS: DT-enabled support for Universal C210 Tomasz Figa
2013-04-15 14:41 ` Tomasz Figa
2013-04-15 14:42 ` [PATCH v2 1/3] ARM: dts: exynos4: Add node for PWM device Tomasz Figa
2013-04-15 14:42   ` Tomasz Figa
     [not found]   ` <1366036922-4103-2-git-send-email-t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-04-22 21:08     ` Arnd Bergmann
2013-04-22 21:08       ` Arnd Bergmann
2013-04-15 14:42 ` [PATCH v2 2/3] ARM: EXYNOS: Fix support of Exynos4210 rev0 SoC Tomasz Figa
2013-04-15 14:42   ` Tomasz Figa
2013-04-22 21:10   ` Arnd Bergmann
2013-04-22 21:10     ` Arnd Bergmann
2013-04-23 13:56     ` Kukjin Kim
2013-04-23 13:56       ` Kukjin Kim
2013-04-23 14:26       ` Tomasz Figa
2013-04-23 14:26         ` Tomasz Figa
2013-04-23 15:02         ` Kukjin Kim [this message]
2013-04-23 15:02           ` Kukjin Kim
2013-04-15 14:42 ` [PATCH v2 3/3] ARM: dts: exynos4210: Add basic dts file for universal_c210 board Tomasz Figa
2013-04-15 14:42   ` Tomasz Figa
2013-04-22 21:11   ` Arnd Bergmann
2013-04-22 21:11     ` Arnd Bergmann
2013-04-22 17:40 ` [PATCH v2 0/3] ARM: EXYNOS: DT-enabled support for Universal C210 Kukjin Kim
2013-04-22 17:40   ` Kukjin Kim

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=5176A285.9030009@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=arnd@arndb.de \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=t.figa@samsung.com \
    --cc=thomas.abraham@linaro.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.