From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?utf-8?q?St=C3=BCbner?= Subject: [PATCH RESEND 0/3] ARM: S3C24XX: add missing dma-devices and warning fix Date: Fri, 11 Oct 2013 10:59:19 +0200 Message-ID: <201310111059.19791.heiko@sntech.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from gloria.sntech.de ([95.129.55.99]:41522 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756198Ab3JKI7d (ORCPT ); Fri, 11 Oct 2013 04:59:33 -0400 Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Kukjin Kim Cc: Sangbeom Kim , Liam Girdwood , Mark Brown , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Vinod Koul , Olof Johansson [I messed up the linux-arm-kernel list address yesterday, so I resend it with a fixed address, sorry for the noise] When Olof reported the warning about the unused s3c2410_dma_resource, I thought the best way forward would be to simply implement the missing pieces and so it has users :-) . Therefore this series adds the necessary platform-devices for s3c2410, s3c2440 and s3c2442. This especially also includes the channel-constraints of those socs. As I do not have access to any of those socs these changes are of course compile-tested only. Heiko Stuebner (3): ARM: S3C24XX: Fix possible dma selection warning dmaengine: s3c24xx-dma: add support for the s3c2410 type of controller ARM: S3C24XX: add dma platformdata for s3c2410, s3c2440 and s3c2442 arch/arm/mach-s3c24xx/Kconfig | 3 +- arch/arm/mach-s3c24xx/common.c | 100 +++++++++++++++++++++++++++++ arch/arm/mach-s3c24xx/common.h | 2 + drivers/dma/s3c24xx-dma.c | 10 +++ include/linux/platform_data/dma-s3c24xx.h | 3 + sound/soc/samsung/Kconfig | 2 +- 6 files changed, 118 insertions(+), 2 deletions(-) -- 1.7.10.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?utf-8?q?St=C3=BCbner?=) Date: Fri, 11 Oct 2013 10:59:19 +0200 Subject: [PATCH RESEND 0/3] ARM: S3C24XX: add missing dma-devices and warning fix Message-ID: <201310111059.19791.heiko@sntech.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org [I messed up the linux-arm-kernel list address yesterday, so I resend it with a fixed address, sorry for the noise] When Olof reported the warning about the unused s3c2410_dma_resource, I thought the best way forward would be to simply implement the missing pieces and so it has users :-) . Therefore this series adds the necessary platform-devices for s3c2410, s3c2440 and s3c2442. This especially also includes the channel-constraints of those socs. As I do not have access to any of those socs these changes are of course compile-tested only. Heiko Stuebner (3): ARM: S3C24XX: Fix possible dma selection warning dmaengine: s3c24xx-dma: add support for the s3c2410 type of controller ARM: S3C24XX: add dma platformdata for s3c2410, s3c2440 and s3c2442 arch/arm/mach-s3c24xx/Kconfig | 3 +- arch/arm/mach-s3c24xx/common.c | 100 +++++++++++++++++++++++++++++ arch/arm/mach-s3c24xx/common.h | 2 + drivers/dma/s3c24xx-dma.c | 10 +++ include/linux/platform_data/dma-s3c24xx.h | 3 + sound/soc/samsung/Kconfig | 2 +- 6 files changed, 118 insertions(+), 2 deletions(-) -- 1.7.10.4