diff --git a/packages/linux/package.mk b/packages/linux/package.mk index fd92377514..23b8adcb7f 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -23,7 +23,7 @@ case "$LINUX" in PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" ;; *) - PKG_VERSION="3.13.4" + PKG_VERSION="3.13.5" PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz" ;; esac diff --git a/packages/linux/patches/3.13.4/linux-801-fix-radeon-si-performance-issue.patch b/packages/linux/patches/3.13.4/linux-801-fix-radeon-si-performance-issue.patch deleted file mode 100644 index 7da6fcfcac..0000000000 --- a/packages/linux/patches/3.13.4/linux-801-fix-radeon-si-performance-issue.patch +++ /dev/null @@ -1,32 +0,0 @@ -From b091ef6be8a4d8f3c04c2ff15f6d20364438e8fc Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Christian=20K=C3=B6nig?= -Date: Thu, 30 Jan 2014 18:54:24 +0100 -Subject: [PATCH] drm/radeon: fix UVD IRQ support on SI -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Otherwise decoding isn't really useable. - -Signed-off-by: Christian König ---- - drivers/gpu/drm/radeon/si.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c -index 07ce587..a22df95 100644 ---- a/drivers/gpu/drm/radeon/si.c -+++ b/drivers/gpu/drm/radeon/si.c -@@ -6334,6 +6334,10 @@ restart_ih: - break; - } - break; -+ case 124: /* UVD */ -+ DRM_DEBUG("IH: UVD int: 0x%08x\n", src_data); -+ radeon_fence_process(rdev, R600_RING_TYPE_UVD_INDEX); -+ break; - case 146: - case 147: - addr = RREG32(VM_CONTEXT1_PROTECTION_FAULT_ADDR); --- -1.8.1.2 diff --git a/packages/linux/patches/3.13.4/linux-802-fix-radeon-7xxx-performance-issue.patch b/packages/linux/patches/3.13.4/linux-802-fix-radeon-7xxx-performance-issue.patch deleted file mode 100644 index 451f499188..0000000000 --- a/packages/linux/patches/3.13.4/linux-802-fix-radeon-7xxx-performance-issue.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 858a41c853cef2cb01de34dae334c19c1c15b237 Mon Sep 17 00:00:00 2001 -From: Alex Deucher -Date: Thu, 30 Jan 2014 19:35:04 +0000 -Subject: drm/radeon: fix UVD IRQ support on 7xx - -Otherwise decoding isn't really useable. - -Signed-off-by: Alex Deucher -Cc: stable@vger.kernel.org ---- -diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c -index 56140b4..cdbc417 100644 ---- a/drivers/gpu/drm/radeon/r600.c -+++ b/drivers/gpu/drm/radeon/r600.c -@@ -3991,6 +3991,10 @@ restart_ih: - break; - } - break; -+ case 124: /* UVD */ -+ DRM_DEBUG("IH: UVD int: 0x%08x\n", src_data); -+ radeon_fence_process(rdev, R600_RING_TYPE_UVD_INDEX); -+ break; - case 176: /* CP_INT in ring buffer */ - case 177: /* CP_INT in IB1 */ - case 178: /* CP_INT in IB2 */ --- -cgit v0.9.0.2-2-gbebe diff --git a/packages/linux/patches/3.13.4/linux-003-no_dev_console.patch b/packages/linux/patches/3.13.5/linux-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-003-no_dev_console.patch rename to packages/linux/patches/3.13.5/linux-003-no_dev_console.patch diff --git a/packages/linux/patches/3.13.4/linux-052-XBOX_remote_support.patch b/packages/linux/patches/3.13.5/linux-052-XBOX_remote_support.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-052-XBOX_remote_support.patch rename to packages/linux/patches/3.13.5/linux-052-XBOX_remote_support.patch diff --git a/packages/linux/patches/3.13.4/linux-053-spinelplus-remote-0.2.patch b/packages/linux/patches/3.13.5/linux-053-spinelplus-remote-0.2.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-053-spinelplus-remote-0.2.patch rename to packages/linux/patches/3.13.5/linux-053-spinelplus-remote-0.2.patch diff --git a/packages/linux/patches/3.13.4/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch b/packages/linux/patches/3.13.5/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch rename to packages/linux/patches/3.13.5/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch diff --git a/packages/linux/patches/3.13.4/linux-055-add_Formosa_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.13.5/linux-055-add_Formosa_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-055-add_Formosa_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.13.5/linux-055-add_Formosa_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.13.4/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.13.5/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.13.5/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.13.4/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch b/packages/linux/patches/3.13.5/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch rename to packages/linux/patches/3.13.5/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch diff --git a/packages/linux/patches/3.13.4/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch b/packages/linux/patches/3.13.5/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch rename to packages/linux/patches/3.13.5/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.13.4/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch b/packages/linux/patches/3.13.5/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch rename to packages/linux/patches/3.13.5/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch diff --git a/packages/linux/patches/3.13.4/linux-058.06-hid_sony-add_SMK_link.patch b/packages/linux/patches/3.13.5/linux-058.06-hid_sony-add_SMK_link.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-058.06-hid_sony-add_SMK_link.patch rename to packages/linux/patches/3.13.5/linux-058.06-hid_sony-add_SMK_link.patch diff --git a/packages/linux/patches/3.13.4/linux-059-remove_some_xpad_pids-0.2.patch b/packages/linux/patches/3.13.5/linux-059-remove_some_xpad_pids-0.2.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-059-remove_some_xpad_pids-0.2.patch rename to packages/linux/patches/3.13.5/linux-059-remove_some_xpad_pids-0.2.patch diff --git a/packages/linux/patches/3.13.4/linux-060-add_AUGUST_DVB-T205.patch b/packages/linux/patches/3.13.5/linux-060-add_AUGUST_DVB-T205.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-060-add_AUGUST_DVB-T205.patch rename to packages/linux/patches/3.13.5/linux-060-add_AUGUST_DVB-T205.patch diff --git a/packages/linux/patches/3.13.4/linux-203-stb0899_enable_low_symbol_rate.patch b/packages/linux/patches/3.13.5/linux-203-stb0899_enable_low_symbol_rate.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-203-stb0899_enable_low_symbol_rate.patch rename to packages/linux/patches/3.13.5/linux-203-stb0899_enable_low_symbol_rate.patch diff --git a/packages/linux/patches/3.13.4/linux-210-dvbsky.patch b/packages/linux/patches/3.13.5/linux-210-dvbsky.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-210-dvbsky.patch rename to packages/linux/patches/3.13.5/linux-210-dvbsky.patch diff --git a/packages/linux/patches/3.13.4/linux-212-mantis_stb0899_faster_lock.patch b/packages/linux/patches/3.13.5/linux-212-mantis_stb0899_faster_lock.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-212-mantis_stb0899_faster_lock.patch rename to packages/linux/patches/3.13.5/linux-212-mantis_stb0899_faster_lock.patch diff --git a/packages/linux/patches/3.13.4/linux-221-ngene-octopus.patch b/packages/linux/patches/3.13.5/linux-221-ngene-octopus.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-221-ngene-octopus.patch rename to packages/linux/patches/3.13.5/linux-221-ngene-octopus.patch diff --git a/packages/linux/patches/3.13.4/linux-222-stb0899_signal_quality.patch b/packages/linux/patches/3.13.5/linux-222-stb0899_signal_quality.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-222-stb0899_signal_quality.patch rename to packages/linux/patches/3.13.5/linux-222-stb0899_signal_quality.patch diff --git a/packages/linux/patches/3.13.4/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch b/packages/linux/patches/3.13.5/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch rename to packages/linux/patches/3.13.5/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch diff --git a/packages/linux/patches/3.13.4/linux-701-linksys_aes2500_brcmfmac.patch b/packages/linux/patches/3.13.5/linux-701-linksys_aes2500_brcmfmac.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-701-linksys_aes2500_brcmfmac.patch rename to packages/linux/patches/3.13.5/linux-701-linksys_aes2500_brcmfmac.patch diff --git a/packages/linux/patches/3.13.4/linux-703-macmini2012-ethernet.patch b/packages/linux/patches/3.13.5/linux-703-macmini2012-ethernet.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-703-macmini2012-ethernet.patch rename to packages/linux/patches/3.13.5/linux-703-macmini2012-ethernet.patch diff --git a/packages/linux/patches/3.13.4/linux-704-Support-for-Ubiquiti-WifiStation.patch b/packages/linux/patches/3.13.5/linux-704-Support-for-Ubiquiti-WifiStation.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-704-Support-for-Ubiquiti-WifiStation.patch rename to packages/linux/patches/3.13.5/linux-704-Support-for-Ubiquiti-WifiStation.patch diff --git a/packages/linux/patches/3.13.4/linux-705-Support-for-Buffalo-WLI-UC-G300HP-V1.patch b/packages/linux/patches/3.13.5/linux-705-Support-for-Buffalo-WLI-UC-G300HP-V1.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-705-Support-for-Buffalo-WLI-UC-G300HP-V1.patch rename to packages/linux/patches/3.13.5/linux-705-Support-for-Buffalo-WLI-UC-G300HP-V1.patch diff --git a/packages/linux/patches/3.13.4/linux-706-Sitecom-N300.patch b/packages/linux/patches/3.13.5/linux-706-Sitecom-N300.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-706-Sitecom-N300.patch rename to packages/linux/patches/3.13.5/linux-706-Sitecom-N300.patch diff --git a/packages/linux/patches/3.13.4/linux-900-hide_tsc_error.patch b/packages/linux/patches/3.13.5/linux-900-hide_tsc_error.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-900-hide_tsc_error.patch rename to packages/linux/patches/3.13.5/linux-900-hide_tsc_error.patch diff --git a/packages/linux/patches/3.13.4/linux-950-saa716x_PCIe_interface_chipset.patch b/packages/linux/patches/3.13.5/linux-950-saa716x_PCIe_interface_chipset.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-950-saa716x_PCIe_interface_chipset.patch rename to packages/linux/patches/3.13.5/linux-950-saa716x_PCIe_interface_chipset.patch diff --git a/packages/linux/patches/3.13.4/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch b/packages/linux/patches/3.13.5/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch rename to packages/linux/patches/3.13.5/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch diff --git a/packages/linux/patches/3.13.4/linux-991.01-ptrace_fix.patch b/packages/linux/patches/3.13.5/linux-991.01-ptrace_fix.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-991.01-ptrace_fix.patch rename to packages/linux/patches/3.13.5/linux-991.01-ptrace_fix.patch diff --git a/packages/linux/patches/3.13.4/linux-995-CX24120-13Z_frontend.patch b/packages/linux/patches/3.13.5/linux-995-CX24120-13Z_frontend.patch similarity index 100% rename from packages/linux/patches/3.13.4/linux-995-CX24120-13Z_frontend.patch rename to packages/linux/patches/3.13.5/linux-995-CX24120-13Z_frontend.patch