All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	'Arnd Bergmann' <arnd@arndb.de>,
	'Mark Brown' <broonie@opensource.wolfsonmicro.com>
Subject: Re: [GIT PULL 2/2] Samsung fixes-audio part for v3.8-rc1
Date: Thu, 20 Dec 2012 08:09:21 -0800	[thread overview]
Message-ID: <20121220160921.GE1034@quad.lixom.net> (raw)
In-Reply-To: <008501cdde16$8081a800$8184f800$@samsung.com>

On Wed, Dec 19, 2012 at 10:27:26AM -0800, Kukjin Kim wrote:
> Arnd, Olof
> 
> This is for fix the following build error in dev-audio.c on current Samsung
> platforms :-(
> 
> arch/arm/mach-exynos/dev-audio.c:58:4: error: unknown field 'src_clk'
> specified in initializer
> arch/arm/mach-exynos/dev-audio.c:58:4: warning: initialization makes integer
> from pointer without a cast [enabled by default]
> arch/arm/mach-exynos/dev-audio.c:58:4: warning: (near initialization for
> 'i2sv5_pdata.type.i2s.idma_addr') [enabled by default]
> arch/arm/mach-exynos/dev-audio.c:91:4: error: unknown field 'src_clk'
> specified in initializer
> arch/arm/mach-exynos/dev-audio.c:91:4: warning: initialization makes integer
> from pointer without a cast [enabled by default]
> arch/arm/mach-exynos/dev-audio.c:91:4: warning: (near initialization for
> 'i2sv3_pdata.type.i2s.idma_addr') [enabled by default]
> 
> Actually, Pdma's patches were in my tree before release v3.7 but I was
> holding on because I needed to check about regarding audio driver part.
> Anyway, this is required to fix the problem.
> 
> If any problems, please kindly let me know.
> 
> Thanks.
> 
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
> 
> The following changes since commit 74779e22261172ea728b989310f6ecc991b57d62:
> 
>   Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm
> (2012-12-19 08:19:07 -0800)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> v3.8-samsung-fixes-audio


Pulled.


-Olof

WARNING: multiple messages have this Message-ID (diff)
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/2] Samsung fixes-audio part for v3.8-rc1
Date: Thu, 20 Dec 2012 08:09:21 -0800	[thread overview]
Message-ID: <20121220160921.GE1034@quad.lixom.net> (raw)
In-Reply-To: <008501cdde16$8081a800$8184f800$@samsung.com>

On Wed, Dec 19, 2012 at 10:27:26AM -0800, Kukjin Kim wrote:
> Arnd, Olof
> 
> This is for fix the following build error in dev-audio.c on current Samsung
> platforms :-(
> 
> arch/arm/mach-exynos/dev-audio.c:58:4: error: unknown field 'src_clk'
> specified in initializer
> arch/arm/mach-exynos/dev-audio.c:58:4: warning: initialization makes integer
> from pointer without a cast [enabled by default]
> arch/arm/mach-exynos/dev-audio.c:58:4: warning: (near initialization for
> 'i2sv5_pdata.type.i2s.idma_addr') [enabled by default]
> arch/arm/mach-exynos/dev-audio.c:91:4: error: unknown field 'src_clk'
> specified in initializer
> arch/arm/mach-exynos/dev-audio.c:91:4: warning: initialization makes integer
> from pointer without a cast [enabled by default]
> arch/arm/mach-exynos/dev-audio.c:91:4: warning: (near initialization for
> 'i2sv3_pdata.type.i2s.idma_addr') [enabled by default]
> 
> Actually, Pdma's patches were in my tree before release v3.7 but I was
> holding on because I needed to check about regarding audio driver part.
> Anyway, this is required to fix the problem.
> 
> If any problems, please kindly let me know.
> 
> Thanks.
> 
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
> 
> The following changes since commit 74779e22261172ea728b989310f6ecc991b57d62:
> 
>   Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm
> (2012-12-19 08:19:07 -0800)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> v3.8-samsung-fixes-audio


Pulled.


-Olof

  reply	other threads:[~2012-12-20 16:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-19 18:27 [GIT PULL 2/2] Samsung fixes-audio part for v3.8-rc1 Kukjin Kim
2012-12-19 18:27 ` Kukjin Kim
2012-12-20 16:09 ` Olof Johansson [this message]
2012-12-20 16:09   ` Olof Johansson

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=20121220160921.GE1034@quad.lixom.net \
    --to=olof@lixom.net \
    --cc=arnd@arndb.de \
    --cc=broonie@opensource.wolfsonmicro.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.