Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung

* 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
ARM: S5PV310: Add missing virtual ASoC DMA device
ARM: S5PV210: Add missing virtual ASoC DMA device
ARM: S5P6450: Add missing virtual ASoC DMA device
ARM: S5P6440: Add missing virtual ASoC DMA device
ARM: S5P6442: Enable I2S device to work on SMDK6442

+9 -2
+1
arch/arm/mach-s5p6442/mach-smdk6442.c
··· 68 68 69 69 static struct platform_device *smdk6442_devices[] __initdata = { 70 70 &s3c_device_i2c0, 71 + &samsung_asoc_dma, 71 72 &s5p6442_device_iis0, 72 73 &s3c_device_wdt, 73 74 };
+1
arch/arm/mach-s5p64x0/mach-smdk6440.c
··· 95 95 &s3c_device_i2c1, 96 96 &s3c_device_ts, 97 97 &s3c_device_wdt, 98 + &samsung_asoc_dma, 98 99 &s5p6440_device_iis, 99 100 }; 100 101
+1
arch/arm/mach-s5p64x0/mach-smdk6450.c
··· 113 113 &s3c_device_i2c1, 114 114 &s3c_device_ts, 115 115 &s3c_device_wdt, 116 + &samsung_asoc_dma, 116 117 &s5p6450_device_iis0, 117 118 /* s5p6450_device_spi0 will be added */ 118 119 };
+1
arch/arm/mach-s5pv210/mach-smdkc110.c
··· 81 81 }; 82 82 83 83 static struct platform_device *smdkc110_devices[] __initdata = { 84 + &samsung_asoc_dma, 84 85 &s5pv210_device_iis0, 85 86 &s5pv210_device_ac97, 86 87 &s5pv210_device_spdif,
+1
arch/arm/mach-s5pv210/mach-smdkv210.c
··· 225 225 &s5pv210_device_ac97, 226 226 &s5pv210_device_iis0, 227 227 &s5pv210_device_spdif, 228 + &samsung_asoc_dma, 228 229 &samsung_device_keypad, 229 230 &smdkv210_dm9000, 230 231 &smdkv210_lcd_lte480wv,
+2 -1
arch/arm/mach-s5pv310/mach-smdkc210.c
··· 163 163 &s5pv310_device_pd[PD_CAM], 164 164 &s5pv310_device_pd[PD_TV], 165 165 &s5pv310_device_pd[PD_GPS], 166 - &smdkc210_smsc911x, 167 166 &s5pv310_device_sysmmu, 167 + &samsung_asoc_dma, 168 + &smdkc210_smsc911x, 168 169 }; 169 170 170 171 static void __init smdkc210_smsc911x_init(void)
+2 -1
arch/arm/mach-s5pv310/mach-smdkv310.c
··· 163 163 &s5pv310_device_pd[PD_CAM], 164 164 &s5pv310_device_pd[PD_TV], 165 165 &s5pv310_device_pd[PD_GPS], 166 - &smdkv310_smsc911x, 167 166 &s5pv310_device_sysmmu, 167 + &samsung_asoc_dma, 168 + &smdkv310_smsc911x, 168 169 }; 169 170 170 171 static void __init smdkv310_smsc911x_init(void)