* [GIT PULL v2 4/4] Samsung devel-dma for v3.4
@ 2012-03-11 9:03 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2012-03-11 9:03 UTC (permalink / raw)
To: Arnd Bergmann, 'Olof Johansson'
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, Kukjin Kim
Hi Arnd, Olof,
I rebased devel-samsung-dma on top of new next-exynos-clock as per
Olof's suggestion.
Please pull it from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-samsung-dma
If any problems, please let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
The following changes since commit 44b2cef5ae6da48523fa634230ca66107110a7dd:
ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq
driver (2012-03-10 22:30:32 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-samsung-dma
Boojin Kim (2):
ARM: EXYNOS: Enable MDMA driver
ARM: EXYNOS: add support DMA for EXYNOS4X12 SoC
Tushar Behera (1):
ARM: EXYNOS: Add apb_pclk clkdev entry for mdma1
arch/arm/mach-exynos/Kconfig | 3 +
arch/arm/mach-exynos/clock-exynos4.c | 9 ++
arch/arm/mach-exynos/dma.c | 117
++++++++++++++++++++++--
arch/arm/mach-exynos/include/mach/irqs.h | 2 +
arch/arm/mach-exynos/include/mach/map.h | 3 +-
arch/arm/plat-samsung/include/plat/dma-pl330.h | 16 +++
6 files changed, 141 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL v2 4/4] Samsung devel-dma for v3.4
@ 2012-03-11 9:03 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2012-03-11 9:03 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
I rebased devel-samsung-dma on top of new next-exynos-clock as per
Olof's suggestion.
Please pull it from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-samsung-dma
If any problems, please let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
The following changes since commit 44b2cef5ae6da48523fa634230ca66107110a7dd:
ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq
driver (2012-03-10 22:30:32 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-samsung-dma
Boojin Kim (2):
ARM: EXYNOS: Enable MDMA driver
ARM: EXYNOS: add support DMA for EXYNOS4X12 SoC
Tushar Behera (1):
ARM: EXYNOS: Add apb_pclk clkdev entry for mdma1
arch/arm/mach-exynos/Kconfig | 3 +
arch/arm/mach-exynos/clock-exynos4.c | 9 ++
arch/arm/mach-exynos/dma.c | 117
++++++++++++++++++++++--
arch/arm/mach-exynos/include/mach/irqs.h | 2 +
arch/arm/mach-exynos/include/mach/map.h | 3 +-
arch/arm/plat-samsung/include/plat/dma-pl330.h | 16 +++
6 files changed, 141 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL v2 4/4] Samsung devel-dma for v3.4
2012-03-11 9:03 ` Kukjin Kim
@ 2012-03-14 0:53 ` Olof Johansson
-1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-03-14 0:53 UTC (permalink / raw)
To: Kukjin Kim
Cc: Arnd Bergmann, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Hi,
On Sun, Mar 11, 2012 at 1:03 AM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi Arnd, Olof,
>
> I rebased devel-samsung-dma on top of new next-exynos-clock as per Olof's
> suggestion.
>
> Please pull it from:
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/devel-samsung-dma
>
> If any problems, please let me know.
>
>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
> The following changes since commit 44b2cef5ae6da48523fa634230ca66107110a7dd:
>
> ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driver
> (2012-03-10 22:30:32 -0800)
>
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/devel-samsung-dma
Thanks, pulled into next/drivers.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL v2 4/4] Samsung devel-dma for v3.4
@ 2012-03-14 0:53 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-03-14 0:53 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Sun, Mar 11, 2012 at 1:03 AM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi Arnd, Olof,
>
> I rebased devel-samsung-dma on top of new next-exynos-clock as per Olof's
> suggestion.
>
> Please pull it from:
> ?git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/devel-samsung-dma
>
> If any problems, please let me know.
>
>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
> The following changes since commit 44b2cef5ae6da48523fa634230ca66107110a7dd:
>
> ?ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driver
> (2012-03-10 22:30:32 -0800)
>
>
> are available in the git repository at:
> ?git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/devel-samsung-dma
Thanks, pulled into next/drivers.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-14 0:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11 9:03 [GIT PULL v2 4/4] Samsung devel-dma for v3.4 Kukjin Kim
2012-03-11 9:03 ` Kukjin Kim
2012-03-14 0:53 ` Olof Johansson
2012-03-14 0:53 ` Olof Johansson
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.