Browse Source

resolve merge

Waldemar Brodkorb 10 years ago
parent
commit
033e306538
30 changed files with 268 additions and 268 deletions
  1. 3 3
      Config.in
  2. 4 4
      mk/kernel-ver.mk
  3. 31 31
      mk/modules.mk
  4. 229 229
      target/arm/cubox-i/patches/3.15-rc6/rmk.patch
  5. 0 0
      target/arm/cubox-i/patches/3.15-rc6/sdma-firmware-cubox-i.patch
  6. 1 1
      target/linux/config/Config.in.graphics
  7. 0 0
      target/linux/patches/3.15-rc6/bsd-compatibility.patch
  8. 0 0
      target/linux/patches/3.15-rc6/defaults.patch
  9. 0 0
      target/linux/patches/3.15-rc6/disable-netfilter.patch
  10. 0 0
      target/linux/patches/3.15-rc6/export-symbol-for-exmap.patch
  11. 0 0
      target/linux/patches/3.15-rc6/gemalto.patch
  12. 0 0
      target/linux/patches/3.15-rc6/initramfs-nosizelimit.patch
  13. 0 0
      target/linux/patches/3.15-rc6/lemote-rfkill.patch
  14. 0 0
      target/linux/patches/3.15-rc6/microblaze-axi.patch
  15. 0 0
      target/linux/patches/3.15-rc6/microblaze-ethernet.patch
  16. 0 0
      target/linux/patches/3.15-rc6/mtd-rootfs.patch
  17. 0 0
      target/linux/patches/3.15-rc6/nfsv3-tcp.patch
  18. 0 0
      target/linux/patches/3.15-rc6/non-static.patch
  19. 0 0
      target/linux/patches/3.15-rc6/ppc64-missing-zlib.patch
  20. 0 0
      target/linux/patches/3.15-rc6/startup.patch
  21. 0 0
      target/linux/patches/3.15-rc6/uuid.patch
  22. 0 0
      target/linux/patches/3.15-rc6/wlan-cf.patch
  23. 0 0
      target/linux/patches/3.15-rc6/xargs.patch
  24. 0 0
      target/linux/patches/3.15-rc6/yaffs2.patch
  25. 0 0
      target/linux/patches/3.15-rc6/zlib-inflate.patch
  26. 0 0
      toolchain/kernel-headers/patches/3.15-rc6/cleankernel.patch
  27. 0 0
      toolchain/kernel-headers/patches/3.15-rc6/mkpiggy.patch
  28. 0 0
      toolchain/kernel-headers/patches/3.15-rc6/relocs.patch
  29. 0 0
      toolchain/kernel-headers/patches/3.15-rc6/sgidefs.patch
  30. 0 0
      toolchain/kernel-headers/patches/3.15-rc6/sortext.patch

+ 3 - 3
Config.in

@@ -104,8 +104,8 @@ choice
 prompt "Kernel Version"
 default ADK_KERNEL_VERSION_3_14_4
 
-config ADK_KERNEL_VERSION_3_15_RC5
-	prompt "3.15-rc5"
+config ADK_KERNEL_VERSION_3_15_RC6
+	prompt "3.15-rc6"
 	boolean
 
 config ADK_KERNEL_VERSION_3_14_4
@@ -143,7 +143,7 @@ endchoice
 
 config ADK_KERNEL_VERSION
 	string
-	default "3.15-rc5" if ADK_KERNEL_VERSION_3_15_RC5
+	default "3.15-rc6" if ADK_KERNEL_VERSION_3_15_RC6
 	default "3.14.4" if ADK_KERNEL_VERSION_3_14_4
 	default "3.13.11" if ADK_KERNEL_VERSION_3_13_11
 	default "3.12.20" if ADK_KERNEL_VERSION_3_12_20

+ 4 - 4
mk/kernel-ver.mk

@@ -4,11 +4,11 @@ KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		c7c565d14833550faa39ef8279272182
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_15_RC5),y)
-KERNEL_VERSION:=	3.15-rc5
-KERNEL_MOD_VERSION:=	3.15.0-rc5
+ifeq ($(ADK_KERNEL_VERSION_3_15_RC6),y)
+KERNEL_VERSION:=	3.15-rc6
+KERNEL_MOD_VERSION:=	3.15.0-rc6
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		b030ddc3f1581c4675c31e51f3551089
+KERNEL_MD5SUM:=		2f6ee0845fa66391696db2be6cd69cf9
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_14_4),y)
 KERNEL_VERSION:=	3.14.4

+ 31 - 31
mk/modules.mk

@@ -1110,22 +1110,44 @@ $(eval $(call KMOD_template,SOUND,sound,\
 $(eval $(call KMOD_template,SND,snd,\
 	$(MODULES_DIR)/kernel/sound/core/snd \
 	$(MODULES_DIR)/kernel/sound/core/snd-timer \
+,35))
+
+ifeq ($(KERNEL_BASE),3)
+ifeq ($(KERNEL_MAJ),10)
+$(eval $(call KMOD_template,SND_PCM,snd-pcm,\
+	$(MODULES_DIR)/kernel/sound/core/snd-page-alloc \
+	$(MODULES_DIR)/kernel/sound/core/snd-pcm \
+,40))
+else
+$(eval $(call KMOD_template,SND_PCM,snd-pcm,\
+	$(MODULES_DIR)/kernel/sound/core/snd-pcm \
 ,40))
+endif
+endif
 
 $(eval $(call KMOD_template,SND_COMPRESS,snd-compress,\
 	$(MODULES_DIR)/kernel/sound/core/snd-compress \
-,42))
+,45))
 
 $(eval $(call KMOD_template,SND_RAWMIDI,snd-rawmidi,\
 	$(MODULES_DIR)/kernel/sound/core/snd-hwdep \
 	$(MODULES_DIR)/kernel/sound/core/snd-rawmidi \
-,42))
+,45))
 
 $(eval $(call KMOD_template,SND_AC97_CODEC,snd-ac97-codec,\
 	$(MODULES_DIR)/kernel/sound/ac97_bus \
 	$(MODULES_DIR)/kernel/sound/pci/ac97/snd-ac97-codec \
 ,50))
 
+ifeq ($(KERNEL_BASE),3)
+ifeq ($(KERNEL_MAJ),10)
+$(eval $(call KMOD_template,SND_SOC_SPDIF,snd-soc-spdif,\
+	$(MODULES_DIR)/kernel/sound/soc/codecs/snd-soc-spdif-tx \
+	$(MODULES_DIR)/kernel/sound/soc/codecs/snd-soc-spdif-rx \
+,50))
+endif
+endif
+
 $(eval $(call KMOD_template,SND_VIA82XX,snd-via82xx,\
 	$(MODULES_DIR)/kernel/sound/drivers/mpu401/snd-mpu401-uart \
 	$(MODULES_DIR)/kernel/sound/pci/snd-via82xx \
@@ -1143,27 +1165,6 @@ $(eval $(call KMOD_template,SND_CS5535AUDIO,snd-cs5535audio,\
 	$(MODULES_DIR)/kernel/sound/pci/cs5535audio/snd-cs5535audio \
 ,55))
 
-ifeq ($(KERNEL_BASE),3)
-ifeq ($(KERNEL_MAJ),10)
-$(eval $(call KMOD_template,SND_PCM,snd-pcm,\
-	$(MODULES_DIR)/kernel/sound/core/snd-page-alloc \
-	$(MODULES_DIR)/kernel/sound/core/snd-pcm \
-,53))
-$(eval $(call KMOD_template,SND_SOC_SPDIF,snd-soc-spdif,\
-	$(MODULES_DIR)/kernel/sound/soc/codecs/snd-soc-spdif-tx \
-	$(MODULES_DIR)/kernel/sound/soc/codecs/snd-soc-spdif-rx \
-,56))
-else
-$(eval $(call KMOD_template,SND_PCM,snd-pcm,\
-	$(MODULES_DIR)/kernel/sound/core/snd-pcm \
-,53))
-endif
-endif
-
-$(eval $(call KMOD_template,SND_PCM_DMAENGINE,snd-pcm-dmaengine,\
-	$(MODULES_DIR)/kernel/sound/core/snd-pcm-dmaengine \
-,54))
-
 $(eval $(call KMOD_template,SND_SOC,snd-soc,\
 	$(MODULES_DIR)/kernel/sound/soc/snd-soc-core \
 ,55))
@@ -1176,30 +1177,30 @@ $(eval $(call KMOD_template,SND_PXA2XX_SOC_SPITZ,snd-pxa2xx-soc-spitz,\
 	$(MODULES_DIR)/kernel/sound/soc/pxa/snd-soc-pxa2xx-i2s \
 	$(MODULES_DIR)/kernel/sound/soc/pxa/snd-soc-pxa2xx \
 	$(MODULES_DIR)/kernel/sound/soc/pxa/snd-soc-spitz \
-,57, kmod-snd-soc))
+,60, kmod-snd-soc))
 
 $(eval $(call KMOD_template,SND_IMX_SOC,snd-imx-soc,\
 	$(MODULES_DIR)/kernel/sound/soc/fsl/imx-pcm-dma \
 	$(MODULES_DIR)/kernel/sound/soc/fsl/snd-soc-fsl-spdif \
 	$(MODULES_DIR)/kernel/sound/soc/fsl/snd-soc-imx-spdif \
-,57, kmod-snd-soc kmod-snd-compress))
+,60, kmod-snd-soc kmod-snd-compress))
 
 $(eval $(call KMOD_template,SND_BCM2835,snd-bcm2835,\
 	$(MODULES_DIR)/kernel/sound/arm/snd-bcm2835 \
-,57))
+,60))
 
 $(eval $(call KMOD_template,SND_BCM2708_SOC_I2S,snd-bcm2709-soc-i2s,\
 	$(MODULES_DIR)/kernel/sound/soc/codecs/snd-soc-pcm5102a \
 	$(MODULES_DIR)/kernel/sound/soc/bcm/snd-soc-bcm2708-i2s \
-,57, kmod-snd-soc))
+,60, kmod-snd-soc))
 
 $(eval $(call KMOD_template,SND_BCM2708_SOC_HIFIBERRY_DAC,snd-bcm2709-soc-hifiberry-dac,\
 	$(MODULES_DIR)/kernel/sound/soc/bcm/snd-soc-hifiberry-dac \
-,57, kmod-snd-bcm2709-soc-i2s))
+,65, kmod-snd-bcm2709-soc-i2s))
 
 $(eval $(call KMOD_template,SND_BCM2708_SOC_HIFIBERRY_DIGI,snd-bcm2709-soc-hifiberry-digi,\
 	$(MODULES_DIR)/kernel/sound/soc/bcm/snd-soc-hifiberry-digi \
-,57, kmod-snd-bcm2709-soc-i2s))
+,65, kmod-snd-bcm2709-soc-i2s))
 
 $(eval $(call KMOD_template,USB_VIDEO_CLASS,usb-video-class,\
 	$(MODULES_DIR)/kernel/drivers/media/usb/uvc/uvcvideo \
@@ -1348,9 +1349,8 @@ $(eval $(call KMOD_template,USB_HSO,usb-hso,\
 	$(MODULES_DIR)/kernel/drivers/net/usb/hso \
 ,75))
 
-SNDUSB:=snd-usbmidi-lib
 $(eval $(call KMOD_template,SND_USB_AUDIO,snd-usb-audio,\
-	$(MODULES_DIR)/kernel/sound/usb/$(SNDUSB) \
+	$(MODULES_DIR)/kernel/sound/usb/snd-usbmidi-lib \
 	$(MODULES_DIR)/kernel/sound/usb/snd-usb-audio \
 ,75))
 

File diff suppressed because it is too large
+ 229 - 229
target/arm/cubox-i/patches/3.15-rc6/rmk.patch


+ 0 - 0
target/arm/cubox-i/patches/3.15-rc5/sdma-firmware-cubox-i.patch → target/arm/cubox-i/patches/3.15-rc6/sdma-firmware-cubox-i.patch


+ 1 - 1
target/linux/config/Config.in.graphics

@@ -155,7 +155,7 @@ config ADK_KERNEL_DRM_IMX
 	select ADK_KERNEL_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY
 	select ADK_KERNEL_I2C_IMX
 	depends on ADK_TARGET_SYSTEM_CUBOX_I
-	depends on ADK_KERNEL_VERSION_3_15_RC5
+	depends on ADK_KERNEL_VERSION_3_15_RC6
 	default y if ADK_TARGET_SYSTEM_CUBOX_I
  	default n
  	help

+ 0 - 0
target/linux/patches/3.15-rc5/bsd-compatibility.patch → target/linux/patches/3.15-rc6/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.15-rc5/defaults.patch → target/linux/patches/3.15-rc6/defaults.patch


+ 0 - 0
target/linux/patches/3.15-rc5/disable-netfilter.patch → target/linux/patches/3.15-rc6/disable-netfilter.patch


+ 0 - 0
target/linux/patches/3.15-rc5/export-symbol-for-exmap.patch → target/linux/patches/3.15-rc6/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.15-rc5/gemalto.patch → target/linux/patches/3.15-rc6/gemalto.patch


+ 0 - 0
target/linux/patches/3.15-rc5/initramfs-nosizelimit.patch → target/linux/patches/3.15-rc6/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/3.15-rc5/lemote-rfkill.patch → target/linux/patches/3.15-rc6/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.15-rc5/microblaze-axi.patch → target/linux/patches/3.15-rc6/microblaze-axi.patch


+ 0 - 0
target/linux/patches/3.15-rc5/microblaze-ethernet.patch → target/linux/patches/3.15-rc6/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.15-rc5/mtd-rootfs.patch → target/linux/patches/3.15-rc6/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.15-rc5/nfsv3-tcp.patch → target/linux/patches/3.15-rc6/nfsv3-tcp.patch


+ 0 - 0
target/linux/patches/3.15-rc5/non-static.patch → target/linux/patches/3.15-rc6/non-static.patch


+ 0 - 0
target/linux/patches/3.15-rc5/ppc64-missing-zlib.patch → target/linux/patches/3.15-rc6/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.15-rc5/startup.patch → target/linux/patches/3.15-rc6/startup.patch


+ 0 - 0
target/linux/patches/3.15-rc5/uuid.patch → target/linux/patches/3.15-rc6/uuid.patch


+ 0 - 0
target/linux/patches/3.15-rc5/wlan-cf.patch → target/linux/patches/3.15-rc6/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.15-rc5/xargs.patch → target/linux/patches/3.15-rc6/xargs.patch


+ 0 - 0
target/linux/patches/3.15-rc5/yaffs2.patch → target/linux/patches/3.15-rc6/yaffs2.patch


+ 0 - 0
target/linux/patches/3.15-rc5/zlib-inflate.patch → target/linux/patches/3.15-rc6/zlib-inflate.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc5/cleankernel.patch → toolchain/kernel-headers/patches/3.15-rc6/cleankernel.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc5/mkpiggy.patch → toolchain/kernel-headers/patches/3.15-rc6/mkpiggy.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc5/relocs.patch → toolchain/kernel-headers/patches/3.15-rc6/relocs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc5/sgidefs.patch → toolchain/kernel-headers/patches/3.15-rc6/sgidefs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc5/sortext.patch → toolchain/kernel-headers/patches/3.15-rc6/sortext.patch


Some files were not shown because too many files changed in this diff