1. 21 10月, 2013 2 次提交
    • H
      ARM: S3C24XX: add dma pdata for s3c2410, s3c2440 and s3c2442 · 1fecf895
      Heiko Stuebner 提交于
      s3c2410 and s3c2442 share the same dma channels while s3c2440 has
      slight differences. But on all three the reachable sources per dma
      channel has constraints attached and thus encodes the usable
      combinations using the S3C24XX_DMA_CHANREQ macro.
      
      This also fixes the warning about s3c2410_dma_resource being unused
      as reported by Olof Johansson.
      Reported-by: NOlof Johansson <olof@lixom.net>
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Reviewed-by: NTomasz Figa <t.figa@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      1fecf895
    • H
      ARM: S3C24XX: Fix possible dma selection warning · da2f5f48
      Heiko Stuebner 提交于
      Currently the s3c sound support selects CONFIG_S3C2410_DMA on s3c24xx
      architectures while the generic dma config is enabled by CONFIG_S3C24XX_DMA.
      
      With the way the Kconfig options are layed out currently it is possible
      to enable Samsung sound support without enabling the necessary dma support
      resulting in warnings like
        warning: (SND_SOC_SAMSUNG && SND_S3C24XX_I2S && SND_S3C2412_SOC_I2S &&
             SND_SOC_SAMSUNG_SMDK2443_WM9710 && SND_SOC_SAMSUNG_LN2440SBC_ALC650)
        selects S3C2410_DMA which has unmet direct dependencies (ARCH_S3C24XX &&
             S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442))
      
      Therefore bring the s3c2410 dma support in line with the way the other
      s3c24xx SoCs handle this by having the SoC dma-support selected if the generic
      s3c dma support is enabled and have the sound support depend on S3C24XX_DMA
      on these arches. The s3c2442 is using the same dma descriptors and therefore
      also selected S3C2410_DMA.
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Reviewed-by: NTomasz Figa <t.figa@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      da2f5f48
  2. 08 10月, 2013 3 次提交
  3. 27 9月, 2013 1 次提交
  4. 22 9月, 2013 3 次提交
  5. 19 9月, 2013 10 次提交
  6. 18 9月, 2013 8 次提交
  7. 17 9月, 2013 10 次提交
  8. 13 9月, 2013 3 次提交