diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-06-20 21:05:53 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-06-20 21:09:27 -0400 |
commit | eb68376381d525f4bb0121c6b90bb725cf31d823 (patch) | |
tree | 04685c8dc398373ee42c25a47cedea583c6f9e39 /kernel.spec | |
parent | 7583b10c51624f2d0db3c92d2c62725f399d761f (diff) | |
download | kernel-eb68376381d525f4bb0121c6b90bb725cf31d823.tar.gz kernel-eb68376381d525f4bb0121c6b90bb725cf31d823.tar.xz kernel-eb68376381d525f4bb0121c6b90bb725cf31d823.zip |
Bring in intel_pstate regression fixes for BayTrail
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index be1400288..4f11a814d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -40,7 +40,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -633,6 +633,10 @@ Patch26005: eeepc-wmi-Add-no-backlight-quirk-for-Asus-H87I-PLUS-.patch Patch26013: acpi-video-Add-use-native-backlight-quirk-for-the-Th.patch Patch26014: acpi-video-Add-use_native_backlight-quirk-for-HP-Pro.patch +Patch25102: intel_pstate-Fix-setting-VID.patch +Patch25103: intel_pstate-dont-touch-turbo-bit-if-turbo-disabled-or-unavailable.patch +Patch25104: intel_pstate-Update-documentation-of-max-min_perf_pct-sysfs-files.patch + # END OF PATCH DEFINITIONS %endif @@ -1345,6 +1349,10 @@ ApplyPatch eeepc-wmi-Add-no-backlight-quirk-for-Asus-H87I-PLUS-.patch ApplyPatch acpi-video-Add-use-native-backlight-quirk-for-the-Th.patch ApplyPatch acpi-video-Add-use_native_backlight-quirk-for-HP-Pro.patch +ApplyPatch intel_pstate-Fix-setting-VID.patch +ApplyPatch intel_pstate-dont-touch-turbo-bit-if-turbo-disabled-or-unavailable.patch +ApplyPatch intel_pstate-Update-documentation-of-max-min_perf_pct-sysfs-files.patch + # END OF PATCH APPLICATIONS %endif @@ -2217,6 +2225,9 @@ fi # ||----w | # || || %changelog +* Fri Jun 20 2014 Josh Boyer <jwboyer@fedoraproject.org> +- Bring in intel_pstate regression fixes for BayTrail + * Fri Jun 20 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.16.0-0.rc1.git4.1 - Linux v3.16-rc1-215-g3c8fb5044583 |