710977a3208e9d4df3faa0b7915f94fbe08e5b36
[profile/ivi/kernel-adaptation-intel-automotive.git] / packaging / kernel-adaptation-intel-automotive.changes
1 * Wed Feb 20 07:44:14 UTC 2013 Artem Bityutskiy * <artem.bityutskiy@linux.intel.com> 3.8.0
2 - Update to version 3.8.
3
4 * Tue Feb 19 13:17:49 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7.8
5 - Fix out-of-tree drivers compilation.
6
7 * Tue Feb 19 07:52:25 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7.8
8 - Upgrade to version 3.7.8.
9
10 * Mon Jan 30 08:24:20 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7.5
11 - Upgrade to version 3.7.5.
12
13 * Wed Jan 30 08:12:09 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7.2
14 - Enable the Conexant CX23885 driver, turn the igb driver into a kernel module.
15
16 * Mon Jan 14 08:24:11 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7.2
17 - Upgrade to version 3.7.2.
18
19 * Fri Jan 11 13:19:24 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7.1
20 - Disable various useless drivers and turn some drivers from being compiled-in
21   to be a module. Thie makes the vmlinuz size 3% smaller.
22
23 * Mon Jan  7 08:40:44 UTC 2013 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7.1
24 - Enable USB camera support, fixes TIVI-454.
25
26 * Fri Dec 28 08:07:08 UTC 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7.1
27 - Upgrade to version 3.7.1.
28
29 * Tue Dec 11 09:20:11 UTC 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.7.0
30 - Upgrade the kernel to version 3.7. The previous version is saved in the
31   devel-3.5.5-last tag.
32
33 * Mon Nov 19 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.5
34 - Enable the PPS subsystem and the PTP driver, required by the Ethernet AVB
35   out-of-tree drivers.
36
37 - Clean-up packaging stuff a little bit.
38 * Mon Nov 19 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.5
39 - Enable the PPS subsystem and the PTP driver, required by the Ethernet AVB
40   out-of-tree drivers.
41 - Clean-up packaging stuff a little bit.
42
43 * Fri Nov 16 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.5
44 - Fix groups list in /proc/pid/status - the kernel showed only the first 32
45   groups but not all of them. Fixes TIVI-318.
46
47 * Wed Nov  7 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.5
48 - Clean-up the repository after switchint to 2.0alpha. No functional
49   changes.
50
51 * Wed Oct 03 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.5
52 - Update to the latest stable kernel version - 3.5.5.
53 - Make SMACK to be the default security module.
54
55 * Tue Oct 02 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.4
56 - Enable SMACK support (Simplified Mandatory Access Control).
57
58 * Tue Sep 25 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.4
59 - Back port a couple of patches from the bluetooth-next.git kernel tree
60   to fix TIVI-203 (system hang when shutdown with BT phone connected).
61
62 * Tue Sep 25 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.4
63 - Update to the next stable kernel version - 3.5.4.
64
65 * Mon Sep 17 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
66 - Revert 1 kenrel patches which break tethering:
67     o 56138f5 iwlwifi: dont pull too much payload in skb head
68   Not sure yet _why_ it breaks tethering - will work on that later,
69   but for now just revert it.
70
71 * Thu Sep 13 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
72 - Make IPv6 to be built-in, rather than a module. We need IPv6 when we
73   boot-up, and having it as module only slows boot-up down.
74
75 * Thu Sep  6 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
76 - More NFC back-ports by Samuel Ortiz, this time from the NFC subsystem
77   tree which is staged for upstream.
78
79 * Thu Sep  6 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
80 - Correct RPM pre- and post- install dependencies.
81
82 * Thu Sep  6 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
83 - Make sure the /boot/vmlinuz link point to the previously installed kernel
84   when removing the kernel RPM package. Fixes TIVI-97.
85
86 * Thu Sep  6 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
87 - Add perf binary RPM. Fixes TIVI-137.
88
89 * Wed Sep  5 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
90 - Enable drivers for all the HID devices as modules. This should also fix
91   TIVI-170.
92
93 * Wed Sep  5 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
94 - 65 NFC patches back-ported from kernel 3.6-rc4 to bring the newest NFC
95   features to the Tizen kernel. Prepared and submitted by Samuel Ortiz.
96
97 * Fri Aug 31 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
98 - Revise networking options.
99
100 * Thu Aug 30 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
101 - Revise general configuration options.
102
103 * Thu Aug 30 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
104 - Revise PM-specific configuration options.
105
106 * Thu Aug 30 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
107 - Revise the processor-related configuration options.
108
109 * Wed Aug 29 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
110 - Rename the defconfig to 'ivi_defconfig', because we now use the same kernel
111   for both TC and SB platforms.
112
113 * Tue Aug 28 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.5.3
114 - Upgrade the kernel to version 3.5.3.
115
116 * Mon Aug 20 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.9
117 - Remove the emgd driver, because it was moved to intel-emgd-kmod kernel
118   package and will be maintained out-of-tree by
119   Wang Quanxian<quanxian.wang@intel.com>.
120
121 * Mon Aug 20 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.9
122 - Upgrade to 3.4.9.
123
124 * Wed Aug  1 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.7
125 - After upgrading to 3.4.7 we are unable to load any kernel module because
126   of kernel version mismatch. Now it is fixed, along with TZIVI-280.
127
128 * Tue Jul 31 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.7
129 - Revise power management and ACPI options: make optional things to be kernel
130   modules, enable APEI (ACPI Platform Error Interface) support, enable the
131   intel_idle driver.
132
133 * Tue Jul 31 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.7
134 - Update to stable version 3.4.7.
135
136 * Fri Jul 26 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.6
137 - Disable ISA bus support and make PCMCIA support to be a kernel module
138   instead of being compiled-in.
139
140 * Fri Jul 26 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.6
141 - Revise kernel debugging options and enable a couple more (e.g., stack
142   overflow)
143
144 * Fri Jul 26 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.6
145 - Lessen vmliuz size by 446KiB. I've made all file-systems except ext4 to
146   be kernel modules rather than compiled-in. This should have a positive
147   effect on boot time.
148
149 * Thu Jul 26 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.6
150 - Update to stable version 3.4.6
151
152 * Thu Jul 26 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
153 - Rename ivi_gen_defconfig to ivi_tc_defconfig (tc stands for TunnelCreek).
154   I do this because we'll soon get another configuration for SandyBridge
155   (ivi_sb_defconfig).
156
157 * Thu Jul 26 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
158 - Remove the Crossville-only adv7180 driver - it does not compile with new
159   kernel and we do not have incentive to fix this because Crossville support
160   is going to be dropped soon.
161
162 * Wed Jul 11 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
163 - Remove linux-firmware dependency, no functional changes.
164
165 * Tue Jul 10 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
166 - Enable iwlwifi p2p support to make AP mode available, which is required
167   for tethering support. Fixes TZIVI-180.
168
169 * Mon Jul  9 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
170 - Exclude Crossville BT firmware from being compiled into the kernel. This
171   makes it easier to compile the kernel manually. The firmware can be loaded
172   dynamically instead.
173
174 * Mon Jul  9 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
175 - Enable the USB device controller driver for Nexcomm devices. Should
176   fix or at least partially fix TZIVI-95.
177
178 * Fri Jun 29 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
179 - Add the emgd driver. We have dropped it when upgraded to 3.4.4 because
180   it did not compile. Now we are adding back the latest experimental
181   version (build 2667) of it. Credits to Quanxian Wang for the effort.
182
183 * Thu Jun 28 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
184 - Enable the jack input notification which notifies user-space whenever the
185   something like a headset is plugged.
186
187 * Tue Jun 26 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
188 - Create the /boot/vmlinuz symlink when installing the kernel (instead of
189   /boot/kernel). This is an enabler for TZIVI-183.
190
191 * Tue Jun 26 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
192 - Enable the raw CAN bus protocol support, the broadcast manager CAN bus
193   protocol and the virtual local CAN bus interface, fixes TZIVI-79
194
195 * Mon Jun 25 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.4
196 - Upgrade to 3.4.4 which has important iwlwifi fixes
197
198 * Mon Jun 25 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.3
199 - Fix the changelog, now 'rpm -q --changelog' should work for the kernel
200
201 * Mon Jun 25 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.3
202 - Enable iwlwifi as a kernel module again - it was disabled during upgrade
203   to 3.4.3, so we are fixing a regression.
204
205 * Thu Jun 21 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.4.3
206 - Upgrade the kernel from 3.0.8 to 3.4.3
207 - Dropped the emgd driver so far - we expect to have it back very soon
208 - Tested that it boots to shell on VMT1000 device, but the output now goes
209   to VGA, not to LVDS - I think this is because the dropped emgd driver.
210
211 * Mon Jun 18 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.0.8
212 - Packaging changes only, no functional changes: change the tarball name from
213   linux-3.0.8.tar.bz2 to kernel-adaptation-intel-automative.tar.bz2 in order
214   to silent the build system which warns me otherwise.
215
216 * Fri Jun 15 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.0.8
217 - No changes, dummy build to check if OBS submittion works. It did not work
218   last time for me.
219
220 * Thu Jun 14 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.0.8
221 - Cleaned-up the packaging:
222   - the spec file is completely re-written (thanks to Markus Lehtonen)
223   - all the junk from the packaging directory was removed
224   - created ivi_gen_defconfig file for generic IVI configuration, so
225     we do not store the defconfig in the packaging anymore
226
227 * Wed Jun 13 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.con> 3.0.8
228 - Apply patches from the packaging sub-directory to the git tree
229 - Remove all the applied patches from the packaging sub-directory
230 - Amend the .spec file correspondingly
231 - No functional changes
232
233 * Tue Jun 12 2012 Artem Bityutskiy <artem.bityutskiy@linux.intel.con> 3.0.8
234 - Re-create the git history for the kernel. No functional changes.