Release kernel-power v53
[kernel-power] / kernel-power-2.6.28 / debian / changelog
1 kernel-power (1:2.6.28-10power53) fremantle; urgency=low
2
3   * Backport security fixes from upstream kernel for radio driver in patch radio-bcm2048-security.patch
4     * fix sign of value in bcm2048_##prop##_read()
5     * fix missing unlock on error in bcm2048_rds_fifo_receive()
6     * fix coccinelle warnings: Replace memcpy with struct assignment
7     * fix unneeded semicolon in bcm2048_fops_read()
8   * Fix dangling if statement in patch power-supply-no-verbose.diff
9   * Backport usb ids from upstream kernel for dm9601.ko and asix.ko drivers
10   * Add patch nokia-av_key.patch for immediately headset button press event as KEY_PROG1
11   * Remove shm_size=0x400000 from /etc/modprobe.d/bridgedriver because it is not needed
12   * Update patch overclock_smartreflex_900.diff to improve the stability on some rare devices
13   * Fix suspend to memory problems, generally only useful in offline mode
14     use /sys/power/state to enter (not used by Mameo5, just less broken now)
15     * advance system clock after resume using RTC time
16     * computer USB port now is able to be detected and charge after resume
17     * disable WARN_ON in getnstimeofday when timing system suspended
18
19  -- Pali Rohár <pali.rohar@gmail.com>  Sat, 10 May 2014 22:17:57 +0200
20
21 kernel-power (1:2.6.28-10power52) fremantle; urgency=low
22
23   * Backport upstream patch: udf-use-hw-sector-size.diff (This fix UDF FS support on SD cards and USB disks)
24   * Update bq2415x_charger patch: (use kstrtol, use dev_dbg, call sysfs_notify, rename N900 charger to bq24150a, fix reporting bad values, disable charging when charger disconnected, report errors)
25   * Added patch kstrtol.diff which define macro kstrtol as strict_strtol
26   * Update into about kernel-power-bootimg package
27   * Package kernel-power-bootimg does not provide any features
28   * Enable more netfilter and ipv6 modules
29   * Added driver rx51_battery which export battery temperature, design capacity and voltage to sysfs, provides: kernel-feature-rx51-battery
30   * Added patch tif_restore_sigmask-syscalls-arm.patch which fix pselect bug, added provides: kernel-feature-sigmask
31   * Enable bridge module, provides kernel-feature-bridge
32   * bq27x00_battery: Do not report nominal available capaciy if battery is not calibrated
33   * Add sysfs entry hostdevice2 which show host device speed detected by musb_virthub.c
34   * Optify bootimg package
35   * Enable vlan (8021q) module
36   * Fix reporting temperature in rx51_battery driver (driver should export temperature in 1/10 °C)
37   * Add support for offline mode in bq2415x_charger driver
38
39  -- Pali Rohár <pali.rohar@gmail.com>  Thu, 14 Feb 2013 17:34:58 +0100
40
41 kernel-power (1:2.6.28-10power51r1) fremantle; urgency=low
42
43   * Fix bug in bq2415x_charger driver which cause reboot when driver is unloaded
44
45  -- Pali Rohár <pali.rohar@gmail.com>  Mon, 23 Jul 2012 13:36:02 +0200
46
47 kernel-power (1:2.6.28-10power51) fremantle; urgency=low
48
49   * Added bq2415x charger driver (blacklisted by default)
50   * Show speed of connected usb device in /sys/devices/platform/musb_hdrc/hostdevice
51   * Fix radio-si4713 driver which caused using 100% CPU
52   * Provides: kernel-feature-smartreflex, kernel-feature-video720p, kernel-feature-packet-injection, kernel-feature-charger, kernel-feature-usbhost-new
53   * Added wl1251 packet injection modules
54   * Use ITEM_OMAPATAG in u-boot bootmenu entry
55   * Added thumb patches from kernel-cssu, enable thumb support and provides: kernel-feature-errata-430973-workaround
56   * Added patch for bq27x00 which export registers to file /sys/class/power_supply/bq27200-0/registers
57
58  -- Pali Rohár <pali.rohar@gmail.com>  Mon, 23 Jul 2012 11:36:29 +0200
59
60 kernel-power (1:2.6.28-10power50) fremantle; urgency=low
61
62    * Fixed reboot problem
63    * Added option (sysfs entry) to disable indicator led
64    * Enabled module xt_owner
65    * Fixed scheduling while atomic bugs
66    * efuse calibrations are re-calculated - using linear approximation instead of hard-coded increments
67    * Fixed camera driver to use framebuffer memory for video-capture buffer (DMA to framebuffer)
68    * Enabled cdrom drivers
69    * Disabled verbose power_supply messages
70    * Notify about changed musb mode
71    * Disabled mesh network (kernel sometimes crashed)
72    * Fixed the famous BT headset disconnecting issue
73    * Upstream patch: Bluetooth: Fix potential bad memory access with sysfs files
74    * Disabled errata 430973
75    * If FM transmitter is locked do not show error message when trying to change power level
76    * Fixed oops in g_ether with windows
77    * kernel-power-bootimg package now working with U-Boot Bootmenu too
78
79  -- Pali Rohár <pali.rohar@gmail.com>  Wed, 14 Mar 2012 19:43:04 +0100
80
81 kernel-power (1:2.6.28-10power49) fremantle; urgency=low
82
83   * support for binding and unbinding framebuffer console
84   * split nokia patch nokia-20093908+0m5.diff into more
85   * smartreflex - added calibration values for 720MHz and 805 MHz (SW calculated according to TI docs)
86   * update radio-si4713 fm transmitter:
87   *   removed nokia code and special ioctl which disabled changing power_level
88   *   ability to lock and unlock power_level via sysfs
89   * update bq27x00 battery driver:
90   *   backport changes from upstream
91   *   add support for accessing bq27200 battery registers using ioctl
92   *   fixed rx51 board info and module now working again (but bme must be stopped)
93   *   fixed rebooting device after battery module was unloaded
94   * update dspbridge driver (by freemangordon):
95   *   fix ioctl buffer overrun
96   *   DSS video memory is increased from 6 to 8 megabytes, allowing DSS scaler to rescale HD videos (including 1280x720)
97   *   add support for for CONFIG_BRIDGE_NEW_API
98   *   fix DSP cache when is incoherent with main memory, which leads to memory errors
99   *   backport fixes from omapzoom kernel-omap3
100   *   backport harmattan patches
101   *   support both new and old ictl
102   * added new patches:
103   *   adding-ramzswap-driver.diff
104   *   patch_swap_notify_core_support_2_2.6.28.diff
105   *   update_mmu_cache_arm.diff
106
107  -- Pali Rohár <pali.rohar@gmail.com>  Fri, 18 Nov 2011 22:44:19 +0100
108
109 kernel-power (1:2.6.28-10power48) fremantle; urgency=low
110
111   * cleaned and rewritten debian/rules
112   * cleaned patches (splitted nokia and omap patches)
113   * revert back -source and -debug package
114   * updated info about kernel-power for HAM
115   * possible to install only -bootimg package (same features)
116   * fixed kernel-power uninstall script
117   * 720p DSP patch by freemangordon
118   * ext4 data corruption patch by Tigerite
119   * minstrel-aziwoqpa patch from garage tracker
120   * compcache/zram patch from kernel-bfs
121   * enabled usbnet dm9601 kernel module
122   * enabled nilfs2 kernel module
123   * enabled xts kernel module
124   * fixed class 10 microSD card
125   * disabled patch i2c-battery.diff
126   * disabled board-rx51-peripherals.diff (disabled autoloading bq27x00_battery module)
127
128  -- Pali Rohár <pali.rohar@gmail.com>  Sat, 09 Jul 2011 16:03:55 +0200
129
130 kernel-power (1:2.6.28-10power47) fremantle; urgency=low
131
132   * enabled additional kernel modules (for usb host mode)
133   * backported bq27x00_battery patch
134   * some patches from kernel-power bugtracker
135   * multiboot support in kernel-power-bootimg package
136
137  -- Pali Rohár <pali.rohar@gmail.com>  Sun, 01 May 2011 01:22:09 +0200
138
139 kernel-power (2.6.28-maemo46) fremantle; urgency=low
140
141   * disable u-boot as causes too much trouble
142   * bluetooth patch to make mice work (by freemangordon)
143
144  -- Thomas Tanner <maemo@tannerlab.com>  Thu, 18 Nov 2010 14:40:58 +0100
145
146 kernel-power (2.6.28-maemo45) fremantle; urgency=low
147
148   * revert to old binary u-boot image for now
149   * apply Paul Ferter's latest usbhost patches
150   * i2c battery patch by Matan to allow bme to start while bq27200_power module is loaded
151
152  -- Thomas Tanner <maemo@tannerlab.com>  Wed,  11 Nov 2010 14:00:00 +0200
153
154 kernel-power (2.6.28-maemo44) fremantle; urgency=low
155
156   * use enhanced u-boot binary from package u-boot-for-power-kernel
157
158  -- Thomas Tanner <maemo@tannerlab.com>  Tue,  10 Nov 2010 14:00:00 +0200
159
160 kernel-power (2.6.28-maemo43) fremantle; urgency=low
161
162   * build u-boot kernel and add necessary build-depends
163   * compile some governors and ext3 as modules to reduce kernel size
164   * enable experimental (!) USB hostmode patches and extra modules
165   * control: provides: add usbhost and update descrption
166
167  -- Thomas Tanner <maemo@tannerlab.com>  Tue,  10 Nov 2010 13:00:00 +0200
168
169 kernel-power (2.6.28-maemo42) fremantle; urgency=low
170
171   * remove fmtx power lock (Matan Ziv-Av)
172   * add RDS support to FMRX driver (Niels Faerber)
173   * remove 500Mhz lock when connected to charger (hint by Matan)
174   * control: provide kernel features: radiords, ioacct
175   * prepare USB hostmode patches
176
177  -- Thomas Tanner <maemo@tannerlab.com>  Tue,  09 Nov 2010 23:00:00 +0200
178
179 kernel-power (2.6.28-maemo41) fremantle; urgency=low
180
181   * integrate PR1.3 kernel patches
182   * applied Pali Rohar's <pali.rohar@gmail.com> wl12xx patch for setting wifi mode
183   * enable more IPsec modules (by Tobias Brunner)
184   * enable process IO accounting
185
186  -- Thomas Tanner <maemo@tannerlab.com>  Tue,  09 Nov 2010 21:00:00 +0200
187
188 kernel-power (2.6.28-maemo40) fremantle; urgency=low
189
190   * install build scripts properly in /usr/src/kernel-power-kbuild
191
192  -- Thomas Tanner <maemo@tannerlab.com>  Mon,  9 Aug 2010 23:17:47 +0200
193
194 kernel-power (2.6.28-maemo39) fremantle; urgency=low
195
196   * new kernel-power-bootimg package for the kernel zImage
197
198  -- Thomas Tanner <maemo@tannerlab.com>  Tue,  3 Aug 2010 22:25:38 +0200
199
200 kernel-power (2.6.28-maemo38) fremantle; urgency=low
201
202   * add missing linux headers to kernel-power-headers
203   * enable netfiler tcpmss+mac
204   * increase kernel log buffer to 64K
205   * add ARM thumb2 fix
206
207  -- Thomas Tanner <maemo@tannerlab.com>  Tue,  3 Aug 2010 09:25:38 +0200
208
209 kernel-power (2.6.28-maemo37) fremantle; urgency=low
210
211   * disable buitin extra network options+MMC bounce from v28 due to possible side-effects
212   * remove system-update flag due to HAM problems
213
214  -- Thomas Tanner <maemo@tannerlab.com>  Tue, 25 May 2010 23:07:37 +0200
215
216 kernel-power (2.6.28-maemo36) fremantle; urgency=low
217
218   * deinstall warning
219   * reupload due to autobuilder issue
220
221  -- Thomas Tanner <maemo@tannerlab.com>  Tue, 25 May 2010 18:01:59 +0200
222
223 kernel-power (2.6.28-maemo35) fremantle; urgency=low
224
225   * activate new wlan-monitor patch
226   * added system update flag to prevent deinstallation in Application manager
227   * upgrade to Nokia 20101501+0m5 (without disabling smartreflex):
228     fixes WLAN memory leaks and improves stability
229
230  -- Thomas Tanner <maemo@tannerlab.com>  Tue, 25 May 2010 09:40:35 +0200
231
232 kernel-power (2.6.28-maemo34) fremantle; urgency=low
233
234   * install blacklist properly
235   * control: remove OABI
236
237  -- Thomas Tanner <maemo@tannerlab.com>  Wed, 19 May 2010 17:54:12 +0200
238
239 kernel-power (2.6.28-maemo33) fremantle; urgency=low
240
241   * enable all v28 features again, except for OABI
242    (commenting out features in configuration had no effect)
243   * add extra Netfilter connection tracking+mark modules
244   * fix for touchscreen calibration: disable automatic loading of mousedev module
245
246  -- Thomas Tanner <maemo@tannerlab.com>  Wed, 19 May 2010 17:13:39 +0200
247
248 kernel-power (2.6.28-maemo32) fremantle; urgency=low
249
250   * copied config from v27
251   * modules.post*: don't fix preinit (is this the bug?)
252
253  -- Thomas Tanner <maemo@tannerlab.com>  Mon, 17 May 2010 21:27:36 +0200
254
255 kernel-power (2.6.28-maemo31) fremantle; urgency=low
256
257   * reverted the remaining changes to v27
258
259  -- Thomas Tanner <maemo@tannerlab.com>  Mon, 17 May 2010 18:27:36 +0200
260
261 kernel-power (2.6.28-maemo30) fremantle; urgency=low
262
263   * disable OABI too
264
265  -- Thomas Tanner <maemo@tannerlab.com>  Mon, 17 May 2010 08:52:48 +0200
266
267 kernel-power (2.6.28-maemo29) fremantle; urgency=low
268
269   * revert most changes to v27: disabled more QoS modules, IP multiple table+multipath,
270     MMC block bouncing, old wlan-monitor patch, remove USB OHCI,EHCI
271   * updated post-installation instructions
272
273  -- Thomas Tanner <maemo@tannerlab.com>  Mon, 17 May 2010 07:45:30 +0200
274
275 kernel-power (2.6.28-maemo28) fremantle; urgency=low
276
277   * enabled more QoS modules, IP multiple table+multipath,
278     MMC block bouncing, OABI support
279   * updated wlan-monitor patch
280   * kernel-power-modules: fix preinit MODULE_PATH to always load current kernel modules
281   * kernel-power-deinstall: improved script, msg boxes, error checking
282
283  -- Thomas Tanner <maemo@tannerlab.com>  Sun, 16 May 2010 18:46:47 +0200
284
285 kernel-power (2.6.28-maemo27) fremantle; urgency=low
286
287   * prerm: minor fix to warn check for HAM only during deinstallation, not on upgrades
288
289  -- Thomas Tanner <maemo@tannerlab.com>  Sun,  9 May 2010 14:33:40 +0200
290
291 kernel-power (2.6.28-maemo26) fremantle; urgency=low
292
293   * 599Mhz is now interpreted as 600MHz, keep ignoring 600MHz setting by telephone app
294   * changed extraversion to power$(version)
295   * added patch for correct mmc device naming by fanoush
296   * added wlan monitoring patch by David Gnedt
297   * added LED patch by Matan
298   * patch to enable charging with g_ether 
299   * show confirmation dialog before installation
300   * don't allow deinstallation via HAM, add extra program for safe deinstallation
301
302  -- Thomas Tanner <maemo@tannerlab.com>  Sun,  9 May 2010 12:53:18 +0200
303
304 kernel-power (2.6.28-maemo25) fremantle; urgency=low
305
306    * control: new bugtracker, fix builddeps, set display name, mention reboot
307    * added ondemand-avoid patches by Matan Ziv-Av
308    * avoid frequency 125Mhz by default, change back 124999->125000
309
310  -- Thomas Tanner <maemo@tannerlab.com>  Thu, 15 Apr 2010 00:00:00 +0100
311
312 kernel-power (2.6.28-maemo24) fremantle; urgency=low
313
314    * renamed package to kernel-power due to trademark issues
315    * control: updated (renamed to kernel-power*), new features in Provides
316    * DSP frequencies are specified as MHz
317    * enabled crypto seqiv and twofish modules
318    * added patches by Matan Ziv-Av: squashfs and led triggers and bugfixes
319    * squashfs is build as module
320
321  -- Thomas Tanner <maemo@tannerlab.com>  Wed, 14 Apr 2010 00:00:00 +0100
322
323 kernel-maemo (2.6.28-maemo22) fremantle; urgency=low
324
325    * support dsp rate customization via /sys/power/dsp_opps_rate
326    * voltage customization renamed to /sys/power/vdd1_opps_vsel
327    * replace 810MHz with 805MHz
328    * increase voltage for 1.1GHz
329    * increase DSP rate for 1.1/1.15GHz to 520MHz
330
331  -- Thomas Tanner <maemo@tannerlab.com>  Tue, 13 Apr 2010 00:00:00 +0100
332
333 kernel-maemo (2.6.28-maemo21) fremantle; urgency=low
334
335    * support voltage customization via /sys/power/sr_vdd1_opps_vsel (patch by Matan)
336    * replace invalid 800MHz with 810MHz
337    * increase voltage for 1.1/1.15GHz
338    * enable powersave and conservative CPUfreq governors
339    * ignore missing modules dir in postrm
340    * update /lib/modules/current
341    * control: moved kernel Provides to kernel-flasher
342    * enable PPP_ASYNC for PPTP/MPPE
343    * README.Debian: kernel instructions
344
345  -- Thomas Tanner <maemo@tannerlab.com>  Mon, 12 Apr 2010 00:00:00 +0100
346
347 kernel-maemo (2.6.28-maemo20) fremantle; urgency=low
348
349   * added underclocking (125MHz) support, set default min. to 250MHz
350   * workaround: ignore min=125MHz and max=600MHz requests form default pmconfig and telephone app
351     (accepted replacement values would be, e.g.,  124999 and 599000)
352   * add Matan's bq27200 patch enable the module
353
354  -- Thomas Tanner <maemo@tannerlab.com>  Fri, 09 Apr 2010 00:00:00 +0100
355
356 kernel-maemo (2.6.28-maemo19) fremantle; urgency=low
357
358   * added overclocking (up to 1.2GHz) support, set default max to 600MHz
359   * added Joikuspot module and SLIP support
360   * control: added Provides for new features 
361
362  -- Thomas Tanner <maemo@tannerlab.com>  Sun, 04 Apr 2010 00:00:00 +0100
363
364 kernel-maemo (2.6.28-maemo18) fremantle; urgency=low
365
366   * add kexec patches to enable kexec support on N900
367   * control: TMO thread as bugtracker. mention new features
368
369  -- Thomas Tanner <maemo@tannerlab.com>  Wed, 31 Mar 2010 00:00:00 +0100
370
371 kernel-maemo (2.6.28-maemo17) fremantle; urgency=low
372
373   * set architecture for all packages to armel
374
375  -- Thomas Tanner <maemo@tannerlab.com>  Wed, 24 Mar 2010 00:00:00 +0100
376
377 kernel-maemo (2.6.28-maemo16) fremantle; urgency=low
378
379   * add ncurses-dev to builddeps
380
381  -- Thomas Tanner <maemo@tannerlab.com>  Wed, 24 Mar 2010 00:00:00 +0100
382
383 kernel-maemo (2.6.28-maemo15) fremantle; urgency=low
384
385   * upload to free section with sdk-fiasco-gen dependency
386
387  -- Thomas Tanner <maemo@tannerlab.com>  Wed, 24 Mar 2010 00:00:00 +0100
388
389 kernel-maemo (2.6.28-maemo14) fremantle; urgency=low
390
391   * upgrade to latest Nokia kernel 20100903+0m5
392   * control: add note about touchscreen calibration bug
393
394  -- Thomas Tanner <maemo@tannerlab.com>  Tue, 23 Mar 2010 00:00:00 +0100
395
396 kernel-maemo (2.6.28-maemo13) fremantle; urgency=low
397
398   * control: rename kernel-module* to kernel-feature*, add qos
399   * change my email address
400   * update to 2.6.28.10 (minus existing Nokia patches)
401   * clean modules dir when uninstalling
402   * enable mtdblock, block2mtd, nandsim modules
403   * enable large file support for mounting standard ext4
404   * disable NILFS2 (not useful for flash devices)
405   * patch block2mtd for mounting ubifs rootfs image (Nikita V. Youshchenko)
406   * add ext4 and jdb filesystem patches from gentoo
407
408  -- Thomas Tanner <maemo@tannerlab.com>  Fri, 19 Mar 2010 00:00:00 +0100
409
410 kernel-maemo (2.6.28-maemo12) fremantle; urgency=low
411
412   * enabled g_serial and usb ethernet gadget
413   * fix broken installation of modules
414   * add Matan's ppp_async patch
415
416  -- Thomas Tanner <tanner@maemory.com>  Sun, 28 Feb 2010 00:00:00 +0100
417
418 kernel-maemo (2.6.28-maemo11) fremantle; urgency=low
419
420   * enabled PPP module
421   * use indepedent, rx51maemo_defconfig, integrate original Nokia config in patch
422   * more efficient build process: don't copy source, use build tree (patched pvr Makefile)
423
424  -- Thomas Tanner <tanner@maemory.com>  Sun, 28 Feb 2010 00:00:00 +0100
425
426 kernel-maemo (2.6.28-maemo10) fremantle; urgency=low
427
428   * integrate mobile hotspot patches from
429     http://vcs.maemo.org/svn/mobilehotspot/trunk/patches/
430   * enable QoS and more netfilter modules for hotspot
431   * specify Provides for different enhancements
432   * remove fiasco-gen dependency and download the package directly
433
434  -- Thomas Tanner <tanner@maemory.com>  Wed, 17 Feb 2010 00:00:00 +0100
435
436 kernel-maemo (2.6.28-maemo9) fremantle; urgency=low
437
438   * switch package name due to some other broken package in extras-devel
439   * migrate to quilt based patches
440   * split into subpatches
441   * disable framebuffer console and boot logo as it seems to causes reboots during shutdown
442   * enable /proc/config.gz
443   * increase kernel log buffer to 64K
444
445  -- Thomas Tanner <tanner@maemory.com>  Tue, 16 Feb 2010 00:00:00 +0100
446
447 kernel (2.6.28-20100211maemo8) fremantle; urgency=low
448
449   * add NILFS2 2.0.18
450
451  -- Thomas Tanner <tanner@maemory.com>  Thu, 11 Feb 2010 00:00:00 +0100
452
453 kernel (2.6.28-20100210maemo7) fremantle; urgency=low
454
455   * add unionfs 2.5.3
456
457  -- Thomas Tanner <tanner@maemory.com>  Wed, 10 Feb 2010 00:00:00 +0100
458
459 kernel (2.6.28-20100206maemo6) fremantle; urgency=low
460
461   * control: modules depend on kernel
462   * enable optimize for size option to improve stability
463
464  -- Thomas Tanner <tanner@maemory.com>  Tue, 09 Feb 2010 00:00:00 +0100
465
466 kernel (2.6.28-20100206maemo5) fremantle; urgency=low
467
468   * control: add icon, rename packages to *-maemo
469   * don't build source and debug packages
470   * disable modules/current link, use explicit version for depmod 
471   * extra-version = maemo
472
473  -- Thomas Tanner <tanner@maemory.com>  Sat, 06 Feb 2010 00:00:00 +0100
474
475 kernel (2.6.28-20100206maemo4) fremantle; urgency=low
476
477   * enable modules: advanced router, NAT, more netfiler modules,
478     kernel config,  USB/IP, dmloop
479   * disable camera button
480   * copy usbip from staging to usb (otherwise menuconfig ignores it!?)
481   * apply dmloop patch
482
483  -- Thomas Tanner <tanner@maemory.com>  Fri, 05 Feb 2010 00:00:00 +0100
484
485 kernel (2.6.28-20100205maemo3) fremantle; urgency=low
486
487   * enable modules: IPv6: privacy,router pref, packet filter, 
488     wifi mesh, cryptd, SHA256+512,blowfish,
489     USB 1.1+2.0+generic drivers,USB hubs,USB video+serial
490   * updated extra-version and set maintainer
491   * fix MOUSEDEV resolution
492
493  -- Thomas Tanner <tanner@maemory.com>  Fri, 05 Feb 2010 00:00:00 +0100
494
495 kernel (2.6.28-20100204maemo2) fremantle; urgency=low
496
497   * enable modules: IPtables+connection tracking+IPv6+tunneling,
498      device mapper+crytoloop, ext4,XFS,reiserfs,NTFs read, ISO9660, UDF, CIFS,
499      automounter, UTF8 codepages, mouse+joystick input, EFI partitions
500   * enable ThumbEE and boot logo
501   * builtin ext3
502   * optimize for speed
503   * fix menuconfig
504
505  -- Thomas Tanner <tanner@maemory.com>  Thu, 04 Feb 2010 00:00:00 +0100
506
507 kernel (2.6.28-2010maemo1) fremantle; urgency=low
508
509   * first custom PR1.1 kernel
510
511  -- Thomas Tanner <tanner@maemory.com>  Thu, 04 Feb 2010 00:00:00 +0100
512
513 kernel (2.6.28-20103103+0m5) unstable; urgency=low
514
515   * This entry has been added by BIFH queue processor
516     version has been changed to 2.6.28-20103103+0m5
517
518  -- Lyubimkin Eugene <ext-lyubimkin.eugene@nokia.com>  Fri, 06 Aug 2010 11:40:19 +0300
519
520 kernel (2.6.28-20103103) unstable; urgency=low
521
522   * Fixes: NB#181215 - Freezing in boot up animation screen during powering up
523
524  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Fri, 06 Aug 2010 08:56:00 +0300
525
526 kernel (2.6.28-20103102) unstable; urgency=low
527
528   * Fixes: NB#182195 - Memory corruption while closing uncleanly
529
530  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Thu, 05 Aug 2010 13:13:35 +0300
531
532 kernel (2.6.28-20103101) unstable; urgency=low
533
534   * Fixes: NB#164090 - Rover is violating SD card specification victimizing
535     few (Sandisk) SD cards
536
537  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Wed, 04 Aug 2010 16:09:28 +0300
538
539 kernel (2.6.28-20103003) unstable; urgency=low
540
541   * Fixes: NB#176975 - kernel oops on activating heartbeat trigger
542
543  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Tue, 03 Aug 2010 11:44:01 +0300
544
545 kernel (2.6.28-20103002) unstable; urgency=low
546
547   * Fixes: NB#180393 - dspbridge causes corruption on user-space
548
549  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Tue, 27 Jul 2010 13:35:20 +0300
550
551 kernel (2.6.28-20103001) unstable; urgency=low
552
553   * Fixes: NB#181425 - Camera: always deliver streamoff events to user space
554   * debian/rules:
555     - Delete .gitignore files from kernel-headers package.
556
557  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Tue, 27 Jul 2010 09:42:28 +0300
558
559 kernel (2.6.28-20102603) unstable; urgency=low
560
561   * Fixes: NB#155346 - FMTX power level setting & FMTX disabling settings to
562     be more robust
563
564  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Thu, 08 Jul 2010 16:36:21 +0300
565
566 kernel (2.6.28-20102602) unstable; urgency=low
567
568   * Fixes: NB#176800 - applications suddenly goes to use 100% of CPU...
569
570  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Fri, 02 Jul 2010 10:40:40 +0300
571
572 kernel (2.6.28-20102601) unstable; urgency=low
573
574   * Fixes: NB#159129 - Multitasking brakes the audio system wide
575
576  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Thu, 01 Jul 2010 09:16:10 +0300
577
578 kernel (2.6.28-20102502) unstable; urgency=low
579
580   * Fixes: NB#159284 - Sometimes SCO is not disconnected when there
581     is no audio
582   * Fixes: NB#174823 - Security vulnerability when connecting to
583     BT DUN quickly after connection is refused
584
585  -- Mika Yrjola <ext-mika.2.yrjola@nokia.com>  Thu, 24 Jun 2010 12:54:30 +0300
586
587 kernel (2.6.28-20102501) unstable; urgency=low
588
589   * Fixes: NB#155346 - FMTX power level setting & FMTX disabling
590     settings to be more robust
591   * Fixes: NB#166185 - swapping algorithm improvements & re-calibration
592
593  -- Mika Yrjola <ext-mika.2.yrjola@nokia.com>  Wed, 23 Jun 2010 11:13:52 +0300
594
595 kernel (2.6.28-20102301) unstable; urgency=low
596
597   * Fixes: NB#147449 - Joikuspot slows device down
598
599  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Thu, 10 Jun 2010 09:25:57 +0300
600
601 kernel (2.6.28-20102205) unstable; urgency=low
602
603   * Fixes: NB#120620 - Smartreflex is not enabled in releases
604
605  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Fri, 04 Jun 2010 11:33:59 +0300
606
607 kernel (2.6.28-20102204) unstable; urgency=low
608
609   * Fixes: NB#170888 - Dual boot in kernel for enabling MeeGo 
610
611  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Thu, 03 Jun 2010 14:53:59 +0300
612
613 kernel (2.6.28-20102203) unstable; urgency=low
614
615   * Fixes: NB#149752 - kernel oops after lots of IO 
616
617  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Wed, 02 Jun 2010 11:21:51 +0300
618
619 kernel (2.6.28-20102202) unstable; urgency=low
620
621   * Fixes: NB#161191 - Rover does not differentiate charging downstream port
622     from dedicated charger 
623
624  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Tue, 01 Jun 2010 08:31:25 +0300
625
626 kernel (2.6.28-20102201) unstable; urgency=low
627
628   * Fixes: NB#152523 - Accelerometer uncalibrated after reboot 
629
630  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Mon, 31 May 2010 09:14:32 +0300
631
632 kernel (2.6.28-20102101) unstable; urgency=low
633
634   * Fixes: NB#163921 - Fallback eSCO to SCO on error 0x1a
635   * Fixes: NB#163920 - Enter active mode before SCO
636   * Fixes: NB#160073 - wl1251_cmd_data_path leaks small buffer on error path
637
638  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Fri, 28 May 2010 10:55:06 +0300
639
640 kernel (2.6.28-20101501) unstable; urgency=low
641
642   * Fixes: NB#162856 - Camera: Support alternative SSL3250A flash controller
643
644  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Wed, 14 Apr 2010 09:06:17 +0300
645
646 kernel (2.6.28-20101103) unstable; urgency=low
647
648   * Fixes: NB#159905 - Samsung eMMC chip 43470T9/KLMBG8EEGM support is
649     missing 
650
651  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Wed, 17 Mar 2010 17:13:46 +0200
652
653 kernel (2.6.28-20101102) unstable; urgency=low
654
655   * Fixes: NB#160765 - remove sysfs interface that allows user to enable
656     Smartleflex
657
658  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Tue, 16 Mar 2010 16:52:21 +0200
659
660 kernel (2.6.28-20101001) unstable; urgency=low
661
662   * Fixes: NB#158654 - Memleak when raising wlan0 interface up
663   * Fixes: NB#158655 - Memleak after association request with iwconfig
664   * Fixes: NB#144089 - WLAN ad-hoc network leaks in kernel memory
665
666  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Wed, 10 Mar 2010 13:52:15 +0200
667
668 kernel (2.6.28-20100904) unstable; urgency=low
669
670   * Fixes: NB#145487 - Some devices are rebooting when the device is idle
671   * Fixes: NB#158605 - omapdss DISPC error: VID1_FIFO_UNDERFLOW
672
673  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Fri, 05 Mar 2010 12:11:31 +0200
674
675 kernel (2.6.28-20100903) unstable; urgency=low
676
677   * Fixes: NB#149006 - PVR: fix kernel crash due to freeing resource still in
678     use 
679
680  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Tue, 02 Mar 2010 11:57:38 +0200
681
682 kernel (2.6.28-20100902) unstable; urgency=low
683
684   * Fixes: NB#154900 - WLAN connection not disconnected after
685     moving out of range 
686
687  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Fri, 26 Feb 2010 09:30:22 +0200
688
689 kernel (2.6.28-20100701) unstable; urgency=low
690
691   * Fixes: NB#155821 - Support for new Gaia version ES2.0
692   * Fixes: NB#152297 - N900 doesn't start charging
693
694  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Wed, 17 Feb 2010 15:47:00 +0200
695
696 kernel (2.6.28-20100602) unstable; urgency=low
697
698   * Fixes: NB#149752 - kernel oops after lots of IO 
699   * Fixes: NB#154526 - Implement Wi-Fi Multimedia (WMM) support
700   * Fixes: NB#143075 - Reduce latency in WLAN VoIP calls without WMM Powersave
701   * Fixes: NB#147683 - Increase timeout for incoming BT connections
702
703  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Fri, 12 Feb 2010 11:08:02 +0200
704
705 kernel (2.6.28-20100601) unstable; urgency=low
706
707   * Fixes: NB#138218 - [REGF]Unable to answer incoming VoIP call via wired
708     headset
709
710  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Tue, 09 Feb 2010 13:13:21 +0200
711
712 kernel (2.6.28-20100504) intrepid; urgency=low
713
714   * Fixes: NB#145909 - remove thumb support from kernel
715   * No changes in any certification category.
716
717  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 05 Feb 2010 16:15:24 +0200
718
719 kernel (2.6.28-20100503) intrepid; urgency=low
720
721   * Fixes: NB#102554 - Unpaired clk_enable and clk_disable calls in
722     McSPI
723
724  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 04 Feb 2010 17:07:49 +0200
725
726 kernel (2.6.28-20100502) intrepid; urgency=low
727
728   * Video+fs build
729   * Fixes: NB#155441 - UBI security fix in volue creation
730   * Video/All: 585 lines changed.
731
732  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 03 Feb 2010 16:37:55 +0200
733
734 kernel (2.6.28-20100501) intrepid; urgency=low
735
736   * Video build
737   * Remove display glitches during certain transitions
738   * Increase stability by removing race conditions in the PVR driver
739   * Fixes: NB#134983 - Avoid visual glitches on the LCD when toggling
740     TV-out
741   * Fixes: NB#143321 - Fix DISPC functional clock calculations
742   * Fixes: NB#150134 - PVR: Fix races in the SGXOSTimer path
743   * Video/All: 585 lines changed.
744
745  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 02 Feb 2010 17:28:09 +0200
746
747 kernel (2.6.28-20100303) intrepid; urgency=low
748
749   * Net build
750   * Rate index processing fixes in mistrel algorithm.
751   * Fixes: NB#106780 - minstrel: rate_control_get_rate() NULL pointer
752   * Audio/All: 2 lines changed.
753
754  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 20 Jan 2010 10:00:20 +0200
755
756 kernel (2.6.28-20100302) intrepid; urgency=low
757
758   * Audio build
759   * Fixes: NB#152715 - Improve basic headset detection reliability
760   * Audio/All: 2 lines changed.
761
762  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 19 Jan 2010 10:43:55 +0200
763
764 kernel (2.6.28-20100301) intrepid; urgency=low
765
766   * Linux-fixes build
767   * Fixes: NB#138476 - optimization for copy_page()
768   * No changes in any certification category.
769
770  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 18 Jan 2010 09:36:22 +0200
771
772 kernel (2.6.28-20100201) intrepid; urgency=low
773
774   * Fixes: NB#152741 -  Some devices are rebooting when the device is
775     idle
776   * No changes in any certification category.
777
778  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 12 Jan 2010 13:08:02 +0200
779
780 kernel (2.6.28-20095104) intrepid; urgency=low
781
782   * Camera+dspbridge+peripherals build
783   * Fixes: NB#140333 - Accelerometer module removal may cause hang
784   * No changes in any certification category.
785
786  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 18 Dec 2009 14:17:05 +0200
787
788 kernel (2.6.28-20095103) intrepid; urgency=low
789
790   * Net+USB+SSI+camera+dspbridge build
791   * Fixes: NB#149165 - DSPBRIDGE: fix infinite busy loop for video
792     recording
793   * Cellular/Common: 48 lines changed.
794
795  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 17 Dec 2009 13:20:46 +0200
796
797 kernel (2.6.28-20095102) intrepid; urgency=low
798
799   * Net+USB+SSI+camera build
800   * Fixes: NB#145807 - Device Reboot observed in certain scenario.
801   * Fixes: NB#150073 - SBL overflow for resizer is happening too often
802   * Fixes: NB#113978 - H3A statiscs for captured image are corrupted
803   * Fixes: NB#105590 - G_FMT returns wrong image width if it's not
804     divisible by 16.
805   * Cellular/Common: 48 lines changed.
806
807  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 17 Dec 2009 09:55:40 +0200
808
809 kernel (2.6.28-20095101) intrepid; urgency=low
810
811   * Net+USB+SSI build
812   * Fixes: NB#150485 - SSI driver returns wrong configuration
813   * Cellular/Common: 48 lines changed.
814   * Video/All: 31698 lines changed.
815
816  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 15 Dec 2009 17:27:44 +0200
817
818 kernel (2.6.28-20095003) intrepid; urgency=low
819
820   * Net+USB build
821   * fix enumeration problem
822   * Fixes: NB#150292 - Re-enumerate USB after rebooting the PC in
823     ACT_DEAD
824   * Fixes: NB#138844 - Kernel crash in bluetooth driver
825   * Fixes: NB#150471 - Free space disappears after PR1.0.1 to PR1.1
826     upgrade
827   * Video/All: 31698 lines changed.
828
829  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 14 Dec 2009 14:54:36 +0200
830
831 kernel (2.6.28-20095002) intrepid; urgency=low
832
833   * Fs+net+video build
834   * Fixes: NB#140581 - PVR crashes kernel when flushing the Dcache
835   * Video/All: 31698 lines changed.
836
837  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 09 Dec 2009 17:37:29 +0200
838
839 kernel (2.6.28-20095001) intrepid; urgency=low
840
841   * FS+net build
842   * Fixes: NB#149337 - repeating kernel oopses in ieee80211_beacon_loss
843   * Fixes: NB#148525 - Free space disappears after PR1.0.1 to PR1.1
844     upgrade
845   * No changes in any certification category.
846
847  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 09 Dec 2009 09:50:07 +0200
848
849 kernel (2.6.28-20094803) intrepid; urgency=low
850
851   * packaging: clean up kernel package.
852   * Fixes: NB#148571 - /boot is not cleaned after kernel flashing during
853     SSU
854   * No changes in any certification category.
855
856  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 27 Nov 2009 16:06:33 +0200
857
858 kernel (2.6.28-20094802) intrepid; urgency=low
859
860   * Net build
861   * Fixes: NB#140075 - Rover is sometimes deauthenticated due to reason
862     7
863   * No changes in any certification category.
864
865  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 25 Nov 2009 10:19:41 +0200
866
867 kernel (2.6.28-20094801) intrepid; urgency=low
868
869   * Net+audio build
870   * Fixes: NB#141561 - Add protective audio measures
871   * Fixes: NB#146471 - Add audio protection thresholds
872   * Fixes: NB#137362 - WLAN does not notice out-of-coverage situation
873   * Audio/All: 56 lines changed.
874
875  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 24 Nov 2009 09:54:30 +0200
876
877 kernel (2.6.28-20094707) intrepid; urgency=low
878
879   * pm+camera+ssi+dspbridge+pm build
880   * Fix for broken padconfig save/restore
881   * Fixes: NB#135128 - PC USB/reboot holds rightmost keypad blink
882   * Fixes: NB#138638 - DSPBRIDGE: fix kernel crash under memory pressure
883   * Cellular/Common: 1567 lines changed.
884
885  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 18 Nov 2009 17:34:25 +0200
886
887 kernel (2.6.28-20094706) intrepid; urgency=low
888
889   * FS+pm+camera+dspbridge+ssi build
890   * Driver for user-space cellmo flashing
891   * Packaging updated to accomondate flashing changes
892   * Fixes: NB#144491 - sub-CR: kernel support for cmt flashing
893   * Cellular/Common: 1567 lines changed.
894
895  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 18 Nov 2009 15:37:05 +0200
896
897 kernel (2.6.28-20094705) intrepid; urgency=low
898
899   * FS+pm+camera build
900   * camera: VGA sensor stability fix
901   * Fixes: NB#142208 - fix vs6555 hang by resetting it when necessary
902   * No changes in any certification category.
903
904  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 17 Nov 2009 16:48:46 +0200
905
906 kernel (2.6.28-20094704.1) intrepid; urgency=low
907
908   * FS+net+pm build
909   * Fixes: NB#145487 - Some devices are rebooting when the device is
910     idle
911   * No changes in any certification category.
912
913  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 17 Nov 2009 11:06:00 +0200
914
915 kernel (2.6.28-20094702) intrepid; urgency=low
916
917   * FS+FS+net build
918   * Fixes: NB#144773 - Cover waggle causes kernel oopses and thread
919     lockups.
920   * Fixes: NB#144776 - Cover waggle trips sysfs duplicate entry BUG_ON
921   * Fixes: NB#137362 - WLAN gets stuck in some connection change
922     scenarios
923   * No changes in any certification category.
924
925  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 16 Nov 2009 14:31:27 +0200
926
927 kernel (2.6.28-20094604) intrepid; urgency=low
928
929   * FS build
930   * Fixes: NB#144092 - kernel oops in map_swap_page
931   * No changes in any certification category.
932
933  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 13 Nov 2009 12:49:32 +0200
934
935 kernel (2.6.28-20094603) intrepid; urgency=low
936
937   * Net build
938   * Fix one WLAN regression introduced in the previous pull-req
939   * Fixes: NB#140009 - wl1251: use disconnect command
940   * Fixes: NB#101403 - Fix BT Secure Simple Paring with Windows Vista
941   * Fixes: NB#140075 - Rover is sometimes deauthenticated from the WLAN
942     AP due to reason 7
943   * No changes in any certification category.
944
945  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 11 Nov 2009 14:55:23 +0200
946
947 kernel (2.6.28-20094602) intrepid; urgency=low
948
949   * USB build
950   * Fixes: NB#136763 - fix incorrect data when reading immediately after
951     writing.
952   * Fixes: NB#143388 - detect USB charger when booting with dead battery
953   * Fixes: NB#144098 - don't enumerate USB with the dedicated charger
954   * Video/All: 9 lines changed.
955
956  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 10 Nov 2009 17:09:30 +0200
957
958 kernel (2.6.28-20094601.1) intrepid; urgency=low
959
960   * Video build
961   * Fixes: NB#141271 - Reduce MPU wakeups caused by SGX lockup
962     monitoring
963   * Video/All: 290 lines changed.
964
965  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 09 Nov 2009 14:24:00 +0200
966
967 kernel (2.6.28-20094503) intrepid; urgency=low
968
969   * Video build
970   * Fixes: NB#140010 - Fix PVR driver's cache flush IOCTL checking
971   * Video/All: 281 lines changed.
972
973  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 05 Nov 2009 15:01:59 +0200
974
975 kernel (2.6.28-20094502) intrepid; urgency=low
976
977   * Video build
978   * Fixes: NB#140591 - Fix PVR driver reading regs when the SGX HW is
979     off
980   * Fixes: NB#144114 - SGX HW locking up due to errors in PVR driver
981     memory mapping
982   * Video/All: 5434 lines changed.
983
984  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 03 Nov 2009 15:07:14 +0200
985
986 kernel (2.6.28-20094501) intrepid; urgency=low
987
988   * PM build
989   * Pmgmt fixes and optimizations
990   * Fixes: NB#142871 - GAIA issue in voltage scaling
991   * Fixes: NB#144827 - After flashing, device does not boot
992   * Fixes: NB#143860 - Up-to-date cpuidle parameters
993   * Video/All: 11 lines changed.
994
995  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 03 Nov 2009 12:56:54 +0200
996
997 kernel (2.6.28-20094401) intrepid; urgency=low
998
999   * FS+rover-fixes build
1000   * Fixes: NB#143485 - panic info buffer driver
1001   * Fixes: NB#139403 - eMMC data lines in wrong state when device
1002     sleeping
1003   * No changes in any certification category.
1004
1005  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 30 Oct 2009 13:32:52 +0200
1006
1007 kernel (2.6.28-20094302) intrepid; urgency=low
1008
1009   * Fixed power save problems with N900
1010   * Fixes: NB#138296 - Connectivity problems with Apple Time Capsule AP
1011   * Fixes: NB#134462 - wl1251: TP-Link TL-WR941ND PSM problems
1012   * Fixes: NB#140075 - Rover is sometimes deauthenticated from the WLAN
1013     AP due to reason 7
1014   * No changes in any certification category.
1015
1016  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 21 Oct 2009 13:52:57 +0300
1017
1018 kernel (2.6.28-20094301) intrepid; urgency=low
1019
1020   * Camera build
1021   * Fixes: NB#141000 - Statistic modules should inform when buffers have
1022     new config
1023   * Fixes: NB#113978 - Camera: H3A statistics for captured image are
1024     corrupted
1025   * Fixes: NB#139429 - Camera: invalid LSC configuration may crash
1026     kernel
1027   * Fixes: NB#115011 - Camera: blue shifted stripe on the left side of
1028     images
1029   * Fixes: NB#137666 - Camera: LSC is not working properly
1030   * Fixes: NB#138936 - camera: LSC configuration is resetted
1031   * Fixes: NB#124311 - Secondary camera doesn't support gain
1032     configuration in EV units
1033   * No changes in any certification category.
1034
1035  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 16 Oct 2009 17:39:32 +0300
1036
1037 kernel (2.6.28-20094204) intrepid; urgency=low
1038
1039   * Cgroups+net build
1040   * Fixes: NB#140038 - Timers in the mac80211 stack increase power
1041     consumption
1042   * Fixes: NB#134732 - Receiving beacon frame consumes too much power
1043   * Fixes: NB#140009 - wl1251: use disconnect command
1044   * Fixes: NB#140407 - WLAN blocks BT while in idle
1045   * Video/All: 212454 lines changed.
1046
1047  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 14 Oct 2009 09:55:20 +0300
1048
1049 kernel (2.6.28-20094203) intrepid; urgency=low
1050
1051   * Cgroups build
1052   * Fixes: NB#139532 - please enable cgroups scheduling
1053   * No changes in any certification category.
1054
1055  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 13 Oct 2009 13:21:50 +0300
1056
1057 kernel (2.6.28-20094202) intrepid; urgency=low
1058
1059   * Video build
1060   * Fixes: NB#106381 - PVR kernel driver source incompatible with Linux
1061     standards
1062   * Video/All: 212454 lines changed.
1063
1064  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 13 Oct 2009 09:32:31 +0300
1065
1066 kernel (2.6.28-20094201) intrepid; urgency=low
1067
1068   * USB build
1069   * Fixes: NB#140880 - allow USB to enumerate when device is sleeping
1070   * Fixes: NB#137307 - detect USB charger after reboot
1071   * No changes in any certification category.
1072
1073  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 12 Oct 2009 11:50:17 +0300
1074
1075 kernel (2.6.28-20094102) intrepid; urgency=low
1076
1077   * USB build
1078   * Fixes: NB#135077 - work around problem on tty receive_buf
1079   * No changes in any certification category.
1080
1081  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 07 Oct 2009 15:33:23 +0300
1082
1083 kernel (2.6.28-20094101) intrepid; urgency=low
1084
1085   * PM + FS build
1086   * More reliable oops and panic reporting with mtdoops
1087   * L2 AUX control register save and restore
1088   * Fixes: NB#138865 - CPU deadlocks when running code which uses NEON
1089     and cache preload instructions
1090   * Fixes: NB#140649 - Device doesn't boot due to kernel panic
1091   * No changes in any certification category.
1092
1093  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 05 Oct 2009 14:02:47 +0300
1094
1095 kernel (2.6.28-20094008) intrepid; urgency=low
1096
1097   * Video build
1098   * Fixes: NB#133259 - fix incorrect mem free leading to rmmod segfault
1099   * Video/All: 4 lines changed.
1100
1101  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 02 Oct 2009 11:57:11 +0300
1102
1103 kernel (2.6.28-20094007) intrepid; urgency=low
1104
1105   * PM build
1106   * Fix vfp DPS support
1107   * No changes in any certification category.
1108
1109  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 01 Oct 2009 13:44:55 +0300
1110
1111 kernel (2.6.28-20094006) intrepid; urgency=low
1112
1113   * PM build
1114   * Add sysfs interface for OMAP IDCODE and efuse values
1115   * Fix I2C4 which is in low state when there is no traffic
1116   * Fixes: NB#122022 - Triton power consumption
1117   * No changes in any certification category.
1118
1119  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 30 Sep 2009 15:56:53 +0300
1120
1121 kernel (2.6.28-20094005) intrepid; urgency=low
1122
1123   * PM build
1124   * Fix SDRAM timings calculation
1125   * Fixes: NB#136233 - Device hangs when changing DVFS OPPs randomly
1126   * No changes in any certification category.
1127
1128  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 30 Sep 2009 12:26:55 +0300
1129
1130 kernel (2.6.28-20094004) intrepid; urgency=low
1131
1132   * Camera+net build
1133   * Fixes: NB#134818 - After device goes to IDLE mode, WLAN dont work
1134     nor scan work
1135   * No changes in any certification category.
1136
1137  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 29 Sep 2009 17:30:43 +0300
1138
1139 kernel (2.6.28-20094003) intrepid; urgency=low
1140
1141   * Net+camera build
1142   * Fixes: NB#137400 - Still image capturing hangs on "processing image"
1143     screen
1144   * No changes in any certification category.
1145
1146  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 29 Sep 2009 12:46:27 +0300
1147
1148 kernel (2.6.28-20094002) intrepid; urgency=low
1149
1150   * PM+net build
1151   * Fixes: NB#134732 - Receiving WLAN beacon frame consumes too much
1152     power
1153   * No changes in any certification category.
1154
1155  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 28 Sep 2009 16:53:55 +0300
1156
1157 kernel (2.6.28-20094001) intrepid; urgency=low
1158
1159   * PM build
1160   * Enable VFP before saving it's context
1161   * Fixes: NB#138865 - CPU deadlocks when running code which uses NEON
1162     and cache preload instructions
1163   * Fixes: NB#140362 - Kernel crash in idle task / IRQ handler
1164   * No changes in any certification category.
1165
1166  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 28 Sep 2009 12:04:32 +0300
1167
1168 kernel (2.6.28-20093908) intrepid; urgency=low
1169
1170   * net build
1171   * wl1251: Fix regression in IRQ loop handling
1172   * wl1251: Fix regression in multicast filter handling
1173   * Fixes: NB#132894 - WLAN causes too many interrupts
1174
1175  -- Henrik Saari <henrik.saari@nokia.com>  Fri, 25 Sep 2009 10:40:54 +0300
1176
1177 kernel (2.6.28-20093907) intrepid; urgency=low
1178
1179   * PM build
1180   * Fix overlapping vmalloc space
1181   * Fixes: NB#136233 - Occasional hangs
1182
1183  -- Henrik Saari <henrik.saari@nokia.com>  Fri, 25 Sep 2009 09:38:02 +0300
1184
1185 kernel (2.6.28-20093906) intrepid; urgency=low
1186
1187   * PM build
1188   * Fixes for DPLL1/2 configuration and voltage setup times
1189   * Fixes: NB#136233 - Occasional hangs
1190
1191  -- Henrik Saari <henrik.saari@nokia.com>  Thu, 24 Sep 2009 09:45:47 +0300
1192
1193 kernel (2.6.28-20093905) intrepid; urgency=low
1194
1195   * usb build
1196   * Fixes: NB#138089 - Pass USB enumeration tests in PC-Suite mode
1197   * Fixes: NB#139609 - Pass Mass-Storage tests in ACT_DEAD mode
1198
1199  -- Henrik Saari <henrik.saari@nokia.com>  Wed, 23 Sep 2009 11:47:02 +0300
1200
1201 kernel (2.6.28-20093904) intrepid; urgency=low
1202
1203   * peripheral build
1204   * Fixes: NB#140047 -  Missed alarm when face down
1205   * Fix wrong accelerometer values after sleeping
1206
1207  -- Henrik Saari <henrik.saari@nokia.com>  Tue, 22 Sep 2009 17:04:33 +0300
1208
1209 kernel (2.6.28-20093903) intrepid; urgency=low
1210
1211   * Rover fixes build
1212   * Fixes: NB#139271 - Attempt to execute data leads to 100% cpu usage
1213
1214  -- Henrik Saari <henrik.saari@nokia.com>  Mon, 21 Sep 2009 17:10:53 +0300
1215
1216 kernel (2.6.28-20093902) intrepid; urgency=low
1217
1218   * USB build
1219   * Fixes: NB#139676 - USB generates too many interrupts
1220   * Fixes: NB#137307 - don't generate unwanted IRQs while detecting USB charger
1221   * Fixes: NB#138066 - don't charge with USB to PS/2 adapters
1222   * Fixes: NB#139697 - filter out fake USB vbus drops
1223
1224  -- Henrik Saari <henrik.saari@nokia.com>  Mon, 21 Sep 2009 12:52:26 +0300
1225
1226 kernel (2.6.28-20093901) intrepid; urgency=low
1227
1228   * Net build
1229   * Fixes: NB#132894 - WLAN causes too many interrupts
1230   * Fixes: NB#134732 - Receiving WLAN beacon frame consumes too much power
1231   * Fixes: NB#138137 - Reduce power consumption by disabling unused FM rx
1232   * Fixes: NB#135168 - Avoid memory corruption in the networking stack
1233
1234  -- Henrik Saari <henrik.saari@nokia.com>  Mon, 21 Sep 2009 09:30:47 +0300
1235
1236 kernel (2.6.28-20093808) intrepid; urgency=low
1237
1238   * Pm+pm2 build
1239   * Fix domain autodep handling
1240   * Fixes: NB#139207 - Display won't unblank after video with tklock
1241   * No changes in any certification category.
1242
1243  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 17 Sep 2009 17:59:42 +0300
1244
1245 kernel (2.6.28-20093807) intrepid; urgency=low
1246
1247   * Video+net+pm build
1248   * VFP OFF mode co-operation and Smartreflex fixes
1249   * Fixes: NB#138934 - Device hangs when using keyboard while tklock is
1250     on
1251   * Fixes: NB#133793 - Fix Smartreflex driver to conform TI references
1252   * Video/All: 150 lines changed.
1253
1254  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 17 Sep 2009 14:23:24 +0300
1255
1256 kernel (2.6.28-20093806) intrepid; urgency=low
1257
1258   * Video+net build
1259   * Fixes: NB#137362 - WLAN gets stuck in some connection change
1260     scenarios
1261   * Fixes: NB#134468 - Fix 3D framebuffer mapping error due to memory
1262     fragmentation
1263   * Video/All: 150 lines changed.
1264
1265  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 16 Sep 2009 18:26:47 +0300
1266
1267 kernel (2.6.28-20093805) intrepid; urgency=low
1268
1269   * USB3 build
1270   * Fixes: NB#135079 - USB looses setup packets when the host wakes up
1271     from hibernation
1272   * No changes in any certification category.
1273
1274  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 16 Sep 2009 14:47:36 +0300
1275
1276 kernel (2.6.28-20093801.4) intrepid; urgency=low
1277
1278   * Audio+USB packaging
1279   * Fixes: NB#135166 - let N900 pass USB Mass Storage Test
1280   * No changes in any certification category.
1281
1282  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 15 Sep 2009 12:14:45 +0300
1283
1284 kernel (2.6.28-20093801.2) intrepid; urgency=low
1285
1286   * USB+audio build
1287   * Fixes: NB#122540 - Fix ECI headset detection
1288   * No changes in any certification category.
1289
1290  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 14 Sep 2009 11:51:29 +0300
1291
1292 kernel (2.6.28-20093801) intrepid; urgency=low
1293
1294   * USB build
1295   * Fixes: NB#138077 - make us pass Current Measurement tests
1296   * Fixes: NB#138478 - don't draw excess current in any configuration
1297   * Fixes: NB#135058 - workaround windows multiple usb configuration
1298     limitation
1299   * Fixes: NB#135166 - make n900 pass on USB MSC tests
1300   * No changes in any certification category.
1301
1302  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 14 Sep 2009 09:51:14 +0300
1303
1304 kernel (2.6.28-20093705) intrepid; urgency=low
1305
1306   * Pm+usb build
1307   * Fixes: NB#137475 - don't generate extra disconnect IRQ when removing
1308     g_nokia
1309   * Fixes: NB#137622 - report only USB configuration at a time
1310   * Fixes: NB#135068 - let n900 pass Chapter9 certification test
1311   * Fixes: NB#137356 - don't increase power consumption when USB charger
1312     is connected
1313   * Fixes: NB#135325 - Hangup does not work when connecting to the modem
1314     through USB
1315   * No changes in any certification category.
1316
1317  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 10 Sep 2009 17:02:02 +0300
1318
1319 kernel (2.6.28-20093704.1) intrepid; urgency=low
1320
1321   * Audio2+pm build
1322   * Fix one possible source of reboots
1323   * Fixes: NB#136233 - Occasional hangs
1324   * No changes in any certification category.
1325
1326  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 10 Sep 2009 11:40:23 +0300
1327
1328 kernel (2.6.28-20093704) intrepid; urgency=low
1329
1330   * Audio2 build
1331   * Fixes: NB#137773 - kernel spams syslog with X/Y/Z event messages
1332   * No changes in any certification category.
1333
1334  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 10 Sep 2009 09:17:17 +0300
1335
1336 kernel (2.6.28-20093703.1) intrepid; urgency=low
1337
1338   * Audio2 build
1339   * Fixes: NB#136913 - Add audio support for S4.0 macro
1340   * Fixes: NB#129892 - Avoid call hangups on headset unplug
1341   * No changes in any certification category.
1342
1343  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 09 Sep 2009 11:24:56 +0300
1344
1345 kernel (2.6.28-20093702.1) intrepid; urgency=low
1346
1347   * Net+periph+net+audio build
1348   * Fixes: NB#133549 - Save 800uA when headset plugged in
1349   * Fixes: NB#136913 - Add audio support for S4.0 macros
1350   * Audio/All: 15 lines changed.
1351
1352  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 07 Sep 2009 14:11:55 +0300
1353
1354 kernel (2.6.28-20093702) intrepid; urgency=low
1355
1356   * Net+periph+net build
1357   * Fixes: NB#132746 - Improve WLAN stability by reducing reassociations
1358   * No changes in any certification category.
1359
1360  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 07 Sep 2009 13:18:00 +0300
1361
1362 kernel (2.6.28-20093701) intrepid; urgency=low
1363
1364   * Net+periph build
1365   * Fixes: NB#137024 - Power saving optimization for leds
1366   * Fixes: NB#125698 - Workaround for a bug in the new Bluetooth
1367     firmware
1368   * No changes in any certification category.
1369
1370  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 07 Sep 2009 10:29:16 +0300
1371
1372 kernel (2.6.28-20093606) intrepid; urgency=low
1373
1374   * i2c+audio build
1375   * Fixes: NB#135026 - Save 5mA after a phone call
1376   * Fixes: NB#135871 - Improve TV out detection reliability
1377   * Fixes: NB#136836 - Audio takes 500uA after use
1378   * Add vibra sysfs interface for specifying a pulse sequence
1379   * Audio/All: 114 lines changed.
1380   * Cellular/Common: 30 lines changed.
1381
1382  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 04 Sep 2009 13:49:11 +0300
1383
1384 kernel (2.6.28-20093605.1) intrepid; urgency=low
1385
1386   * Net+USB+SSI build
1387   * Fixes: NB#135246 - incorrect GPIO initialization in SSI driver
1388   * Fixes: NB#135129 - phone calls failing with SLUB debugging
1389   * Cellular/Common: 30 lines changed.
1390
1391  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 04 Sep 2009 09:26:03 +0300
1392
1393 kernel (2.6.28-20093605) intrepid; urgency=low
1394
1395   * Net+USB build
1396   * Fixes: NB#135058 - workaround windows multiple usb configuration
1397     limitation
1398   * Fixes: NB#135068 - make us pass USB chapter 9 tests behind full
1399     speed hub
1400   * Fixes: NB#135079 - let device enumerate a waking up pc from
1401     hibernation
1402   * Fixes: NB#136428 - use n900 as the name string on USB descriptors
1403   * Fixes: NB#134732 - decrease bt coex beacon wakeup time to save power
1404   * Video/All: 53 lines changed.
1405
1406  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 03 Sep 2009 15:33:59 +0300
1407
1408 kernel (2.6.28-20093603.3) intrepid; urgency=low
1409
1410   * Rebootfix+video-revert build
1411   * Revert NB#134468 fix introduced in kernel package 2.6.28-20093602
1412   * Kernel 2.6.28-20093603.2 also reverted fix for NB#134732
1413   * Fixes: NB#136968 - Device goes into 'act brick'/Frozen desktop state
1414     for abnornmal shutdown/reboots
1415   * Video/All: 53 lines changed.
1416
1417  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 03 Sep 2009 14:00:40 +0300
1418
1419 kernel (2.6.28-20093603.2) intrepid; urgency=low
1420
1421   * Rebootfix build
1422   * dramatically reduce amount of reboots for some devices
1423   * Video/All: 5 lines changed.
1424
1425  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 03 Sep 2009 10:17:06 +0300
1426
1427 kernel (2.6.28-20093603) intrepid; urgency=low
1428
1429   * Video+net build
1430   * Video/All: 48 lines changed.
1431
1432  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 01 Sep 2009 16:35:55 +0300
1433
1434 kernel (2.6.28-20093602) intrepid; urgency=low
1435
1436   * Pm2+video build
1437   * Video/All: 48 lines changed.
1438
1439  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 01 Sep 2009 12:37:12 +0300
1440
1441 kernel (2.6.28-20093601) intrepid; urgency=low
1442
1443   * Pm2 build
1444   * Fix reboot issue and improve power efficiency
1445   * Fixes: NB#120655 - Device does not power up to act dead
1446   * Fixes: NB#134682 - Decrease static leaks in TWL5030
1447   * Fixes: NB#135114 - Sleep state selection issue in cpuidle
1448   * No changes in any certification category.
1449
1450  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 31 Aug 2009 09:18:36 +0300
1451
1452 kernel (2.6.28-20093508) intrepid; urgency=low
1453
1454   * ASoC revert build
1455   * Revert "ASoC: OMAP: Disable streams properly"
1456   * Fixes: NB#112456 - Fix video recording
1457
1458  -- Henrik Saari <henrik.saari@nokia.com>  Sun, 30 Aug 2009 09:18:48 +0300
1459
1460 kernel (2.6.28-20093506) intrepid; urgency=low
1461
1462   * Slub(+cgroups) build
1463   * ARM: increase L1_CACHE_SHIFT
1464   * Disable cgroup scheduling
1465   * No changes in any certification category.
1466
1467  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 28 Aug 2009 09:14:33 +0300
1468
1469 kernel (2.6.28-20093505) intrepid; urgency=low
1470
1471   * PM build
1472   * Fixes to Smartreflex parameters
1473   * Fixes: NB#133793 - Incorrect levels in OMAP supply voltages
1474   * Video/All: 279 lines changed.
1475
1476  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 27 Aug 2009 10:42:01 +0300
1477
1478 kernel (2.6.28-20093504.1) intrepid; urgency=low
1479
1480   * i2c+net+misc build
1481   * Fixes: NB#134001 - sockets: userspace can trigger kernel oops
1482   * Fixes: NB#135139 - Using structure after freeing it
1483   * Video/All: 279 lines changed.
1484
1485  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 26 Aug 2009 16:47:07 +0300
1486
1487 kernel (2.6.28-20093504) intrepid; urgency=low
1488
1489   * Video+i2c+net build
1490   * Fixes: NB#133807 - Fix certification bug found in adhoc beacons
1491   * Fixes: NB#135111 - incorrect twl4030-madc ioctl() status value
1492   * Video/All: 279 lines changed.
1493
1494  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 26 Aug 2009 14:35:56 +0300
1495
1496 kernel (2.6.28-20093503.2) intrepid; urgency=low
1497
1498   * Camera+video build
1499   * Fixes: NB#128470 - Reduce display power consumption
1500   * Video/All: 279 lines changed.
1501
1502  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 26 Aug 2009 09:55:02 +0300
1503
1504 kernel (2.6.28-20093503) intrepid; urgency=low
1505
1506   * Camera build
1507   * camera: lower led flash current limit
1508   * camera: remedy video jerkiness a bit
1509   * Fixes: NB#113978 - camera: fix corrupted H3A statistics
1510   * Video/All: 4 lines changed.
1511
1512  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 25 Aug 2009 16:11:44 +0300
1513
1514 kernel (2.6.28-20093502) intrepid; urgency=low
1515
1516   * mmc+net build
1517   * Fixes: NB#131329 - Force active power saving for bluetooth data
1518     connections
1519   * Fixes: NB#133799 - WFA: Roaming fails between Access Points
1520   * Fixes: NB#133969 - MMC2 leaves functional clock active when entering
1521     idle
1522   * No changes in any certification category.
1523
1524  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 25 Aug 2009 11:20:58 +0300
1525
1526 kernel (2.6.28-20093501.2) intrepid; urgency=low
1527
1528   * dsp+dsp2 build
1529   * Fixes: NB#110194 - coverity defects cleanup for dspbridge
1530   * No changes in any certification category.
1531
1532  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 24 Aug 2009 11:37:01 +0300
1533
1534 kernel (2.6.28-20093501) intrepid; urgency=low
1535
1536   * dsp+libbridge build
1537   * DSPBRIDGE: Mark pages locked to prevent from being swapped out
1538   * DSPBRIDGE: call get_user_pages by 16 pages for efficiency
1539   * DSPBRIDGE: performance optimization of WMD_BRD_MemMap
1540   * DSPBRIDGE: cleanup for WMD_BRD_MemMap()
1541   * DSPBRIDGE: fix wrong page number calculation
1542   * DSPBRIDGE: allow user-space to call cache clean
1543   * DSPBRIDGE: fix build warning uninitialized_var()
1544   * DSPBRIDGE: SYNC_WaitOnMultipleEvents returns -ERESTARTSYS on interrupted sleep
1545   * Fixes: NB#131721 - DSPBRIDGE: fix kernel crash at camera recording
1546
1547  -- Henrik Saari <henrik.saari@nokia.com>  Sat, 22 Aug 2009 14:00:48 +0300
1548
1549 kernel (2.6.28-20093408) intrepid; urgency=low
1550
1551   * PM+periph+audio build
1552   * Changelog: Get rid of pop noise after cell call
1553   * Fixes: NB#133945 - Save up to 20mA in some audio cases
1554
1555  -- Henrik Saari <henrik.saari@nokia.com>  Sat, 22 Aug 2009 10:22:17 +0300
1556
1557 kernel (2.6.28-20093407) intrepid; urgency=low
1558
1559   * PM+periph build
1560   * Add ability to turn off proximity and other switch sensors
1561   * Optimize CPUidle and DVFS
1562   * Fixes: NB#122891 - CPU idle spends long time in shallow C state
1563     after activity
1564   * Fixes: NB#130769 - USB charger breaks PM
1565   * Fixes: NB#120206 - Standby consumption increases when DPS is enabled
1566   * No changes in any certification category.
1567
1568  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 21 Aug 2009 18:08:42 +0300
1569
1570 kernel (2.6.28-20093405) intrepid; urgency=low
1571
1572   * USB build
1573   * Fixes: NB#130238 - wait a while when USB Serial ring buffer is full
1574   * Fixes: NB#133584 - do not set pm constraints when USB cable is
1575     detached
1576   * Cellular/Common: 2 lines changed.
1577   * Video/All: 8 lines changed.
1578
1579  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 20 Aug 2009 10:21:56 +0300
1580
1581 kernel (2.6.28-20093404) intrepid; urgency=low
1582
1583   * SSI build
1584   * Fixes: NB#125629 - SSI resetted spuriously from OFF mode
1585   * Cellular/Common: 2 lines changed.
1586   * Video/All: 8 lines changed.
1587
1588  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 19 Aug 2009 15:11:23 +0300
1589
1590 kernel (2.6.28-20093403.1) intrepid; urgency=low
1591
1592   * Fs+net+camera build
1593   * camera: lower led flash current limit
1594   * Fixes: NB#113978 - camera: fix corrupted H3A statistics
1595   * Video/All: 8 lines changed.
1596
1597  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 19 Aug 2009 09:58:17 +0300
1598
1599 kernel (2.6.28-20093403) intrepid; urgency=low
1600
1601   * Net build
1602   * Fixes: NB#122010 - Fix disconnections with ZyXEL NBG-460N
1603   * Video/All: 48 lines changed.
1604
1605  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 18 Aug 2009 16:28:46 +0300
1606
1607 kernel (2.6.28-20093402.2) intrepid; urgency=low
1608
1609   * Video+fs build
1610   * Fixes: NB#129792 - Failure copying large files via USB mass storage
1611   * Video/All: 48 lines changed.
1612
1613  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 18 Aug 2009 09:53:31 +0300
1614
1615 kernel (2.6.28-20093402.1) intrepid; urgency=low
1616
1617   * Video build
1618   * Fixes: NB#133175 - Improve display panning performance
1619   * Video/All: 48 lines changed.
1620
1621  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 17 Aug 2009 18:38:19 +0300
1622
1623 kernel (2.6.28-20093401) intrepid; urgency=low
1624
1625   * cgroup+usb+dsp build
1626   * Fixes: NB#133058 - Fix kernel crash at playback after cam recording
1627   * No changes in any certification category.
1628
1629  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 17 Aug 2009 13:33:56 +0300
1630
1631 kernel (2.6.28-20093309.2) intrepid; urgency=low
1632
1633   * Fixes: NB#132987 - ignore SRP completely on USB driver so we
1634     don't spam console about it
1635
1636  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Sat, 15 Aug 2009 13:23:28 +0300
1637
1638 kernel (2.6.28-20093308.2) intrepid; urgency=low
1639
1640   * rx51_defconfig: enable cgroup scheduling
1641   * Fixes: NB#133249 - enable cgroup scheduling
1642
1643  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 14 Aug 2009 19:01:39 +0300
1644
1645 kernel (2.6.28-20093307.4) intrepid; urgency=low
1646
1647   * Camera2+USB+audio build
1648   * Fixes: NB#126975 - Save up to 100uA when audio off
1649   * Fixes: NB#132349 - acm port for pnatd was not being added properly
1650   * Fixes: NB#131277 - Remove USB debugging messages by default
1651   * Audio/All: 77 lines changed.
1652   * Video/All: 64 lines changed.
1653
1654  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 13 Aug 2009 17:27:04 +0300
1655
1656 kernel (2.6.28-20093307.2) intrepid; urgency=low
1657
1658   * Camera2 build
1659   * Fixes: NB#113978 - camera: fix corrupted H3A statistics
1660   * Fixes: NB#121713 - camera: fix kernel crash in interrupt handling
1661   * Fixes: NB#94621 - camera: mode enumeration returns unsupported frame
1662     sizes
1663   * Fixes: NB#124419 - camera: prints while atomic
1664   * Fixes: NB#105501 - camera: handle SBL overflows for statistics
1665   * Fixes: NB#123578 - camera: add histogram driver
1666   * Fixes: NB#121713 - camera: fix kernel crash in interrupt handling
1667   * Fixes: NB#126299 - camera: fix oops with shared irq debugging
1668   * Cellular/Common: 58 lines changed.
1669   * Video/All: 62 lines changed.
1670
1671  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 13 Aug 2009 13:57:58 +0300
1672
1673 kernel (2.6.28-20093306) intrepid; urgency=low
1674
1675   * Video build
1676   * Fixes: NB#129392 - fix object reference counting in the PVR video
1677     driver
1678   * Cellular/Common: 79 lines changed.
1679   * Video/All: 511 lines changed.
1680
1681  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 12 Aug 2009 17:29:25 +0300
1682
1683 kernel (2.6.28-20093305.2) intrepid; urgency=low
1684
1685   * Video+periph+ssi build
1686   * Fixes: NB#132263 - cellmo resetted multiple times during boot
1687   * Cellular/Common: 79 lines changed.
1688   * Video/All: 449 lines changed.
1689
1690  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 12 Aug 2009 11:46:50 +0300
1691
1692 kernel (2.6.28-20093305.1) intrepid; urgency=low
1693
1694   * Video+periph build
1695   * Fixes: NB#132319 - Accelerometer self-test value tuning for
1696     production
1697   * Cellular/Common: 21 lines changed.
1698   * Video/All: 449 lines changed.
1699
1700  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 11 Aug 2009 17:52:45 +0300
1701
1702 kernel (2.6.28-20093305) intrepid; urgency=low
1703
1704   * Video build
1705   * Fixes: NB#132086 - Framebuffer resets are ignored by the PVR driver
1706   * Fixes: NB#132177 - Display driver doesn't start if no LCD is
1707     attached
1708   * Fixes: NB#129494 - Remove unused DRM kernel modules
1709   * Cellular/Common: 21 lines changed.
1710   * Video/All: 449 lines changed.
1711
1712  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 11 Aug 2009 17:47:59 +0300
1713
1714 kernel (2.6.28-20093303) intrepid; urgency=low
1715
1716   * rx-51-2009-33-3 release
1717   * Fixes: NB#131631 - posix-timers: userspace can trigger kernel oops
1718   * Cellular/Common: 21 lines changed.
1719
1720  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 11 Aug 2009 11:05:17 +0300
1721
1722 kernel (2.6.28-20093302) intrepid; urgency=low
1723
1724   * rx-51-2009-33-2 release
1725   * Fixes: NB#127095 - SSI wake-up work-around broke PM
1726   * Fixes: NB#129918 - kernel/initrd not compatible with latest FIASCOs
1727   * Cellular/Common: 21 lines changed.
1728
1729  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 10 Aug 2009 17:59:30 +0300
1730
1731 kernel (2.6.28-20093301.1) intrepid; urgency=low
1732
1733   * Video2+dspbridge+periph build
1734   * Fixes: NB#131998 - Accelerometer in power off state prevents suspend
1735   * Video/All: 914 lines changed.
1736
1737  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 10 Aug 2009 09:53:08 +0300
1738
1739 kernel (2.6.28-20093205.1) intrepid; urgency=low
1740
1741   * Video2+dspbridge build
1742   * Fixes: NB#129926 - DSP bridgedriver silently stops working
1743   * Fixes: NB#129924 - DSP bridgedriver fails to detect malfunction
1744   * Video/All: 914 lines changed.
1745
1746  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 07 Aug 2009 16:28:28 +0300
1747
1748 kernel (2.6.28-20093204.3) intrepid; urgency=low
1749
1750   * Fixes+audio+video2 build
1751   * Fixes: NB#127831 - Reducing VRFB physical memory interferes with SGX
1752   * Fixes: NB#125102 - Framebuffer for graphics plane wastes too much SDRAM
1753   * Fixes: NB#128805 - Reset the display hardware to recover from
1754     serious errors
1755   * Fixes: NB#129720 - TV-out test application breaks video playback
1756   * Fixes: NB#130361 - TV-out is broken if used after waking from OFF
1757   * Audio/All: 4 lines changed.
1758   * Video/All: 914 lines changed.
1759
1760  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 07 Aug 2009 11:24:12 +0300
1761
1762 kernel (2.6.28-20093204.2) intrepid; urgency=low
1763
1764   * Fixes+audio+video build
1765   * Preparation for a change in the SGX library
1766   * Audio/All: 4 lines changed.
1767   * Cellular/Common: 9 lines changed.
1768   * Video/All: 65 lines changed.
1769
1770  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 06 Aug 2009 15:35:07 +0300
1771
1772 kernel (2.6.28-20093204.1) intrepid; urgency=low
1773
1774   * Fixes+audio build
1775   * Fixes: NB#126868 - Boot time: FMTx takes too much time to probe
1776   * Audio/All: 4 lines changed.
1777   * Cellular/Common: 9 lines changed.
1778
1779  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 06 Aug 2009 15:27:51 +0300
1780
1781 kernel (2.6.28-20093204) intrepid; urgency=low
1782
1783   * Fixes build
1784   * Fixes: NB#130760 - fix kernel oops when accessing HW RNG
1785   * Cellular/Common: 9 lines changed.
1786
1787  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 06 Aug 2009 15:20:28 +0300
1788
1789 kernel (2.6.28-20093203.4) intrepid; urgency=low
1790
1791   * PM+FS+cellular build
1792   * Fixes: NB#125629 - SSI errors caused loss of cellular network
1793   * Audio/All: 10 lines changed.
1794   * Cellular/Common: 9 lines changed.
1795   * Video/All: 75 lines changed.
1796
1797  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 05 Aug 2009 15:29:56 +0300
1798
1799 kernel (2.6.28-20093203.2) intrepid; urgency=low
1800
1801   * PM+FS build
1802   * Fixes: NB#131089 - Swap does not always write sequentially
1803   * Fixes: NB#128473 - power consumption: VAUX1 regulator is always ON
1804   * Audio/All: 10 lines changed.
1805   * Video/All: 75 lines changed.
1806
1807  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 05 Aug 2009 14:06:49 +0300
1808
1809 kernel (2.6.28-20093202.2) intrepid; urgency=low
1810
1811   * Net+video build
1812   * Fixes: NB#129389 - fix random PVR driver breakage
1813   * Fixes: NB#128247 - fix size checking for PVR memory mapping requests
1814   * Video/All: 64 lines changed.
1815
1816  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 04 Aug 2009 16:55:42 +0300
1817
1818 kernel (2.6.28-20093202) intrepid; urgency=low
1819
1820   * Net build
1821   * Fixes: NB#116672 - Net timer waking up the device too often
1822   * No changes in any certification category.
1823
1824  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 04 Aug 2009 13:02:06 +0300
1825
1826 kernel (2.6.28-20093201.1) intrepid; urgency=low
1827
1828   * Periph+USB build
1829   * Fixes: NB#130862 - add necessary interface for softupd on f_raw
1830   * Fixes: NB#123182 - Turn off accelerometer when not in use to save
1831     power
1832   * No changes in any certification category.
1833
1834  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 03 Aug 2009 17:45:33 +0300
1835
1836 kernel (2.6.28-20093105.3) intrepid; urgency=low
1837
1838   * PM+USB+fixes build
1839   * Fixes: NB#130760 - fix kernel oops when accessing HW RNG
1840   * Video/All: 65 lines changed.
1841
1842  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 31 Jul 2009 16:21:31 +0300
1843
1844 kernel (2.6.28-20093105.2) intrepid; urgency=low
1845
1846   * PM+USB build
1847   * Fixes: NB#128345 - Delay on changing VDD2 OPP is too long
1848   * Fixes: NB#130264 - reset USB transceiver to allow charger detection
1849     to work on all cases
1850   * Video/All: 65 lines changed.
1851
1852  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 31 Jul 2009 13:14:21 +0300
1853
1854 kernel (2.6.28-20093104.2) intrepid; urgency=low
1855
1856   * Video+dspridge build
1857   * Fixes: NB#130538 - fix DSPBRIDGE memory allocation failure
1858
1859  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 30 Jul 2009 14:02:51 +0300
1860
1861 kernel (2.6.28-20093104) intrepid; urgency=low
1862
1863   * Video build
1864   * Fixes: NB#129720 - TVOUT: get rid of sync lost and data underflow
1865     errors
1866   * Video/All: 59 lines changed.
1867
1868  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 30 Jul 2009 13:26:27 +0300
1869
1870 kernel (2.6.28-20093103) intrepid; urgency=low
1871
1872   * pm build
1873   * Fixes: NB#128521 - PM: Gaia script timing is not optimal
1874   * Fixes: NB#127621 - PM: Internal gaia regulators should be in sleep
1875     mode
1876   * Cellular/Common: 134 lines changed.
1877   * Video/All: 10 lines changed.
1878
1879  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 29 Jul 2009 17:42:11 +0300
1880
1881 kernel (2.6.28-20093102.1) intrepid; urgency=low
1882
1883   * cmt build
1884   * Fixes: NB#112514 - recover from cellmo reboot, do not loop
1885   * Fixes: NB#125629 - fix loss of cellular function until APE reboot
1886   * Fixes: NB#126409 - fix reboot loop that broke power management
1887
1888  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 28 Jul 2009 18:36:44 +0300
1889
1890 kernel (2.6.28-20093101.1) intrepid; urgency=low
1891
1892   * Camera+fixes build
1893   * Fixes: NB#129601 - Allow device to enter power saving states if HW
1894     RNG is used
1895   * Video/All: 23 lines changed.
1896
1897  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 27 Jul 2009 17:56:20 +0300
1898
1899 kernel (2.6.28-20093101) intrepid; urgency=low
1900
1901   * rx-51-2009-31-1 release
1902   * Fixes: NB#125157 - Camera sensor color channel is missing from photo
1903   * Fixes: NB#121907 - Camera produces black pictures
1904   * Fixes: NB#125170 - Some camera pictures have wrong colours
1905   * Fixes: NB#120051 - Camera: vertical stripes observed in view finder
1906     and resulting images
1907   * Fixes: NB#115833 - Camera: still image capture hangs in VIDIOC_DQBUF
1908     ioctl call
1909   * Fixes: NB#111089 - Camera image's color scheme is not correct
1910   * Fixes: NB#122621 - Camera statistic modules aren't correctly handled
1911     on dynamic config
1912   * Video/All: 23 lines changed.
1913
1914  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 27 Jul 2009 13:48:24 +0300
1915
1916 kernel (2.6.28-20093007.1) intrepid; urgency=low
1917
1918   * cgroups+usb+dsp build
1919   * Fixes: NB#122160 - Fix kernel crash in dspbridge because of wrong pointer
1920     from userland
1921   * Fixes: NB#123286 - MMC performance has decreased
1922   * Fixes: NB#127270 - keep processor in 500MHz when USB cable is attached
1923
1924  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 24 Jul 2009 13:41:22 +0300
1925
1926 kernel (2.6.28-20093006) intrepid; urgency=low
1927
1928   * Fixes: NB#128652 - enable cgropus support for the Maemo policy deamon
1929
1930  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 23 Jul 2009 16:41:55 +0300
1931
1932 kernel (2.6.28-20093005) intrepid; urgency=low
1933
1934   * cmt+net build
1935   * Fixes: NB#121681 - Memory leak in WLAN (coverity id 10957)
1936   * Fixes: NB#128737 - Reduce WLAN power consumption
1937   * Fixes: NB#127373 - early packet from softupd discarded
1938   * Fixes: NB#128570 - out-of-memory flashing large eMMC image
1939
1940  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 22 Jul 2009 17:59:29 +0300
1941
1942 kernel (2.6.28-20093002.1) intrepid; urgency=low
1943
1944   * pm build
1945   * Fixes: NB#127536 - save more power by enabling autoidle in GP Timer
1946   * Fixes: NB#127540 - save more power by enabling autoidle in the system control
1947
1948  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 22 Jul 2009 11:55:46 +0300
1949
1950 kernel (2.6.28-20093001) intrepid; urgency=low
1951
1952   * Improves DSP performance, reliability and use time.
1953   * Fixes: NB#126861 - Fixes DSP bridge cpufreq breakage
1954   * Fixes: NB#122011 - Fixes DSP bridge mailbox timeout issue
1955   * Fixes: NB#127521 - Enables DSP bridge mailbox autoidle bit
1956   * Fixes: NB#124985 - Fixes bounds errors and uninitialised pointers in DSP bridge
1957   * Fixes: NB#127397 - Fixes DSP MMU faults in DSP bridge
1958
1959  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 20 Jul 2009 12:07:37 +0300
1960
1961 kernel (2.6.28-20092904) intrepid; urgency=low
1962
1963   * rx-51-2009-29-4 release
1964   * Fixes: NB#128244 - Save more power when displays are blanked
1965
1966  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 16 Jul 2009 16:08:19 +0300
1967
1968 kernel (2.6.28-20092903) intrepid; urgency=low
1969
1970   * rx-51-2009-29-3 release
1971   * Fixes: NB#126861 - Dspbridge breaks cpufreq
1972   * Fixes: NB#122011 - Fixes DSB mailbox timeout issue
1973   * Fixes: NB#127521 - Enables DSP mailbox autoidle bit
1974   * Fixes: NB#124985 - Fixes DSP bounds errors and uninitialised
1975     pointers
1976   * Fixes: NB#127397 - Fixes DSP MMU faults
1977   * Fixes: NB#121662 - address "NULL value forwarding" coverity warning
1978   * Fixes: NB#107020 - Device stuck on reboot when booting from USER to ACT_DEAD mode
1979
1980  -- Henrik Saari <henrik.saari@nokia.com>  Thu, 16 Jul 2009 11:58:25 +0300
1981
1982 kernel (2.6.28-20092902) intrepid; urgency=low
1983
1984   * rx-51-2009-29-2 release
1985   * DSS2: Make functional clock check more proper
1986   * DSS2: Remove useless checks from pan_display
1987   * DSS2: Reject invalid color modes
1988   * DSS2: Add RGB12U where appropriate
1989   * DSS2: Add symbolic names for rotation angles
1990   * DSS2: Advertise only the supported color modes
1991   * DSS2: Add some OMAP2 checks
1992   * DSS2: Implement overlay optimization
1993   * DSS2: Add color_mode_to_bpp() helper
1994   * Fixes: NB#128108 - make display driver transfer data faster
1995   * Fixes: NB#121797 - don't restore context of old USB
1996
1997  -- Henrik Saari <henrik.saari@nokia.com>  Tue, 14 Jul 2009 13:34:04 +0300
1998
1999 kernel (2.6.28-20092901) intrepid; urgency=low
2000
2001   * rx-51-2009-29-1 release
2002   * usb: musb: set mpu wakeup latency
2003   * usb: musb: do not save/restore old interrupts
2004   * usb: musb: switch off regulators with dedicated charger
2005   * Fixes: NB#127270 - decrease processor wakeup latency while USB cable is attached
2006   * Fixes: NB#127379 - don't save USB interrupts to our context
2007   * Fixes: NB#125055 - prevent USB mode selection dialog from appearing twice
2008   * Fixes: NB#116837 - after detecting USB charger, switch off unused regulators
2009   * Fixes: NB#124633 - send resume signal to USB bus after detecting charger
2010   * Fixes: NB#116908 - Suspend failure sometimes
2011   * Fixes: NB#126694 - cache-reap timer expires too often
2012   * Fixes: NB#116102 - allow PC-Suite syncronization to finish cleanly
2013
2014  -- Henrik Saari <henrik.saari@nokia.com>  Mon, 13 Jul 2009 10:24:36 +0300
2015
2016 kernel (2.6.28-20092811) intrepid; urgency=low
2017
2018   * rx-51-2009-28-11 release
2019   * bluetooth: Fix rejected connection not disconnecting ACL.
2020   * wl1251: remove unnecessary unlocking in wl1251_event_process()
2021   * wl1251: pass the wl->vif to ieee80211_rssi_changed()
2022   * mac80211: fixed circular lock dependency on ieee80211_rssi_changed()
2023   * bluetooth: disable smart-idle during TX
2024   * wl1251: fix deadlock with ieee80211 beacon filter calls
2025   * mac80211: Remove beacon threshold check
2026   * wl1251: allocate space for firmware with vmalloc()
2027   * Fixes: NB#94724 - fix memory allocation for the WLAN firmware
2028   * Fixes: NB#124381 - unable to turn bluetooth on (firmware upload error)
2029   * Fixes: NB#125869 - possible WLAN driver deadlock when signal is weak
2030   * Fixes: NB#117430 - BT headset is not fully disconnected in certain cases
2031
2032  -- Henrik Saari <henrik.saari@nokia.com>  Fri, 10 Jul 2009 10:59:38 +0300
2033
2034 kernel (2.6.28-20092810) intrepid; urgency=low
2035
2036   * rx-51-2009-28-10 release
2037   * Fixes: NB#126777 - PVR module can cause dead-lock at reboot time
2038
2039  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 09 Jul 2009 16:30:58 +0300
2040
2041 kernel (2.6.28-20092809) intrepid; urgency=low
2042
2043   * rx-51-2009-28-9 release
2044   * Fixes: NB#116668 - kernel Oops while mounting EXT3
2045   * Fixes: NB#123286 - MMC performance has decreased
2046   * random: align rekey_work's timer
2047   * mm: SLUB fix reclaim_state
2048   * slub: fix per cpu kmem_cache_cpu array memory leak
2049   * slub: avoid leaking caches or refcounts on sysfs error
2050   * slub: Add might_sleep_if() to slab_alloc()
2051   * Fixes: NB#116676 - Random number generator timer optimized for PM
2052   * memory allocator fixes back-ported from upstream
2053
2054  -- Henrik Saari <henrik.saari@nokia.com>  Thu, 09 Jul 2009 13:14:35 +0300
2055
2056 kernel (2.6.28-20092807) intrepid; urgency=low
2057
2058   * rx-51-2009-28-7 release
2059   * Increased clock event max_delta_ns from 32bit to 64bit
2060   * timers: allow deferrable timers for intervals tv2-tv5 to be deferred
2061   * TWL: Put VIO into SLEEP when retention and offmode
2062   * TWL: optimization of sleep wakeup and warmreset sequence
2063   * TWL: correcting SW_EVENT register setting
2064   * TWL: add feature to overlap script sequences for memory optimization
2065   * Fixes: NB#119025 - Key press doesn't wake-up the device
2066   * Fixes: NB#126893 - Too high consumption from TWL VIO-regulator
2067   * Fixes: NB#126767 - Check on all timers if they can be deferred
2068   * Fixes: NB#126756 - Allow device to sleep longer than 2.5s
2069   * Video/All: 4 lines changed.
2070
2071  -- Henrik Saari <henrik.saari@nokia.com>  Wed, 08 Jul 2009 10:18:53 +0300
2072
2073 kernel (2.6.28-20092806) intrepid; urgency=low
2074
2075   * rx-51-2009-28-6 release
2076   * CMT speech: fix inconsistent data channel lock state at startup
2077   * Fixes: NB#125616 - inconsistent lock state starting CMT speech
2078   * I2C: OMAP: RX-51: Drop I2C-1 speed to 2200
2079   * I2C: Fix HS scll/sclh calculations for RX-51 - HACK
2080   * Fixes: NB#118501 - I2C-1 bus timings corrected
2081   * usb: gadget: remove debugging options
2082   * usb: musb: don't handle DPS in irq handler
2083   * usb: musb: rx51: do not bug if we can't put musb to sleep
2084   * Fixes: NB#126707 - remove debugging and make usb driver less noisy
2085   * Fixes: NB#126523 - move sleeping functions out of irq context on usb driver
2086   * Fixes: NB#126059 - rx51 is not unusable if USB cannot sleep
2087   * Video/All: 23 lines changed
2088
2089  -- Henrik Saari <henrik.saari@nokia.com>  Tue, 07 Jul 2009 17:19:54 +0300
2090
2091 kernel (2.6.28-20092804) intrepid; urgency=low
2092
2093   * rx-51-2009-28-4 release
2094   * omap3isp: set CAM_MCLK to 172.8 MHz, allows exact 9.6 MHz for camera xclka/b
2095   * OMAP3: CLOCK: Add capability to change rate of dpll4_m5_ck
2096   * omap3hack: remove flush_cache_user_range in vbq_prepare
2097   * omap3isp: isp.c: check and clear CSIB receiver interrupts while wait_hs_vs
2098   * omap3isp: fix crop behaviour
2099   * Fixes: NB#122581 - Camera zooming focus is not matching with pre and post capture view
2100   * Fixes: NB#123670 - Camera image in viewfinder is bulged horizontally when zooming
2101   * Fixes: NB#123964 - Camera crops part of image bottom compared to viewfinder view
2102   * Fixes: NB#121682 - Camera-UI viewfinder is not keeping the aspect ratio
2103   * Fixes: NB#125912 - Camera crash in previewer_vbq_prepare()
2104   * Fixes: NB#122155 - Camera still image capture always generates CCP2 error messages
2105   * Video/All: 73 lines changed.
2106
2107  -- Henrik Saari <henrik.saari@nokia.com>  Tue, 07 Jul 2009 11:43:42 +0300
2108
2109 kernel (2.6.28-20092803) intrepid; urgency=low
2110
2111   * rx-51-2009-28-3 release
2112   * SDRC optimization and fixes for pm debugging and gpio handling
2113   * Fixes: NB#120993 - fix display problems
2114   * Fixes: NB#125949 - fix crash in PM debug code
2115   * Fixes: NB#124716 - FMTX IRQ line gets asserted early
2116   * HACK: DSS2: Force VDD2 OPP3
2117   * Fixes: NB#120993 - FIFO underflow errors in video
2118   * Audio/All: 91 lines changed.
2119   * Video/All: 73 lines changed.
2120
2121  -- Henrik Saari <henrik.saari@nokia.com>  Mon, 06 Jul 2009 17:40:56 +0300
2122
2123 kernel (2.6.28-20092802) intrepid; urgency=low
2124
2125   * rx-51-2009-28-2 release
2126   * Fixes: NB#125756 - PVR triggers a lockdep warning
2127   * Fixes: NB#111084 - SGX compilation warnings
2128   * Audio/All: 91 lines changed.
2129   * Video/All: 54 lines changed.
2130
2131  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 06 Jul 2009 14:55:54 +0300
2132
2133 kernel (2.6.28-20092801) intrepid; urgency=low
2134
2135   * rx-51-2009-28-1 release
2136   * Fixes: NB#122052 - Audio: High power consumption
2137   * Fixes: NB#124898 - fix dspbrige crash on module unload
2138   * Audio/All: 91 lines changed.
2139
2140  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 06 Jul 2009 09:20:14 +0300
2141
2142 kernel (2.6.28-20092713) intrepid; urgency=low
2143
2144   * rx-51-2009-27-13 release
2145   * Fixes: NB#103396 - USB does not expose bus suspend to userland
2146   * Fixes: NB#113635 - enable missing eject support in USB
2147   * Cellular/Common: 405 lines changed.
2148
2149  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 02 Jul 2009 18:25:29 +0300
2150
2151 kernel (2.6.28-20092712) intrepid; urgency=low
2152
2153   * rx-51-2009-27-12 release
2154   * Fixes: NB#123299 - bluetooth: implement proper shutdown for SCO
2155     socketѕ
2156   * Fixes: NB#123819 - bluetooth: do not use sleeping function in
2157     softirq context
2158   * Cellular/Common: 405 lines changed.
2159
2160  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 02 Jul 2009 18:19:46 +0300
2161
2162 kernel (2.6.28-20092711) intrepid; urgency=low
2163
2164   * rx-51-2009-27-11 release
2165   * Partially fixes dspbridge errors when enabling DPS
2166   * Cellular/Common: 405 lines changed.
2167
2168  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 02 Jul 2009 12:19:41 +0300
2169
2170 kernel (2.6.28-20092709) intrepid; urgency=low
2171
2172   * rx-51-2009-27-9 release
2173   * Fixes: NB#120976 - WLAN gets stuck and doesn't move to cellular
2174   * Fixes: NB#123300 - Upstream patches fixing WLAN minstrel issues
2175   * Cellular/Common: 405 lines changed.
2176
2177  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 01 Jul 2009 17:39:23 +0300
2178
2179 kernel (2.6.28-20092707) intrepid; urgency=low
2180
2181   * rx-51-2009-27-7 release
2182   * Revert change causing video subsystem death
2183   * Cellular/Common: 405 lines changed.
2184   * Video/All: 70 lines changed.
2185
2186  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 01 Jul 2009 12:50:27 +0300
2187
2188 kernel (2.6.28-20092706) intrepid; urgency=low
2189
2190   * rx-51-2009-27-6 release
2191   * Fixes: NB#106325 - unloading SSI hw driver module freeze the system
2192   * Fixes: NB#122374 - SSI data transfers get stuck for too long
2193   * Fixes: NB#122540 - Detect ECI headset
2194   * Use deferrable timers in SSI improve PM
2195   * Cellular/Common: 405 lines changed.
2196   * Video/All: 70 lines changed.
2197
2198  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 01 Jul 2009 10:55:50 +0300
2199
2200 kernel (2.6.28-20092705) intrepid; urgency=low
2201
2202   * rx-51-2009-27-5 release
2203   * Fixes: NB#107020 - fix stuck shut down problems
2204   * Fixes: NB#123823 - Buffer overrun if HW gives a wrong interrupt
2205   * Fixes: NB#121051 - use hardware random generator
2206   * Added a driver for accessing the HW RNG on HS and EMU CPUs
2207   * Video/All: 70 lines changed.
2208
2209  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 30 Jun 2009 18:06:05 +0300
2210
2211 kernel (2.6.28-20092704.1) intrepid; urgency=low
2212
2213   * rx-51-2009-27-4 release
2214   * Fixes: NB#123122 - better throughput with DVFS
2215   * Fixes: NB#94315 - isp1707 consumes power in off-mode
2216   * Fixes: NB#123327 - Don't report otg if we're not
2217   * Fixes: NB#124911 - Kernel shows corrupted partition list
2218   * Fixes: NB#123320 - Do not report selfpowered if we're not
2219   * A partial fix for NB#124631 - increase performance when writting to
2220     eMMC
2221   * Video/All: 70 lines changed.
2222
2223  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 30 Jun 2009 10:54:25 +0300
2224
2225 kernel (2.6.28-20092703) intrepid; urgency=low
2226
2227   * rx-51-2009-27-3 release
2228   * Revert "HACK: PM: Disable VDD1 OPP1"
2229   * No changes in any certification category.
2230
2231  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 29 Jun 2009 15:41:44 +0300
2232
2233 kernel (2.6.28-20092701) intrepid; urgency=low
2234
2235   * rx-51-2009-27-1 release
2236   * Fixes: NB#124177 - camera white balance gains are not updated while
2237     streaming
2238   * Fixes: NB#113413 - fix ambient light sensor calibration
2239   * Fixes: NB#119716 - power TSL2563 only when used, not all the time
2240   * No changes in any certification category.
2241   * Fixes: NB#117560 - bad call audio quality with cpufreq ondemand
2242     governor (actually fixed since 2.6.28-20092601)
2243
2244  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 29 Jun 2009 13:19:14 +0300
2245
2246 kernel (2.6.28-20092607.2) intrepid; urgency=low
2247
2248   * rx-51-2009-26-7.2 release
2249   * HACK: PM: Disable VDD1 OPP1
2250   * Video/All: 293 lines changed.
2251
2252  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 26 Jun 2009 10:49:34 +0300
2253
2254 kernel (2.6.28-20092606) intrepid; urgency=low
2255
2256   * rx-51-2009-26-6 release
2257   * Fixes: NB#122294 - Performance regression in SGX operations caused
2258     by DVFS
2259   * Improve 3D performance by better DVFS interaction
2260   * New omap pm interface and pm fixes
2261   * Fixes: NB#124172 - Reboot doesn't work reliably
2262   * Video/All: 293 lines changed.
2263
2264  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 25 Jun 2009 13:38:43 +0300
2265
2266 kernel (2.6.28-20092605) intrepid; urgency=low
2267
2268   * rx-51-2009-26-5 release
2269   * Fixes: NB#120993 - Prevent display FIFO underflows
2270   * Fixes: NB#98066 - disk statistics might be provided by mtd
2271   * Fixes: NB#116674 - UBIFS write-buffer timer should be optimized
2272   * Fixes: NB#116668 - improve write-back timer grouping
2273   * Video/All: 126 lines changed.
2274
2275  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 25 Jun 2009 08:36:50 +0300
2276
2277 kernel (2.6.28-20092604) intrepid; urgency=low
2278
2279   * rx-51-2009-26-4 release
2280   * Fixes: NB#118869 - WLAN driver wakes up OMAP too frequently
2281
2282  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 24 Jun 2009 10:12:21 +0300
2283
2284 kernel (2.6.28-20092603) intrepid; urgency=low
2285
2286   * rx-51-2009-26-3 release
2287   * Fixes: NB#123074 - DSP crash during video recording
2288   * SDRC configuration fixes and cpuidle optimizations
2289   * Fixes: NB#120206 - Standby consumption increases when DPS is enabled
2290   * No changes in any certification category.
2291   * Fixes: NB#121714 - Core powerdomain hits OFF mode even if some other
2292     powerdomain is in RETENTION
2293   * (bug 121714 was really fixed in kernel rx-51-2009-24-6, this is just
2294     to ensure bug state change being picked up)
2295
2296  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 24 Jun 2009 09:14:53 +0300
2297
2298 kernel (2.6.28-20092602) intrepid; urgency=low
2299
2300   * rx-51-2009-26-2 release
2301   * Camera updates
2302   * Fixes: NB#111089 - camera image color scheme is not correct
2303   * Fixes: NB#121907 - camera produces black pictures
2304   * Fixes: NB#113978 - camera H3A statiscs for captured image are
2305     corrupted
2306   * Fixes: NB#122809 - fix coverity warnings in camera code
2307   * No changes in any certification category.
2308
2309  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 23 Jun 2009 13:31:04 +0300
2310
2311 kernel (2.6.28-20092601) intrepid; urgency=low
2312
2313   * rx-51-2009-26-1 release
2314   * fix random DPS-related bluetooth failures
2315   * miscellaneous fixes for static suspend, DPS and DVFS
2316   * No changes in any certification category.
2317
2318  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 22 Jun 2009 11:58:48 +0300
2319
2320 kernel (2.6.28-20092506) intrepid; urgency=low
2321
2322   * rx-51-2009-25-6 release
2323   * Power save tuning on LEDs
2324   * Enable play/pause control buttons on Bluetooth headsets
2325   * Fixes: NB#120537 - LP5523 is consuming way too much when not used
2326   * Fixes: NB#118500 - Led: setting run mode and led muxes won't always
2327     succeed
2328   * Fixes: NB#115600 - TWL kbd. should behave as std. multimedia
2329     keyboard
2330   * Fixes: NB#119025 - HW key press doesn't wake-up the device
2331   * No changes in any certification category.
2332
2333  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 18 Jun 2009 09:23:46 +0300
2334
2335 kernel (2.6.28-20092505) intrepid; urgency=low
2336
2337   * rx-51-2009-25-5 release
2338   * WLAN driver cleanup for wl1251 chipset
2339   * WLAN channel configuration improvements for wl1251 chipset
2340   * Bluetooth improvements
2341   * Fixes: NB#94452 - Do not reconfigure uart in BT while transferring
2342   * Fixes: NB#116073 - Fix power management in BT device driver
2343   * Audio/All: 115 lines changed.
2344
2345  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 17 Jun 2009 11:53:20 +0300
2346
2347 kernel (2.6.28-20092504) intrepid; urgency=low
2348
2349   * rx-51-2009-25-4 release
2350   * Revert "usb: musb: Power Down ISP1707"
2351   * Audio/All: 115 lines changed.
2352
2353  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 17 Jun 2009 10:22:15 +0300
2354
2355 kernel (2.6.28-20092503) intrepid; urgency=low
2356
2357   * rx-51-2009-25-3 release
2358   * DPS fix for USB OTG controller
2359   * Fixes: NB#109212 - usb-otg prevents dynamic idle after 170s of
2360     idling
2361   * Audio/All: 115 lines changed.
2362   * Video/All: 159 lines changed.
2363
2364  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 16 Jun 2009 14:49:37 +0300
2365
2366 kernel (2.6.28-20092502) intrepid; urgency=low
2367
2368   * rx-51-2009-25-2 release
2369   * Fixes: NB#122052 - High aic3x suspend current
2370   * Fixes: NB#122220 - Fix possible access outside array
2371   * Fixes: NB#120061 - NULL value is not forwarded anymore in aic3x
2372   * Audio/All: 115 lines changed.
2373   * Video/All: 159 lines changed.
2374
2375  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 16 Jun 2009 12:20:45 +0300
2376
2377 kernel (2.6.28-20092501.1) intrepid; urgency=low
2378
2379   * Removed a Fixes: claim for NB#108042 (bug reopened)
2380
2381  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 15 Jun 2009 17:34:02 +0300
2382
2383 kernel (2.6.28-20092501) intrepid; urgency=low
2384
2385   * rx-51-2009-25-1 release
2386   * Fixes: NB#121668 - PVR: error returned by drm_ttm_create is ignored
2387   * Fixes: NB#121947 - PVR: memory should not be released twice
2388   * Fixes: NB#119655 - PVR: random allocation failure for sizes > 4k
2389   * Introduce a patch related to NB#108042 -
2390     PVR: wrapped memory space runs out (not a complete fix)
2391   * Split WLAN driver for the wl1251 and wl1271 chipsets
2392   * Cleaned style issues in WLAN code
2393   * Scanning, open connection, WEP and ELP support on WLAN chipset
2394     wl1271
2395   * Minor DSP bridge bugfixes and code cleanup
2396   * Fixes: NB#113078 - Dump all threads in coredump
2397   * Video/All: 159 lines changed.
2398
2399  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 15 Jun 2009 15:29:22 +0300
2400
2401 kernel (2.6.28-20092408) intrepid; urgency=low
2402
2403   * rx-51-2009-24-8 release
2404   * PM fixes for SSI wake-up and Smartreflex problems
2405   * Cellular/Common: 9 lines changed.
2406
2407  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 12 Jun 2009 10:16:54 +0300
2408
2409 kernel (2.6.28-20092407) intrepid; urgency=low
2410
2411   * rx-51-2009-24-7 release
2412   * Fixes: NB#115217 - read errors make UBI switch to R/O mode
2413   * Fixes: NB#119908 - fix GPRS TX deadlock
2414   * Cellular/Common: 9 lines changed.
2415
2416  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 12 Jun 2009 08:53:58 +0300
2417
2418 kernel (2.6.28-20092406) intrepid; urgency=low
2419
2420   * rx-51-2009-24-6 release
2421   * Fixes: NB#109773 - camera: correct resizer brightness
2422   * Fixes: NB#105499 - camera: ccp2 / csi2 error handling
2423   * Fixes: NB#111815 - camera: allow CFA table updates
2424   * Fixes: NB#102261 - Widescreen (WVGA) video recording
2425   * Fixes: NB#116201 - camera: colour bands in wvga image
2426   * Fixes: NB#113978 - H3A statiscs for captured image are corrupted.
2427   * Fixes: NB#116728 - camera: rewrite image size calculation
2428   * No changes in any certification category.
2429
2430  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 11 Jun 2009 15:09:39 +0300
2431
2432 kernel (2.6.28-20092405.1) intrepid; urgency=low
2433
2434   * Fixed changelog (related to bug 118988 information)
2435
2436  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 10 Jun 2009 15:42:32 +0300
2437
2438 kernel (2.6.28-20092405) intrepid; urgency=low
2439
2440   * rx-51-2009-24-5 release
2441   * Fixes: NB#94315 - ISP1707 consumes power in OFF-mode
2442   * Audio/All: 57 lines changed.
2443   * Cellular/Common: 58 lines changed.
2444
2445  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 10 Jun 2009 13:49:03 +0300
2446
2447 kernel (2.6.28-20092404) intrepid; urgency=low
2448
2449   * rx-51-2009-24-4 release
2450   * Sidetone improvements
2451   * Speakers can output louder
2452   * Changes related to NB#118988 - variable sound level
2453   * Audio/All: 57 lines changed.
2454   * Cellular/Common: 58 lines changed.
2455
2456  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 10 Jun 2009 09:23:28 +0300
2457
2458 kernel (2.6.28-20092403) intrepid; urgency=low
2459
2460   * rx-51-2009-24-3 release
2461   * Fixes: NB#118671 - internal MMC I/O error on B2
2462   * Cellular/Common: 58 lines changed.
2463
2464  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 09 Jun 2009 17:42:58 +0300
2465
2466 kernel (2.6.28-20092402) intrepid; urgency=low
2467
2468   * rx-51-2009-24-2 release
2469   * DPS fixes for spi, ssi and suspend
2470   * Fixes: NB#112949 - Suspend to off in tight loop hangs device
2471   * Fixes: NB#114129 - Unable to receive call when DPS is enabled
2472   * Fixes: NB#117747 - touchscreen reset with dynamic power switching
2473   * Cellular/Common: 58 lines changed.
2474   * Video/All: 315 lines changed.
2475
2476  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 09 Jun 2009 10:47:41 +0300
2477
2478 kernel (2.6.28-20092401) intrepid; urgency=low
2479
2480   * rx-51-2009-24-1 release
2481   * Fixes: NB#119351 - Idle consumption in VSDI_CSI is too high
2482   * Fixes: NB#99096 - Enable VDAC regulator only if TV-out is enabled
2483   * Fixes: NB#119147 - Correctly determine if an interlaced display is
2484     used
2485   * Reduce idle power consumption for LCD / TV-out
2486   * Fix overlay output when using interlaced source
2487   * Video/All: 315 lines changed.
2488
2489  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 08 Jun 2009 10:04:20 +0300
2490
2491 kernel (2.6.28-20092304) intrepid; urgency=low
2492
2493   * rx-51-2009-23-4 release
2494   * Fixes: NB#120623 - Enabling smartreflex when DVFS is enabled causes
2495     hang
2496   * No changes in any certification category.
2497
2498  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 05 Jun 2009 09:59:58 +0300
2499
2500 kernel (2.6.28-20092303) intrepid; urgency=low
2501
2502   * rx-51-2009-23-3 release
2503   * Fixes: NB#112767 - Oprofile callgraph generation does not work
2504   * Audio/All: 132 lines changed.
2505   * Video/All: 1331 lines changed.
2506
2507  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 03 Jun 2009 13:52:16 +0300
2508
2509 kernel (2.6.28-20092302.01) intrepid; urgency=low
2510
2511   * Changelog modified to avoid problems with bug 119736 during build,
2512     no functional changes
2513
2514  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 03 Jun 2009 09:15:29 +0300
2515
2516 kernel (2.6.28-20092302) intrepid; urgency=low
2517
2518   * rx-51-2009-23-2 release
2519   * fix sporadic device reboot problem
2520   * Audio/All: 132 lines changed.
2521   * Video/All: 1331 lines changed.
2522   * (re)introduce fix for NB#119736 - Device reboots when kept idle
2523     (originally introduced in kernel 2.6.28-20092203.01, but not
2524     present in in-between kernels)
2525
2526  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 02 Jun 2009 11:45:28 +0300
2527
2528 kernel (2.6.28-20092301) intrepid; urgency=low
2529
2530   * rx-51-2009-23-1 release
2531   * Sidetone improvements
2532   * Fixes: NB#118671 - internal MMC I/O error saw during the device
2533     booting
2534   * Fixes: NB#118319 - Kernel fails to build with
2535     CONFIG_MMC_UNSAFE_RESUME not set
2536   * Fixes: NB#119250 - omap_hsmmc fails to suspend
2537   * Audio/All: 132 lines changed.
2538   * Video/All: 1331 lines changed.
2539
2540  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 01 Jun 2009 16:42:25 +0300
2541
2542 kernel (2.6.28-20092206r01) intrepid; urgency=low
2543
2544   * Changelog fixed (initial fix for bug 115771 was already released,
2545     confusing the bug status checker).
2546
2547  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 29 May 2009 14:11:07 +0300
2548
2549 kernel (2.6.28-20092206) intrepid; urgency=low
2550
2551   * rx-51-2009-22-6 release
2552   * Fixes: NB#112118 - Fix PVR breakage when using DVFS
2553   * Fix crashes due to power/clock state transitions in PVR
2554   * Video/All: 1331 lines changed.
2555
2556  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 28 May 2009 14:55:08 +0300
2557
2558 kernel (2.6.28-20092205) intrepid; urgency=low
2559
2560   * rx-51-2009-22-5 release
2561   * Fixes: NB#114070 - USB doesn't work with DPS.
2562   * Video/All: 532 lines changed.
2563
2564  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 28 May 2009 14:01:04 +0300
2565
2566 kernel (2.6.28-20092204) intrepid; urgency=low
2567
2568   * rx-51-2009-22-4 release
2569   * Fix for NB#115771 improved: Charger detection should now work all the time
2570   * Added join support for WLAN driver wl1271
2571   * Fixes: NB#112152 - Fix TV-out field order
2572   * Improve TV-out quality
2573   * Video/All: 532 lines changed.
2574
2575  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 28 May 2009 10:07:15 +0300
2576
2577 kernel (2.6.28-20092203) intrepid; urgency=low
2578
2579   * rx-51-2009-22-3 release
2580   * Fixes: NB#115771 - Charger detection can fail
2581   * Fixes: NB#114070 - USB doesn't work with DPS
2582   * PM related fixes for DVFS and dynamic sleep
2583   * Fixes: NB#98018 - After call device consumes about 20mA more
2584   * Fixes: NB#111715 - cellmo crash with power management
2585   * Fixes: NB#115341 - cellmo crash with low battery
2586   * Cellular/Common: 9 lines changed.
2587   * Video/All: 2 lines changed.
2588
2589  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 27 May 2009 14:19:20 +0300
2590
2591 kernel (2.6.28-20092202) intrepid; urgency=low
2592
2593   * rx-51-2009-22-2 release
2594   * Fixes: NB#116829 - SD card is not working correctly when battery
2595     cover is removed
2596   * Revert one camera-related change introduced in rx-51-2009-22-1 as it
2597     caused some problems
2598   * Video/All: 2 lines changed.
2599
2600  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 26 May 2009 15:13:18 +0300
2601
2602 kernel (2.6.28-20092201) intrepid; urgency=low
2603
2604   * rx-51-2009-22-1 release
2605   * Fixes: NB#116898 - camera: fix "omap_previewer_hack" prefixes in
2606     printk's
2607   * Fixes: NB#110098 - camera: crash less in random places
2608   * Fixes to twl4030 regulator handling
2609   * Pmgmt fixes for DPS
2610   * Fixes: NB#114472 - DMA hang with dynamic power switching
2611   * Cellular/Common: 39 lines changed.
2612   * Video/All: 153 lines changed.
2613
2614  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 25 May 2009 15:17:29 +0300
2615
2616 kernel (2.6.28-20092105) intrepid; urgency=low
2617
2618   * rx-51-2009-21-5 release
2619   * Add an option to leave the wdt ticking in suspend. (Needed for power
2620     consumption tests only)
2621   * Cellular/Common: 39 lines changed.
2622   * Video/All: 151 lines changed.
2623
2624  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 22 May 2009 15:02:08 +0300
2625
2626 kernel (2.6.28-20092104r01) intrepid; urgency=low
2627
2628   * Changelog fixed (reopened bug 116102 removed).
2629
2630  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 22 May 2009 14:13:37 +0300
2631
2632 kernel (2.6.28-20092104) intrepid; urgency=low
2633
2634   * rx-51-2009-21-4 release
2635   * Fixes: NB#115396 - fix kernel crash because of video playback memory
2636     corruption
2637   * Fixes: NB#112317 - device can't sleep cause USB -core in wrong state
2638   * Fixes: NB#113803 - fix concurrent ethernet rx and tx transfers
2639   * Fixes: NB#115771 - reset the transceiver to prevent it from dying
2640   * Fixes: NB#108358 - fix memory allocation issues
2641   * Fixes: NB#114104 - fix g_zero test cases
2642   * Finalized WLAN RX support for chip wl1271
2643   * Enabled WLAN ELP sleep
2644   * Changed SPI mode for the WLAN chip in RX-51
2645   * Fixes: NB#97516 - Enable WLAN firmware sleep and save 19 mA in idle
2646   * Fixes: NB#115573 - Fix regression in WLAN frame fragmentation
2647   * Cellular/Common: 39 lines changed.
2648   * Video/All: 151 lines changed.
2649
2650  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 20 May 2009 16:58:34 +0300
2651
2652 kernel (2.6.28-20092103) intrepid; urgency=low
2653
2654   * rx-51-2009-21-3 release
2655   * Fixes: NB#99082 - MMC keeps voltage regulators always on
2656   * Fixes: NB#92647 - kernel does not compile if PM is disabled
2657   * Audio/All: 200 lines changed.
2658   * Video/All: 151 lines changed.
2659
2660  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 19 May 2009 15:44:02 +0300
2661
2662 kernel (2.6.28-20092102) intrepid; urgency=low
2663
2664   * rx-51-2009-21-2 release
2665   * support for per-overlay rotation
2666   * Audio/All: 200 lines changed.
2667   * Video/All: 151 lines changed.
2668
2669  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 19 May 2009 09:40:03 +0300
2670
2671 kernel (2.6.28-20092101) intrepid; urgency=low
2672
2673   * rx-51-2009-21-1 release
2674   * camera: rewrite H3A
2675   * Fixes: NB#113978 - camera: fix corrupted H3A statistics
2676   * Fixes: NB#116148 - camera: do not crash in init if iommu isn't there
2677   * Fixes: NB#93201 - camera: fix iommu faults resulting from h3a code
2678   * Fixes: NB#108573 - camera: h3a writes data to wrong address
2679   * Fixes: NB#109628 - camera: do not hang in still capture
2680   * Fixes: NB#104877 - fix playlist scrolling hanging the device
2681   * Fixes: NB#115702 - fix arbitrary VFP corruption due to pre-emption
2682   * Fix instability issues in applications using floating point
2683   * Fixes: NB#102650 - bix bluetooth/AIC3x audio concurrency issues
2684   * Fixes: NB#116285 - twl watchdog node cannot be reopened
2685   * Audio/All: 200 lines changed.
2686
2687  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 18 May 2009 16:16:04 +0300
2688
2689 kernel (2.6.28-20092003) intrepid; urgency=low
2690
2691   * rx-51-2009-20-3 release
2692   * More Bluetooth patches from upstream
2693   * Implemented TX path support for the WLAN wl1271 driver
2694   * Fixes: NB#115555 - WLAN doesn't start up in local mode
2695   * Fixes: NB#114324 - WLAN self test fails in S3
2696   * Fixes: NB#115539 - Fix Bluetooth security mode 3 incoming connection
2697   * No changes in any certification category.
2698
2699  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 13 May 2009 15:59:12 +0300
2700
2701 kernel (2.6.28-20092002) intrepid; urgency=low
2702
2703   * rx-51-2009-20-2 release
2704   * remove DSP BKL which makes audio playback smoother
2705   * No changes in any certification category.
2706
2707  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 13 May 2009 14:57:37 +0300
2708
2709 kernel (2.6.28-20092001) intrepid; urgency=low
2710
2711   * rx-51-2009-20-1 release
2712   * Increase stability of applications using floating point ops
2713   * Revert "OMAP3: PM: idle: Remove fclk check for idle loop"
2714   * SSI AUTOIDLE HACK
2715   * Audio/All: 187 lines changed.
2716   * Cellular/Common: 3 lines changed.
2717
2718  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 12 May 2009 14:42:34 +0300
2719
2720 kernel (2.6.28-20091905r01) intrepid; urgency=low
2721
2722   * Changelog fixed (reopened bug 110564 removed).
2723
2724  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 08 May 2009 13:22:12 +0300
2725
2726 kernel (2.6.28-20091905) intrepid; urgency=low
2727
2728   * rx-51-2009-19-5 release
2729   * Fixes: NB#111265 - Dynamic Power Switching (DPS) was still not
2730     always working with MMC
2731   * Make sure CORE doesn't go off if display is on
2732   * Fixes: NB#111150 - unlikely deadlock in SSI audio path
2733   * Audio/All: 103 lines changed.
2734   * Video/All: 638 lines changed.
2735
2736  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 08 May 2009 12:40:05 +0300
2737
2738 kernel (2.6.28-20091904) intrepid; urgency=low
2739
2740   * rx-51-2009-19-4 release
2741   * FMRX is capable of HW assisted seeking
2742   * DSS2: sync with linux-dss tree / minor fixes
2743   * Fixes: NB#100480 - Fix bluetooth bootup
2744   * Audio/All: 103 lines changed.
2745   * Cellular/Common: 81 lines changed.
2746   * Video/All: 668 lines changed.
2747
2748  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 07 May 2009 13:27:50 +0300
2749
2750 kernel (2.6.28-20091903) intrepid; urgency=low
2751
2752   * rx-51-2009-19-3 release
2753   * Applied some Bluetooth patches from upstream
2754   * Improved support for wl1271 WLAN driver
2755   * Fixes: NB#107547 - set timeout for non ssp pairing (bluetooth)
2756   * Fixes: NB#102185 - workaround for BCM eSCO connection bug
2757     (bluetooth)
2758   * Fixes: NB#113803 - Due to a hw problem RxPktRdy wasn't getting set
2759   * Fixes: NB#109349 - Phonet packets were being dropped
2760   * Fixes: NB#112744 - make keypad driver send EV_SYN after keys are
2761     scanned
2762   * Cellular/Common: 81 lines changed.
2763   * Video/All: 30 lines changed.
2764
2765  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 06 May 2009 11:02:04 +0300
2766
2767 kernel (2.6.28-20091902) intrepid; urgency=low
2768
2769   * rx-51-2009-19-2 release
2770   * camera: requires camera-firmware 0.0.18
2771   * Fixes: NB#88324 - camera: correct exposure time limits for 5 MP
2772     sensor
2773   * Fixes: NB#111532 - camera: allow using shared IRQs
2774   * Fixes: NB#88667 - Bridge driver breaks power management
2775   * Video/All: 1 lines changed.
2776
2777  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 05 May 2009 12:11:17 +0300
2778
2779 kernel (2.6.28-20091901.1) intrepid; urgency=low
2780
2781   * Setting ARCH for install-libc-headers. Fixes: NB#113812
2782
2783  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 04 May 2009 15:20:14 +0300
2784
2785 kernel (2.6.28-20091901) intrepid; urgency=low
2786
2787   * rx-51-2009-19-1 release
2788   * Fixes: NB#113603 - Display output breaks if off mode is enabled
2789   * PM fixes
2790   * Audio/All: 219 lines changed.
2791   * Video/All: 50 lines changed.
2792
2793  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 04 May 2009 13:43:58 +0300
2794
2795 kernel (2.6.28-20091803r01) intrepid; urgency=low
2796
2797   * Changelog fixed (reopened bug 109732 removed).
2798
2799  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 04 May 2009 12:46:28 +0300
2800
2801 kernel (2.6.28-20091803) intrepid; urgency=low
2802
2803   * rx-51-2009-18-3 release
2804   * Fixes: NB#109212 - Remove MUSB AUTOIDLE
2805   * Fixes: NB#110978 - fix kernel crash when slab debugging is enabled
2806   * WLAN and Bluetooth driver fixes
2807   * Add off mode support in the Bluetooth driver
2808   * Fixes: NB#108508 - Use random BSSID during ad-hoc WLAN network
2809     creation
2810   * Audio support for S3.1 boards
2811   * Audio/All: 219 lines changed.
2812   * Video/All: 49 lines changed.
2813
2814  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 29 Apr 2009 15:27:45 +0300
2815
2816 kernel (2.6.28-20091802) intrepid; urgency=low
2817
2818   * rx-51-2009-18-2 release
2819   * Fixes: NB#111728, NB#111512 - PC Suite connection problems
2820   * Video/All: 49 lines changed.
2821
2822  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 27 Apr 2009 14:50:12 +0300
2823
2824 kernel (2.6.28-20091801) intrepid; urgency=low
2825
2826   * rx-51-2009-18-1 release
2827   * Fixes: NB#105829 - MMC does not work with suspend / resume
2828   * Fixes: NB#111265 - MMC does not work with Dynamic Power Switching
2829   * Video/All: 49 lines changed.
2830
2831  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 27 Apr 2009 11:07:17 +0300
2832
2833 kernel (2.6.28-20091707) intrepid; urgency=low
2834
2835   * rx-51-2009-17-7 release
2836   * Workaround for USB host off mode problem
2837   * Fix infinite loop in prcm interrupt handler
2838   * Fixes: NB#106485 - Device reboots/shutdown during BT file receiving
2839   * Fixes: NB#110835 - PVR: lock dependency bug
2840   * Fixes: NB#111633 - Kernel fault while encoding high quality jpeg
2841     image
2842   * Fixes: NB#109980, NB#111270 - Kernel crash while video playback and
2843     seek
2844   * Fixes: NB#109628 - Kernel crash while capturing an image
2845   * Audio/All: 396 lines changed.
2846   * Cellular/Common: 75 lines changed.
2847
2848  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 23 Apr 2009 16:22:25 +0300
2849
2850 kernel (2.6.28-20091706) intrepid; urgency=low
2851
2852   * rx-51-2009-17-6 release
2853   * Fixes: NB#110660, NB#110132 - touchscreen kernel oops
2854   * Fixes: NB#100059 - Led mux sysfs interface didn't read value
2855     properly.
2856   * Audio/All: 396 lines changed.
2857   * Cellular/Common: 75 lines changed.
2858
2859  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 23 Apr 2009 11:15:34 +0300
2860
2861 kernel (2.6.28-20091705) intrepid; urgency=low
2862
2863   * rx-51-2009-17-5 release
2864   * fix the serial.h header and make it userspace-friendly
2865   * Audio/All: 396 lines changed.
2866   * Cellular/Common: 75 lines changed.
2867
2868  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 22 Apr 2009 13:48:38 +0300
2869
2870 kernel (2.6.28-20091704r01) intrepid; urgency=low
2871
2872   * Changelog fixed (reopened bug removed).
2873
2874  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 21 Apr 2009 17:56:57 +0300
2875
2876 kernel (2.6.28-20091704) intrepid; urgency=low
2877
2878   * rx-51-2009-17-4 release
2879   * DSS2: VRFB: clear the FB area through the physical region
2880   * Audio/All: 396 lines changed.
2881   * Cellular/Common: 75 lines changed.
2882
2883  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 21 Apr 2009 17:31:54 +0300
2884
2885 kernel (2.6.28-20091703) intrepid; urgency=low
2886
2887   * rx-51-2009-17-3 release
2888   * Implemented touchscreen selftest
2889   * DSS2: Support for hardware rotation (VRFB)
2890   * DSS2: Improving TV-out quality
2891   * Fixes: NB#105366, NB#100858, NB#109342 - Charger not detected if
2892     connecting slowly
2893   * Added debugfs support to the WLAN driver
2894   * Audio/All: 396 lines changed.
2895   * Cellular/Common: 75 lines changed.
2896
2897  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 21 Apr 2009 17:19:09 +0300
2898
2899 kernel (2.6.28-20091702.1) intrepid; urgency=low
2900
2901   * Build linux-kernel-headers for any arch
2902
2903  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 21 Apr 2009 13:29:08 +0300
2904
2905 kernel (2.6.28-20091702) intrepid; urgency=low
2906
2907   * rx-51-2009-17-2 release
2908   * Revert problematic camera changes resulting to too dim viewfinder.
2909   * Fix kernel oops introduced by recent USB changes.
2910   * Audio/All: 396 lines changed.
2911   * Cellular/Common: 75 lines changed.
2912
2913  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 21 Apr 2009 13:20:07 +0300
2914
2915 kernel (2.6.28-20091701) intrepid; urgency=low
2916
2917   * rx-51-2009-17-1 release
2918   * Fixes: NB#110373, NB#108358, NB#109090 - DMA support
2919     rework
2920   * Fixes: NB#107713 - remove usb debugging messages
2921   * new dma support for musb: read ~20MB/sec, write ~23MB/sec
2922   * Fixes: NB#109732 - ALSA driver does not report delays accurately
2923   * Audio/All: 326 lines changed.
2924   * Cellular/Common: 75 lines changed.
2925
2926  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 20 Apr 2009 12:39:19 +0300
2927
2928 kernel (2.6.28-20091604) intrepid; urgency=low
2929
2930   * rx-51-2009-16-4 release
2931   * Fixes: NB#109717 - dspbridge doesn't clean up some resrouces when
2932     client process dies
2933   * FMTX internal chirp features are available
2934   * Audio/All: 326 lines changed.
2935
2936  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 17 Apr 2009 14:07:50 +0300
2937
2938 kernel (2.6.28-20091603r01) intrepid; urgency=low
2939
2940   * Changelog fixed.
2941
2942  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 16 Apr 2009 14:45:03 +0300
2943
2944 kernel (2.6.28-20091603) intrepid; urgency=low
2945
2946   * rx-51-2009-16-3 release
2947   * Fixes: NB#107480 - camera: fix sporadic crashes
2948   * Fixes: NB#103397 - camera: fix rgb -> yuv colour space conversion
2949   * Fixes: NB#105498 - camera: release resources in error conditions
2950   * Cellular/Common: 0 lines changed.
2951
2952  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 16 Apr 2009 14:26:43 +0300
2953
2954 kernel (2.6.28-20091602) intrepid; urgency=low
2955
2956   * rx-51-2009-16-2 release
2957   * enable CPU and IVA to run at 600 and 430Mhz respectively (OPP5)
2958   * Cellular/Common: 84 lines changed.
2959
2960  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 15 Apr 2009 13:52:30 +0300
2961
2962 kernel (2.6.28-20091601r01) intrepid; urgency=low
2963
2964   * Changelog fixed.
2965
2966  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 14 Apr 2009 14:02:52 +0300
2967
2968 kernel (2.6.28-20091601) intrepid; urgency=low
2969
2970   * rx-51-2009-16-1 release
2971   * Fixes: NB#105483 - camera: add DVFS (power-management) support
2972   * Fixes: NB#105312 - camera: fix error message prefixes
2973   * Fixes: NB#109981 - camera: remove useless console print
2974   * Cellular/Common: 84 lines changed.
2975
2976  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 14 Apr 2009 12:52:14 +0300
2977
2978 kernel (2.6.28-20091503r01) intrepid; urgency=low
2979
2980   * Changelog fixed.
2981
2982  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 14 Apr 2009 12:39:59 +0300
2983
2984 kernel (2.6.28-20091503) intrepid; urgency=low
2985
2986   * rx-51-2009-15-3 release
2987   * Fixes: NB#109873 - ensure UBIFS does not get stuck 100% full
2988   * fix DMA spurious interrupts
2989   * Proc filesystem is now free of BKLs
2990   * Fixes: NB#110053 - Sidetone routed only to left output using headset
2991     mic
2992   * DSS2: sync with the linux-dss tree
2993   * DSS2: fixes for video scaling, rotation
2994   * DSS2: support for 32bpp startup
2995   * Fixes: NB#106295 - prevent potential kernel crash in the MMC driver
2996   * Cellular/Common: 0 lines changed.
2997
2998  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 08 Apr 2009 17:04:34 +0300
2999
3000 kernel (2.6.28-20091502) intrepid; urgency=low
3001
3002   * rx-51-2009-15-2 release
3003   * Audio free of McBSP non-legacy interrupts
3004   * Accessory detection improvements
3005   * Fixes: NB#108050 - Fix TV-out detection on pre-B3 and later hardware
3006   * Fixes: NB#109979 - supress excessive iommu messages
3007   * Cellular/Common: 0 lines changed.
3008
3009  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 07 Apr 2009 14:52:29 +0300
3010
3011 kernel (2.6.28-20091501) intrepid; urgency=low
3012
3013   * rx-51-2009-15-1 release
3014   * Fix spurious interrupts from various GPIO-based HW
3015   * added a limit to the transmit queue in the WLAN driver
3016   * Cellular/Common: 0 lines changed.
3017
3018  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 06 Apr 2009 16:06:22 +0300
3019
3020 kernel (2.6.28-20091406) intrepid; urgency=low
3021
3022   * rx-51-2009-14-6 release
3023   * Fixes: NB#108723 - properly initialise TWL4030's MMC power lines
3024     after warm reboot
3025   * Fix off-mode instabilities on OMAP3 ES3.1
3026   * Fixes: NB#109033 - Prevent some mixer settings from turning ALSA PCM
3027     clocks off
3028   * Cellular/Common: 129 lines changed.
3029
3030  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 03 Apr 2009 14:41:10 +0300
3031
3032 kernel (2.6.28-20091405) intrepid; urgency=low
3033
3034   * rx-51-2009-14-5 release
3035   * Fixes: NB#109255 - Section mismatch compilation warnings
3036   * OMAP SSI and McSAAB fixes
3037   * Fixes: NB#107848 - fix CMT resetting in case of bursts of small DMA
3038     transfers
3039   * Cellular/Common: 129 lines changed.
3040
3041  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 02 Apr 2009 10:25:38 +0300
3042
3043 kernel (2.6.28-20091404r01) intrepid; urgency=low
3044
3045   * Changelog fixed.
3046
3047  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 01 Apr 2009 14:29:29 +0300
3048
3049 kernel (2.6.28-20091404) intrepid; urgency=low
3050
3051   * rx-51-2009-14-4 release
3052   * Touchscreen ESD watchdog implemented
3053   * Implemented: NR#191331 - REQ: Touchscreen ESD watchdog
3054   * Add possibility to write pre-emphasis setting for FMTX
3055   * Make FMTX wait properly for TX commands to finish
3056   * Make ALSA pcm pointer always report correct values
3057   * Cellular/Common: 0 lines changed.
3058
3059  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 01 Apr 2009 13:05:06 +0300
3060
3061 kernel (2.6.28-20091403) intrepid; urgency=low
3062
3063   * rx-51-2009-14-3 release
3064   * Fixes: NB#107896 - fix battery type detection
3065   * Cellular/Common: 0 lines changed.
3066
3067  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 31 Mar 2009 17:38:06 +0300
3068
3069 kernel (2.6.28-20091402) intrepid; urgency=low
3070
3071   * rx-51-2009-14-2 release
3072   * Camera: fix unwanted zoom
3073   * Fixes: NB#106972 - camera: viewfinder image area matches captured
3074     image
3075   * Fixes: NB#102985 - Fix I2C latency problems occurring after OFF mode
3076   * Cellular/Common: 0 lines changed.
3077
3078  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 31 Mar 2009 17:03:23 +0300
3079
3080 kernel (2.6.28-20091401) intrepid; urgency=low
3081
3082   * rx-51-2009-14-1 release
3083   * Fixes: NB#95702 - Workaround to missing reset line for usb
3084     transceiver
3085   * Fixes: NB#92370, NB#92676 - fix twl4030-usb-related compilation
3086     issues
3087   * Fixes: NB#103070 - Don't allow USB enumeration if no gadget driver
3088     is loaded
3089   * Synchronize USB driver with mainline
3090   * Cellular/Common: 0 lines changed.
3091
3092  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 30 Mar 2009 13:00:40 +0300
3093
3094 kernel (2.6.28-20091305) intrepid; urgency=low
3095
3096   * rx-51-2009-13-5 release
3097   * Fixes: NB#94234 - camera: improved crop support
3098   * Fixes: NB#107480 - camera: fix device crash
3099   * Cellular/Common: 0 lines changed.
3100
3101  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 27 Mar 2009 12:32:48 +0200
3102
3103 kernel (2.6.28-20091304) intrepid; urgency=low
3104
3105   * rx-51-2009-13-4 release
3106   * Fixes: NB#101824 - fix MMC shutdown
3107   * Cellular/Common: 0 lines changed.
3108
3109  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 26 Mar 2009 12:10:23 +0200
3110
3111 kernel (2.6.28-20091303) intrepid; urgency=low
3112
3113   * rx-51-2009-13-3 release
3114   * Fix dvfs issues
3115   * Fix off mode stability issues with ES3
3116   * Fix non-working voltage autocompensation
3117   * simple cleanups in the wl12xx driver
3118   * Cellular/Common: 0 lines changed.
3119
3120  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 25 Mar 2009 10:50:15 +0200
3121
3122 kernel (2.6.28-20091302) intrepid; urgency=low
3123
3124   * rx-51-2009-13-2 release
3125   * Fixes: NB#103490 - add missing "disable_kp" sysfs interface
3126   * ALSA configurations cannot hang the device anymore
3127   * Cellular/Common: 0 lines changed.
3128
3129  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 24 Mar 2009 15:23:21 +0200
3130
3131 kernel (2.6.28-20091301) intrepid; urgency=low
3132
3133   * rx-51-2009-13-1 release
3134   * Headphone muting no longer occurs after retention
3135   * Fixes: NB#106714 - in odd way after settings modification headset
3136     audio disappears
3137   * Fixes: NB#105788 - Use initial backlight level as set by the
3138     bootloader
3139   * Cellular/Common: 124 lines changed.
3140
3141  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 23 Mar 2009 16:40:29 +0200
3142
3143 kernel (2.6.28-20091206) intrepid; urgency=low
3144
3145   * rx-51-2009-12-6 release
3146   * Revert a change that caused lockdep warnings
3147
3148  --  Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 20 Mar 2009 13:41:56 +0200
3149
3150 kernel (2.6.28-20091205) intrepid; urgency=low
3151
3152   * rx-51-2009-12-5 release
3153   * Fixes: NB#94315 - fix too high isp1704/isp1707 power consumption
3154   * Fixes: NB#104657 - make g_file_storage draw vbus
3155   * Fixes: NB#104792 - bridgedriver modprobe kernel crash
3156
3157  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 19 Mar 2009 17:18:40 +0200
3158
3159 kernel (2.6.28-20091204r02) intrepid; urgency=low
3160
3161   * Fix a problem in changelog breaking build.
3162
3163  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 19 Mar 2009 16:59:57 +0200
3164
3165 kernel (2.6.28-20091204r01) intrepid; urgency=low
3166
3167   * Fix Lintian error (not-binnmuable-any-depends-any)
3168
3169  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 19 Mar 2009 16:34:58 +0200
3170
3171 kernel (2.6.28-20091204) intrepid; urgency=low
3172
3173   * rx-51-2009-12-4 release
3174   * Fixes: NB#103378 - 'sys_shmdt' performance regression in 2.6.28
3175     kernel
3176   * Fixes: NB#102970 - camera: fix noise lines in image
3177   * Fixes: NB#92509 - camera: avoid module removal crash
3178   * Fixes: NB#104172 - camera: limit flash current
3179   * Fix FMTX timing issues with production line
3180   * Force some alsa controls to report their changes
3181   * Fix an audio DMA bug for recording after playback
3182
3183  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 19 Mar 2009 15:02:30 +0200
3184
3185 kernel (2.6.28-20091203) intrepid; urgency=low
3186
3187   * rx-51-2009-12-3 release
3188   * Fixes: NB#104782 - Crash if number of applications reaches 6
3189   * Enable the new DSS2 display driver
3190   * wl12xx implements CTS protection
3191   * Fixes: NB#104904 - WLAN Packet corruption with high data rates
3192   * Fixes: NB#104647 - improve kernel boot time by disabling
3193     /bin/hotplug
3194
3195  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 18 Mar 2009 12:19:59 +0200
3196
3197 kernel (2.6.28-20091202r01) intrepid; urgency=low
3198
3199   * Fixed a problem in changelog breaking build.
3200
3201  --  Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 17 Mar 2009 16:32:04 +0200
3202
3203 kernel (2.6.28-20091202) intrepid; urgency=low
3204
3205   * rx-51-2009-12-2 release
3206   * Fix FMTX (radio) powering  issues
3207   * Make audio buffering more flexible and McBSP clocking safer
3208   * improve image quality by handle SBL overflows
3209   * Fixes: NB#97692 - fix kernel camera crashes while capturing photos
3210   * Fixes: NB#104316 - make camera daemon recognise /dev/video1
3211   * Make camera actually take pictures in all video modes
3212   * Fixes: NB#102530 - support more than one camera daemon at once
3213   * Fixes: NB#104243 - improve camera images quality
3214
3215  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 17 Mar 2009 15:30:51 +0200
3216
3217 kernel (2.6.28-20091201) intrepid; urgency=low
3218
3219   * rx-51-2009-12-1 release
3220   * Fix off mode stability issues
3221   * Enable dynamic power management for SGX
3222   * Fixes: NB#104723 - read-only pages are incorrectly marked as
3223     executable
3224
3225  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 17 Mar 2009 12:05:52 +0200
3226
3227 kernel (2.6.28-20091104r01) intrepid; urgency=low
3228
3229   * rx-51-2009-11-4 release
3230   * Fixes: NB#105537 - turning CABC to off turns the backlight off
3231   * Make audio consume minimal amount of power
3232   * I2C and twl4030-madc performance and reliability fixes
3233   * Fixes: NB#104788 - device hangs when loading bridgedriver
3234   * Fixes: NB#104459 - do not enable all GPIOs marked as output at boot
3235
3236  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 12 Mar 2009 14:35:41 +0200
3237
3238 kernel (2.6.28-20091103) intrepid; urgency=low
3239
3240   * rx-51-2009-11-3 release
3241   * Improvements and bugs fixed
3242   * Cleanups in wl12xx for upstream release
3243   * Fixes: NB#98579 - wl12xx: add short slot support
3244   * Fixes: NB#101619 - Multiple SSIDs are not working
3245   * Fixes: NB#98578 - wl12xx: add short preamble support
3246   * Suspend/resume works also when camera is in use now.
3247   * LSC error handling improvements.
3248   * Support daemon for more than one camera at once.
3249   * Make aic34b play without noise
3250   * Use automatic stereo and mono switching for FMRX
3251   * Fix detection of WH-200 and WH-201 wired headsets
3252   * Disable unused codec input pins for aic34a
3253   * Fixes: NB#100430 - Poor FMRX sensitivity
3254   * Fixes: NB#102187 - Some wired headsets are not recognized when
3255     plugged in
3256
3257  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 11 Mar 2009 11:11:04 +0200
3258
3259 kernel (2.6.28-20091102r01) intrepid; urgency=low
3260
3261   * rx-51-2009-11-2 release
3262   * Fixes: NB#88151 - WLAN transmission rate is always 1 Mbit/s
3263
3264  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 10 Mar 2009 16:56:23 +0200
3265
3266 kernel (2.6.28-20091101) intrepid; urgency=low
3267
3268   * rx-51-2009-11-1 release
3269   * DSS2 bug fixes (DSS2 is still not enabled in Kconfig)
3270   * Fix TV-OUT when changing its plane attributes
3271   * upgrade to SGX 1.3 (fingers crossed)
3272   * Fixes: NB#104671 - kernel debugging overhead is too high
3273   * Fixes: NB#103310 - touches registered nowhere near where you pressed
3274   * Touchscreen driver fixed to ignore duplicate samples
3275
3276  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 09 Mar 2009 17:34:09 +0200
3277
3278 kernel (2.6.28-20091002) intrepid; urgency=low
3279
3280   * rx-51-2009-10-2 release
3281   * Fix phonet redirection
3282   * Fixes: NB#102996 - fix CMT crashes when READY message is sent twice
3283
3284  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 04 Mar 2009 14:49:03 +0200
3285
3286 kernel (2.6.28-20091001r01) intrepid; urgency=low
3287
3288   * rx-51-2009-10-1 release
3289   * Added support for disabling VUSB regulators.
3290   * Fixes: NB#97317 - TWL5030 USB regulators are always active
3291   * Simplify bluetooth pairing process
3292
3293  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 02 Mar 2009 18:11:26 +0200
3294
3295 kernel (2.6.28-20090902) intrepid; urgency=low
3296
3297   * rx-51-2009-09-2 release
3298   * Partial fix for bug 94234 (crop doesn't work correctly in V4L2 API)
3299   * a lot of cosmetic cleanups in camera code
3300   * cmt_speech DMA transfers not aligned to cacheline size
3301   * upgrade CMT speech driver to v0.2
3302
3303  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 27 Feb 2009 08:37:51 +0200
3304
3305 kernel (2.6.28-20090901) intrepid; urgency=low
3306
3307   * rx-51-2009-09-1 release
3308   * HACK: OMAP3: fix broken DVFS
3309   * OMAP: McBSP: Retain McBSP FCLK clockactivity
3310   * OMAP: tsc2005: Compatibility with both evdev and tslib
3311   * HACK: omap iommu: temporary disable iommu for iva2
3312
3313  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 24 Feb 2009 09:08:01 +0200
3314
3315 kernel (2.6.28-20090802) intrepid; urgency=low
3316
3317   * rx-51-2009-08-2 release
3318   * TIDSPBRIDGE: PM compatible release
3319   * Fixes: NB#101622, NB#102195
3320   * Fixed cloning for TVOUT.
3321   * camera: update rx51_defconfig for smia_sensor driver
3322   * OMAP: fix oprofile
3323   * Fixes: NB#94793
3324   * HACK: omap iommu: temporary disable iommu for iva2
3325
3326  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 20 Feb 2009 14:45:04 +0200
3327
3328 kernel (2.6.28-20090801) intrepid; urgency=low
3329
3330   * rx-51-2009-08-1 release
3331   * TIDSPBRIDGE: Merged upstream PM patches
3332   * Fixes: NB#101622
3333   * Detect removal of one MicroSD card and insertion of another. Fixes:
3334     NB#100483.
3335   * wl12xx: fix null frame template bssid
3336   * wlan: Fixed bug that was causing 70-80% packet loss with power
3337     saving enabled
3338   * bluetooth: No changes in this release
3339   * Fixes: NB#102001
3340   * lis302dl: power state was kept inconsistently, i2c communication
3341     returns type-casted
3342   * leds: lp5523: don't use uninitialized value
3343   * Partly fixing the bug 94052: New LED-interface doesn't (always) work
3344   * Fixes: NB#94052
3345   * RX51: Make accessory detection more tolerant to slow plug.
3346   * RX51: Fix broken open cable connection detection.
3347   * ASoC: TLV320AIC3X: Remove one extra line.
3348   * ASoC: TLV320AIC3X: Fix volume ranges.
3349   * ASoC: TLV320AIC3X: Add TLV information for volume controls.
3350   * ASoC: RX51: Add TLV information for board amplifiers.
3351   * ARM: OMAP: Allow I2C bus driver to be compiled as a module
3352   * Fixes: NB#83357
3353   * SPI: tsc2005: fix - spurious pen-up events under preemptive kernel
3354   * OMAPFB: Fix color mode handling when cloning planes
3355   * OMAPFB: Retention / OFF mode support
3356   * OMAPFB: Fix for module build
3357   * rx51: Drop mt9p012t and tcm8330md sensors
3358   * omap3: Fix ISP resources
3359   * rx51: change board files for smia-sensor
3360   * Do stuff.
3361
3362  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 19 Feb 2009 14:39:00 +0200
3363
3364 kernel (2.6.28-20090702r01) intrepid; urgency=low
3365
3366   * rx-51-2009-07-2 release
3367   * Fixes: NB#98712
3368   * DSPBRIDGE: Add PM patches which will be replaced by the official
3369     ones
3370   * Set MMC slot_names to "internal" and external".
3371   * Change kernel command line to select UBI MTD by name.
3372   * Select mtdoops MTD by name.
3373   * Fixes: NB#100165
3374   * Cellular: a bunch of Coverity issues fiexs
3375   * Cellular: an OOPS in out-of-memory condition
3376   * mac80211: unlock while canceling work task
3377   * wl12xx: Fix scan deadlock
3378   * wl12xx: Fixed debugging in irq_work
3379   * wl12xx: Abstracted plt initialization code
3380   * wl12xx: Abstracted wl12xx_hw_init() into chip-specific functions
3381   * wl12xx: Moved hw init routines to a separate file
3382   * wl12xx: Moved function declarations to the bottom of the acx.h file
3383   * bluetooth: Increase timeout for chip detection
3384   * bluetooth: ti1273: Add support for ti1273
3385   * bluetooth: Drop support for brf6150 bluetooth chip
3386   * bluetooth: rx71: add bluetooth configuration for rx71 board
3387   * Fixes: NB#99272
3388   * RX51: McBSP: Fix spinlocks to be irq safe
3389   * OMAP: ASoC: Fix spinlock misuse in omap-pcm.c
3390   * ALSA: ASoC: TLV320AIC3X: Update for proper functionality with 2.6.28
3391   * RX51 ASoC: Disable TPA6130 HP amplifier when fmtx is enabled
3392   * rx51_defconfig: add CONFIG_KEYBOARD_TWL4030
3393   * rx51_defconfig: Enable vibra in defconfig
3394   * twl4030-vibra: Unloading vibra modul fails
3395   * OMAP McSPI: Fix context save/restore
3396   * OMAP McSPI: spin_unlock_irq() missing
3397   * OMAP: tsc2005 finetuning
3398   * Fixes: NB#93760
3399   * OMAPFB: Workaround for boot time display init problem
3400   * omap34xxcam: allow opening device without sensor
3401   * omap34xcam: Power down slave in registration only if powerup
3402     succeeded
3403   * omap34xxcam: Make omap34xxcam_slave_power_suggest nop when delay is
3404     zero
3405   * et8ek8: Power up fixes
3406   * vs6555: Power up fixes.
3407   * ad5820: Power up changes.
3408   * adp1653: Power up changes.
3409   * et8ek8: add support for V4L2_CID_TEST_PATTERN
3410   * V4L: add V4L2_CID_TEST_PATTERN
3411
3412  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 13 Feb 2009 11:18:19 +0200
3413
3414 kernel (2.6.27-20090603) intrepid; urgency=low
3415
3416   * rx-51-2009-06-3 release
3417   * Add UBIFS patches queued for mainline. Fixes: NB#96915
3418   * usb: musb: big dma rewrite
3419   * usb: musb: context save/restore for musb
3420   * usb: gadget: enable second configuration on file_storage
3421   * PVR: downgraded Updated to the Tungsten september code drop
3422   * OMAPFB: Retention / OFF mode support
3423
3424  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 04 Feb 2009 17:31:20 +0200
3425
3426 kernel (2.6.27-20090602) intrepid; urgency=low
3427
3428   * rx-51-2009-06-2 release
3429   * LIRC RX51: Enable lirc_rx51 modules in rx51_defconfig
3430   * Add LIRC support for RX51 CIR
3431   * Export dmtimer functions
3432   * Merge lirc_dev from upstream
3433   * Implemented: NR#190495, NR#191312, NR#190495
3434   * Two corrections needed for OFF mode testing:
3435   * I2C: OMAP: Add missing wakeup events
3436   * I2C: OMAP: Include OMAP_I2C_SYSC_REG in save and restore
3437   * omap34xcam: Power down slave in registration only if powerup
3438     succeeded
3439   * omap34xxcam: Make omap34xxcam_slave_power_suggest nop when delay is
3440     zero
3441   * et8ek8: Power up fixes
3442   * vs6555: Power up fixes.
3443   * ad5820: Power up changes.
3444   * adp1653: Power up changes.
3445   * et8ek8: sensor i2c interface must be initialized before reading
3446     EEPROM
3447   * smiaregs: smiaregs.h is not meant for user space at all
3448   * smiaregs: add magic to firmware to identify it and its version
3449   * et8ek8: add support for V4L2_CID_TEST_PATTERN
3450   * V4L: add V4L2_CID_TEST_PATTERN
3451   * Fixes: NB#100074, NB#90371, NB#90280
3452
3453  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 04 Feb 2009 15:20:09 +0200
3454
3455 kernel (2.6.27-20090601) intrepid; urgency=low
3456
3457   * rx-51-2009-06-1 release
3458   * wl12xx: Fix scan deadlock
3459   * bluetooth: Don't try to lock resources twice
3460   * bluetooth: Update uart initialization
3461   * Fixes: NB#99164
3462   * watchdog: fix kernel crash when probing omap_wdt
3463   * Fixes: NB#83301
3464   * RX51: Accessory detection reliability improvements
3465   * RX51: Report TV out and physical insert using the jack reporting API
3466   * ALSA: Add support for video out to the jack reporting API
3467   * ALSA: Reduce boilerplate for new jack types
3468   * ALSA: Add support for mechanical jack insertion
3469
3470  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 02 Feb 2009 15:56:26 +0200
3471
3472 kernel (2.6.27-20090504) unstable; urgency=low
3473
3474   * rx-51-2009-05-4 release
3475   * Set CONFIG_BRIDGE_DEBUG=n
3476   * Fixes: NB#96913
3477   * rx51: Use KEY_F8 for volume down key
3478   * Fixes: NB#94898
3479   * sunrpc: do not pin sunrpc module in the memory. Fixes: NB#88240
3480
3481  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 28 Jan 2009 16:35:13 +0200
3482
3483 kernel (2.6.27-20090503) unstable; urgency=low
3484
3485   * rx-51-2009-05-3 release
3486   * DSS: Increase delay before switching to LCD backlight control
3487
3488  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 27 Jan 2009 20:00:21 +0200
3489
3490 kernel (2.6.27-20090502) unstable; urgency=low
3491
3492   * rx-51-2009-05-2 release
3493   * PVR: Updated to the Tungsten september code drop
3494   * DSS: Added support to change TV standard
3495   * PVR: Export header needed for user space
3496   * PVR: Add support for LCD Content Adaptive Backlight Control
3497   * Implemented: NR#192922
3498
3499  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 27 Jan 2009 17:58:23 +0200
3500
3501 kernel (2.6.27-20090501) unstable; urgency=low
3502
3503   * rx-51-2009-05-1 release
3504   * wl12xx: Align packets to 32-bit boundary
3505   * Fixes: NB#98600
3506
3507  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 26 Jan 2009 19:42:48 +0200
3508
3509 kernel (2.6.27-20090402) unstable; urgency=low
3510
3511   * rx-51-2009-04-2 release
3512   * bluetooth: Don't try to lock resources twice
3513   * bluetooth: Update uart initialization
3514   * Bluetooth: Fix leak of uninitialized data to userspace
3515   * Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_strings
3516   * Bluetooth: Send HCI Reset command by default on device
3517     initialization
3518   * Bluetooth: Enable per-module dynamic debug messages
3519   * Bluetooth: Fix format arguments warning
3520   * Bluetooth: Fix RFCOMM release oops when device is still in use
3521   * Bluetooth: Fix issue with return value of rfcomm_sock_sendmsg()
3522   * Bluetooth: Preparation for usage for SOL_BLUETOOTH
3523   * Bluetooth: Add global deferred socket parameter
3524   * Bluetooth: Add support for deferring RFCOMM connection setup
3525   * Bluetooth: Add support for deferring L2CAP connection setup
3526   * Bluetooth: Reject incoming SCO connections without listeners
3527   * Bluetooth: Fix SCO state handling for incoming connections
3528   * Bluetooth: Add enhanced security model for Simple Pairing
3529   * Bluetooth: Replace L2CAP link mode with security level
3530   * Bluetooth: Replace RFCOMM link mode with security level
3531   * Bluetooth: Pause RFCOMM TX when encryption drops
3532   * Bluetooth: Disconnect L2CAP connections without encryption
3533   * Bluetooth: Restrict application of socket options
3534   * Bluetooth: Update version numbers
3535   * Fixes: NB#90538
3536   * ARM: OMAP: Remove experimental barriers from sidetone core
3537   * ASoC: Use TDM mode instead of I2S
3538   * ARM: OMAP: Add sidetone feature for OMAP34xx McBSP ports 2 and 3.
3539     Implemented: NR#192024.
3540   * omap3isp: Wait for submodules in isp_stop()
3541   * rx51: more reliable powerup and detection
3542   * omap34xxcam: allow opening device without sensor
3543   * omap34xxcam: fix potential locking bug in vidioc_cropcap
3544   * Fixes: NB#97692
3545   * Fixes: NB#88907
3546
3547  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 22 Jan 2009 16:14:56 +0200
3548
3549 kernel (2.6.27-20090401) unstable; urgency=low
3550
3551   * rx-51-2009-04-1 release
3552   * McBSP: Provide functions for ASoC frame syncronization
3553   * ASoC: Always syncronize audio transfers on frames
3554   * ARM: OMAP3: Enable writing to XCCR and RCCR McBSP registers for OMAP
3555     2430/34xx
3556   * Revert "FMTX: Disable Transmit Audio Dynamic Range Control by
3557     default"
3558   * Revert "OMAP: Fix McBSP spin_lock deadlock"
3559   * OMAP: Fix McBSP spin_lock deadlock
3560
3561  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 19 Jan 2009 18:11:23 +0200
3562
3563 kernel (2.6.27-20090304) unstable; urgency=low
3564
3565   * rx-51-2009-03-4 release
3566   * Just changed the daemon ioctl numbers, once again...
3567   * omap iommu: disable iva2 iommu temporary
3568   * V4L: add flash light control ids
3569   * adp1653: move header file to include/media, renumber controls
3570   * rx51: update adp1653.h path
3571   * Fixes: NB#97752
3572
3573  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 16 Jan 2009 15:59:55 +0200
3574
3575 kernel (2.6.27-20090303r01) unstable; urgency=low
3576
3577   * Fixed changelog.
3578   * Implemented: NR#192687.
3579   * f_obex: Don't enable/disable each OBEX function more than once
3580
3581  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 16 Jan 2009 14:26:54 +0200
3582
3583 kernel (2.6.27-20090303) unstable; urgency=low
3584
3585   * rx-51-2009-03-3 release
3586   * usb: musb: mA sysfs entry
3587   * RX51: Give the single thread queue a name
3588   * RX51: Improve accessory detection
3589   * RX51: Detect accessories on module load
3590   * RX51: Detect connection of an open cable
3591   * RX51: Add support for basic headset button
3592   * Implemented: NR#191262, NR#192937
3593   * FMTX: Do not let the tune measure run if the chip is not powered
3594   * FMTX: Use proper default values. Fix a copy paste bug also.
3595   * FMTX: Disable Transmit Audio Dynamic Range Control by default
3596   * vs6555: Rework initialisation, use default xclk
3597   * et8ek8: Rework initialisation
3598   * rx51: Set wait_hs_vs 2 for acmelite
3599   * omap3camd: Set maximum blob size 1 << 18
3600   * Fixes: NB#97358
3601
3602  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 16 Jan 2009 13:06:31 +0200
3603
3604 kernel (2.6.27-20090302) unstable; urgency=low
3605
3606   * rx-51-2009-03-2 release
3607   * Add UBI patches from mainline
3608   * Add MMC patches from OMAP mailing list
3609   * Add MMC cover detection
3610   * wl12xx: fix hw scan to work with dma
3611   * wl12xx: Fixed a few warnings on wl1271.c
3612   * wl12xx: Fix hardware scan
3613   * mac80211: Don't reassociate from the kernel space
3614   * Ignore RESET_BSS event for now
3615   * wl12xx: don't use Extreme Low Power mode
3616   * Remove sleeping functions from __rfcomm_dlc_close
3617   * wl12xx: Abstracted interrupt handling code
3618   * wl12xx: Target enable interrupts functions is now chip-dependent
3619   * patch "omap2_mcspi: disable DMA" was removed
3620   * Fixes: NB#97315, NB#88968, NB#93545, NB#86551
3621   * Fixes: NB#90503
3622   * Implemented: NR#192636
3623
3624  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 14 Jan 2009 17:49:07 +0200
3625
3626 kernel (2.6.27-20090301) unstable; urgency=low
3627
3628   * rx-51-2009-03-1 release
3629   * Adds UBIFS patches from linux-next
3630   * Fixes: NB#87571
3631   * Added FB cloning support
3632   * omap3isp: Allow wait_hs_vs to be less than 1.
3633   * omap3isp: Call isp_buf_init() also in isp_configure_interface()
3634   * omap3hack: omap_previewer_hack.c call isp conf
3635   * Fixes: NB#93833
3636   * omap34xxcam: Make delayed slave power off configurable
3637   * omap34xxcam: Disable delayed slave poweroff
3638   * omap3isp: Unblock statistics ioctls
3639   * omap3camd: Redefine daemon ioctl numbers
3640   * omap3isp: Cleanups
3641   * ad5820: remove control id definitions and move to include/media
3642   * rx51: update board files to new header file path
3643   * V4L: add ad5820 focus specific custom controls
3644   * Fixes: NB#93201, NB#89644
3645   * kint completed successfully, kint_result contains the merge outcome
3646
3647  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 12 Jan 2009 13:14:13 +0200
3648
3649 kernel (2.6.27-20090202r03) unstable; urgency=low
3650
3651   * Fixed bugfix set: remove 92605.
3652
3653  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 09 Jan 2009 14:19:58 +0200
3654
3655 kernel (2.6.27-20090202r02) unstable; urgency=low
3656
3657   * i2c: i2c-omap: Fix BUFSTAT_REG reading
3658   * i2c: i2c-omap: Fix standard and fast mode prescalers
3659
3660  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 08 Jan 2009 16:53:15 +0200
3661
3662 kernel (2.6.27-20090202r01) unstable; urgency=low
3663
3664   * input: keyboard: twl4030 keypad Kconfig dependency fix
3665
3666  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 08 Jan 2009 13:22:24 +0200
3667
3668 kernel (2.6.27-20090202) unstable; urgency=low
3669
3670   * Aded missed patches.
3671     - rx51_defconfig: add CONFIG_KEYBOARD_TWL4030
3672     - rx51_defconfig: add oprofile module
3673
3674  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 08 Jan 2009 12:17:04 +0200
3675
3676 kernel (2.6.27-20090201) unstable; urgency=low
3677
3678   [ Adrian Hunter <ext-adrian.hunter@nokia.com> ]
3679   * Omits 2 patches reverted in rx-51-2009-01-1
3680     - omap-hsmmc: Implement scatter-gather emulation
3681     - HSMMC: Limit internal MMC clock to 16 MHz
3682   * Updates mmc_block patches
3683
3684   [ Sakari Ailus <sakari.ailus@nokia.com> ]
3685   * omap iommu: Do proper vunmap() in vunmap_sg()
3686   * omap34xxcam: Fix module author e-mail.
3687   * omap34xxcam: Get rid of hw resources
3688   * omap3isp: Add interface type ISP_NONE for preview / resizer only operation
3689   * ad5820: Compile fix.
3690   * vs6555: remove remains of built-in modelist and other unneeded lines
3691   * vs6555: change exposure value units to microseconds
3692   * ad5820: change focus control name to standard
3693   * adp1653: remove unused definitions
3694   * V4L: Create control class for sensor mode
3695   * smiaregs: add support for mode information controls
3696   * et8ek8: replace g_smia_mode with V4L2 controls
3697   * mt9p012: remove g_smia_mode
3698   * vs6555: VIDIOC_QUERYCTRL now returns proper value for exposure step
3699   * vs6555: add mode information controls
3700   * smiaregs: add sensitivity parameter
3701   * tcm8330md: remove g_smia_mode
3702   * ad5820: move header file to include/media due to public kernel interface
3703   * rx51: update location of ad5820.h
3704   * omap3isp: Fix error checking for isp_addr in isp_vbq_prepare
3705   * omap3hack: omap-previewer-cleanup-code-and-character-device-creation
3706   * omap3isp: corect applying of RGB2RGB, RGB2YUV and WBAL
3707   * Revert "omap iommu: Do proper vunmap() in vunmap_sg()"
3708   * omap iommu: upstream update-20081229
3709   * omap3isp: omap iommu upstream update-20081229
3710   * Fixes: NB#89932, NB#90572, NB#91100, NB#91546, NB#88700, NB#90156, NB#91499
3711   * Fixes: NB#92356, NB#88689
3712
3713  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 07 Jan 2009 14:24:29 +0200
3714
3715 kernel (2.6.27-20090102) unstable; urgency=low
3716
3717   * rx51_defconfig: add console=tty0 to cmd_line
3718   * bluetooth: don't set WAKEUPEN on CTS line
3719   * Don't mask rtc-twl4030 alarm interrupts on shutdown
3720
3721   [ Rémi Denis-Courmont <remi.denis-courmont@nokia.com> ]
3722   * Fix compilation
3723
3724   [ Felipe Balbi <felipe.balbi@nokia.com> ]
3725   * Fixes: NB#92211
3726   * Fixes: NB#96353
3727
3728   [ Eero Nurkkala <ext-eero.nurkkala@nokia.com> ]
3729   * This patch fixes possibly several audio related odds.
3730   * There's no single bug that may be pointed out.
3731
3732   [ Sakari Ailus <sakari.ailus@nokia.com> ]
3733   * Fixed patch names, no other changes
3734
3735   [ Imre Deak <imre.deak@nokia.com> ]
3736   * TSC2005: fix typo in disable ts call
3737   * TSC2005: get irq number from spi->irq instead of platform_data
3738
3739  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 30 Dec 2008 19:31:01 +0200
3740
3741 kernel (2.6.27-20090101) unstable; urgency=low
3742
3743   * rx-51-2009-01-1 release.
3744   * f_obex: Don't enable/disable each OBEX function more than once.
3745   * usb: musb: fix busy field handling, fixes: NB#93569, NB#94576.
3746   * usb: musb: remove charger sysfs entry on failure path.
3747
3748  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 29 Dec 2008 13:35:40 +0200
3749
3750 kernel (2.6.27-20085103) unstable; urgency=low
3751
3752   * rx-51-2008-51-3 release
3753   * bluetooth: don't set WAKEUPEN on CTS line
3754
3755  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 18 Dec 2008 17:09:17 +0200
3756
3757 kernel (2.6.27-20085102) unstable; urgency=low
3758
3759   * rx-51-2008-51-2 release
3760   * Fix some PM issues in bluetooth device driver
3761   * vs6555: remove remains of built-in modelist and other unneeded lines
3762   * vs6555: change exposure value units to microseconds
3763   * Sync SSI DMA area before unmapping - Fixes: NB#95089
3764
3765  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 17 Dec 2008 11:54:22 +0200
3766
3767 kernel (2.6.27-20085101r01) unstable; urgency=low
3768
3769   * Fixes bugfixing line
3770
3771  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 15 Dec 2008 17:25:01 +0200
3772
3773 kernel (2.6.27-20085101) unstable; urgency=low
3774
3775   * rx-51-2008-51-1 release
3776   * Remove rx51_camera_btn driver
3777   * ARM: OMAP: RX-51: Fix Fn/Shift keymap
3778   * Revert "HSMMC: Limit internal MMC clock to 16 MHz"
3779   * Revert "omap-hsmmc: Implement scatter-gather emulation"
3780   * Enable leds_twl4030_vibra
3781   * Fixes: NB#95651, NB#95173
3782
3783  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 15 Dec 2008 17:01:48 +0200
3784
3785 kernel (2.6.27-20085002r01) unstable; urgency=low
3786
3787   * Fixes bugfixes list.
3788
3789  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 10 Dec 2008 14:57:51 +0200
3790
3791 kernel (2.6.27-20085002) unstable; urgency=low
3792
3793   * rx-51-2008-50-2 release
3794   * rx51: peripheral: define +/- keycode
3795   * dsp bridge updates / fixes
3796   * Fixes: NB#94689, NB#94627, NB#94185, NB#94627, NB#94228
3797
3798  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 09 Dec 2008 16:07:35 +0200
3799
3800 kernel (2.6.27-20085001) unstable; urgency=low
3801
3802   * rx-51-2008-50-1 release
3803   * CAMERA: IOMMU update "no more multi-hit-fault" from Hiroshi Doyu
3804   * CAMERA: White balance coefficient fixes from Gjorgji Rosikopulos
3805   * CAMERA: Fix (some) daemon/app communication deadlocks
3806   * CAMERA: Make omap34xxcam_daemon_daemon_req_sync() interruptible
3807   * CAMERA: Make OMAP34XXCAM_DAEMON_REQ_HW_INIT only when powering on
3808     the device
3809   * CAMERA: The RAW capture fixes in the earlier tag also fix YUV
3810     capture, apparently
3811   * fix Xv bug where color conversion wasn't setup properly
3812   * Fix a bug that caused xv to produce black image on the screen
3813   * rx51_defconfig: add oprofile module
3814   * g_phonet: variables naming fixes
3815   * g_phonet: missing initializer
3816   * g_phonet: use Phonet ARP type
3817   * usb: gadget: don't wait for completion twice
3818   * Fixes: NB#94794, NB#94495, NB#94794
3819   * Implements: none
3820
3821  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 09 Dec 2008 13:36:23 +0200
3822
3823 kernel (2.6.27-20084904r01) unstable; urgency=low
3824
3825   * Added kernel-modules-debug package
3826   * Changelog cleanup after autocreation
3827
3828  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 08 Dec 2008 15:13:49 +0200
3829
3830 kernel (2.6.27-20084904) unstable; urgency=low
3831
3832   * rx-51-2008-49-4 release
3833   * Camera: Pink YUV is gone, now it's largely green. Much better
3834   * Remove cmt_speech protocol message debugging
3835   * usb: gadget: phonet: fix ep_choose again
3836   * usb: musb: fix up mode1 dma
3837   * ASoC: OMAP: Apply channel constrains to RX51 machine driver
3838   * RX51: CONFIG_NOKIA_AV_DETECT relocation
3839   * RX51: rx51_defconfig: CONFIG_NOKIA_AV_DETECT relocation
3840   * ASoC: RX51: Improve support for accessory detection and reporting
3841   * ARM: OMAP: Add initial support for dynamically updating GPIO
3842     switches
3843   * RX51: Add headphone GPIO number into audio board file and nokia-av.h
3844   * RX51: Report headphone and headset detection using jack reporting
3845     API
3846   * RX51: Add jack reporting API (SND_JACK) to rx51_defconfig
3847   * ALSA: Add jack reporting API
3848   * ALSA: Build jack detection
3849   * ALSA: Handle NULL jacks in snd_jack_report()
3850   * ALSA: jack: lineout support to jack abstraction layer
3851   * Fixes: NB#94646
3852
3853  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 05 Dec 2008 15:50:24 +0200
3854
3855 kernel (2.6.27-20084903) unstable; urgency=low
3856
3857   * rx-51-2008-49-3 release
3858   * fix SDI breakage at suspend
3859   * Screen wakes up after it is blanked
3860   * OMAP3: PM: Uart clock handling fixes
3861   * OMAP3: PM: Prevent PER from going OFF when CORE is going INA
3862   * OMAP3: GPIO fixes for off-mode
3863   * OMAP3: Fixes for suspend / resume GPIO wake-up handling
3864
3865  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 04 Dec 2008 15:46:22 +0200
3866
3867 kernel (2.6.27-20084902r01) unstable; urgency=low
3868
3869   * fixed changelog entries for bugfixes.
3870
3871  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 04 Dec 2008 13:15:29 +0200
3872
3873 kernel (2.6.27-20084902) unstable; urgency=low
3874
3875   * rx-51-2008-49-2 release
3876   * usb: dma mode1 for RX working
3877   * Fixes: NB#94003
3878   * Fixes: NB#92611
3879   * Fixes: NB#94119
3880
3881  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 03 Dec 2008 14:17:22 +0200
3882
3883 kernel (2.6.27-20084901r01) unstable; urgency=low
3884
3885   * MADC Fix from Mikko Ylinen
3886   * display goes blank w/o serial-console enabled (related: NB#88155)
3887   * implements: NR#192889
3888   * Fixes: NB#92992
3889   * Fixes: NB#93275
3890   * omap iommu: temporary disable iva2 iommu
3891   * rx51_defconfig: add CONFIG_KEYBOARD_TWL4030
3892   * input: keyboard: twl4030 keypad Kconfig dependency fix
3893   * i2c: i2c-omap: Fix BUFSTAT_REG reading
3894   * i2c: i2c-omap: Fix standard and fast mode prescalers
3895   * PM: Changed secure RAM storage size from 0x8000 to 0x803F
3896   * DRM-tungsten: Define __linux__
3897   * disable the DRM authentication so /dev/dri/card0 is accessible for
3898     nonroot
3899   * Update rx51_defconfig
3900   * Import the Thungsten version of the DRM kernel modules
3901   * Import Imagination PowerVR services kernel mode tree
3902   * RX-51: enable TV-out in rx51_defconfig
3903   * VENC: Introduce video encoder support
3904   * DISPC: Interlacing support
3905   * DISPC: Introduce digital_panel to omapfb_device
3906   * DISPC: Add more IRQ error flags
3907   * DISPC: Issue GOLCD or GODIGITAL after changing video settings
3908   * OMAPFB: make it possible to build as module
3909   * VM: export get_vm_area
3910   * RX-51: OMAPFP: enable boot loader splash screen support in defconfig
3911   * OMAPFB: bootloader splash screen support
3912   * twl4030-madc
3913   * board-rx51-peripheral: Use correct ARRAY_SIZE when registering i2c
3914     bus
3915   * I2C: tsl2563: Fix unlocking issue in adc sysfs entries
3916   * RX51: defconfig update for lp5523 driver move
3917   * leds: lp5523: move to drivers/leds
3918   * RX51-Peripherals: Add platform data for lp5523 led driver
3919   * I2C: LP5523: Register separate leds
3920   * rx51: Add camera button to rx51_defconfig
3921   * rx51-peripheral: Add camera button
3922   * ARM: OMAP2: RX51 Camera Button Driver
3923   * RX51: Add lis302dl to rx51_defconfig
3924   * RX51-Peripherals: Add lis302dl driver
3925   * I2C: add support for lis302dl accelerometer driver
3926   * RX51-Peripherals: Add tsl2563 ambient light sensor driver
3927   * RX51-Peripherals: Add LP5523 led driver
3928   * I2C: add support for LP5523 LED driver
3929   * iphb: Making memory allocation atomic in netfilter out hook.
3930   * bluetooth: Disable incoming connection tracking in DUT mode
3931   * DSPBRIDGE: Mapping sidetone registers
3932   * DSPBRIDGE: Free resources when user fails to do so
3933   * BRIDGE: Fix memory leak in PROC_Init()
3934   * BRIDGE Save mailbox settings for suspend-resume
3935   * BRIDGE: Fix bug in HW Mailbox messaging
3936   * omap3isp: Simplify buffer flushing; just use flush_cache_all()
3937   * omap3isp: Don't enable LSC in interrupt in LSC errors
3938   * H3a Aewb first frame statistics fix
3939   * Now using video port for RAW capture
3940   * omap3isp: Select OMAP_IOMMU in Kconfig
3941   * omap3isp: Wait for SBL to finish before dequeuing buffers.
3942   * ISP: ispccdc.c: Fix output horizontal pixel count:
3943     ISPCCDC_HORZ_INFO[NPH]
3944   * omap3isp: Suppress dummy printks.
3945   * preview hack: Adapt to iommu changes.
3946   * omap isp: introduce omap iommu to replace camera ispmmu module
3947   * Revert "omap3isp: Use iommu more directly. Cleanup still needed."
3948   * omap3isp: Apply crop again.
3949   * omap3isp: Ignore all interrupts before the first HS_VS.
3950   * omap3isp: Use correct number of lines in preview
3951   * omap3isp: Sensor pattern and VP fix for YUV capture
3952   * omap3isp: Make PREV_DONE callback usable again.
3953   * omap3isp: Fix isp_s_fmt_cap crop for raw capture
3954   * omap3isp: Move irqstatus printing at the end of the handler.
3955   * omap3isp: Wait for HS_VS interrupt before dequeueing buffers.
3956   * omap3isp: Remove extra printks.
3957   * ISP: ispccdc: Change ISPCCDC_VERT_LINES to height - 1 for RAW
3958     Capture
3959   * ISP: ispccdc: Change VDPOL == 0 in ISPCCDC_SYN_MODE for RAW capture
3960   * omap3isp: Flush buffers also when queueing.
3961   * rx51: Include iommu in default configuration.
3962   * rx51: Add camera devices to defconfig.
3963   * adjust ispmmu to iommu (preview wrapper hack)
3964   * HACK: Add TI preview wrapper
3965   * omap3camd: Enlarge maximum blob size.
3966   * omap3camd: Fix vmalloc for large requests.
3967   * omap3camd: Replace _FMT_BEGIN with _FMT and remove _FMT_END. Same
3968     for CROP.
3969   * OMAP34XXCAM: Use vmalloc for large requests
3970   * OMAP34XXCAM: Add support to camera daemon
3971   * rx51: adp1653.h moved
3972   * adp1653: Move the include file under include/linux.
3973   * omap34xxcam: isp updates
3974   * omap34xxcam: Requeue faulty buffers.
3975   * smiaregs: Depend on I2C
3976   * camera: hsvs_syncdetect should be ISPCTRL_SYNC_DETECT_VSRISE
3977   * et8ek8: change exposure units from rows to microseconds
3978   * et8ek8: improve V4L2 control handling
3979   * Revert "Remove __init and __initdata from camera base
3980     initialisation."
3981   * Remove __init and __initdata from camera base initialisation.
3982   * RX51: Boards currently in use require separate VDIG
3983   * RX51: Small delay for adp1653 power-up
3984   * RX51: Init camera support
3985   * TCM8330MD: window stuff
3986   * TCM8330MD: Add driver
3987   * MT9P012: window stuff
3988   * MT9P012: Add driver
3989   * ADP1653: Add driver
3990   * VS6555: Maximum exposure hack
3991   * VS6555: window stuff
3992   * vs6555: add driver
3993   * AD5820: Add driver
3994   * ET8EK8: window stuff
3995   * et8ek8: cosmetics
3996   * ET8EK8: Expect sensor not to be streaming for s_fmt
3997   * ET8EK8: Add driver
3998   * OMAP34XXCAM: Add VIDIOC_G_SMIA_MODE
3999   * SMIAREGS: window stuff
4000   * SMIA: Generic i2c register writing
4001   * Define more TWL4030 registers for setting voltages.
4002   * omap34xxcam: Handle s_fmt from multiple sources properly.
4003   * omap34xxcam: Get format from the sensor in the beginning and
4004     configure ISP
4005   * V4L: Add VIDIOC_G_SMIA_MODE
4006   * V4L: Int if: Add ioctl for getting smia information
4007   * OMAP34XXCAM: Implement VIDIOC_ENUM_SLAVES
4008   * V4L: Query slave info
4009   * OMAP34XXCAM: Power down sensor immediately
4010   * OMAP34XXCAM: Add driver
4011   * omap3isp: update resources for iommu
4012   * omap3isp: Fix comments.
4013   * omap3isp: Make buffer handling more simple.
4014   * omap3isp: Make maximum ccdc idle wait 1000 instead of 100 us.
4015   * omap3isp: Make isp_buf_process wait for CCDC idle, reformat.
4016   * omap3isp: fix colors (bayer phase) in raw capture
4017   * omap3isp: Mark right buffer faulty when CCDC start fails.
4018   * omap3isp: Kill isp_temp_buf_lock and temp buffer state.
4019   * omap3isp: fix ISPCCDC_SDOFST_FOFST clearing
4020   * omap3isp: Get rid of isp_bufs.skip.
4021   * omap3isp: Use iommu more directly. Cleanup still needed.
4022   * omap3isp: Only disable interrupts we asked for.
4023   * omap3isp: Large update, RAW and YUV capture fixes
4024   * OMAP3ISP: Locking fix
4025   * OMAP3ISP: Add configuration id counters
4026   * OMAP3ISP: Fix crop
4027   * Move csi2 initialisation to isp.c.
4028   * ARM: OMAP: Add CSI2 register defines.
4029   * Add TI ISP driver changes between 2008-10-03 and 2008-11-04.
4030   * OMAP: CAM: Add MMS Kernel changes
4031   * OMAP: CAM: Add LSC workaround to ISP driver
4032   * OMAP: CAM: Add ISP gain tables
4033   * OMAP: CAM: Add ISP Modules
4034   * OMAP: CAM: Add ISP Modules
4035   * OMAP: CAM: Add ISP Modules
4036   * OMAP: CAM: Add ISP Modules
4037   * OMAP: CAM: Add ISP Modules
4038   * omap iommu: drop kmem cache argument from constructor
4039   * omap iommu: entries for Kconfig and Makefile
4040   * omap iommu: sysfs for userland interface
4041   * omap iommu: simple virtual address space management
4042   * omap iommu: omap2 architecture specific functions
4043   * omap iommu: tlb and pagetable primitives
4044   * V4L: Int if: Add vidioc_int_querycap
4045   * v4l2-int-device: add support for VIDIOC_QUERYMENU
4046   * V4L: Int if: Dummy slave
4047   * V4L: Int if: v4l2_int_device_try_attach_all requires mutex
4048   * V4L: Int if: Add enum_framesizes and enum_frameintervals ioctls.
4049   * V4L: Int if: Export more interfaces to modules
4050   * V4L: Int if: Define new power state changes
4051   * V4L: Add 10-bit RAW Bayer formats
4052   * V4L: Int if: Add cropcap, g_crop and s_crop commands.
4053   * V4L: Int if: Add command to get slave private data.
4054   * OMAP3: PM: MPU and CORE should stay awake if there is CAM domain
4055     ACTIVE
4056   * Add camera baseline files + Kconfig / Makefile changes.
4057   * [MTD] [OneNAND] Add write-while-program support
4058   * omap-hsmmc: Implement scatter-gather emulation
4059   * RX-51: Enable 4-wire transfers for eMMC
4060   * UBIFS: use bulk read and do not check data CRC
4061   * config: remove unneeded MTD stuff v2
4062   * MMC: Accept EXT_CSD rev 1.3 assuming it is backwards compatible with
4063     1.2
4064   * OMAP: HSMMC: SDBP and missing clock enabled fixes
4065   * OMAP: HSMMC: Use mod_timer from a single point for readability.
4066   * OMAP: HSMMC: Fix SDVS values in omap_mmc_switch_opcond
4067   * OMAP: HSMMC: Fix oops in omap_mmc_remove
4068   * OMAP: HSMMC: Fix suspend/resume for MMCHS2
4069   * OMAP: HSMMC: Make fclk disable request driven.
4070   * OMAP: HSMMC: Ensure fclk is running before accessing HSMMC registers
4071   * mmc_block: ensure all sectors that do not have errors are read
4072   * mmc_block: print better data error message after timeout
4073   * ARM: OMAP: add missing parenthesis in hsmmc defines
4074   * ARM: OMAP: calculate hsmmc data timeout accurately
4075   * ARM: OMAP: hsmmc requires data reset after data timeout
4076   * UBIFS: pre-allocate bulk-read buffer
4077   * UBIFS: do not allocate too much
4078   * UBIFS: do not print scary memory allocation warnings
4079   * UBIFS: allow for gaps when dirtying the LPT
4080   * UBIFS: fix compilation warnings
4081   * MAINTAINERS: change UBI/UBIFS git tree URLs
4082   * UBIFS: endian handling fixes and annotations
4083   * UBIFS: remove printk
4084   * UBIFS: fix ubifs_compress commentary
4085   * UBIFS: amend printk
4086   * UBIFS: do not read unnecessary bytes when unpacking bits
4087   * UBIFS: check buffer length when scanning for LPT nodes
4088   * UBIFS: correct condition to eliminate unecessary assignment
4089   * UBIFS: add more debugging messages for LPT
4090   * UBIFS: fix bulk-read handling uptodate pages
4091   * UBIFS: improve garbage collection
4092   * UBIFS: allow for sync_fs when read-only
4093   * UBIFS: commit on sync_fs
4094   * UBIFS: correct comment for commit_on_unmount
4095   * UBIFS: update dbg_dump_inode
4096   * UBIFS: fix commentary
4097   * UBIFS: fix races in bit-fields
4098   * UBIFS: ensure data read beyond i_size is zeroed out correctly
4099   * UBIFS: correct key comparison
4100   * UBIFS: use bit-fields when possible
4101   * UBIFS: check data CRC when in error state
4102   * UBIFS: improve znode splitting rules
4103   * UBIFS: add no_chk_data_crc mount option
4104   * UBIFS: add bulk-read facility
4105   * UBIFS: use an IS_ERR test rather than a NULL test
4106   * UBIFS: inline one-line functions
4107   * UBIFS: remove unneeded unlikely()
4108   * UBIFS: add a print, fix comments and more minor stuff
4109   * MMC: RX51: Make hsmmc compile when selected as module
4110   * MMC: RX51 hsmmc support
4111   * Pass process information to userspace coredump
4112   * spinlocks: make sure any oops is
4113   * [MTD] mtdoops: Fix a bug where block may not be erased
4114   * [MTD] mtdoops: Add a magic number to logged kernel oops
4115   * [MTD] mtdoops: Fix an off by one error
4116   * ASoC: OMAP: Apply channel constrains to RX51 machine driver
4117   * ASoC: OMAP: Add support for mono audio links in McBSP DAI
4118   * ASoC: OMAP: Fix preprocessor filled DAI name in McBSP DAI
4119   * ASoC: OMAP: Add more supported sample rates into McBSP DAI driver
4120   * ALSA: ASoC: OMAP: Continue fixing DSP DAI format in McBSP DAI driver
4121   * ALSA: ASoC: OMAP: Fix DSP DAI format in McBSP DAI driver
4122   * ALSA: ASoC: OMAP: Set DMA stream name at runtime in McBSP DAI driver
4123   * ALSA: ASoC: OMAP: Add multilink support to McBSP DAI driver
4124   * ALSA: ASoC: Add DSP DAI format support to the OMAP McBSP driver
4125   * RX51: Add Nokia AV accessory detection to rx51_defconfig
4126   * RX51: Nokia AV accessory detection
4127   * ASoC: RX51: Add new ECI mode with MADC routing but no mic bias
4128   * RX51: Add MODULE_ALIAS in nokia-av to enable module loading by udev.
4129   * RX51: Add initial accessory detection driver to audio board file.
4130   * RX51: Add production test support for accessory detection and ECI hw
4131   * RX51: Pin config for switching ECI I/O between GPIO and McBSP
4132   * RX51: Add support for platform device init in rx51 audio board file
4133   * ASoC: RX51: Add sysfs interface for reading and writing ECI mode
4134   * ASoC: RX51: Add "ECI Headset" function to jack connector
4135   * FMRX: Cancel work at device removal
4136   * FMTX: Properly power down the device upon device removal
4137   * FMRX: Disable stereo mono signal blending
4138   * FMRX: removed irq nulling
4139
4140  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 02 Dec 2008 16:52:32 +0200
4141
4142 kernel (2.6.27-20084805r02) unstable; urgency=low
4143
4144   * Fixed buglist.
4145
4146  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 26 Nov 2008 18:12:20 +0200
4147
4148 kernel (2.6.27-20084805r01) unstable; urgency=low
4149
4150   * Bugfix marks for the previous release.
4151   * Fixes: NB#89017, NB#92464, NB#88968, NB#88151, NB#89327
4152
4153  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 26 Nov 2008 17:07:16 +0200
4154
4155 kernel (2.6.27-20084805) unstable; urgency=low
4156
4157   * Revert "i2c: increase bus frequency to max"
4158   * OMAP3: PM: Uart clock handling fixes
4159   * rx51_defconfig: add CONFIG_KEYBOARD_TWL4030
4160   * input: keyboard: twl4030 keypad Kconfig dependency fix
4161   * i2c: i2c-omap: Fix BUFSTAT_REG reading
4162   * i2c: i2c-omap: Fix standard and fast mode prescalers
4163   * PM: Changed secure RAM storage size from 0x8000 to 0x803F
4164   * McSAAB: Flush RX/TX buffers when stuck bus detected
4165   * OMAP SSI: Add FLUSH RX/TX buffer support
4166   * McSAAB: Fix two READY in a row bug
4167   * OMAP SSI: Cosmetic changes in debugfs support
4168   * McSAAB: Change default TX queue len to 100
4169   * OMAP SSI: Fixes access to SSR TIMEOUT register
4170   * OMAP SSI: Small debugfs fix
4171   * OMAP SSI: Fix CEN field in GDD regs entry
4172   * OMAP SSI: Move struct ssi_port_event defintion
4173   * OMAP SSI: Fixes in ssi_driver.h
4174   * McSAAB: Cosmetic changes
4175   * McSAAB: Set default MTU to 4000
4176   * Phonet: fix oops in phonet_address_del() on non-Phonet device
4177   * net: '&' redux
4178   * phonet: fix compilation with gcc-3.4
4179   * ISP: ispccdc.c: Fix output horizontal pixel count:
4180     ISPCCDC_HORZ_INFO[NPH]
4181   * omap3isp: Suppress dummy printks.
4182   * preview hack: Adapt to iommu changes.
4183   * omap isp: introduce omap iommu to replace camera ispmmu module
4184   * Revert "omap3isp: Use iommu more directly. Cleanup still needed."
4185   * omap3isp: Apply crop again.
4186   * omap3isp: Ignore all interrupts before the first HS_VS.
4187   * omap3isp: Use correct number of lines in preview
4188   * omap3isp: Sensor pattern and VP fix for YUV capture
4189   * omap3isp: Make PREV_DONE callback usable again.
4190   * omap3isp: Fix isp_s_fmt_cap crop for raw capture
4191   * omap3isp: Move irqstatus printing at the end of the handler.
4192   * omap3isp: Wait for HS_VS interrupt before dequeueing buffers.
4193   * omap3isp: Remove extra printks.
4194   * ISP: ispccdc: Change ISPCCDC_VERT_LINES to height - 1 for RAW
4195     Capture
4196   * ISP: ispccdc: Change VDPOL == 0 in ISPCCDC_SYN_MODE for RAW capture
4197   * omap3isp: Flush buffers also when queueing.
4198   * rx51: Include iommu in default configuration.
4199   * rx51: Add camera devices to defconfig.
4200   * adjust ispmmu to iommu (preview wrapper hack)
4201   * HACK: Add TI preview wrapper
4202   * omap3camd: Enlarge maximum blob size.
4203   * omap3camd: Fix vmalloc for large requests.
4204   * omap3camd: Replace _FMT_BEGIN with _FMT and remove _FMT_END. Same
4205     for CROP.
4206   * OMAP34XXCAM: Use vmalloc for large requests
4207   * OMAP34XXCAM: Add support to camera daemon
4208   * omap34xxcam: isp updates
4209   * omap34xxcam: Requeue faulty buffers.
4210   * smiaregs: Depend on I2C
4211   * camera: hsvs_syncdetect should be ISPCTRL_SYNC_DETECT_VSRISE
4212   * et8ek8: change exposure units from rows to microseconds
4213   * et8ek8: improve V4L2 control handling
4214   * Revert "Remove __init and __initdata from camera base
4215     initialisation."
4216   * Remove __init and __initdata from camera base initialisation.
4217   * RX51: Boards currently in use require separate VDIG
4218   * RX51: Small delay for adp1653 power-up
4219   * RX51: Init camera support
4220   * TCM8330MD: window stuff
4221   * TCM8330MD: Add driver
4222   * MT9P012: window stuff
4223   * MT9P012: Add driver
4224   * ADP1653: Add driver
4225   * VS6555: Maximum exposure hack
4226   * VS6555: window stuff
4227   * vs6555: add driver
4228   * AD5820: Add driver
4229   * ET8EK8: window stuff
4230   * et8ek8: cosmetics
4231   * ET8EK8: Expect sensor not to be streaming for s_fmt
4232   * ET8EK8: Add driver
4233   * OMAP34XXCAM: Add VIDIOC_G_SMIA_MODE
4234   * SMIAREGS: window stuff
4235   * SMIA: Generic i2c register writing
4236   * Define more TWL4030 registers for setting voltages.
4237   * omap34xxcam: Handle s_fmt from multiple sources properly.
4238   * omap34xxcam: Get format from the sensor in the beginning and
4239     configure ISP
4240   * V4L: Add VIDIOC_G_SMIA_MODE
4241   * V4L: Int if: Add ioctl for getting smia information
4242   * OMAP34XXCAM: Implement VIDIOC_ENUM_SLAVES
4243   * V4L: Query slave info
4244   * OMAP34XXCAM: Power down sensor immediately
4245   * OMAP34XXCAM: Add driver
4246   * omap3isp: update resources for iommu
4247   * omap3isp: Fix comments.
4248   * omap3isp: Make buffer handling more simple.
4249   * omap3isp: Make maximum ccdc idle wait 1000 instead of 100 us.
4250   * omap3isp: Make isp_buf_process wait for CCDC idle, reformat.
4251   * omap3isp: fix colors (bayer phase) in raw capture
4252   * omap3isp: Mark right buffer faulty when CCDC start fails.
4253   * omap3isp: Kill isp_temp_buf_lock and temp buffer state.
4254   * omap3isp: fix ISPCCDC_SDOFST_FOFST clearing
4255   * omap3isp: Get rid of isp_bufs.skip.
4256   * omap3isp: Use iommu more directly. Cleanup still needed.
4257   * omap3isp: Only disable interrupts we asked for.
4258   * omap3isp: Large update, RAW and YUV capture fixes
4259   * OMAP3ISP: Locking fix
4260   * OMAP3ISP: Add configuration id counters
4261   * OMAP3ISP: Fix crop
4262   * Move csi2 initialisation to isp.c.
4263   * ARM: OMAP: Add CSI2 register defines.
4264   * Add TI ISP driver changes between 2008-10-03 and 2008-11-04.
4265   * OMAP: CAM: Add MMS Kernel changes
4266   * OMAP: CAM: Add LSC workaround to ISP driver
4267   * OMAP: CAM: Add ISP gain tables
4268   * OMAP: CAM: Add ISP Modules
4269   * OMAP: CAM: Add ISP Modules
4270   * OMAP: CAM: Add ISP Modules
4271   * OMAP: CAM: Add ISP Modules
4272   * OMAP: CAM: Add ISP Modules
4273   * omap iommu: drop kmem cache argument from constructor
4274   * omap iommu: entries for Kconfig and Makefile
4275   * omap iommu: sysfs for userland interface
4276   * omap iommu: simple virtual address space management
4277   * omap iommu: omap2 architecture specific functions
4278   * omap iommu: tlb and pagetable primitives
4279   * V4L: Int if: Add vidioc_int_querycap
4280   * v4l2-int-device: add support for VIDIOC_QUERYMENU
4281   * V4L: Int if: Dummy slave
4282   * V4L: Int if: v4l2_int_device_try_attach_all requires mutex
4283   * V4L: Int if: Add enum_framesizes and enum_frameintervals ioctls.
4284   * V4L: Int if: Export more interfaces to modules
4285   * V4L: Int if: Define new power state changes
4286   * V4L: Add 10-bit RAW Bayer formats
4287   * V4L: Int if: Add cropcap, g_crop and s_crop commands.
4288   * V4L: Int if: Add command to get slave private data.
4289   * Add camera baseline files + Kconfig / Makefile changes.
4290   * wl12xx: use join commmand for tuning the channels
4291   * wl12xx: improve mac80211 debug messages
4292   * [MTD] [OneNAND] Add write-while-program support
4293   * omap-hsmmc: Implement scatter-gather emulation
4294   * RX-51: Enable 4-wire transfers for eMMC
4295   * UBIFS: use bulk read and do not check data CRC
4296   * config: remove unneeded MTD stuff v2
4297   * OMAP: HSMMC: SDBP and missing clock enabled fixes
4298   * OMAP: HSMMC: Use mod_timer from a single point for readability.
4299   * OMAP: HSMMC: Fix SDVS values in omap_mmc_switch_opcond
4300   * OMAP: HSMMC: Fix oops in omap_mmc_remove
4301   * OMAP: HSMMC: Fix suspend/resume for MMCHS2
4302   * OMAP: HSMMC: Make fclk disable request driven.
4303   * OMAP: HSMMC: Ensure fclk is running before accessing HSMMC registers
4304   * mmc_block: ensure all sectors that do not have errors are read
4305   * mmc_block: print better data error message after timeout
4306   * ARM: OMAP: add missing parenthesis in hsmmc defines
4307   * ARM: OMAP: calculate hsmmc data timeout accurately
4308   * ARM: OMAP: hsmmc requires data reset after data timeout
4309   * UBIFS: pre-allocate bulk-read buffer
4310   * UBIFS: do not allocate too much
4311   * UBIFS: do not print scary memory allocation warnings
4312   * UBIFS: allow for gaps when dirtying the LPT
4313   * UBIFS: fix compilation warnings
4314   * MAINTAINERS: change UBI/UBIFS git tree URLs
4315   * UBIFS: endian handling fixes and annotations
4316   * UBIFS: remove printk
4317   * UBIFS: fix ubifs_compress commentary
4318   * UBIFS: amend printk
4319   * UBIFS: do not read unnecessary bytes when unpacking bits
4320   * UBIFS: check buffer length when scanning for LPT nodes
4321   * UBIFS: correct condition to eliminate unecessary assignment
4322   * UBIFS: add more debugging messages for LPT
4323   * UBIFS: fix bulk-read handling uptodate pages
4324   * UBIFS: improve garbage collection
4325   * UBIFS: allow for sync_fs when read-only
4326   * UBIFS: commit on sync_fs
4327   * UBIFS: correct comment for commit_on_unmount
4328   * UBIFS: update dbg_dump_inode
4329   * UBIFS: fix commentary
4330   * UBIFS: fix races in bit-fields
4331   * UBIFS: ensure data read beyond i_size is zeroed out correctly
4332   * UBIFS: correct key comparison
4333   * UBIFS: use bit-fields when possible
4334   * UBIFS: check data CRC when in error state
4335   * UBIFS: improve znode splitting rules
4336   * UBIFS: add no_chk_data_crc mount option
4337   * UBIFS: add bulk-read facility
4338   * UBIFS: use an IS_ERR test rather than a NULL test
4339   * UBIFS: inline one-line functions
4340   * UBIFS: remove unneeded unlikely()
4341   * UBIFS: add a print, fix comments and more minor stuff
4342   * MMC: RX51: Make hsmmc compile when selected as module
4343   * MMC: RX51 hsmmc support
4344   * Pass process information to userspace coredump
4345   * spinlocks: make sure any oops is
4346   * [MTD] mtdoops: Fix a bug where block may not be erased
4347   * [MTD] mtdoops: Add a magic number to logged kernel oops
4348   * [MTD] mtdoops: Fix an off by one error
4349   * Revert "usb: musb: use list_is_last"
4350
4351  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 26 Nov 2008 16:59:16 +0200
4352
4353 kernel (2.6.27-20084804) unstable; urgency=low
4354
4355   * Revert "i2c: increase bus frequency to max"
4356
4357  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 25 Nov 2008 17:07:20 +0200
4358
4359 kernel (2.6.27-20084803) unstable; urgency=low
4360
4361   * rx51_defconfig: disable cpu_idle for now
4362
4363  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 25 Nov 2008 16:10:57 +0200
4364
4365 kernel (2.6.27-20084802) unstable; urgency=low
4366
4367   * OMAP3: PM: Uart clock handling fixes
4368
4369  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 25 Nov 2008 14:42:25 +0200
4370
4371 kernel (2.6.27-20084801) unstable; urgency=low
4372
4373   * rx51_defconfig: add CONFIG_KEYBOARD_TWL4030
4374   * input: keyboard: twl4030 keypad Kconfig dependency fix
4375   * i2c: i2c-omap: Fix BUFSTAT_REG reading
4376   * i2c: i2c-omap: Fix standard and fast mode prescalers
4377   * PM: Changed secure RAM storage size from 0x8000 to 0x803F
4378   * TSC2005: fix typo in disable ts call
4379   * TSC2005: get irq number from spi->irq instead of platform_data
4380   * OMAP: MCSPI: Enable mcspi wake-up
4381   * disable the DRM authentication so /dev/dri/card0 is accessible for
4382     nonroot
4383   * usb: musb: use list_is_last
4384   * usb: musb: musbhsdma cleanup
4385   * Revert "usb: musb: Fixes endpoint allocation logic"
4386   * usb: defconfig changes
4387   * move OTG Kconfig entry from gadget to core
4388   * usb: otg: Make otg_get/set/put_transceiver() generic
4389   * usb: otg: Introduce new otg.c code
4390   * usb: otg: add otg_put_transceiver()
4391   * musb: add back charger detection
4392   * usb: musb: make g_ether work again
4393   * usb: musb: use static inline functions to replace the macros in
4394     Blackfin version
4395   * usb: musb: Kill some compiling warning in musb Blackfin part
4396   * usb: musb: Blackfin provides read/write I/O accessor in header files
4397   * usb: musb: add Blackfin specific configuration to MUSB
4398   * usb gadget rndis: send notifications
4399   * usb gadget rndis: stop windows self-immolation
4400   * usb: musb: stop using bus_id
4401   * usb: gadget: g_nokia depends on phonet to work
4402   * usb: gadget: prioritize phonet interface
4403   * usb: musb: check if set_irq_wake succeded and remember it
4404
4405  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 24 Nov 2008 17:49:35 +0200
4406
4407 kernel (2.6.27-20084704r01) unstable; urgency=low
4408
4409   * rx-51-2008-47-4. Fixes: NB#91554.
4410   * disabled the DRM authentication (so /dev/dri/card? can be accessed
4411     as nonroot
4412   * rx51_defconfig: add CONFIG_KEYBOARD_TWL4030
4413   * input: keyboard: twl4030 keypad Kconfig dependency fix
4414   * i2c: i2c-omap: Fix BUFSTAT_REG reading
4415   * i2c: i2c-omap: Fix standard and fast mode prescalers
4416   * PM: Changed secure RAM storage size from 0x8000 to 0x803F
4417   * rx51_defconfig: add CONFIG_KEYBOARD_TWL4030
4418   * input: keyboard: twl4030 keypad Kconfig dependency fix
4419   * disabled the DRM authentication (so /dev/dri/card? can be accessed
4420     as nonroot
4421   * FMRX: Added stereo and mono mode switch
4422   * board-rx51-peripheral: Use correct ARRAY_SIZE when registering i2c
4423     bus
4424   * TSC2005: fix typo in disable ts call
4425   * TSC2005: get irq number from spi->irq instead of platform_data
4426   * wl12xx: cleanup cmd.[c|h] and acx.[c|h]
4427   * wl12xx: create cmd.[c|h] and acx.[c|h]
4428   * wl12xx: add more debug messages
4429   * wl12xx: cleanup DEBUG_TX and DEBUG_RX messages
4430   * wl12xx: update MODULE_AUTHOR()
4431   * wl12xx: implement tx power support
4432   * mac80211: first version of dynamic power save
4433   * mac80211: enable IEEE80211_CONF_PS only when associated
4434   * wl12xx: implement elp wakeup using polling
4435   * wl12xx: stop tx queue when buffers are full
4436   * wl12xx: refactor code to wl12xx_tx_frame()
4437   * wl12xx: use skb_queue in tx queue
4438   * wl12xx: take mutex in wl12xx_tx_work()
4439   * wl12xx: rename wl12xx_interrupt() to wl12xx_irq()
4440   * wl12xx: remove cmd_complete and join_complete
4441   * wl12xx: create read32 and write32 functions
4442   * wl12xx: refactor power save code to ps.[c|h]
4443   * wl12xx: do not clear wl->psm_requested in stop()
4444   * wl12xx: use WARN() in wl12xx_error()
4445   * wl12xx: wl12xx_debug() should use KERN_DEBUG level
4446   * I2C: tsl2563: Fix unlocking issue in adc sysfs entries
4447   * OMAP: MCSPI: Enable mcspi wake-up
4448
4449  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 21 Nov 2008 17:26:31 +0200
4450
4451 kernel (2.6.27-20084703) unstable; urgency=low
4452
4453   * maemo/2.6.27-20084702
4454   * i2c: i2c-omap: Fix BUFSTAT_REG reading
4455   * i2c: i2c-omap: Fix standard and fast mode prescalers
4456   * OMAP: MCSPI: Enable mcspi wake-up
4457   * PM: Changed secure RAM storage size from 0x8000 to 0x803F
4458   * Revert "BRIDGE Power Management cleanup"
4459   * DSPBRIDGE: Mapping sidetone registers
4460   * DSPBRIDGE: Free resources when user fails to do so
4461   * OMAP3: I2C: Enable I2C wakeups
4462   * OMAP2/3 I2C: reprogram OCP_SYSCONFIG register after reset
4463   * OMAP: I2C: convert 'rev1' flag to generic 'rev' u8
4464   * BRIDGE: Fix memory leak in PROC_Init()
4465   * BRIDGE Handle Node messaging when DSP crashed
4466   * BRIDGE Save mailbox settings for suspend-resume
4467   * BRIDGE: Fix bug in HW Mailbox messaging
4468   * BRIDGE Power Management cleanup
4469
4470  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 20 Nov 2008 16:48:13 +0200
4471
4472 kernel (2.6.27-20084702) unstable; urgency=low
4473
4474   * 2.6.27-20084701r02
4475   * OMAP: MCSPI: Enable mcspi wake-up
4476   * PM: Changed secure RAM storage size from 0x8000 to 0x803F
4477   * Update rx51_defconfig
4478   * Import the Thungsten version of the DRM kernel modules
4479   * Import Imagination PowerVR services kernel mode tree
4480   * omap-hsmmc: Implement scatter-gather emulation
4481   * RX-51: Enable 4-wire transfers for eMMC
4482   * UBIFS: use bulk read and do not check data CRC
4483   * config: remove unneeded MTD stuff v2
4484   * OMAP: HSMMC: SDBP and missing clock enabled fixes
4485   * OMAP: HSMMC: Use mod_timer from a single point for readability.
4486   * OMAP: HSMMC: Fix SDVS values in omap_mmc_switch_opcond
4487   * OMAP: HSMMC: Fix oops in omap_mmc_remove
4488   * OMAP: HSMMC: Fix suspend/resume for MMCHS2
4489   * OMAP: HSMMC: Make fclk disable request driven.
4490   * OMAP: HSMMC: Ensure fclk is running before accessing HSMMC registers
4491   * mmc_block: ensure all sectors that do not have errors are read
4492   * mmc_block: print better data error message after timeout
4493   * ARM: OMAP: add missing parenthesis in hsmmc defines
4494   * ARM: OMAP: calculate hsmmc data timeout accurately
4495   * ARM: OMAP: hsmmc requires data reset after data timeout
4496   * UBIFS: remove printk
4497   * UBIFS: fix ubifs_compress commentary
4498   * UBIFS: amend printk
4499   * UBIFS: do not read unnecessary bytes when unpacking bits
4500   * UBIFS: check buffer length when scanning for LPT nodes
4501   * UBIFS: correct condition to eliminate unecessary assignment
4502   * UBIFS: add more debugging messages for LPT
4503   * UBIFS: fix bulk-read handling uptodate pages
4504   * UBIFS: improve garbage collection
4505   * UBIFS: allow for sync_fs when read-only
4506   * UBIFS: commit on sync_fs
4507   * UBIFS: correct comment for commit_on_unmount
4508   * UBIFS: update dbg_dump_inode
4509   * UBIFS: fix commentary
4510   * UBIFS: fix races in bit-fields
4511   * UBIFS: ensure data read beyond i_size is zeroed out correctly
4512   * UBIFS: correct key comparison
4513   * UBIFS: use bit-fields when possible
4514   * UBIFS: check data CRC when in error state
4515   * UBIFS: improve znode splitting rules
4516   * UBIFS: add no_chk_data_crc mount option
4517   * UBIFS: add bulk-read facility
4518   * UBIFS: use an IS_ERR test rather than a NULL test
4519   * UBIFS: inline one-line functions
4520   * UBIFS: remove unneeded unlikely()
4521   * UBIFS: add a print, fix comments and more minor stuff
4522   * MMC: RX51: Make hsmmc compile when selected as module
4523   * MMC: RX51 hsmmc support
4524   * Pass process information to userspace coredump
4525   * spinlocks: make sure any oops is
4526   * [MTD] mtdoops: Fix a bug where block may not be erased
4527   * [MTD] mtdoops: Add a magic number to logged kernel oops
4528   * [MTD] mtdoops: Fix an off by one error
4529   * RX51: set board config earlier
4530   * RX51: board audio file finetuning
4531   * RX51: Added condition to rx51 audio board file
4532   * TPA6130A2: rx51_defconfig follow-up relocation
4533   * TPA6130A2: Kconfig and Makefile relocated
4534   * Revert "TPA6130A2: Kconfig and Makefile"
4535   * FMTX: rx51_defconfig
4536   * Revert "FMTX: revert rx51_defconfig"
4537   * Revert "FMTX: rx51_defconfig"
4538   * i2c: increase bus frequency to max
4539   * TPA6130A2: rx51 audio board file cleanup
4540   * ASoC: Add dummy aic34b to rx audio board file
4541   * FMTX: board file changes
4542   * FMTX: rx51_defconfig
4543   * FMTX: revert rx51_defconfig
4544   * FMRX: rx51_defconfig
4545   * FMRX: rx51 audio board file
4546   * FMRX: Kconfig and Makefile
4547   * FMRX: Initial version
4548   * FMTX: rx51_defconfig
4549   * FMTX: rx51 board file
4550   * FMTX: Makefile and Kconfig
4551   * FMTX: Initial version
4552   * ASoC: rx51_defconfig
4553   * TPA6130A2: rx51_defconfig
4554   * TPA6130A2: added missing include files
4555   * TPA6130A2: board-rx51-audio changes
4556
4557  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 20 Nov 2008 14:34:36 +0200
4558
4559 kernel (2.6.27-20084701r02) unstable; urgency=low
4560
4561   * API is broken, increase maemo release
4562
4563  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 19 Nov 2008 15:12:38 +0200
4564
4565 kernel (2.6.27-20084701r01) unstable; urgency=low
4566
4567   * rx51_defconfig again
4568
4569  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 19 Nov 2008 13:50:18 +0200
4570
4571 kernel (2.6.27-20084701) unstable; urgency=low
4572
4573   * OMAP: MCSPI: Enable mcspi wake-up
4574   * OMAP3: I2C: Enable I2C wakeups
4575   * OMAP: I2C: convert 'rev1' flag to generic 'rev' u8
4576   * OMAP2/3 I2C: reprogram OCP_SYSCONFIG register after reset
4577   * PM: Changed secure RAM storage size from 0x8000 to 0x803F
4578   * Merge tag 'rx51-bl-200846-3@camera-1' of
4579     git://ok.research.nokia.com/osso/git/trees/linux-camera into
4580     kint_working
4581   * Remove extra printks.
4582   * Make maximum ccdc idle wait 1000 instead of 100 us.
4583   * Reformat isp_buf_process and add 100 us delay for CCDC idle wait.
4584   * ispccdc: fix colors (bayer phase) in raw capture
4585   * Mark right buffer faulty when CCDC start fails at proper time.
4586   * Kill isp_temp_buf_lock and temp buffer state.
4587   * ispccdc: fix ISPCCDC_SDOFST_FOFST clearing
4588   * Phonet: refuse to send bigger than MTU packets
4589   * Get rid of isp_bufs.skip.
4590   * BRIDGE Handle Node messaging when DSP crashed
4591   * BRIDGE Memory leak fix
4592   * BRIDGE Resource cleanup node delete fix
4593   * Use iommu more directly. Cleanup still needed.
4594   * Only disable interrupts we asked for (statistics are now left
4595     untouched).
4596   * Don't care about MMU faults anymore.
4597   * No check ccdc check after initial transfer, cleanups.
4598   * i2c: twl4030_usb: switch vbus reporting from on/off to 1/0
4599   * i2c: twl4030_madc: switch back to old name
4600   * i2c: twl4030_usb: use twl4030's register, not omap's
4601   * i2c: twl4030_usb: add init section to regulators init
4602   * i2c: make hsmmc build again
4603   * twl4030-core simplification
4604   * twl4030-gpio debounce cleanup
4605   * Don't start resizer too late.
4606   * Don't request useless interrupts.
4607   * Make reset happen faster.
4608   * Make it work again. :-)
4609   * Get rid of isp_bufs->active. Cleanups.
4610   * Cleanups.
4611   * omap34xxcam: isp updates
4612   * Now that's better...
4613   * omap34xxcam: Requeue faulty buffers.
4614   * Clean up interrupt handling.
4615   * Hack hack isr.
4616   * Both raw and yuv capture work somehow, but lsc_prefetch_error is
4617     common now.
4618   * Raw capture working with busyloops.
4619   * Help debugging. Add Tuukka's irq status printing.
4620   * adjust ispmmu to iommu
4621   * first import iommu
4622   * Add RAW capture test code.
4623   * Add printing from IRQ handler.
4624   * Add camera devices to defconfig.
4625   * OMAP SSI: ssi_debug_exit needed at init
4626   * HACK: Add TI preview wrapper
4627   * OMAP34XXCAM: Use vmalloc for large requests
4628   * OMAP34XXCAM: Add support to camera daemon
4629   * camera: hsvs_syncdetect should be ISPCTRL_SYNC_DETECT_VSRISE
4630   * et8ek8: change exposure units from rows to microseconds
4631   * et8ek8: improve V4L2 control handling
4632   * Revert "Remove __init and __initdata from camera base
4633     initialisation."
4634   * Remove __init and __initdata from camera base initialisation.
4635   * McSAAB: use Phonet ARP type
4636   * Phonet: allocate a virtual ARP type
4637   * OMAP3ISP: Locking fix
4638   * OMAP3ISP: Add configuration id counters
4639   * OMAP3ISP: Fix crop
4640   * RX51: Boards currently in use require separate VDIG
4641   * RX51: Small delay for adp1653 power-up
4642   * RX51: Init camera support
4643   * TCM8330MD: window stuff
4644   * TCM8330MD: Add driver
4645   * MT9P012: window stuff
4646   * MT9P012: Add driver
4647   * ADP1653: Add driver
4648   * VS6555: Maximum exposure hack
4649   * VS6555: window stuff
4650   * vs6555: add driver
4651   * AD5820: Add driver
4652   * ET8EK8: window stuff
4653   * et8ek8: cosmetics
4654   * ET8EK8: Expect sensor not to be streaming for s_fmt
4655   * ET8EK8: Add driver
4656   * OMAP34XXCAM: Add VIDIOC_G_SMIA_MODE
4657   * SMIAREGS: window stuff
4658   * SMIA: Generic i2c register writing
4659   * Define more TWL4030 registers for setting voltages.
4660   * omap34xxcam: Handle s_fmt from multiple sources properly.
4661   * omap34xxcam: Get format from the sensor in the beginning and
4662     configure ISP
4663   * V4L: Add VIDIOC_G_SMIA_MODE
4664   * V4L: Int if: Add ioctl for getting smia information
4665   * OMAP34XXCAM: Implement VIDIOC_ENUM_SLAVES
4666   * V4L: Query slave info
4667   * OMAP34XXCAM: Power down sensor immediately
4668   * OMAP34XXCAM: Add driver
4669   * Move csi2 initialisation to isp.c.
4670   * ARM: OMAP: Add CSI2 register defines.
4671   * Add TI ISP driver changes between 2008-10-03 and 2008-11-04.
4672   * OMAP: CAM: Add MMS Kernel changes
4673   * OMAP: CAM: Add LSC workaround to ISP driver
4674   * OMAP: CAM: Add ISP gain tables
4675   * OMAP: CAM: Add ISP Modules
4676   * OMAP: CAM: Add ISP Modules
4677   * OMAP: CAM: Add ISP Modules
4678   * OMAP: CAM: Add ISP Modules
4679   * OMAP: CAM: Add ISP Modules
4680   * V4L: Int if: Add vidioc_int_querycap
4681   * v4l2-int-device: add support for VIDIOC_QUERYMENU
4682   * V4L: Int if: Dummy slave
4683   * V4L: Int if: v4l2_int_device_try_attach_all requires mutex
4684   * V4L: Int if: Add enum_framesizes and enum_frameintervals ioctls.
4685   * V4L: Int if: Export more interfaces to modules
4686   * V4L: Int if: Define new power state changes
4687   * V4L: Add 10-bit RAW Bayer formats
4688   * V4L: Int if: Add cropcap, g_crop and s_crop commands.
4689   * V4L: Int if: Add command to get slave private data.
4690   * Add camera baseline files + Kconfig / Makefile changes.
4691   * Enable iphb in rx51 defconfig
4692   * Kconfig and makefile changes for iphb
4693   * TCP keepalive queueing
4694   * wl12xx: Enable wl12xx driver in rx51_defconfig
4695   * Board specific initialization for bcm2048B0
4696   * RX51: defconfig update for lp5523 driver move
4697   * leds: lp5523: move to drivers/leds
4698   * RX51-Peripherals: Add platform data for lp5523 led driver
4699   * I2C: LP5523: Register separate leds
4700   * rx51: Add camera button to rx51_defconfig
4701   * rx51-peripheral: Add camera button
4702   * ARM: OMAP2: RX51 Camera Button Driver
4703   * RX51: Add lis302dl to rx51_defconfig
4704   * RX51-Peripherals: Add lis302dl driver
4705   * I2C: add support for lis302dl accelerometer driver
4706   * RX51-Peripherals: Add tsl2563 ambient light sensor driver
4707   * RX51-Peripherals: Add LP5523 led driver
4708   * I2C: add support for LP5523 LED driver
4709   * RX-51: Enable 4-wire transfers for eMMC
4710   * UBIFS: use bulk read and do not check data CRC
4711   * config: remove unneeded MTD stuff v2
4712   * OMAP: HSMMC: Use mod_timer from a single point for readability.
4713   * OMAP: HSMMC: Fix SDVS values in omap_mmc_switch_opcond
4714   * OMAP: HSMMC: Fix oops in omap_mmc_remove
4715   * OMAP: HSMMC: Fix suspend/resume for MMCHS2
4716   * OMAP: HSMMC: Make fclk disable request driven.
4717   * OMAP: HSMMC: Ensure fclk is running before accessing HSMMC registers
4718   * mmc_block: ensure all sectors that do not have errors are read
4719   * mmc_block: print better data error message after timeout
4720   * ARM: OMAP: add missing parenthesis in hsmmc defines
4721   * ARM: OMAP: calculate hsmmc data timeout accurately
4722   * ARM: OMAP: hsmmc requires data reset after data timeout
4723   * UBIFS: remove printk
4724   * UBIFS: fix ubifs_compress commentary
4725   * UBIFS: amend printk
4726   * UBIFS: do not read unnecessary bytes when unpacking bits
4727   * UBIFS: check buffer length when scanning for LPT nodes
4728   * UBIFS: correct condition to eliminate unecessary assignment
4729   * UBIFS: add more debugging messages for LPT
4730   * UBIFS: fix bulk-read handling uptodate pages
4731   * UBIFS: improve garbage collection
4732   * UBIFS: allow for sync_fs when read-only
4733   * UBIFS: commit on sync_fs
4734   * UBIFS: correct comment for commit_on_unmount
4735   * UBIFS: update dbg_dump_inode
4736   * UBIFS: fix commentary
4737   * UBIFS: fix races in bit-fields
4738   * UBIFS: ensure data read beyond i_size is zeroed out correctly
4739   * UBIFS: correct key comparison
4740   * UBIFS: use bit-fields when possible
4741   * UBIFS: check data CRC when in error state
4742   * UBIFS: improve znode splitting rules
4743   * UBIFS: add no_chk_data_crc mount option
4744   * UBIFS: add bulk-read facility
4745   * UBIFS: use an IS_ERR test rather than a NULL test
4746   * UBIFS: inline one-line functions
4747   * UBIFS: remove unneeded unlikely()
4748   * UBIFS: add a print, fix comments and more minor stuff
4749   * MMC: RX51: Make hsmmc compile when selected as module
4750   * MMC: RX51 hsmmc support
4751   * Pass process information to userspace coredump
4752   * spinlocks: make sure any oops is
4753   * [MTD] mtdoops: Fix a bug where block may not be erased
4754   * [MTD] mtdoops: Add a magic number to logged kernel oops
4755   * [MTD] mtdoops: Fix an off by one error
4756   * OMAP3 DSS: Fixed FIFO buffer register field sizes
4757   * mac80211: temporarily disable filter work queue
4758   * mac80211: clear ssid and bssid flags before deauthentication
4759   * mac80211: Handle scan result IEs in one block
4760   * wl12xx: implement locking for mac80211 ops
4761   * wl12xx: power off chip if booting fails
4762   * wl12xx: ELP mode support
4763   * wl12xx: 802.11 power save mode
4764   * mac80211: inform userspace of probe/auth/assoc timeout
4765   * mac80211: notify the user space about low signal quality
4766   * mac80211: add rssievents debugfs file
4767   * wl12xx: fix signal strength reporting
4768   * cfg80211: use EU as default regulatory domain
4769   * wl12xx: fix rx interrupt handling
4770   * wl1251: remove private tx headers before calling tx_status()
4771   * rx-51: add wl1251
4772   * wl12xx: add Kconfig and Makefiles
4773   * mac80211: increase authentication and scan timeouts
4774   * omap2_mcspi: disable DMA
4775   * wl12xx: add driver
4776   * Support and fixes for BCM2048b0
4777   * ASoC: Makefile and Kconfig merging fixes
4778   * TPA6130A2: Fix include paths on 2.6.27-rc kernels
4779   * ASoC: RX51: Add "Mic" function to jack connector
4780   * ASoC: OMAP: Fixes to aic34b_dummy driver
4781   * ASoC: OMAP: Convert RX51 to use gpiolib instead of TWL4030
4782     primitives
4783   * ASoC: OMAP: RX51: Adapt recent ASoC API changes
4784   * ALSA: ASoC: Convert tlv320aic3x to a new-style i2c driver (v2)
4785   * Revert: "ASoC: OMAP: Add basic support for OMAP34xx in McBSP DAI
4786     driver"
4787   * ASoC: RX51: Add more functions to jack connector
4788   * ASoC: RX51: Use aic34b dummy driver for Nokia RX51 earpiece
4789   * ASoC: RX51: Add dummy aic34b driver meant to Nokia RX51 only
4790   * ASoC: RX51: Update for bulk DAPM registration APIs
4791   * ASoC: Add digital mic configuration to RX51 machine driver
4792   * ASoC: OMAP: Add audio endpoint and route to FM TX chip in Nokia RX51
4793   * Add simple headphone jack support for RX51 audio
4794   * Add support for TPA6130A2 chip
4795   * ASoC: OMAP: Add machine driver for Nokia RX51
4796   * ASoC: OMAP: Add machine driver for Nokia RX51
4797   * ASoC: OMAP: Add basic support for OMAP34xx in McBSP DAI driver
4798   * TPA6130A2: Kconfig and Makefile
4799   * RX51: Enable cellular adaptation
4800   * RX51: include SSI board definition
4801   * usb: gadget: re-enable phonet in gadget nokia
4802   * usb: update rx51_defconfig for g_nokia and musb_procfs
4803   * f_phonet: use the same netif for all USB configurations
4804   * f_phonet: use the Phonet link layer
4805   * f_phonet: use built-in statistics
4806   * f_phonet cosmetic fixes
4807   * usb: musb: fix musb_procfs.c
4808   * usb: musb: switch over to mutex for set_mode
4809   * usb: musb: fix musb_platform_set_mode for omap2430.c
4810   * Revert "usb: musb: Fix for kernel panic with multiple bulk transfer"
4811   * usb: musb: build fixes for DaVinci
4812   * usb: gadget: Nokia modifications to file_storage gadget
4813   * usb: gadget: introduce Nokia Composite Gadget
4814   * USB: Fix unneeded endpoint check in pxa27x_udc
4815   * usb/gadget: fix kernel-doc warning
4816   * USB: Fix debugfs_create_file's error checking method for
4817     usb/gadget/s3c2410_udc
4818   * usb/fsl_qe_udc: clear data toggle on clear halt request
4819   * usb/fsl_qe_udc: fix response to get status request
4820   * fsl_usb2_udc: Fix oops on probe failure.
4821   * fsl_usb2_udc: Add a wmb before priming endpoint.
4822   * fsl_usb2_udc: Make fsl_queue_td return type void.
4823   * fsl_usb2_udc: Uninline udc_reset_ep_queue.
4824   * fsl_usb2_udc: Rename the arguments of the fsl_writel macro.
4825   * fsl_usb2_udc: Initialize spinlock earlier.
4826   * fsl_usb2_udc: Clean up whitespace in /proc debugging output.
4827   * fsl_usb2_udc: Clean up whitespace in errors and warnings.
4828   * fsl_usb2_udc: Fix some sparse warnings and remove redundant code.
4829   * fsl_usb2_udc: Remove check for udc == NULL in dr_controller_setup.
4830   * fsl_usb2_udc: Make dr_ep_setup function static.
4831   * usb gadget: cdc ethernet notification bugfix
4832   * USB: omap_udc: sync with OMAP tree
4833   * USB: Fix s3c2410_udc usb speed handling
4834   * usb gadget: USB_GADGET_VBUS_DRAW Kconfig option
4835   * usb: gadget: workaround storage command size issues
4836   * USB: g_printer: fix handling zero-length packet
4837   * usb: add Freescale QE/CPM USB peripheral controller driver
4838   * USB: remove unused #include <version.h>
4839   * usb gadget: defer obex enumeration
4840   * usb gadget: cdc obex glue
4841   * usb gadget: function activation/deactivation
4842   * USB: gadget: net2280: implement set_wedge
4843   * USB: gadget: dummy_hcd: implement set_wedge
4844   * usb: gadget Kconfig cleanup
4845   * usb gadget: link fixes for network gadget
4846   * usb gadget: link fixes for cdc composite gadget
4847   * usb gadget: link fixes for storage gadget
4848   * usb gadget: link fixes for printer gadget
4849   * usb gadget: link fixes for MIDI gadget
4850   * usb gadget: link fixes for gadget zero
4851   * usb gadget: link fixes for serial gadget
4852   * device create: usb: convert device_create_drvdata to device_create
4853   * musb: adding qh in_list and out_list in struct hw_ep
4854   * musb: NAK timeout scheme on bulk reserved ep
4855   * usb: musb: phase out otg_transceiver from struct musb
4856   * usb: musb: fix bug in musb_schedule
4857   * usb: musb: put back musb_hdrc procfs entry
4858   * usb: musb: change debug name to musb_debug
4859   * usb: musb: Removes compilation warning in gadget mode
4860   * usb: musb: Fix for kernel panic with multiple bulk transfer
4861   * usb: musb: tusb6010: kill compile warning
4862   * usb: musb: add Blackfin Kconfig options and Makefile
4863   * usb: musb: add Blackfin specific configuration to MUSB
4864   * usb: musb: enable low level DMA operation for Blackfin
4865   * usb: musb: add Blackfin version low level register accessing helper
4866     functions
4867   * usb: musb: Make sure we program the correct values in only when
4868     necessary.
4869   * usb: musb: add Blackfin driver to MUSB framework (v2)
4870   * usb: musb: use new platform data interface of musb to replace old
4871     one
4872   * usb: musb: BULK request on different available endpoints
4873   * usb: musb: Fixes endpoint allocation logic
4874   * usb: musb: sysfs mode updates
4875   * usb: musb: Support for high bandwidth isochronous transfer
4876   * usb: musb: Fix for isochronous IN transfer
4877   * usb: musb: remove dead code from procfs
4878   * usb: musb: general cleanup to musbhsdma.c
4879   * usb: musb_hdrc build fixes
4880   * usb: musb: do not mess up count number and CSR0 register value
4881   * OMAP:MUSB: Corrects urb unlink function path
4882   * OMAP:MUSB: Fixes the TT programming.
4883   * musb: io: only define read/write stubs if they're not defined yet
4884   * MUSB: Add sanity check for maximum number of endpoints
4885   * ARM: OMAP: OMAPFB: Adjust DMA FIFO thresholds for power save mode
4886   * ARM: OMAP: OMAPFB: Set correct FB plane sizes
4887   * ARM: OMAP: OMAPFB: update defconfig
4888   * FB: OMAP: DISPC: Add helper function to change plane base address
4889   * ARM: OMAP: FB: Disable Tahvo backlight setting
4890   * ARM/OMAP/FB: Fix LCD panel identifiers and default name
4891   * ARM/OMAP/FB: Add support for new LCD panel class ACX565AKM
4892   * ARM: OMAP: FB: Add Caucasus support
4893   * ARM: OMAP: FB: Add SDI support
4894   * BRIDGE: Fix uninitialized spinlock
4895   * BRIDGE: use more detail name for interrupt claiming device
4896   * BRIDGE: wake up dsp before accessing mmu
4897   * DSPBRIDGE: Flush posted write when acking mailbox irq
4898   * BRIDGE: update rx51_defconfig
4899   * BRIDGE: enable dspbridge in omap_3430sdp_defconfig
4900   * BRIDGE: fix build error
4901   * BRIDGE Add preemption support to unprotected functions
4902   * BRIDGE: Remove paths in header comment
4903   * BRIDGE: removing unnecesary OMAP3430 checks
4904   * BRIDGE: Sparse warnings cleanup
4905   * BRIDGE: Chnl module cleanup
4906   * BRIDGE: Fix incorrect pathname
4907   * BRIDGE: Add 'dspbridge' dirname in header file inclusion
4908   * BRIDGE: Fix header path name to "arch/arm/plat-
4909     omap/include/dspbridge"
4910   * BRIDGE: Rename header file location
4911   * BRIDGE: set 0 for phys_mempool_* as default
4912   * BRIDGE: PRCS wrappers removal
4913   * BRIDGE: MMUfault infinite timeout fix
4914   * BRIDGE: tiomap unmap fix
4915   * BRIDGE: GT mask for DSP traces
4916   * BRIDGE: Remove CDECL macro
4917   * BRIDGE: Module ISR removed
4918   * BRIDGE: OMAP CSL wrappers removed
4919   * BRIDGE: OMAP PM Bug softlockup fix
4920   * BRIDGE: Sync omapzoom bridge patches
4921   * BRIDGE: Fix header path
4922   * BRIDGE: Checkpatch Cleanup
4923   * BRIDGE: Power management changes
4924   * BRIDGE: Remove sparse warnings from wcd
4925   * BRIDGE: Add wcd table end
4926   * BRIDGE: Cosmetic changes reported from checkpatch
4927   * BRIDGE: Clean up unusedvariables
4928   * BRIDGE: Remove unused clk structs
4929   * BRIDGE: Cleanup static declarations warnings
4930   * BRIDGE: Ceanup GT sparse warnings
4931   * BRIDGE: README
4932   * BRIDGE: Mini driver
4933   * BRIDGE: Services
4934   * BRIDGE: Resource Manager
4935   * BRIDGE: Platform Manager
4936   * BRIDGE: Hardware Interfaces
4937   * BRIDGE: Generic Utilities
4938   * BRIDGE: Doff image dynamic loader
4939   * BRIDGE: Header files
4940   * BRIDGE: Kconfig Entry
4941   * RX51: Enable SRF and cpu idle
4942   * Phonet pipes: work-around NB#89327
4943   * Build the CMT speech driver
4944   * CMT speech driver.
4945   * McSAAB: Integration into misc drivers
4946   * McSAAB: Add McSAAB code
4947   * OMAP SSI: Add SSI board file
4948   * OMAP SSI: Add debugfs support
4949   * OMAP SSI API documentation
4950   * OMAP SSI integration into misc drivers
4951   * OMAP SSI driver code
4952   * OMAP SSI driver interface
4953   * OMAP SSI hardware interface definitions
4954   * PM: OMAP3: Make sure clk_disable_unused() order is correct
4955   * OMAP3: UART: Make sure that uart clocks are enabled when needed
4956   * PM OMAP3: Security exploit to fix crashes with
4957     save_secure_ram_context
4958   * Phonet: use net_device built-in stats for GPRS
4959   * OMAP: PM related system_rev -> omap_rev()
4960   * RX51: Add board files for audio, camera, network
4961   * RX51: Copy rx51_tiny_defconfig to rx51_defconfig
4962   * OMAP3 flash: fix use of system_rev in board-3430sdp-flash.c
4963   * OMAP: LCD: Use omap_rev check
4964   * OMAP: Use omap_rev() instead of system_rev
4965   * RX51: Change to subsys_initcall() for subsys files
4966   * RX51: Split board files to subsystems
4967   * OMAP: RX51: Add missing hsmmc.o and usb-musb.o to Makefile
4968   * RX51: Add rx51_tiny_defconfig
4969   * OMAP2: add retry after read timeout
4970   * ARM: OMAP: OneNAND: panic_write may be in an interrupt context
4971   * RX51: Add basic support for rx-51
4972   * Revert "OMAP3 clock: fix non-CORE DPLL rate assignment bugs"
4973   * phonet: sparse annotations of protocol, remove forward declaration
4974   * OMAP3: PM: decouple PER and CORE context save and restore
4975   * OMAP3: PM: Fix wrong sequence in suspend.
4976   * OMAP: SRF: Fixes to shared resource framework (Ver.3)
4977   * OMAP3 SRF: OMAP PM srf implementation
4978   * OMAP3 SRF: omap3 srf driver
4979   * OMAP3 SRF: MPU/CORE/PD latency modeling
4980   * OMAP3 SRF: Generic shared resource f/w
4981   * OMAP3: PM: Always return value in pwrdms_setup
4982   * OMAP3: PM: Do not set next states sw to control those is available
4983   * OMAP3: Do not set mpu, core, neon states if cpuidle is used
4984   * OMAP3: PM: Use pwrdm_set_next_pwrst instead of set_pwrdm_state in
4985     idle loop
4986   * OMAP: PM: Implement get_last_off_on_transaction_id()
4987   * OMAP3: PM: SDRC auto-refresh workaround for off-mode
4988   * OMAP: SDRC: Add new register definitions for SDRAM controller
4989   * OMAP3: PM: Enable SDRAM auto-refresh during sleep
4990   * OMAP3 PM: off-mode support for HS/EMU devices
4991   * OMAP3: SRAM size fix for HS/EMU devices
4992   * OMAP: PM: off-mode support for DMA on EMU/HS devices
4993   * OMAP3: PM: Fix cpu idle init sequencing
4994   * OMAP3: PM: CPUidle: restrict C-states on UART activity
4995   * OMAP3: PM: CPUidle: obey enable_off_mode flag
4996   * OMAP3: PM: CPUidle: Enable Kconfig option for OMAP
4997   * OMAP3: PM: CPUidle: Safe-state on bm-activity
4998   * OMAP3: PM: CPUidle: Enables C3 and C5
4999   * OMAP3: PM: CPUidle: Enables state C4
5000   * OMAP3: PM: CPUidle: Basic support for C1-C2
5001   * OMAP: PM: DMA context save / restore
5002   * OMAP: PM: sysfs interface for enabling voltage off in idle
5003   * OMAP3: 3430SDP minimal kernel defconfig
5004   * OMAP3: PM: allow runtime enable/disable of OFF mode
5005   * OMAP3: PM: CORE domain off-mode support
5006   * OMAP3: PM: MPU off-mode support
5007   * OMAP3: PM: Restore MMU table entry
5008   * OMAP3: PM: handle PER/NEON/CORE in idle
5009   * OMAP3: PM: SRAM restore function
5010   * OMAP3: PM: SCM context save/restore
5011   * OMAP3: PM: Populate scratchpad contents
5012   * OMAP3: PM: PRCM context save/restore
5013   * OMAP3: PM: INTC context save/restore
5014   * OMAP3: PM: I2C context save/restore
5015   * OMAP3: PM: GPIO context save/restore
5016   * OMAP3: PM: GPMC context save/restore
5017   * OMAP: Add debug observablity (debobs) Kconfig item
5018   * OMAP: Debug observability and ETK padconf implementation
5019   * OMAP: PM: Add definitions for ETK pads and observability registers
5020   * OMAP: PM debug: Add PRCM register dump support
5021   * OMAP: PM debug: do not print out status for meta powerdomains
5022     (dpll*)
5023   * OMAP: PM debug: make powerdomains use PM-debug counters
5024   * OMAP: PM: Add pm-debug counters
5025   * OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each.
5026   * OMAP: PM: Hook into PM counters
5027   * OMAP: PM counter infrastructure.
5028   * HSMMC: Make driver support dynamic idle
5029   * OMAP: PM: Typo fix for clock_allow_idle
5030   * OMAP2/3: HSMMC: Ensure HSMMC is fully reset on boot
5031   * OMAP2/3 omapdev: add code to walk the omapdev records
5032   * OMAP3xxx omapdev: add OMAP3xxx omapdev records
5033   * OMAP243x omapdev: add OMAP243x omapdev records
5034   * OMAP242x omapdev: add OMAP242x omapdev records
5035   * OMAP2/3 omapdev: add basic omapdev structure
5036   * OMAP2/3 PM: create the OMAP PM interface and add a default OMAP PM
5037     no-op layer.
5038   * OMAP3: PM: UART save/restore support for OFF-mode
5039   * OMAP3: PM: UART: Add 8250 UART PM hook for suspend/resume
5040   * 8250: when waking, PM hook should be called before accessing port
5041   * 8250: Allow platform to register PM hook
5042   * OMAP3: PM: Allow UARTs to be unclocked when inactive
5043   * OMAP3: PM: Add wake-up bit defintiions for CONTROL_PADCONF_X
5044   * Phonet: do not reply to indication reset packets
5045   * Phonet: include generic link-layer header size in MAX_PHONET_HEADER
5046   * Phonet: Simple doc fix.
5047   * Phonet: pipe end-point protocol documentation
5048   * Phonet: implement GPRS virtual interface over PEP socket
5049   * Phonet: receive pipe control requests as out-of-band data
5050   * Phonet: Pipe End Point for Phonet Pipes protocol
5051   * Phonet: connected sockets glue
5052   * Phonet: modules auto-loading support
5053   * phonet: Protect if_phonet.h against multiple inclusions.
5054   * Phonet: declare headers
5055   * Phonet: improve documentation
5056   * Phonet: Netlink factorization and cleanup
5057   * Phonet: kernel documentation
5058   * Phonet: emit errors when a packet cannot be delivered locally
5059   * Phonet: proc interface for port range
5060   * Phonet: provide MAC header operations
5061   * Phonet: Phonet datagram transport protocol
5062   * Phonet: common socket glue
5063   * Phonet: Netlink interface
5064   * Phonet: network device and address handling
5065   * Phonet: add CONFIG_PHONET
5066   * Phonet: PF_PHONET protocol family support
5067   * Phonet: global definitions
5068   * ISDN sockets: add missing lockdep strings
5069   * omap3 evm, beagle and overo use the generic twl4030 script
5070   * Generic twl4030 power script for 3430 based boards.
5071   * 3430sdp and ldp use custom twl4030 power scripts.
5072   * Hook twl4030 power code into twl4030 core.
5073   * Move existing TWL4030 code to drivers/mfd
5074   * Add defines and data types for twl4030.
5075   * OMAPFB: fix printing of reserved memory
5076   * OMAP3 DSS: Fixed FIFO buffer register field sizes
5077   * OMAP3: Remove CONFIG_OMAP_SYSOFFMODE flag
5078   * alsa: add Beagleboard SoC configuration.
5079   * omap: Add basic support for Pandora handheld console
5080   * ARM: OMAP3: Fix get_irqnr_and_base to clear spurious interrupt bits
5081   * Revert "OMAP3: ack spurious IRQs in get_irqnr_and_base"
5082
5083  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 19 Nov 2008 13:25:02 +0200
5084
5085 kernel (2.6.27-20084602r00) unstable; urgency=low
5086
5087   * rx51: enable camera button in rx51_medium_defconfig
5088   * board-rx51: Add camera button
5089   * ARM: OMAP2: RX51 Camera Button Driver
5090
5091  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 17 Nov 2008 16:18:12 +0200
5092
5093 kernel (2.6.27-20084601r01) unstable; urgency=low
5094
5095   * rx-51-2008-46-1. Fixes: NB#86677
5096   * RX51: Enable leds-twl4030-vibra and led-triggers in
5097     rx51_medium_defconfig
5098   * leds_twl4030_vibra: Fix random crashes when module was loaded
5099   * leds: move twl4030 vibrator driver to drivers/leds
5100   * i2c: twl4030-vibra: move to LED framework
5101
5102  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 11 Nov 2008 16:35:48 +0200
5103
5104 kernel (2.6.27-20084503r03) unstable; urgency=low
5105
5106   * RX51: Disable XTI for now
5107   * OMAP: HSMMC: Use mod_timer from a single point for readability.
5108   * OMAP: HSMMC: Fix SDVS values in omap_mmc_switch_opcond
5109   * OMAP: HSMMC: Fix oops in omap_mmc_remove
5110
5111  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 11 Nov 2008 16:00:51 +0200
5112
5113 kernel (2.6.27-20084503r02) unstable; urgency=low
5114
5115   * RX51: enable the CMT speech driver
5116   * config: remove unneeded MTD stuff
5117   * UBIFS: use bulk read and do not check data CRC
5118
5119  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 07 Nov 2008 11:48:31 +0200
5120
5121 kernel (2.6.27-20084503r01) unstable; urgency=low
5122
5123   * rx51: add KEYBOARD_TWL4030 to rx51_medium_defconfig
5124   * rx51: twl4030 keypad Kconfig dependency fix
5125
5126  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 06 Nov 2008 12:41:23 +0200
5127
5128 kernel (2.6.27-20084502r01) unstable; urgency=low
5129
5130   * rx-51-2008-45-2
5131   * Fixed bugfix record.
5132   * i2c: madc: change misc device name to old one
5133
5134  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 05 Nov 2008 15:54:48 +0200
5135
5136 kernel (2.6.27-20084501r01) unstable; urgency=low
5137
5138   * rx-51-2008-45-1.
5139   * Implemented: NR#191262,NR#190497
5140   * Fixes: NB#88968, NB#90088, NB#88151, NB#84194, NB#84094, NB#89384
5141   * ARM: OMAP: RX51: Add headphone to gpio-switch
5142   * BRIDGE: wake up dsp before accessing MMU
5143   * Build the CMT speech driver
5144   * CMT speech driver.
5145   * Phonet: do not reply to indication reset packets
5146   * Phonet: include generic link-layer header size in MAX_PHONET_HEADER
5147   * usb: musb: fix typo on procfs interface
5148
5149  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 05 Nov 2008 13:57:51 +0200
5150
5151 kernel (2.6.27-20084401r02) unstable; urgency=low
5152
5153   * ASoC: RX51: Add "Mic" function to jack connector
5154   * usb: musb: put back musb_hdrc procfs entry
5155   * i2c: twl4030-usb: fall back to showing 0/1 instead of off/on
5156   * Nokia USB gadget: Enable Phonet support
5157   * Support DEB_BUILD_OPTIONS parallel
5158
5159  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 03 Nov 2008 17:26:58 +0200
5160
5161 kernel (2.6.27-20084401r01) unstable; urgency=low
5162
5163   * rx-51-2008-44-1. Fixes: NB#83736
5164
5165  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 28 Oct 2008 17:09:10 +0200
5166
5167 kernel (2.6.27-20084201r05) unstable; urgency=low
5168
5169   * The next one
5170
5171  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 28 Oct 2008 16:48:58 +0200
5172
5173 kernel (2.6.27-20084201r04) unstable; urgency=low
5174
5175   * New release
5176
5177  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 27 Oct 2008 18:26:17 +0200
5178
5179 kernel (2.6.27~rc7-20084201r03) unstable; urgency=low
5180
5181   * The last change was bad, just ignore the result code now
5182
5183  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 17 Oct 2008 17:15:52 +0300
5184
5185 kernel (2.6.27~rc7-20084201r02) unstable; urgency=low
5186
5187   * Move oprofile modules only if they exist
5188   * Put oprofile kernel module to kernel-debug package
5189
5190  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 17 Oct 2008 16:21:04 +0300
5191
5192 kernel (2.6.27~rc7-20084201r01) unstable; urgency=low
5193
5194   * rx-51-2008-42-1.
5195   * i2c-omap: fix I2C timeouts due to recursive omap_i2c_{un,}idle()
5196
5197  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 13 Oct 2008 17:02:33 +0300
5198
5199 kernel (2.6.27~rc7-20084102r01) unstable; urgency=low
5200
5201   * rx-51-2008-41-2. Fixes: NB#88151
5202   * New upstream release
5203   * Update debian/rules to the new upstream release
5204   * usb: musb: fix a few merge conflicts
5205
5206  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 10 Oct 2008 17:08:54 +0300
5207
5208 kernel (2.6.26+repack-20084001r01) unstable; urgency=low
5209
5210   * rx-51-2008-40-1. Fixes: NB#88693, NB#87659, NB#87619
5211   * Unregister the device when removing hci device
5212   * mac80211: increase authentication and scan timeouts
5213   * wl1251: add basic locking
5214   * wl1251: depend on SPI_MASTER
5215   * wl1251: disable hardware scanning
5216   * wl1251: enable radio even without ssid
5217   * wl1251: use mac80211 filters
5218
5219  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 30 Sep 2008 15:40:21 +0300
5220
5221 kernel (2.6.26+repack-20083901r01) unstable; urgency=low
5222
5223   * Removed unneeded - from extraversion
5224   * Fixed version, the last should be 20083901
5225
5226  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 24 Sep 2008 20:22:46 +0300
5227
5228 kernel (2.6.26+repack-20083801r05) unstable; urgency=low
5229
5230   * rx-51-2008-39-1
5231   * Implemented: NR#191262, NR#190497, NR#191312
5232   * ARM: OMAP: RX51: Add headphone to gpio-switch
5233   * ARM: OMAP: RX51: Change I2C1 f_SCL to 2600kHz
5234   * usb: gadget: workaround storage command size issues. Fixes: NB#87769
5235
5236  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 24 Sep 2008 13:25:40 +0300
5237
5238 kernel (2.6.26+repack-20083801r04) unstable; urgency=low
5239
5240   * Make EXTRAVERSION more stable
5241
5242  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 18 Sep 2008 16:23:11 +0300
5243
5244 kernel (2.6.26+repack-20083801r03) unstable; urgency=low
5245
5246   * Add linux-kernel-headers package. Fixes: NB#87340
5247
5248  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 18 Sep 2008 14:51:09 +0300
5249
5250 kernel (2.6.26+repack-20083801r02) unstable; urgency=low
5251
5252   * Updated bugfix list
5253
5254  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 17 Sep 2008 12:50:41 +0300
5255
5256 kernel (2.6.26+repack-20083801r01) unstable; urgency=low
5257
5258   * rx-51-2008-38-1. Fixes: NB#87928, NB#87899
5259   * Implemented: NR#191312
5260   * Fix SSI spinlock deadlock.
5261   * McSAAB: Downgrade KERN_ERR logs to KERN_DEBUG
5262   * McSAAB: Fix TX stuck bug due a TX race condition
5263   * McSAAB: implement network interface directly
5264   * OMAP2: add retry after read timeout
5265   * OMAP3: add delay for GPIO
5266   * PEP GPRS fixes
5267   * PEP: fix non-blocking accept
5268   * Phonet: Use link-layer infrastructure, use NET_RX_SUCCESS.
5269   * Phonet: provide MAC header operations
5270   * Put the camera stuff back.
5271   * RX51 config: remove n_phonet and ssi_pn_tty
5272   * RX51: Enable NETFILTER in rx51_defconfig
5273   * Remove SSI Phonet TTY driver from build system
5274   * Remove n_phonet from build system
5275   * Remove n_phonet: Phonet line discipline support
5276   * Remove ssi_pn_tty: SSI Phonet TTY driver
5277   * Revert "Add missing camera stuff."
5278   * Revert "Add some camera-related stuff."
5279   * SSI cosmetic fix
5280   * Security: Kernel OOM-killer and allocation denial use different rules
5281   * lowmem: Add lowmem module to the rx51_defconfig
5282   * lowmem: Security modules can no longer be removed.
5283   * lowmem: add compatibility code
5284   * lowmem: get rid of the percentages
5285   * lowmem: remove an unecessary local variable
5286   * lowmem: remove unecessary usage of proc_dointvec_minmax()
5287   * lowmem: sysfs has changed
5288   * lowmem: update memory management functions for the new kernel
5289
5290  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 17 Sep 2008 12:16:57 +0300
5291
5292 kernel (2.6.26+repack-20083701r01) unstable; urgency=low
5293
5294   * rx-51-2008-37-1. Fixes: NB#88085, NB#87106, NB#87572, NB#86681.
5295   * ASoC: RX51: Add dummy aic34b driver meant to Nokia RX51 only
5296   * ASoC: RX51: Add more functions to jack connector
5297   * ASoC: RX51: Use aic34b dummy driver for Nokia RX51 earpiece
5298   * Enable uart clocks while shutting down
5299   * Move frame receiving to another place
5300   * OMAP/FB/BACKLIGHT: Implemented display backlight support.
5301   * RX51: Fix rx51_defconfig permissions
5302   * UBIFS: add forgotten gc_idx_lebs component
5303   * UBIFS: allow for racing between GC and TNC
5304   * UBIFS: always read hashed-key nodes under TNC mutex
5305   * UBIFS: always set i_generation to 0
5306   * UBIFS: amend f_fsid
5307   * UBIFS: do not update min_idx_lebs in stafs
5308   * UBIFS: few commentary fixes
5309   * UBIFS: fill f_fsid
5310   * UBIFS: fix assertion
5311   * UBIFS: fix budgeting request alignment in xattr code
5312   * UBIFS: fix division by zero
5313   * UBIFS: fix zero-length truncations
5314   * UBIFS: improve arguments checking in debugging messages
5315   * UBIFS: improve statfs reporting
5316   * UBIFS: improve statfs reporting even more
5317   * UBIFS: introduce LEB overhead
5318   * UBIFS: make minimum fanout 3
5319   * UBIFS: push empty flash hack down
5320   * UBIFS: remove incorrect index space check
5321   * UBIFS: remove unneeded check
5322   * UBIFS: xattr bugfixes
5323   * cfg80211: use EU as default regulatory domain
5324   * fix vbus reporting to userland
5325   * mac80211: Handle scan result IEs in one block
5326   * wl1251: add SET_PLT_MODE netlink command
5327   * wl1251: add sysfs file to set tx management frame rate
5328   * wl1251: add wl1251_notice()
5329   * wl1251: do not free nvs or firmware after firmware boot error
5330   * wl1251: enable BT coexistance
5331   * wl1251: make firmware bootup messages more compact
5332
5333  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 10 Sep 2008 13:31:32 +0300
5334
5335 kernel (2.6.26+repack-20083601r03) unstable; urgency=low
5336
5337   * Run depmod in postinst
5338   * Use full KVER for filenames, not only REVISION
5339
5340  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 05 Sep 2008 16:07:34 +0300
5341
5342 kernel (2.6.26+repack-20083601r02) unstable; urgency=low
5343
5344   * rx-51-2008-36-1. Fixes: NB#86679
5345   * input: rx51_camera_btn change keycode KEY_FN_F12 to KEY_F10
5346   * Remove another double kfree_skb
5347   * ARM: OMAP: RX-51: Change Fn keycode
5348   * wl1251: fix firmware register reading via netlink
5349   * input: move rx51_camera_btn to platform_driver
5350   * Remove double kfree_skb
5351
5352  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 03 Sep 2008 16:59:33 +0300
5353
5354 kernel (2.6.26+repack-20083601r01) unstable; urgency=low
5355
5356   * Repack the kernel, produce everything from one source package
5357
5358  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 02 Sep 2008 18:17:28 +0300
5359
5360 kernel-source (2.6.26-osso9) unstable; urgency=low
5361
5362   * rx-51-2008-35-2
5363   * Revert "i2c context save/restore". Fixes: NB#87907
5364   * Enable OMAP3 temperature driver
5365
5366  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 29 Aug 2008 14:24:12 +0300
5367
5368 kernel-source (2.6.26-osso8) unstable; urgency=low
5369
5370   * rx-51-2008-35-1
5371   * ARM: OMAP: Enable Camera button driver in rx51_defconfig
5372   * ARM: OMAP: RX-51: Disable fbcon
5373   * ARM: OMAP2: RX51 Camera Button Driver
5374   * ARM: OMAP: RX-51: Bring keymap into line with B1
5375   * FB: OMAP: DISPC: Add helper function to change plane base address
5376   * ARM: OMAP3: RX-51: Bump base fb size
5377   * FB: OMAP: DISPC: Allow multiple external IRQ handlers
5378   * ARM: OMAP2: Fix definition of SGX clock register bits
5379   * Phonet: kernel documentation
5380   * PEP: receive control request as out-of-band data
5381   * Phonet: various PEP protocol fixes
5382   * Add missing camera stuff.
5383   * Add some camera-related stuff.
5384   * Remove some camera stuff.
5385   * Revert "Update camera stuff."
5386   * TI DSP BRIDGE: Update rx51_defconfig
5387   * TI DSP BRIDGE: Use likely/unlikely for status checking for all
5388   * TI DSP BRIDGE: Revert device_create() update
5389   * TI DSP BRIDGE: Kconfig entry
5390   * TI DSP BRIDGE: mini driver
5391   * TI DSP BRIDGE: service
5392   * TI DSP BRIDGE: Resource manager
5393   * TI DSP BRIDGE: Platform manager
5394   * TI DSP BRIDGE: Hardware
5395   * TI DSP BRIDGE: Generic utilities
5396   * TI DSP BRIDGE: Dynamic doff binary loader
5397   * TI DSP BRIDGE: header files
5398   * TI DSP BRIDGE: README
5399   * Revert "DSP Bridge"
5400   * Revert "DSP Bridge config options"
5401
5402  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 27 Aug 2008 16:00:02 +0300
5403
5404 kernel-source (2.6.26-osso7) unstable; urgency=low
5405
5406   * Removed forbidden words from debian/changelog
5407
5408  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 27 Aug 2008 13:06:53 +0300
5409
5410 kernel-source (2.6.26-osso6) unstable; urgency=low
5411
5412   * rx-51-2008-34-2
5413   * usb: core: fix NULL pointer dereference when removing gadget driver
5414   * twl3040-gpio: fix task softlockup warning
5415   * Workaround for UART dynamic idle timer
5416
5417  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 21 Aug 2008 11:13:08 +0300
5418
5419 kernel-source (2.6.26-osso5) unstable; urgency=low
5420
5421   * rx-51-2008-34-1
5422   * RX51: build CMT speech module
5423   * OMAP SSI CMT speech: fix prototypes
5424   * Introducing CMT speech driver
5425   * Phonet PEP: fix error code for send()
5426   * Phonet PEP: fix non-blocking accept()
5427   * Phonet: cosmetic fixes
5428   * Phonet: pull pipe data header early enough
5429   * Phonet: support GPRS interface over PEP socket
5430   * Phonet: unaligned TX support
5431   * n_phonet: fragmented TX support
5432   * n_phonet: unaligned TX support
5433   * n_phonet: locking fix
5434   * Phonet End Point protocol cleanup
5435   * Phonet: warn on unaligned socket buffer
5436   * SSI: Set driver dependency more precisely
5437   * Add SDTI EPM pin multiplexing.
5438   * Update camera stuff.
5439   * Revert "OMAP34XXCAM: Fix initialisation order in slave registration"
5440
5441  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 20 Aug 2008 17:34:33 +0300
5442
5443 kernel-source (2.6.26-osso4) unstable; urgency=low
5444
5445   * rx-51-2008-33-2
5446   * Fixed PM debug for 34xxx
5447
5448  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 13 Aug 2008 13:20:52 +0300
5449
5450 kernel-source (2.6.26-osso3) unstable; urgency=low
5451
5452   * rx-51-2008-33-1
5453
5454  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 12 Aug 2008 15:53:21 +0300
5455
5456 kernel-source (2.6.26-osso2) unstable; urgency=low
5457
5458   * rx-51-2008-32-1
5459
5460  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 06 Aug 2008 15:29:59 +0300
5461
5462 kernel-source (2.6.26-osso1) unstable; urgency=low
5463
5464   * rx-51-2008-30-1
5465
5466  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 25 Jul 2008 14:31:59 +0300
5467
5468 kernel-source (2.6.26~rc4-osso7) unstable; urgency=low
5469
5470   * week200829-1 release
5471   * OMAP3ISP: Disable lsc (temporarily)
5472   * RX51: Camera: make machine code module
5473   * OMAP34XXCAM: Add support to camera daemon
5474   * debuggauspätsi
5475   * RX51: Init camera support
5476   * AD5820: Add driver
5477   * ET8EK8: Add driver
5478   * V4L: New sensor controls
5479   * V4L: Int if: Add vidioc_int_querycap
5480   * OMAP34XXCAM: Fix suspend/resume
5481   * OMAP34XXCAM: Compile as modules
5482   * V4L: Int if: Export symbols to ease building as modules
5483   * V4L: Int if: Allow initiating device initialisation anywhere
5484   * OMAP3ISP: Calculate sizeimage correctly
5485   * OMAP3ISP: Simplify isp_stop()
5486   * OMAP34XXCAM: Fix error handling in open
5487   * OMAP34XXCAM: Do streamoff in proper cases only
5488   * OMAP34XXCAM: vidioc_default locking changes
5489   * ARM: OMAP: Camera: Camera and ISP changes to support auto focus.
5490   * ISP user headers
5491   * OMAP34XXCAM: Fix error handling in open()
5492   * OMAP34XXCAM: Fix locking
5493   * OMAP34XXCAM: Fix private ioctl handler
5494   * OMAP34XXCAM: Don't issue vidioc_int_init at streamon
5495   * ARM: OMAP: OMAP34XXCAM: Abstraction layer changes.
5496   * ARM: OMAP: OMAP34XXCAM: Private IOCTLs fix.
5497   * ARM: OMAP: OMAP34XXCAM: 3430 SDP Board changes for mt9p012 sensor
5498   * OMAP34XXCAM: Get ISP clocks correctly
5499   * OMAP34XXCAM: Fix video buffer leak for mmap buffers
5500   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
5501   * OMAP34XXCAM: Add CCP2 support
5502   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
5503   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
5504   * OMAP34XXCAM: Multi-device support
5505   * Fixing LSC Prefetch error seen after first image capture.
5506   * Changing to private IOCTLs instead of private controls.
5507   * Description: Align with videobuf-dma-sg to generic DMA API patch.
5508   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
5509   * Description: Fixes enum fmt return values in ISP.
5510   * Description: Update to set idle mode for ISP when enabling sensor
5511   * Description: Fixes Q/DQBUF errors found in testing.
5512   * Adding support for unlocked ioctls
5513   * Adapting camera file for V4L2 power changes.
5514   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
5515   * V4L: Int if: define new power states
5516   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
5517   * OMAP34XXCAM: Remove omap24xxcam reset hack
5518   * V4L: Add VIDIOC_G_PRIV_MEM
5519   * OMAP 3 ISP Preview and Resizer wrappers.
5520   * OMAP 3 ISP driver: Preview block, Resizer block,
5521   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
5522   * OMAP 3 Camera Driver with basic components of
5523   * Adding OMAP 3 camera platform device.
5524   * Adding OMAP 3 Camera registers base address.
5525   * Adding Compact Camera Port (CCP) 2 class structures.
5526   * Adding 10-bit RAW Bayer format.
5527   * Adding IOCTL command to get slave private data.
5528   * Pass process information to userspace coredump
5529   * ARM: OMAP: FB: Disable Tahvo backlight setting
5530   * omap2_mcspi: disable DMA
5531   * DSP Bridge config options
5532   * DSP Bridge
5533   * Phonet: use netif_rx_ni() only when not in interrupt
5534   * OMAP SSI: Remove inline declaration in clock functions.
5535   * OMAP SSI: Fixes ssi device channel clean up.
5536   * SSI:McSAAB: Fix on SSI clock management.
5537   * SSI:PNTTY: Add MODULE_ALIAS()
5538   * Adds MODALIAS support in SSI bus.
5539   * SSI:PNTTY: Disable BH on probe/resume.
5540   * Fixes reset when CMT boot loader kicks in.
5541   * Phonet: fix init/cleanup
5542   * OMAP SSI: Add MODULE_ALIAS() declaration.
5543   * OMAP SSI: Fixes in init section declarations.
5544   * SSI:MCSAAB: Improve use of init/exit sections.
5545   * Declare ssi_pdriver static.
5546   * Remove dead code.
5547   * Remove dead PM related code.
5548   * Fixes SSI clocks race condition in McSAAB handshake.
5549   * Phonet: fix sysctl when linking statically
5550   * Phonet: add missing __init and __exit to sysctl
5551   * OMAP SSI: remove dead code
5552   * McSAAB: put cmt_cawake_init() to init section
5553   * OMAP SSI: enable ERROR and BREAK detection on open
5554   * OMAP SSI: associates I/O memory to the device
5555   * OMAP SSI: put ssi_release to the exit section
5556   * OMAP SSI: fix clock bug
5557   * Phonet: fix skb kernel panic
5558   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
5559   * OMAP SSI device for board-rx51
5560   * g_phonet: add CONFIG_G_PHONET
5561   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
5562   * Build the SSI Phonet TTY driver
5563   * SSI Phonet TTY driver
5564   * Build the McSAAB improved protocol
5565   * McSAAB improved protocol
5566   * OMAP SSI platform device
5567   * Build the SSI hardware driver
5568   * OMAP SSI hardware driver
5569   * OMAP SSI registers definition
5570   * n_phonet: Add CONFIG_N_PHONET
5571   * n_phonet: Phonet line discipline support
5572   * n_phonet: allocate line discipline number
5573   * Phonet: register the ISI protocol
5574   * Phonet: ISI datagram transport protocol
5575   * Phonet: emit ISI errors when a packet cannot be delivered locally
5576   * Phonet: allocate and initialize new sockets
5577   * Phonet: receive path socket lookup
5578   * Phonet: common socket glue
5579   * Phonet: Netlink interface
5580   * Phonet: proc interface for port range
5581   * Phonet: network device and address handling
5582   * Phonet: PF_PHONET protocol family support
5583   * Phonet: build the net/phonet/ directory
5584   * Phonet: add CONFIG_PHONET
5585   * Phonet global definitions
5586   * usb: gadget: cdc2.c
5587   * usb: gadget: Fixes to obex function driver
5588   * usb: composite: several changes to composite layer
5589   * wl1251: Support for MAC setting
5590   * wl1251: don't overwrite wl1251_rates[] values
5591   * wl1251: some error message cleanup
5592   * wl1251: tx frame index reset
5593   * wl1251: channel switch
5594   * wl1251: Fix TX path memory leak
5595   * wl1251: fix free_irq()
5596   * Add support for "audio -" (KEY_F8) and "audio +" (KEY_F7) keys.
5597   * ASoC: RX51: Update for bulk DAPM registration APIs
5598   * ASoC: TLV320AIC3X: Add mixer control for ADC highpass filter
5599   * ARM/OMAP/FB: Fix LCD panel identifiers and default name
5600   * ARM/OMAP/FB: Add support for new LCD panel class ACX565AKM
5601   * usb: musb: add back musb_hset tool
5602   * mmc: make mmc probe again
5603   * Update Bluetooth core version number
5604   * Add support for TIOCOUTQ and TIOCINQ ioctls
5605   * Add timestamp support to L2CAP, RFCOMM and SCO
5606   * Signal user-space for HIDP and BNEP socket errors
5607   * Move pending packets from RFCOMM socket to TTY
5608   * Store remote modem status for RFCOMM TTY
5609   * Use non-canonical TTY by default for RFCOMM
5610   * Support the case when headset falls back to SCO link
5611   * Initiate authentication during connection establishment
5612   * Export details about authentication requirements
5613   * Disconnect when encryption gets disabled
5614   * Introduce the different bonding types
5615   * Limit packet type change on incoming connections
5616   * Update class of device value whenever possible
5617   * Export remote Simple Pairing mode via sysfs
5618   * Use ACL config stage to retrieve remote features
5619   * Some cleanups for HCI event handling
5620   * Make use of the default link policy settings
5621   * Track status of remote Simple Pairing mode
5622   * Track status of Simple Pairing mode
5623   * Disable disconnect timer during Simple Pairing
5624   * ASoC: Add digital mic configuration to RX51 machine driver
5625   * ASoC: TLV320AIC3X: Add support for digital microphone input
5626   * ASoC: TLV320AIC3X: Modify only interface related bits in
5627     aic3x_set_dai_fmt
5628   * ASoC: TLV320AIC3X: Use register modifier widget for mic bias
5629   * ASoC: Add support for generic DAPM register modifier widget
5630   * ASoC: Tweak tlv320aicx reg_cache_size
5631   * ASoC: Clarify API for bias configuration
5632   * soc - tlv320aic3x - Convert to use bulk registration APIs
5633   * soc - DAPM - Bulk route registration
5634   * soc - Add bulk DAPM control registration
5635   * soc - tlv320aic3x - add GPIO support
5636   * soc - tlv320aic3x - revisit clock setup
5637   * wl1251: use 48 MHz SPI clock
5638   * wl1251: power off cleanups
5639   * wl1251: Ad-Hoc mode support
5640   * wl1251: WPA support
5641   * wl1251: WEP support
5642   * Move fw sending to interrupt context
5643   * Fix hci_h4p sysfs removing
5644   * ASoC: OMAP: Add audio endpoint and route to FM TX chip in Nokia RX51
5645   * i2c: add MODULE_ALIAS to twl4030 drivers
5646   * usb: musb: allow usb to be built as module
5647   * usb: hub: add check for unsupported bus topology
5648   * usb: musb: musb on omap3 has 32 endpoints
5649   * Add simple headphone jack support for RX51 audio
5650   * Add TPA6130A2 support to board-rx51.c
5651   * Add support for TPA6130A2 chip
5652   * I2C: lis302dl: Add selftest functionality
5653   * WL1251: disable BT-WLAN PTA code
5654   * USB: MUSB: Charger detection is deferred to next wake-up 3rd.
5655   * i2c: twl4030-vibra: fix use of delayed_work
5656   * usb: otg: match with == instead of &
5657   * usb: serial: Fix PID for rx51
5658   * usb: otg: tpl: Support storage and hid devices
5659   * ASoC: OMAP: Add machine driver for Nokia RX51
5660   * ASoC: OMAP: Add basic support for OMAP34xx in McBSP DAI driver
5661   * I2C: LP5523: Add LED selftest functionality, update to new i2c
5662     driver model
5663   * omap: rx51: section mismatch fix
5664   * usb: musb: charger detection fix
5665   * si4713: Fix set region function to change frequency only when needed
5666   * si4713: Fix set frequency ioctl to proper check power level
5667   * MMC: RX51: Add sysfs file cover_switch
5668   * MMC: RX51: Add card detection irq
5669   * MMC: OMAP: Add slot_name entry to sysfs
5670   * MMC: OMAP: Re-organizing some goto at hsmmc probe
5671   * MMC: OMAP: Readable output for IRQ status register
5672   * MMC: PM: Reset controllers without CONFIG_MMC_OMAP_HS
5673   * MMC: OMAP: Disable smartidle mode while suspending (workaround)
5674   * OMAP: HSMMC: Check wether board specific suspend / resume exists
5675   * MMC: OMAP: Moving MMC reset from pm34xx.c to board-rx51-hsmmc.c
5676   * MMC: OMAP: Initial MMC support for RX51
5677   * Add TWL4030 RTC support to board-rx51.c
5678   * RX51: Add cmt_apesleepx gpio-switch
5679   * ARM: OMAP: FB: Add Caucasus support
5680   * ARM: OMAP: FB: Add SDI support
5681   * musb: there's no need to sysfs notify
5682   * usb: musb: get vbus status for omap2430 and omap3
5683   * usb charger detection prototype
5684   * si4713: Fix driver probe sequence by adding device id table
5685   * si4713: Change power_level range
5686   * si4713: Remove double range checking when setting power_level
5687   * si4713: Add region selection feature
5688   * si4713: Add antenna tuning value property
5689   * si4713: Remove build warning when CONFIG_I2C_SI4713=n
5690   * I2C: TWL4030 Vibra driver
5691   * I2C: TWL4030: Add get device helper function
5692   * I2C: TWL4030: Fix error handling in MADC driver
5693   * I2C: TWL4030: Remove msleep(1) from MADC driver
5694   * HS OMAP3430 L2 invalidate
5695   * I2C: lis302dl: Add .id_table to i2c_driver struct
5696   * wl1251: implement join ssid command
5697   * wl1251: implement rx path
5698   * wl1251: implement hardware scan
5699   * wl1251: implement tx path
5700   * wl1251: implement mailbox event handling
5701   * wl1251: implement interrupt handling
5702   * wl1251: implement hw initialisation sequence
5703   * I2C: add support for lis302dl accelometer driver
5704   * Add H4+ support for BCM2048b0 bluetooth chip
5705   * rx-51: add wl1251
5706   * wl1251: add Kconfig and Makefile files
5707   * wl1251: port to mac80211 bands API
5708   * Add wl1251 driver
5709   * ARCH: OMAP: RX51: USB: Do not block sleep
5710   * USB: SERIAL GADGET: Add nokia strings
5711   * USB: GADGET: Add nokia ids to file_storage.c
5712   * USB: SERIAL GADGET: Start using obex function
5713   * USB: COMPOSITE: Support 16 interfaces by default
5714   * OBEX: Introduce f_obex function driver.
5715   * usb serial gadget: use updated framework
5716   * usb serial gadget: generic serial function driver
5717   * usb serial gadget: cdc acm function driver
5718   * usb gadget zero: use updated framework
5719   * usb gadget zero: loopback function driver
5720   * usb gadget zero: sourcesink config driver
5721   * usb gadget: composite gadget framework
5722   * usb gadget support descriptor copying
5723   * usb serial gadget: use new tty glue
5724   * usb serial gadget: modular tty glue
5725   * TSC2005 gpio setup is made by driver.
5726   * si4713: Improve probe function
5727   * si4713: Moved irq field from platform_data to i2c_board_info
5728   * warm reboot detection
5729   * LP5523: Change kconfig from bool to tristate
5730   * si4713: Fix the boot up timeout value
5731   * si4713: Disabled pilot tone feature by default
5732   * si4713: Remove DEFAULT_*_ENABLED macro definitions
5733   * si4713: Fix Preemphasis sysfs property convertion
5734   * Add CMT GPIOs
5735   * I2C: add support for lp5523 LED driver
5736   * Add support for Taos tsl2563 ambient light sensor
5737   * si4713: Fix i2c bus address
5738   * rx51: Added information about si4713 on board file.
5739   * si4713: Added Makefile and Kconfig entries
5740   * si4713: Added the v4l2 driver for the si4713 radio transmitter.
5741   * si4713: Added functions to manipulate si4713 i2c protocol
5742   * USB: OTG: Make otg_tpl come from platform_data
5743   * USB: OTG: Add check for roothub initialization
5744   * USB: OTG: Start using new otg tpl.
5745   * USB: OTG: Make otg_get_transceiver() and otg_set_transceiver()
5746     generic
5747   * USB: OTG: Introduce new otg.c code
5748   * USB: Use TPL instead of WHITELIST.
5749   * UBIFS: fix TNC old_idx recording
5750   * UBIFS: fix kernel-doc warnings
5751   * UBIFS: fix sparse warnings
5752   * UBIFS: fix checkpatch.pl warnings
5753   * UBIFS: fix a comment
5754   * UBIFS: switch to ro mode if GC fails
5755   * UBIFS: fix GC error path
5756   * UBIFS: add ubi_leb_map to failure mode
5757   * UBIFS: stop failing after failure mode switched off
5758   * UBIFS: fix xattr size checks
5759   * UBIFS: fix comment
5760   * UBIFS: use 32-bit size for xattr_size
5761   * UBIFS: fix bug igetting xattrs
5762   * UBIFS: fix bugs and store xattr flag on media
5763   * UBIFS: fix bug in ubifs_jnl_delete_xattr
5764   * UBIFS: implement fast-path for ubifs_write_begin
5765   * UBIFS: try more in budgeting
5766   * UBIFS: fix error path in ubifs_write_end
5767   * UBIFS: more preparations for the comint split
5768   * UBIFS: prepare to write_end split
5769   * UBIFS: introduce one more budgeting request flag
5770   * UBIFS: introduce fast budgeting flag
5771   * UBIFS: add splice_read
5772   * UBIFS: tweak sync_wbufs_by_inode fn
5773   * UBIFS: leave i_size alone in rmdir
5774   * UBIFS: do not lock pages when holding ui_mutex
5775   * UBIFS: we now consider size errors fatal
5776   * UBIFS: fix an assert
5777   * UBIFS: fix 80-column violations
5778   * UBIFS: tidy multi-lock fns
5779   * UBIFS: use ui_size in getattr
5780   * UBIFS: fix fdatasync()
5781   * UBIFS: fix O_SYNC
5782   * UBIFS: unbrake lpt initialization
5783   * UBIFS: fix lock_3_inodes
5784   * UBIFS: fixes for tiny FSes
5785   * UBIFS: print less on mount
5786   * UBIFS: fix nospc flag
5787   * UBIFS: check sqnum and ino as well
5788   * UBIFS: fix inode locking
5789   * UBIFS: fix error patch
5790   * UBIFS: rename synced_i_size_lock as well
5791   * UBIFS: rename wb_mutex
5792   * UBIFS: amend and add comments
5793   * UBIFS: introduce shadow field for i_size
5794   * UBIFS: return to old WB protection method
5795   * UBIFS: do not use time values that may be too old
5796   * UBIFS: minor changes to nospace flag
5797   * UBIFS: fix nospace flag
5798   * UBIFS: remove redundant ubifs_write()
5799   * UBIFS: move some fns to eliminate a fn prototype
5800   * UBIFS: ensure LPT has space in big model
5801   * UBIFS: make bdi per-superblock
5802   * UBIFS: add assert
5803   * UBIFS: remove unnecessary i_size_read()s
5804   * UBIFS: remove unnecessary kernel lock
5805   * UBIFS: introduce nospace flag
5806   * UBIFS: fix Zoltan's bug
5807   * UBIFS: fix 64-bit calculations
5808   * UBIFS: fix inconcistency problem for xattr as well
5809   * UBIFS: get rid of sync argument in xattr jnl funcs
5810   * UBIFS: tweak ubifs_jnl_write_2_inodes
5811   * UBIFS: fix compilation warning
5812   * UBIFS: do not use i_lock
5813   * UBIFS: fix i_size and i_nlink consistency issues
5814   * UBIFS: rename synced_lock
5815   * UBIFS: introduce wb_i_size and wb_i_nlink
5816   * UBIFS: journal changes
5817   * UBIFS: lessen wb_mutex contention
5818   * UBIFS: tweak inode synchronization
5819   * UBIFS: do not forget to flush write-buffer when truncating
5820   * UBIFS: tweak synced_i_size check
5821   * UBIFS: remove sync argument from ubifs_jnl_write_inode
5822   * UBIFS: remove sync argument from ubifs_jnl_update
5823   * UBIFS: add a comment
5824   * UBIFS: fix inode synchronization in ubifs_rename
5825   * UBIFS: fix inode cleaning in ubifs_rename
5826   * UBIFS: remove dirty_ino_cnt
5827   * UBIFS: rename ui_mutex to wb_mutex
5828   * UBIFS: remove leftovers
5829   * UBIFS: fix ubifs_rename
5830   * UBIFS: mark inodes clean
5831   * UBIFS: get rid of ubifs_budget_inode_op
5832   * UBIFS: introduce one more budgeting helper
5833   * UBIFS: symplify sync operations budgeting
5834   * UBIFS: remove some budgeting debugging stuff
5835   * UBIFS: lessen amount of assertions in budget.c
5836   * UBIFS: amend a comment
5837   * UBIFS: rename budg_mutex
5838   * UBIFS: fix a very stupid bug
5839   * UBIFS: improve ro_media checking
5840   * UBIFS: adjust lprops check slightly
5841   * UBIFS: few spelling fixes
5842   * UBIFS: split ubifs_setattr
5843   * UBIFS: minor tweaks in truncation
5844   * UBIFS: nlink is unsigned
5845   * UBIFS: fix budgeting calculations
5846   * UBIFS: improve budgeting in ubifs_rename
5847   * UBIFS: improve budgeting debugging
5848   * UBIFS: fix incorrect budgeting changes
5849   * UBIFS: unlock page on error path
5850   * UBIFS: check node type first to prevent buffer misuse
5851   * UBIFS: add fs check to documentation
5852   * UBIFS: i_size synchronization adjustments
5853   * UBIFS: remove incorrect assertions
5854   * UBIFS: fix inode count on error path
5855   * UBIFS: fix dangling links again
5856   * UBIFS: fix rename error path too
5857   * UBIFS: fix link count for directory renames
5858   * UBIFS: fix master leak on error path
5859   * UBIFS: fix mctime
5860   * UBIFS: review and fix budgeting in dir.c
5861   * UBIFS: fix deadlock
5862   * UBIFS: when inode size is change, set I_DIRTY_DATASYNC
5863   * UBIFS: never write beyond inode size
5864   * UBIFS: write inode when truncating
5865   * UBIFS: introduce synced_i_size
5866   * UBIFS: UBIFS_TRUN_NODE_SZ is already aligned
5867   * UBIFS: amend ubifs_jnl_truncate interface
5868   * UBIFS: remove assertion
5869   * UBIFS: do not return negative available space
5870   * UBIFS: rename key_ino to key_inum
5871   * UBIFS: rename NC to LPROPS_NC
5872   * UBIFS: make dbg_check_dir_size check nlink as well
5873   * UBIFS: partially get rid of truncation key
5874   * UBIFS: remove format version 2 support
5875   * UBIFS: fix orphan leak on error path
5876   * UBIFS: fix lpt leaks on error path
5877   * UBIFS: add a UUID to super block
5878   * UBIFS: fix extended attributes size
5879   * UBIFS: add file-system checking function
5880   * UBIFS: clean up resource freeing
5881   * UBIFS: remove debugging stuff from tnc.c
5882   * UBIFS: better error message in read_znode
5883   * UBIFS: another gc_lnum recovery fix
5884   * UBIFS: make dbg_tnc_walk non-recursive
5885   * UBIFS: fix Kconfig
5886   * UBIFS: dump creat_sqnum as well
5887   * UBIFS: remove incorrect cond_resched
5888   * UBIFS: add dbg_dump_index
5889   * UBIFS: tweak scan_for_dirty and asserts
5890   * UBIFS: define change_lp() 'no-change' value
5891   * UBIFS: always commit after recovery
5892   * UBIFS: add a comment
5893   * UBIFS: kill orphans in ro mount also
5894   * UBIFS: ubifs-v0.7
5895   * UBIFS: amend dbg_dump_node
5896   * UBIFS: minor debugging print fix
5897   * UBIFS: fix false assertion allarm in budgeting
5898   * UBIFS: print dead direntry name
5899   * UBIFS: print format version
5900   * UBIFS: do not use -1 offsets
5901   * UBIFS: temporary hack for backward compatibility
5902   * UBIFS: fix bad hash mask bug
5903   * UBIFS: minor print tweaks
5904   * UBIFS: get rid of cpu_to_le64(0)
5905   * UBIFS: rename fmt_vers to fmt_version
5906   * UBIFS: tweak asserts and gc_lnum fix
5907   * UBIFS: move ubifs_validate_entry
5908   * UBIFS: fix checkpatch.pl errors
5909   * UBIFS: remove unnecessary 'if' in bg thread
5910   * UBIFS: fix flags
5911   * UBIFS: rework flags inheritance
5912   * UBIFS: fix gc_lnum recovery
5913   * UBIFS: split out ubifs_fill_super
5914   * UBIFS: mount_ubifs now cleans up its own errors
5915   * UBIFS: get rid of scary lockup warnings
5916   * UBIFS: tweak bg thread
5917   * UBIFS: remove unnecessary cond_resched()
5918   * UBIFS: do not set nice level in bg thread
5919   * UBIFS: use __clear_bit and __set_bit in LPT
5920   * UBIFS: remove unnecessary kzalloc
5921   * UBIFS: use __clear_bit and __set_bit
5922   * UBIFS: use memory barriers in dbg_tnc_check
5923   * UBIFS: comment why we use barriers
5924   * UBIFS: use unlikely in come core TNC functions
5925   * UBIFS: do not use kzalloc unnecesarily
5926   * UBIFS: fix compilation error
5927   * UBIFS: be consistent when comparing pointers with NULL
5928   * UBIFS: cleanup, fix, and improve tnc
5929   * UBIFS: use is_hash_key
5930   * UBIFS: do not validate what is in LNC
5931   * UBIFS: add xentries to LNC
5932   * UBIFS: rename bg thread
5933   * UBIFS: rename JRN to JNL as well
5934   * UBIFS: remove redundant check
5935   * UBIFS: finally remove build.c
5936   * UBIFS: use jnl instead of jrn
5937   * UBIFS: get rid of build.c
5938   * UBIFS: allow multiple blocks per page
5939   * UBIFS: admit that we do not support NFS
5940   * UBIFS: minor renaming
5941   * UBIFS: fix dangling branch handling
5942   * UBIFS: add comment
5943   * UBIFS: ensure readahead is disabled
5944   * UBIFS: comment why 'commit_on_unmount()' is in kill_sb
5945   * UBIFS: make reservation before allocating sequence numbers
5946   * UBIFS: fix misplaced code
5947   * UBIFS: avoid 'dbg_check_key_order()' during replay
5948   * UBIFS: fix telldir and seekdir
5949   * UBIFS: do not forget about mnt_want_write
5950   * UBIFS: change few bits in readdir
5951   * UBIFS: fix memory corruption
5952   * UBIFS: fix bogus assertions
5953   * UBIFS: do not fail in case of bad seeks
5954   * UBIFS: fix hash calculation
5955   * UBIFS: maximum inode size is defined by current key format
5956   * UBIFS: introduce macros for key constants
5957   * UBIFS: limit inode data to block size
5958   * UBIFS: fix returned error code
5959   * UBIFS: fix ia64 compilation warning
5960   * UBIFS: add a comment
5961   * UBIFS: fix collision resolution
5962   * UBIFS: add warning for mmapped file
5963   * UBIFS: page is dirtied only if trunc smaller
5964   * UBIFS: don't forget to release page
5965   * UBIFS: fix printk warnings
5966   * UBIFS: make UBIFS compile on system with non-4KiB pages
5967   * UBIFS: fix "CONFIG_UBIFS_FS_DEBUG_CHKS" is not defined warning
5968   * UBIFS: minor amendments
5969   * UBIFS: default is already n in Kconfig
5970   * UBIFS: get rid of Kconfig.debug
5971   * UBIFS: no need to initialize r->key
5972   * UBIFS: remove unneeded key comparison
5973   * UBIFS: remove memleak and mempressure checks
5974   * UBIFS: add module params to documentation
5975   * UBIFS: do not assume inode size may not be changed meanwhile
5976   * UBIFS: fix checkpatch.pl errors
5977   * UBIFS: remove some amount of assertion
5978   * UBIFS: remove VFS interface checking assertions
5979   * UBIFS: remove module param pretty print
5980   * UBIFS: fix module params
5981   * UBIFS: fix white space
5982   * UBIFS: change check level to bool
5983   * UBIFS: reinstate recovery messages
5984   * UBIFS: add missing check flag checks
5985   * UBIFS: remove 'key' message macros
5986   * UBIFS: fix mmap budgeting
5987   * UBIFS: optimize budgeting a bit
5988   * UBIFS: fix inode budgeting
5989   * UBIFS: making ubifs compile with gcc-3.4
5990   * UBIFS: fix error path in ubifs_write_end
5991   * UBIFS: change debug control from config to module param
5992   * UBIFS: update cmtime for mmapped writes
5993   * UBIFS: budget for mmapped writes
5994   * UBIFS: tweak min_idx_lebs calculation
5995   * UBIFS: fix error path in ubifs_write_begin()
5996   * UBIFS: add ubifs.txt to Documentation directory
5997   * UBIFS: remove unnecessary locking
5998   * UBIFS: fix device node files
5999   * UBIFS: fix journal size for small partitions
6000   * UBIFS: minor debugging print amendment
6001   * UBIFS: fix warning
6002   * UBIFS: fix comparisons
6003   * UBIFS: rest of dangling branch patch
6004   * UBIFS: fix compilation error
6005   * UBIFS: remove unneeded check
6006   * UBIFS: remove excessive unlikely()
6007   * UBIFS: amend comments
6008   * UBIFS: print error codes
6009   * UBIFS: improve dangling branch detection
6010   * UBIFS: bugfix in TNC
6011   * UBIFS: tweak TNC debugging messages
6012   * UBIFS: ubifs-v0.6
6013   * UBIFS: keep colliding keys sorted
6014   * UBIFS: print error code before switching to RO mode
6015   * UBIFS: minor change in readdir
6016   * UBIFS: minor TNC clarification
6017   * UBIFS: fix minor inconsistency with free space
6018   * UBIFS: force empty FS to report zero used
6019   * UBIFS: fix free space
6020   * UBIFS: fix bug on error path
6021   * UBIFS: add a TNC comment
6022   * UBIFS: tidy LPT defines
6023   * UBIFS: be more conservative about worst-case compression
6024   * UBIFS: tree height can exceed 64
6025   * UBIFS: more clarifications for TNC
6026   * UBIFS: random nicifications in tnc
6027   * UBIFS: zap -ENOENT return code from resolve_collision series
6028   * UBIFS: one more TODO for ahunter
6029   * UBIFS: improve znode_lookup comment
6030   * UBIFS: fix freaking TNC bug
6031   * UBIFS: move MIN_COMPR_LEN to ubifs-media.h
6032   * UBIFS: add TODOs for ahunter
6033   * UBIFS: turn znode flags into enum and document them
6034   * UBIFS: improve debugging prints some more
6035   * UBIFS: move dbg_check_idx_size to debug.c
6036   * UBIFS: add force in-the-gap facility
6037   * UBIFS: do not trust znode->iip in dbg_check_znode
6038   * UBIFS: lessen size of tnc.c
6039   * UBIFS: nicify commentaries
6040   * UBIFS: tweak TNC debugging messages
6041   * UBIFS: fix dbg_check_znode() fake alarm
6042   * UBIFS: ubifs-v0.5
6043   * UBIFS: revise directory size calculation
6044   * UBIFS: add time_gran to dump_node
6045   * UBIFS: allow for dates beyond 2038
6046   * UBIFS: put time granularity on super block node
6047   * UBIFS: use time granularity consistently
6048   * UBIFS: tweak lprops check
6049   * UBIFS: introduce constants for matches_name()
6050   * UBIFS: do not forget to free LNC on error path
6051   * UBIFS: clean-up and amend matches_name()
6052   * UBIFS: unify variable names in tnc
6053   * UBIFS: remove bogus error
6054   * UBIFS: amend ubifs_tnc_next_ent
6055   * UBIFS: fix and amend debugging stuff
6056   * UBIFS: add a TODO
6057   * UBIFS: get rid of loop in keys_cmp
6058   * UBIFS: optimize TNC
6059   * UBIFS: fix TNC bug
6060   * UBIFS: few minor cleanups
6061   * UBIFS: add TNC dump function
6062   * UBIFS: fix minor bug
6063   * UBIFS: ubifs-v0.4
6064   * UBIFS: remove xattr_msize
6065   * UBIFS: tweak div64.h inclusion
6066   * UBIFS: tweak debugging
6067   * UBIFS: use clear_nlink() in ubifs_rmdir()
6068   * UBIFS: do not use long long with do_div
6069   * UBIFS: remove padding field from indexing node
6070   * UBIFS: store nanoseconds in inode time stamps
6071   * UBIFS: ubifs-v0.3
6072   * UBIFS: zero out unused fileds
6073   * UBIFS: fix bud race
6074   * UBIFS: fix minor leak on error path
6075   * UBIFS: fix bad lprops bug
6076   * UBIFS: fix lsave_cnt validation
6077   * UBIFS: add missing debug message
6078   * UBIFS: report f_bavail correctly
6079   * UBIFS: fix statfs reporting
6080   * UBIFS: remove compatibility stuff
6081   * UBIFS: don't wbuf_add_ino on error path, it overruns the buffer
6082   * UBIFS: fix leb write wrapper
6083   * UBIFS: split lpt.c
6084   * UBIFS: intorduce leb write and unmap wrappers
6085   * UBIFS: move dbg_dump_pnode to debug.c
6086   * UBIFS: minor cleanup in lpt.c
6087   * UBIFS: fix kernel-doc warnings
6088   * UBIFS: fix my name
6089   * UBIFS: remove check_volume_empty()
6090   * UBIFS: turn recovery messages into mount messages
6091   * UBIFS: remove xattr debugging messages
6092   * UBIFS: fix lprops mismatch
6093   * UBIFS: fix compolation error
6094   * UBIFS: dump stack when switching to RO mode
6095   * UBIFS: calc lpt_hght correctly
6096   * UBIFS: add some ro_media checks
6097   * UBIFS: fix checkpatch.pl warnings
6098   * UBIFS: minor renames
6099   * UBIFS: add some comments
6100   * UBIFS: fix some spelling
6101   * UBIFS: sparse fixes
6102   * UBIFS: do ubifs.h TODOs
6103   * UBIFS: remove budget TODOs
6104   * UBIFS: do journal TODOs
6105   * UBIFS: use kfree via debug function in debug.c
6106   * UBIFS: fix minor TNC bug
6107   * UBIFS: do build TODOs
6108   * UBIFS: do/remove super TODOs
6109   * UBIFS: remove gc TODOs
6110   * UBIFS: do io.c TODOs
6111   * UBIFS: do ioctl TODO
6112   * UBIFS: do sb.c TODO
6113   * UBIFS: do replay TODO
6114   * UBIFS: do dir.c TODOs
6115   * UBIFS: make sure inode is directory before checking size
6116   * UBIFS: fix new ubifs_tnc_next_ent call
6117   * UBIFS: remove TODOs in file.c
6118   * UBIFS: remove msize
6119   * UBIFS: last tnc TODOs
6120   * UBIFS: tnc TODOs
6121   * UBIFS: do some more tnc TODOs
6122   * UBIFS: add directory i_size check function
6123   * UBIFS: remove fast_umount sb flag
6124   * UBIFS: make reported block size 4K again
6125   * UBIFS: fix the code for 2.6.21
6126   * UBIFS: do some TODOs in tnc
6127   * UBIFS: do some TODO's, remove others
6128   * UBIFS: report 512 as block size
6129   * UBIFS: directory inodes do not have any attached data
6130   * UBIFS: fix screwed budgeting
6131   * UBIFS: rework stat() reports
6132   * UBIFS: fix directory size calculation
6133   * UBIFS: msize is not used
6134   * UBIFS: let it compile
6135   * UBIFS: remove incorrect msize validation
6136   * UBIFS: fix incorrect error returning
6137   * UBIFS: be more verbose when printing errors
6138   * UBIFS: amend Kconfig
6139   * UBIFS: fix compatibility stuff
6140   * UBIFS: add crypto dependency to Kconfig
6141   * UBIFS: implement TODO in io.c
6142   * UBIFS: make min_io_size at least 8
6143   * UBIFS: remove extra argument
6144   * UBIFS: remove a TODO
6145   * UBIFS: fix a bug in check_namespace()
6146   * UBIFS: fix WARNING: modpost: Found 1 section mismatch(es)
6147   * UBIFS: fix missing orphan bug
6148   * UBIFS: do not support ACLs
6149   * UBIFS: ubifs-v0.2
6150   * UBIFS: implement xattr handlers
6151   * UBIFS: support xattrs in TNC
6152   * UBIFS: support xattrs in journal
6153   * UBIFS: enlarge compression threshold
6154   * UBIFS: remove bad code
6155   * UBIFS: introduce xentry
6156   * UBIFS: add dummy xattr calls
6157   * UBIFS: break on-media format
6158   * UBIFS: tiny clean up
6159   * UBIFS: cleanup direntry validation
6160   * UBIFS: add a TODO
6161   * UBIFS: add helper function for inode rmoval
6162   * UBIFS: use __func__ instead of __FUNCTION__
6163   * UBIFS: use ino_t instead of unsigned long
6164   * UBIFS: fix dirty_ino_cnt
6165   * UBIFS: remove excessive code
6166   * UBIFS: remove ubifs.h from include/linux/Kbuild
6167   * UBIFS: fix new struct inode object initialization
6168   * UBIFS: fix compilation warning
6169   * UBIFS: improve operations in dir.c
6170   * UBIFS: remove redundant check
6171   * UBIFS: tweak debugging messages
6172   * UBIFS: make some pointers const
6173   * UBIFS: introduce xattr-related fields to inode
6174   * UBIFS: implement a bunch of TODOs
6175   * UBIFS: tweak journal interface
6176   * UBIFS: make ubifs_set_i_bytes non-inline
6177   * UBIFS: make new_ubifs_inode global
6178   * UBIFS: rename and make macro global
6179   * UBIFS: add a couple of TODOs
6180   * UBIFS: fix debugging macro
6181   * UBIFS: clean up key.h some more
6182   * UBIFS: minor key func cleanup
6183   * UBIFS: unify replay entries names
6184   * UBIFS: cleanup qstr names
6185   * UBIFS: clean up ino_t usage
6186   * UBIFS: minor amendments in budgeting
6187   * UBIFS: Kconfig nicifications
6188   * UBIFS: amend copyright headers
6189   * UBIFS: switch to new VFS interface
6190   * UBIFS: fix default comprssor
6191   * UBIFS: stop using iget()
6192   * UBIFS: optimize fastpath budgeting
6193   * UBIFS: add assertion
6194   * UBIFS: fix budgeting
6195   * UBIFS: do not retry in write_page()
6196   * UBIFS: fix budgeting holes
6197   * UBIFS: clean-up compat stuff a bit
6198   * UBIFS: use DIV_ROUND_UP
6199   * UBIFS: rename protecting macros
6200   * UBIFS: remove sysfs hack
6201   * UBIFS: print a message when fail to open UBI volume
6202   * UBIFS: set default fanout to 8
6203   * UBIFS: remove leftovers
6204   * UBIFS: remove fanout mount option
6205   * UBIFS: rename header files
6206   * UBIFS: store big_lpt in sup->flags
6207   * UBIFS: store fast/norm unmount in superblock
6208   * UBIFS: add default reserved pool size (5%, max 5 MiB)
6209   * UBIFS: update dbg_dump_node() to support reserved pool
6210   * UBIFS: add reserved pool support
6211   * UBIFS: add a check for creat_sqnum
6212   * UBIFS: reduce index node size
6213   * UBIFS: add comment
6214   * UBIFS: record inode creation sequence number
6215   * UBIFS: switch to little-endian
6216   * UBIFS: add on-flash format version
6217   * UBIFS: use qstr for name / length pairs
6218   * UBIFS: correct directory size calculation
6219   * UBIFS: tidy scan slightly
6220   * UBIFS: remove compression and key hash mount options
6221   * UBIFS: call bdi_init
6222   * UBIFS: initial commit
6223   * do_mounts: allow UBI root device name
6224   * VFS: export sync_sb_inodes
6225   * VFS: move inode_lock into sync_sb_inodes
6226   * OMAP3ISP: Disable lsc (temporarily)
6227   * RX51: Camera: make machine code module
6228   * OMAP34XXCAM: Add support to camera daemon
6229   * debuggauspätsi
6230   * RX51: Init camera support
6231   * AD5820: Add driver
6232   * ET8EK8: Add driver
6233   * V4L: New sensor controls
6234   * V4L: Int if: Add vidioc_int_querycap
6235   * OMAP34XXCAM: Fix suspend/resume
6236   * OMAP34XXCAM: Compile as modules
6237   * V4L: Int if: Export symbols to ease building as modules
6238   * V4L: Int if: Allow initiating device initialisation anywhere
6239   * OMAP3ISP: Calculate sizeimage correctly
6240   * OMAP3ISP: Simplify isp_stop()
6241   * OMAP34XXCAM: Fix error handling in open
6242   * OMAP34XXCAM: Do streamoff in proper cases only
6243   * OMAP34XXCAM: vidioc_default locking changes
6244   * ARM: OMAP: Camera: Camera and ISP changes to support auto focus.
6245   * ISP user headers
6246   * OMAP34XXCAM: Fix error handling in open()
6247   * OMAP34XXCAM: Fix locking
6248   * OMAP34XXCAM: Fix private ioctl handler
6249   * OMAP34XXCAM: Don't issue vidioc_int_init at streamon
6250   * ARM: OMAP: OMAP34XXCAM: Abstraction layer changes.
6251   * ARM: OMAP: OMAP34XXCAM: Private IOCTLs fix.
6252   * ARM: OMAP: OMAP34XXCAM: 3430 SDP Board changes for mt9p012 sensor
6253   * OMAP34XXCAM: Get ISP clocks correctly
6254   * OMAP34XXCAM: Fix video buffer leak for mmap buffers
6255   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
6256   * OMAP34XXCAM: Add CCP2 support
6257   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
6258   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
6259   * OMAP34XXCAM: Multi-device support
6260   * Fixing LSC Prefetch error seen after first image capture.
6261   * Changing to private IOCTLs instead of private controls.
6262   * Description: Align with videobuf-dma-sg to generic DMA API patch.
6263   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
6264   * Description: Fixes enum fmt return values in ISP.
6265   * Description: Update to set idle mode for ISP when enabling sensor
6266   * Description: Fixes Q/DQBUF errors found in testing.
6267   * Adding support for unlocked ioctls
6268   * Adapting camera file for V4L2 power changes.
6269   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
6270   * V4L: Int if: define new power states
6271   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
6272   * OMAP34XXCAM: Remove omap24xxcam reset hack
6273   * V4L: Add VIDIOC_G_PRIV_MEM
6274   * OMAP 3 ISP Preview and Resizer wrappers.
6275   * OMAP 3 ISP driver: Preview block, Resizer block,
6276   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
6277   * OMAP 3 Camera Driver with basic components of
6278   * Adding OMAP 3 camera platform device.
6279   * Adding OMAP 3 Camera registers base address.
6280   * Adding Compact Camera Port (CCP) 2 class structures.
6281   * Adding 10-bit RAW Bayer format.
6282   * Adding IOCTL command to get slave private data.
6283   * ARM: OMAP: FB: Disable Tahvo backlight setting
6284   * omap2_mcspi: disable DMA
6285   * DSP Bridge config options
6286   * DSP Bridge
6287   * Phonet: use netif_rx_ni() only when not in interrupt
6288   * OMAP SSI: Remove inline declaration in clock functions.
6289   * OMAP SSI: Fixes ssi device channel clean up.
6290   * SSI:McSAAB: Fix on SSI clock management.
6291   * SSI:PNTTY: Add MODULE_ALIAS()
6292   * Adds MODALIAS support in SSI bus.
6293   * SSI:PNTTY: Disable BH on probe/resume.
6294   * Fixes reset when CMT boot loader kicks in.
6295   * Phonet: fix init/cleanup
6296   * OMAP SSI: Add MODULE_ALIAS() declaration.
6297   * OMAP SSI: Fixes in init section declarations.
6298   * SSI:MCSAAB: Improve use of init/exit sections.
6299   * Declare ssi_pdriver static.
6300   * Remove dead code.
6301   * Remove dead PM related code.
6302   * Fixes SSI clocks race condition in McSAAB handshake.
6303   * Phonet: fix sysctl when linking statically
6304   * Phonet: add missing __init and __exit to sysctl
6305   * OMAP SSI: remove dead code
6306   * McSAAB: put cmt_cawake_init() to init section
6307   * OMAP SSI: enable ERROR and BREAK detection on open
6308   * OMAP SSI: associates I/O memory to the device
6309   * OMAP SSI: put ssi_release to the exit section
6310   * OMAP SSI: fix clock bug
6311   * Phonet: fix skb kernel panic
6312   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
6313   * OMAP SSI device for board-rx51
6314   * g_phonet: add CONFIG_G_PHONET
6315   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
6316   * Build the SSI Phonet TTY driver
6317   * SSI Phonet TTY driver
6318   * Build the McSAAB improved protocol
6319   * McSAAB improved protocol
6320   * OMAP SSI platform device
6321   * Build the SSI hardware driver
6322   * OMAP SSI hardware driver
6323   * OMAP SSI registers definition
6324   * n_phonet: Add CONFIG_N_PHONET
6325   * n_phonet: Phonet line discipline support
6326   * n_phonet: allocate line discipline number
6327   * Phonet: register the ISI protocol
6328   * Phonet: ISI datagram transport protocol
6329   * Phonet: emit ISI errors when a packet cannot be delivered locally
6330   * Phonet: allocate and initialize new sockets
6331   * Phonet: receive path socket lookup
6332   * Phonet: common socket glue
6333   * Phonet: Netlink interface
6334   * Phonet: proc interface for port range
6335   * Phonet: network device and address handling
6336   * Phonet: PF_PHONET protocol family support
6337   * Phonet: build the net/phonet/ directory
6338   * Phonet: add CONFIG_PHONET
6339   * Phonet global definitions
6340   * usb: gadget: cdc2.c
6341   * usb: gadget: Fixes to obex function driver
6342   * usb: composite: several changes to composite layer
6343   * Cleanup rebase screwup
6344   * debuggauspätsi
6345   * OMAP34XXCAM: Add support to camera daemon
6346   * RX51: Init camera support
6347   * AD5820: Add driver
6348   * ET8EK8: Add driver
6349   * V4L: New sensor controls
6350   * OMAP34XXCAM: Get ISP clocks correctly
6351   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
6352   * OMAP34XXCAM: Add CCP2 support
6353   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
6354   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
6355   * OMAP34XXCAM: Multi-device support
6356   * Description: Align with videobuf-dma-sg to generic DMA API patch.
6357   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
6358   * Description: Fixes enum fmt return values in ISP.
6359   * Description: Update to set idle mode for ISP when enabling sensor
6360   * Description: Fixes Q/DQBUF errors found in testing.
6361   * Adding support for unlocked ioctls
6362   * Adapting camera file for V4L2 power changes.
6363   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
6364   * V4L: Int if: define new power states
6365   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
6366   * OMAP34XXCAM: Remove omap24xxcam reset hack
6367   * V4L: Add VIDIOC_G_PRIV_MEM
6368   * OMAP 3 ISP Preview and Resizer wrappers.
6369   * OMAP 3 ISP driver: Preview block, Resizer block,
6370   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
6371   * OMAP 3 Camera Driver with basic components of
6372   * Adding OMAP 3 camera platform device.
6373   * Adding OMAP 3 Camera registers base address.
6374   * Adding Compact Camera Port (CCP) 2 class structures.
6375   * Adding 10-bit RAW Bayer format.
6376   * Adding IOCTL command to get slave private data.
6377   * ARM: OMAP: FB: Disable Tahvo backlight setting
6378   * omap2_mcspi: disable DMA
6379   * DSP Bridge config options
6380   * DSP Bridge
6381   * Phonet: use netif_rx_ni() only when not in interrupt
6382   * OMAP SSI: Remove inline declaration in clock functions.
6383   * OMAP SSI: Fixes ssi device channel clean up.
6384   * SSI:McSAAB: Fix on SSI clock management.
6385   * SSI:PNTTY: Add MODULE_ALIAS()
6386   * Adds MODALIAS support in SSI bus.
6387   * SSI:PNTTY: Disable BH on probe/resume.
6388   * Fixes reset when CMT boot loader kicks in.
6389   * Phonet: fix init/cleanup
6390   * OMAP SSI: Add MODULE_ALIAS() declaration.
6391   * OMAP SSI: Fixes in init section declarations.
6392   * SSI:MCSAAB: Improve use of init/exit sections.
6393   * Declare ssi_pdriver static.
6394   * Remove dead code.
6395   * Remove dead PM related code.
6396   * Fixes SSI clocks race condition in McSAAB handshake.
6397   * Phonet: fix sysctl when linking statically
6398   * Phonet: add missing __init and __exit to sysctl
6399   * OMAP SSI: remove dead code
6400   * McSAAB: put cmt_cawake_init() to init section
6401   * OMAP SSI: enable ERROR and BREAK detection on open
6402   * OMAP SSI: associates I/O memory to the device
6403   * OMAP SSI: put ssi_release to the exit section
6404   * OMAP SSI: fix clock bug
6405   * Phonet: fix skb kernel panic
6406   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
6407   * OMAP SSI device for board-rx51
6408   * g_phonet: add CONFIG_G_PHONET
6409   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
6410   * Build the SSI Phonet TTY driver
6411   * SSI Phonet TTY driver
6412   * Build the McSAAB improved protocol
6413   * McSAAB improved protocol
6414   * OMAP SSI platform device
6415   * Build the SSI hardware driver
6416   * OMAP SSI hardware driver
6417   * OMAP SSI registers definition
6418   * n_phonet: Add CONFIG_N_PHONET
6419   * n_phonet: Phonet line discipline support
6420   * n_phonet: allocate line discipline number
6421   * Phonet: register the ISI protocol
6422   * Phonet: ISI datagram transport protocol
6423   * Phonet: emit ISI errors when a packet cannot be delivered locally
6424   * Phonet: allocate and initialize new sockets
6425   * Phonet: receive path socket lookup
6426   * Phonet: common socket glue
6427   * Phonet: Netlink interface
6428   * Phonet: proc interface for port range
6429   * Phonet: network device and address handling
6430   * Phonet: PF_PHONET protocol family support
6431   * Phonet: build the net/phonet/ directory
6432   * Phonet: add CONFIG_PHONET
6433   * Phonet global definitions
6434   * Disabled CPU_IDLE from default rx51 config
6435   * debuggauspätsi
6436   * OMAP34XXCAM: Add support to camera daemon
6437   * RX51: Init camera support
6438   * AD5820: Add driver
6439   * ET8EK8: Add driver
6440   * V4L: New sensor controls
6441   * OMAP34XXCAM: Get ISP clocks correctly
6442   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
6443   * OMAP34XXCAM: Add CCP2 support
6444   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
6445   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
6446   * OMAP34XXCAM: Multi-device support
6447   * Description: Align with videobuf-dma-sg to generic DMA API patch.
6448   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
6449   * Description: Fixes enum fmt return values in ISP.
6450   * Description: Update to set idle mode for ISP when enabling sensor
6451   * Description: Fixes Q/DQBUF errors found in testing.
6452   * Adding support for unlocked ioctls
6453   * Adapting camera file for V4L2 power changes.
6454   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
6455   * V4L: Int if: define new power states
6456   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
6457   * OMAP34XXCAM: Remove omap24xxcam reset hack
6458   * V4L: Add VIDIOC_G_PRIV_MEM
6459   * OMAP 3 ISP Preview and Resizer wrappers.
6460   * OMAP 3 ISP driver: Preview block, Resizer block,
6461   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
6462   * OMAP 3 Camera Driver with basic components of
6463   * Adding OMAP 3 camera platform device.
6464   * Adding OMAP 3 Camera registers base address.
6465   * Adding Compact Camera Port (CCP) 2 class structures.
6466   * Adding 10-bit RAW Bayer format.
6467   * Adding IOCTL command to get slave private data.
6468   * ARM: OMAP: FB: Disable Tahvo backlight setting
6469   * omap2_mcspi: disable DMA
6470   * DSP Bridge config options
6471   * DSP Bridge
6472   * Phonet: use netif_rx_ni() only when not in interrupt
6473   * OMAP SSI: Remove inline declaration in clock functions.
6474   * OMAP SSI: Fixes ssi device channel clean up.
6475   * SSI:McSAAB: Fix on SSI clock management.
6476   * SSI:PNTTY: Add MODULE_ALIAS()
6477   * Adds MODALIAS support in SSI bus.
6478   * SSI:PNTTY: Disable BH on probe/resume.
6479   * Fixes reset when CMT boot loader kicks in.
6480   * Phonet: fix init/cleanup
6481   * OMAP SSI: Add MODULE_ALIAS() declaration.
6482   * OMAP SSI: Fixes in init section declarations.
6483   * SSI:MCSAAB: Improve use of init/exit sections.
6484   * Declare ssi_pdriver static.
6485   * Remove dead code.
6486   * Remove dead PM related code.
6487   * Fixes SSI clocks race condition in McSAAB handshake.
6488   * Phonet: fix sysctl when linking statically
6489   * Phonet: add missing __init and __exit to sysctl
6490   * OMAP SSI: remove dead code
6491   * McSAAB: put cmt_cawake_init() to init section
6492   * OMAP SSI: enable ERROR and BREAK detection on open
6493   * OMAP SSI: associates I/O memory to the device
6494   * OMAP SSI: put ssi_release to the exit section
6495   * OMAP SSI: fix clock bug
6496   * Phonet: fix skb kernel panic
6497   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
6498   * OMAP SSI device for board-rx51
6499   * g_phonet: add CONFIG_G_PHONET
6500   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
6501   * Build the SSI Phonet TTY driver
6502   * SSI Phonet TTY driver
6503   * Build the McSAAB improved protocol
6504   * McSAAB improved protocol
6505   * OMAP SSI platform device
6506   * Build the SSI hardware driver
6507   * OMAP SSI hardware driver
6508   * OMAP SSI registers definition
6509   * n_phonet: Add CONFIG_N_PHONET
6510   * n_phonet: Phonet line discipline support
6511   * n_phonet: allocate line discipline number
6512   * Phonet: register the ISI protocol
6513   * Phonet: ISI datagram transport protocol
6514   * Phonet: emit ISI errors when a packet cannot be delivered locally
6515   * Phonet: allocate and initialize new sockets
6516   * Phonet: receive path socket lookup
6517   * Phonet: common socket glue
6518   * Phonet: Netlink interface
6519   * Phonet: proc interface for port range
6520   * Phonet: network device and address handling
6521   * Phonet: PF_PHONET protocol family support
6522   * Phonet: build the net/phonet/ directory
6523   * Phonet: add CONFIG_PHONET
6524   * Phonet global definitions
6525   * rx51: Added information about si4713 on board file.
6526   * wl1251: Support for MAC setting
6527   * wl1251: don't overwrite wl1251_rates[] values
6528   * wl1251: some error message cleanup
6529   * wl1251: tx frame index reset
6530   * wl1251: channel switch
6531   * wl1251: Fix TX path memory leak
6532   * wl1251: fix free_irq()
6533   * Add support for "audio -" (KEY_F8) and "audio +" (KEY_F7) keys.
6534   * ASoC: RX51: Update for bulk DAPM registration APIs
6535   * ASoC: TLV320AIC3X: Add mixer control for ADC highpass filter
6536   * ARM/OMAP/FB: Fix LCD panel identifiers and default name
6537   * ARM/OMAP/FB: Add support for new LCD panel class ACX565AKM
6538   * usb: musb: add back musb_hset tool
6539   * mmc: make mmc probe again
6540   * Update Bluetooth core version number
6541   * Add support for TIOCOUTQ and TIOCINQ ioctls
6542   * Add timestamp support to L2CAP, RFCOMM and SCO
6543   * Signal user-space for HIDP and BNEP socket errors
6544   * Move pending packets from RFCOMM socket to TTY
6545   * Store remote modem status for RFCOMM TTY
6546   * Use non-canonical TTY by default for RFCOMM
6547   * Support the case when headset falls back to SCO link
6548   * Initiate authentication during connection establishment
6549   * Export details about authentication requirements
6550   * Disconnect when encryption gets disabled
6551   * Introduce the different bonding types
6552   * Limit packet type change on incoming connections
6553   * Update class of device value whenever possible
6554   * Export remote Simple Pairing mode via sysfs
6555   * Use ACL config stage to retrieve remote features
6556   * Some cleanups for HCI event handling
6557   * Make use of the default link policy settings
6558   * Track status of remote Simple Pairing mode
6559   * Track status of Simple Pairing mode
6560   * Disable disconnect timer during Simple Pairing
6561   * ASoC: Add digital mic configuration to RX51 machine driver
6562   * ASoC: TLV320AIC3X: Add support for digital microphone input
6563   * ASoC: TLV320AIC3X: Modify only interface related bits in
6564     aic3x_set_dai_fmt
6565   * ASoC: TLV320AIC3X: Use register modifier widget for mic bias
6566   * ASoC: Add support for generic DAPM register modifier widget
6567   * ASoC: Tweak tlv320aicx reg_cache_size
6568   * ASoC: Clarify API for bias configuration
6569   * soc - tlv320aic3x - Convert to use bulk registration APIs
6570   * soc - DAPM - Bulk route registration
6571   * soc - Add bulk DAPM control registration
6572   * soc - tlv320aic3x - add GPIO support
6573   * soc - tlv320aic3x - revisit clock setup
6574   * wl1251: use 48 MHz SPI clock
6575   * wl1251: power off cleanups
6576   * wl1251: Ad-Hoc mode support
6577   * wl1251: WPA support
6578   * wl1251: WEP support
6579   * Move fw sending to interrupt context
6580   * Fix hci_h4p sysfs removing
6581   * ASoC: OMAP: Add audio endpoint and route to FM TX chip in Nokia RX51
6582   * i2c: add MODULE_ALIAS to twl4030 drivers
6583   * usb: musb: allow usb to be built as module
6584   * usb: hub: add check for unsupported bus topology
6585   * usb: musb: musb on omap3 has 32 endpoints
6586   * Add simple headphone jack support for RX51 audio
6587   * Add TPA6130A2 support to board-rx51.c
6588   * Add support for TPA6130A2 chip
6589   * I2C: lis302dl: Add selftest functionality
6590   * WL1251: disable BT-WLAN PTA code
6591   * USB: MUSB: Charger detection is deferred to next wake-up 3rd.
6592   * i2c: twl4030-vibra: fix use of delayed_work
6593   * usb: otg: match with == instead of &
6594   * usb: serial: Fix PID for rx51
6595   * usb: otg: tpl: Support storage and hid devices
6596   * ASoC: OMAP: Add machine driver for Nokia RX51
6597   * ASoC: OMAP: Add basic support for OMAP34xx in McBSP DAI driver
6598   * I2C: LP5523: Add LED selftest functionality, update to new i2c
6599     driver model
6600   * omap: rx51: section mismatch fix
6601   * usb: musb: charger detection fix
6602   * si4713: Fix set region function to change frequency only when needed
6603   * si4713: Fix set frequency ioctl to proper check power level
6604   * MMC: RX51: Add sysfs file cover_switch
6605   * MMC: RX51: Add card detection irq
6606   * MMC: OMAP: Add slot_name entry to sysfs
6607   * MMC: OMAP: Re-organizing some goto at hsmmc probe
6608   * MMC: OMAP: Readable output for IRQ status register
6609   * MMC: PM: Reset controllers without CONFIG_MMC_OMAP_HS
6610   * MMC: OMAP: Disable smartidle mode while suspending (workaround)
6611   * OMAP: HSMMC: Check wether board specific suspend / resume exists
6612   * MMC: OMAP: Moving MMC reset from pm34xx.c to board-rx51-hsmmc.c
6613   * MMC: OMAP: Initial MMC support for RX51
6614   * Add TWL4030 RTC support to board-rx51.c
6615   * RX51: Add cmt_apesleepx gpio-switch
6616   * ARM: OMAP: FB: Add Caucasus support
6617   * ARM: OMAP: FB: Add SDI support
6618   * musb: there's no need to sysfs notify
6619   * usb: musb: get vbus status for omap2430 and omap3
6620   * usb charger detection prototype
6621   * si4713: Fix driver probe sequence by adding device id table
6622   * si4713: Change power_level range
6623   * si4713: Remove double range checking when setting power_level
6624   * si4713: Add region selection feature
6625   * si4713: Add antenna tuning value property
6626   * si4713: Remove build warning when CONFIG_I2C_SI4713=n
6627   * I2C: TWL4030 Vibra driver
6628   * I2C: TWL4030: Add get device helper function
6629   * I2C: TWL4030: Fix error handling in MADC driver
6630   * I2C: TWL4030: Remove msleep(1) from MADC driver
6631   * HS OMAP3430 L2 invalidate
6632   * I2C: lis302dl: Add .id_table to i2c_driver struct
6633   * wl1251: implement join ssid command
6634   * wl1251: implement rx path
6635   * wl1251: implement hardware scan
6636   * wl1251: implement tx path
6637   * wl1251: implement mailbox event handling
6638   * wl1251: implement interrupt handling
6639   * wl1251: implement hw initialisation sequence
6640   * I2C: add support for lis302dl accelometer driver
6641   * Add H4+ support for BCM2048b0 bluetooth chip
6642   * rx-51: add wl1251
6643   * wl1251: add Kconfig and Makefile files
6644   * wl1251: port to mac80211 bands API
6645   * Add wl1251 driver
6646   * ARCH: OMAP: RX51: USB: Do not block sleep
6647   * USB: SERIAL GADGET: Add nokia strings
6648   * USB: GADGET: Add nokia ids to file_storage.c
6649   * USB: SERIAL GADGET: Start using obex function
6650   * USB: COMPOSITE: Support 16 interfaces by default
6651   * OBEX: Introduce f_obex function driver.
6652   * usb serial gadget: use updated framework
6653   * usb serial gadget: generic serial function driver
6654   * usb serial gadget: cdc acm function driver
6655   * usb gadget zero: use updated framework
6656   * usb gadget zero: loopback function driver
6657   * usb gadget zero: sourcesink config driver
6658   * usb gadget: composite gadget framework
6659   * usb gadget support descriptor copying
6660   * usb serial gadget: use new tty glue
6661   * usb serial gadget: modular tty glue
6662   * TSC2005 gpio setup is made by driver.
6663   * si4713: Improve probe function
6664   * si4713: Moved irq field from platform_data to i2c_board_info
6665   * warm reboot detection
6666   * LP5523: Change kconfig from bool to tristate
6667   * si4713: Fix the boot up timeout value
6668   * si4713: Disabled pilot tone feature by default
6669   * si4713: Remove DEFAULT_*_ENABLED macro definitions
6670   * si4713: Fix Preemphasis sysfs property convertion
6671   * Add CMT GPIOs
6672   * I2C: add support for lp5523 LED driver
6673   * Add support for Taos tsl2563 ambient light sensor
6674   * si4713: Fix i2c bus address
6675   * rx51: Added information about si4713 on board file.
6676   * si4713: Added Makefile and Kconfig entries
6677   * si4713: Added the v4l2 driver for the si4713 radio transmitter.
6678   * si4713: Added functions to manipulate si4713 i2c protocol
6679   * USB: OTG: Make otg_tpl come from platform_data
6680   * USB: OTG: Add check for roothub initialization
6681   * USB: OTG: Start using new otg tpl.
6682   * USB: OTG: Make otg_get_transceiver() and otg_set_transceiver()
6683     generic
6684   * USB: OTG: Introduce new otg.c code
6685   * USB: Use TPL instead of WHITELIST.
6686   * UBIFS: remove assertion
6687   * UBIFS: do not return negative available space
6688   * UBIFS: rename key_ino to key_inum
6689   * UBIFS: rename NC to LPROPS_NC
6690   * UBIFS: make dbg_check_dir_size check nlink as well
6691   * UBIFS: partially get rid of truncation key
6692   * UBIFS: remove format version 2 support
6693   * UBIFS: fix orphan leak on error path
6694   * UBIFS: fix lpt leaks on error path
6695   * UBIFS: add a UUID to super block
6696   * UBIFS: fix extended attributes size
6697   * UBIFS: add file-system checking function
6698   * UBIFS: clean up resource freeing
6699   * UBIFS: remove debugging stuff from tnc.c
6700   * UBIFS: better error message in read_znode
6701   * UBIFS: another gc_lnum recovery fix
6702   * UBIFS: make dbg_tnc_walk non-recursive
6703   * UBIFS: fix Kconfig
6704   * UBIFS: dump creat_sqnum as well
6705   * UBIFS: remove incorrect cond_resched
6706   * UBIFS: add dbg_dump_index
6707   * UBIFS: tweak scan_for_dirty and asserts
6708   * UBIFS: define change_lp() 'no-change' value
6709   * UBIFS: always commit after recovery
6710   * UBIFS: add a comment
6711   * UBIFS: kill orphans in ro mount also
6712   * UBIFS: ubifs-v0.7
6713   * UBIFS: amend dbg_dump_node
6714   * UBIFS: minor debugging print fix
6715   * UBIFS: fix false assertion allarm in budgeting
6716   * UBIFS: print dead direntry name
6717   * UBIFS: print format version
6718   * UBIFS: do not use -1 offsets
6719   * UBIFS: temporary hack for backward compatibility
6720   * UBIFS: fix bad hash mask bug
6721   * UBIFS: minor print tweaks
6722   * UBIFS: get rid of cpu_to_le64(0)
6723   * UBIFS: rename fmt_vers to fmt_version
6724   * UBIFS: tweak asserts and gc_lnum fix
6725   * UBIFS: move ubifs_validate_entry
6726   * UBIFS: fix checkpatch.pl errors
6727   * UBIFS: remove unnecessary 'if' in bg thread
6728   * UBIFS: fix flags
6729   * UBIFS: rework flags inheritance
6730   * UBIFS: fix gc_lnum recovery
6731   * UBIFS: split out ubifs_fill_super
6732   * UBIFS: mount_ubifs now cleans up its own errors
6733   * UBIFS: get rid of scary lockup warnings
6734   * UBIFS: tweak bg thread
6735   * UBIFS: remove unnecessary cond_resched()
6736   * UBIFS: do not set nice level in bg thread
6737   * UBIFS: use __clear_bit and __set_bit in LPT
6738   * UBIFS: remove unnecessary kzalloc
6739   * UBIFS: use __clear_bit and __set_bit
6740   * UBIFS: use memory barriers in dbg_tnc_check
6741   * UBIFS: comment why we use barriers
6742   * UBIFS: use unlikely in come core TNC functions
6743   * UBIFS: do not use kzalloc unnecesarily
6744   * UBIFS: fix compilation error
6745   * UBIFS: be consistent when comparing pointers with NULL
6746   * UBIFS: cleanup, fix, and improve tnc
6747   * UBIFS: use is_hash_key
6748   * UBIFS: do not validate what is in LNC
6749   * UBIFS: add xentries to LNC
6750   * UBIFS: rename bg thread
6751   * UBIFS: rename JRN to JNL as well
6752   * UBIFS: remove redundant check
6753   * UBIFS: finally remove build.c
6754   * UBIFS: use jnl instead of jrn
6755   * UBIFS: get rid of build.c
6756   * UBIFS: allow multiple blocks per page
6757   * UBIFS: admit that we do not support NFS
6758   * UBIFS: minor renaming
6759   * UBIFS: fix dangling branch handling
6760   * UBIFS: add comment
6761   * UBIFS: ensure readahead is disabled
6762   * UBIFS: comment why 'commit_on_unmount()' is in kill_sb
6763   * UBIFS: make reservation before allocating sequence numbers
6764   * UBIFS: fix misplaced code
6765   * UBIFS: avoid 'dbg_check_key_order()' during replay
6766   * UBIFS: fix telldir and seekdir
6767   * UBIFS: do not forget about mnt_want_write
6768   * UBIFS: change few bits in readdir
6769   * UBIFS: fix memory corruption
6770   * UBIFS: fix bogus assertions
6771   * UBIFS: do not fail in case of bad seeks
6772   * UBIFS: fix hash calculation
6773   * UBIFS: maximum inode size is defined by current key format
6774   * UBIFS: introduce macros for key constants
6775   * UBIFS: limit inode data to block size
6776   * UBIFS: fix returned error code
6777   * UBIFS: fix ia64 compilation warning
6778   * UBIFS: add a comment
6779   * UBIFS: fix collision resolution
6780   * UBIFS: add warning for mmapped file
6781   * UBIFS: page is dirtied only if trunc smaller
6782   * UBIFS: don't forget to release page
6783   * UBIFS: fix printk warnings
6784   * UBIFS: make UBIFS compile on system with non-4KiB pages
6785   * UBIFS: fix "CONFIG_UBIFS_FS_DEBUG_CHKS" is not defined warning
6786   * UBIFS: minor amendments
6787   * UBIFS: default is already n in Kconfig
6788   * UBIFS: get rid of Kconfig.debug
6789   * UBIFS: no need to initialize r->key
6790   * UBIFS: remove unneeded key comparison
6791   * UBIFS: remove memleak and mempressure checks
6792   * UBIFS: add module params to documentation
6793   * UBIFS: do not assume inode size may not be changed meanwhile
6794   * UBIFS: fix checkpatch.pl errors
6795   * UBIFS: remove some amount of assertion
6796   * UBIFS: remove VFS interface checking assertions
6797   * UBIFS: remove module param pretty print
6798   * UBIFS: fix module params
6799   * UBIFS: fix white space
6800   * UBIFS: change check level to bool
6801   * UBIFS: reinstate recovery messages
6802   * UBIFS: add missing check flag checks
6803   * UBIFS: remove 'key' message macros
6804   * UBIFS: fix mmap budgeting
6805   * UBIFS: optimize budgeting a bit
6806   * UBIFS: fix inode budgeting
6807   * UBIFS: making ubifs compile with gcc-3.4
6808   * UBIFS: fix error path in ubifs_write_end
6809   * UBIFS: change debug control from config to module param
6810   * UBIFS: update cmtime for mmapped writes
6811   * UBIFS: budget for mmapped writes
6812   * UBIFS: tweak min_idx_lebs calculation
6813   * UBIFS: fix error path in ubifs_write_begin()
6814   * UBIFS: add ubifs.txt to Documentation directory
6815   * UBIFS: remove unnecessary locking
6816   * UBIFS: fix device node files
6817   * UBIFS: fix journal size for small partitions
6818   * UBIFS: minor debugging print amendment
6819   * UBIFS: fix warning
6820   * UBIFS: fix comparisons
6821   * UBIFS: rest of dangling branch patch
6822   * UBIFS: fix compilation error
6823   * UBIFS: remove unneeded check
6824   * UBIFS: remove excessive unlikely()
6825   * UBIFS: amend comments
6826   * UBIFS: print error codes
6827   * UBIFS: improve dangling branch detection
6828   * UBIFS: bugfix in TNC
6829   * UBIFS: tweak TNC debugging messages
6830   * UBIFS: ubifs-v0.6
6831   * UBIFS: keep colliding keys sorted
6832   * UBIFS: print error code before switching to RO mode
6833   * UBIFS: minor change in readdir
6834   * UBIFS: minor TNC clarification
6835   * UBIFS: fix minor inconsistency with free space
6836   * UBIFS: force empty FS to report zero used
6837   * UBIFS: fix free space
6838   * UBIFS: fix bug on error path
6839   * UBIFS: add a TNC comment
6840   * UBIFS: tidy LPT defines
6841   * UBIFS: be more conservative about worst-case compression
6842   * UBIFS: tree height can exceed 64
6843   * UBIFS: more clarifications for TNC
6844   * UBIFS: random nicifications in tnc
6845   * UBIFS: zap -ENOENT return code from resolve_collision series
6846   * UBIFS: one more TODO for ahunter
6847   * UBIFS: improve znode_lookup comment
6848   * UBIFS: fix freaking TNC bug
6849   * UBIFS: move MIN_COMPR_LEN to ubifs-media.h
6850   * UBIFS: add TODOs for ahunter
6851   * UBIFS: turn znode flags into enum and document them
6852   * UBIFS: improve debugging prints some more
6853   * UBIFS: move dbg_check_idx_size to debug.c
6854   * UBIFS: add force in-the-gap facility
6855   * UBIFS: do not trust znode->iip in dbg_check_znode
6856   * UBIFS: lessen size of tnc.c
6857   * UBIFS: nicify commentaries
6858   * UBIFS: tweak TNC debugging messages
6859   * UBIFS: fix dbg_check_znode() fake alarm
6860   * UBIFS: ubifs-v0.5
6861   * UBIFS: revise directory size calculation
6862   * UBIFS: add time_gran to dump_node
6863   * UBIFS: allow for dates beyond 2038
6864   * UBIFS: put time granularity on super block node
6865   * UBIFS: use time granularity consistently
6866   * UBIFS: tweak lprops check
6867   * UBIFS: introduce constants for matches_name()
6868   * UBIFS: do not forget to free LNC on error path
6869   * UBIFS: clean-up and amend matches_name()
6870   * UBIFS: unify variable names in tnc
6871   * UBIFS: remove bogus error
6872   * UBIFS: amend ubifs_tnc_next_ent
6873   * UBIFS: fix and amend debugging stuff
6874   * UBIFS: add a TODO
6875   * UBIFS: get rid of loop in keys_cmp
6876   * UBIFS: optimize TNC
6877   * UBIFS: fix TNC bug
6878   * UBIFS: few minor cleanups
6879   * UBIFS: add TNC dump function
6880   * UBIFS: fix minor bug
6881   * UBIFS: ubifs-v0.4
6882   * UBIFS: remove xattr_msize
6883   * UBIFS: tweak div64.h inclusion
6884   * UBIFS: tweak debugging
6885   * UBIFS: use clear_nlink() in ubifs_rmdir()
6886   * UBIFS: do not use long long with do_div
6887   * UBIFS: remove padding field from indexing node
6888   * UBIFS: store nanoseconds in inode time stamps
6889   * UBIFS: ubifs-v0.3
6890   * UBIFS: zero out unused fileds
6891   * UBIFS: fix bud race
6892   * UBIFS: fix minor leak on error path
6893   * UBIFS: fix bad lprops bug
6894   * UBIFS: fix lsave_cnt validation
6895   * UBIFS: add missing debug message
6896   * UBIFS: report f_bavail correctly
6897   * UBIFS: fix statfs reporting
6898   * UBIFS: remove compatibility stuff
6899   * UBIFS: don't wbuf_add_ino on error path, it overruns the buffer
6900   * UBIFS: fix leb write wrapper
6901   * UBIFS: split lpt.c
6902   * UBIFS: intorduce leb write and unmap wrappers
6903   * UBIFS: move dbg_dump_pnode to debug.c
6904   * UBIFS: minor cleanup in lpt.c
6905   * UBIFS: fix kernel-doc warnings
6906   * UBIFS: fix my name
6907   * UBIFS: remove check_volume_empty()
6908   * UBIFS: turn recovery messages into mount messages
6909   * UBIFS: remove xattr debugging messages
6910   * UBIFS: fix lprops mismatch
6911   * UBIFS: fix compolation error
6912   * UBIFS: dump stack when switching to RO mode
6913   * UBIFS: calc lpt_hght correctly
6914   * UBIFS: add some ro_media checks
6915   * UBIFS: fix checkpatch.pl warnings
6916   * UBIFS: minor renames
6917   * UBIFS: add some comments
6918   * UBIFS: fix some spelling
6919   * UBIFS: sparse fixes
6920   * UBIFS: do ubifs.h TODOs
6921   * UBIFS: remove budget TODOs
6922   * UBIFS: do journal TODOs
6923   * UBIFS: use kfree via debug function in debug.c
6924   * UBIFS: fix minor TNC bug
6925   * UBIFS: do build TODOs
6926   * UBIFS: do/remove super TODOs
6927   * UBIFS: remove gc TODOs
6928   * UBIFS: do io.c TODOs
6929   * UBIFS: do ioctl TODO
6930   * UBIFS: do sb.c TODO
6931   * UBIFS: do replay TODO
6932   * UBIFS: do dir.c TODOs
6933   * UBIFS: make sure inode is directory before checking size
6934   * UBIFS: fix new ubifs_tnc_next_ent call
6935   * UBIFS: remove TODOs in file.c
6936   * UBIFS: remove msize
6937   * UBIFS: last tnc TODOs
6938   * UBIFS: tnc TODOs
6939   * UBIFS: do some more tnc TODOs
6940   * UBIFS: add directory i_size check function
6941   * UBIFS: remove fast_umount sb flag
6942   * UBIFS: make reported block size 4K again
6943   * UBIFS: fix the code for 2.6.21
6944   * UBIFS: do some TODOs in tnc
6945   * UBIFS: do some TODO's, remove others
6946   * UBIFS: report 512 as block size
6947   * UBIFS: directory inodes do not have any attached data
6948   * UBIFS: fix screwed budgeting
6949   * UBIFS: rework stat() reports
6950   * UBIFS: fix directory size calculation
6951   * UBIFS: msize is not used
6952   * UBIFS: let it compile
6953   * UBIFS: remove incorrect msize validation
6954   * UBIFS: fix incorrect error returning
6955   * UBIFS: be more verbose when printing errors
6956   * UBIFS: amend Kconfig
6957   * UBIFS: fix compatibility stuff
6958   * UBIFS: add crypto dependency to Kconfig
6959   * UBIFS: implement TODO in io.c
6960   * UBIFS: make min_io_size at least 8
6961   * UBIFS: remove extra argument
6962   * UBIFS: remove a TODO
6963   * UBIFS: fix a bug in check_namespace()
6964   * UBIFS: fix WARNING: modpost: Found 1 section mismatch(es)
6965   * UBIFS: fix missing orphan bug
6966   * UBIFS: do not support ACLs
6967   * UBIFS: ubifs-v0.2
6968   * UBIFS: implement xattr handlers
6969   * UBIFS: support xattrs in TNC
6970   * UBIFS: support xattrs in journal
6971   * UBIFS: enlarge compression threshold
6972   * UBIFS: remove bad code
6973   * UBIFS: introduce xentry
6974   * UBIFS: add dummy xattr calls
6975   * UBIFS: break on-media format
6976   * UBIFS: tiny clean up
6977   * UBIFS: cleanup direntry validation
6978   * UBIFS: add a TODO
6979   * UBIFS: add helper function for inode rmoval
6980   * UBIFS: use __func__ instead of __FUNCTION__
6981   * UBIFS: use ino_t instead of unsigned long
6982   * UBIFS: fix dirty_ino_cnt
6983   * UBIFS: remove excessive code
6984   * UBIFS: remove ubifs.h from include/linux/Kbuild
6985   * UBIFS: fix new struct inode object initialization
6986   * UBIFS: fix compilation warning
6987   * UBIFS: improve operations in dir.c
6988   * UBIFS: remove redundant check
6989   * UBIFS: tweak debugging messages
6990   * UBIFS: make some pointers const
6991   * UBIFS: introduce xattr-related fields to inode
6992   * UBIFS: implement a bunch of TODOs
6993   * UBIFS: tweak journal interface
6994   * UBIFS: make ubifs_set_i_bytes non-inline
6995   * UBIFS: make new_ubifs_inode global
6996   * UBIFS: rename and make macro global
6997   * UBIFS: add a couple of TODOs
6998   * UBIFS: fix debugging macro
6999   * UBIFS: clean up key.h some more
7000   * UBIFS: minor key func cleanup
7001   * UBIFS: unify replay entries names
7002   * UBIFS: cleanup qstr names
7003   * UBIFS: clean up ino_t usage
7004   * UBIFS: minor amendments in budgeting
7005   * UBIFS: Kconfig nicifications
7006   * UBIFS: amend copyright headers
7007   * UBIFS: switch to new VFS interface
7008   * UBIFS: fix default comprssor
7009   * UBIFS: stop using iget()
7010   * UBIFS: optimize fastpath budgeting
7011   * UBIFS: add assertion
7012   * UBIFS: fix budgeting
7013   * UBIFS: do not retry in write_page()
7014   * UBIFS: fix budgeting holes
7015   * UBIFS: clean-up compat stuff a bit
7016   * UBIFS: use DIV_ROUND_UP
7017   * UBIFS: rename protecting macros
7018   * UBIFS: remove sysfs hack
7019   * UBIFS: print a message when fail to open UBI volume
7020   * UBIFS: set default fanout to 8
7021   * UBIFS: remove leftovers
7022   * UBIFS: remove fanout mount option
7023   * UBIFS: rename header files
7024   * UBIFS: store big_lpt in sup->flags
7025   * UBIFS: store fast/norm unmount in superblock
7026   * UBIFS: add default reserved pool size (5%, max 5 MiB)
7027   * UBIFS: update dbg_dump_node() to support reserved pool
7028   * UBIFS: add reserved pool support
7029   * UBIFS: add a check for creat_sqnum
7030   * UBIFS: reduce index node size
7031   * UBIFS: add comment
7032   * UBIFS: record inode creation sequence number
7033   * UBIFS: switch to little-endian
7034   * UBIFS: add on-flash format version
7035   * UBIFS: use qstr for name / length pairs
7036   * UBIFS: correct directory size calculation
7037   * UBIFS: tidy scan slightly
7038   * UBIFS: remove compression and key hash mount options
7039   * UBIFS: call bdi_init
7040   * UBIFS: initial commit
7041   * do_mounts: allow UBI root device name
7042   * VFS: export sync_sb_inodes
7043   * VFS: move inode_lock into sync_sb_inodes
7044   * RX51: Add new board specific init function for rx51 specific PM
7045     initializations
7046   * Off-mode led control
7047   * Sysfs interface for controlling suspend states + set_pwrdm_state fix
7048   * Added state tracking to omap_sram_idle
7049   * PM debug support for 34xx
7050   * OMAP34xx suspend + dynamic idle fixed for chip off-mode
7051   * CORE context save/restore
7052   * i2c context save/restore
7053   * gpio context save/restore
7054   * serial context save/restore
7055   * gpmc context save/restore
7056   * mpu off state enabled
7057   * scratchpad contents
7058   * sdrc register defs
7059   * menuconfig updates for cpuidle
7060   * per/neon and core handling in idle
7061   * Basic cpuidle driver
7062   * Revert "PM debug support for 34xx"
7063   * debuggauspätsi
7064   * OMAP34XXCAM: Add support to camera daemon
7065   * RX51: Init camera support
7066   * AD5820: Add driver
7067   * ET8EK8: Add driver
7068   * V4L: New sensor controls
7069   * OMAP34XXCAM: Get ISP clocks correctly
7070   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
7071   * OMAP34XXCAM: Add CCP2 support
7072   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
7073   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
7074   * OMAP34XXCAM: Multi-device support
7075   * Description: Align with videobuf-dma-sg to generic DMA API patch.
7076   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
7077   * Description: Fixes enum fmt return values in ISP.
7078   * Description: Update to set idle mode for ISP when enabling sensor
7079   * Description: Fixes Q/DQBUF errors found in testing.
7080   * Adding support for unlocked ioctls
7081   * Adapting camera file for V4L2 power changes.
7082   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
7083   * V4L: Int if: define new power states
7084   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
7085   * OMAP34XXCAM: Remove omap24xxcam reset hack
7086   * V4L: Add VIDIOC_G_PRIV_MEM
7087   * OMAP 3 ISP Preview and Resizer wrappers.
7088   * OMAP 3 ISP driver: Preview block, Resizer block,
7089   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
7090   * OMAP 3 Camera Driver with basic components of
7091   * Adding OMAP 3 camera platform device.
7092   * Adding OMAP 3 Camera registers base address.
7093   * Adding Compact Camera Port (CCP) 2 class structures.
7094   * Adding 10-bit RAW Bayer format.
7095   * Adding IOCTL command to get slave private data.
7096   * ARM: OMAP: FB: Disable Tahvo backlight setting
7097   * omap2_mcspi: disable DMA
7098   * DSP Bridge config options
7099   * DSP Bridge
7100   * Phonet: use netif_rx_ni() only when not in interrupt
7101   * OMAP SSI: Remove inline declaration in clock functions.
7102   * OMAP SSI: Fixes ssi device channel clean up.
7103   * SSI:McSAAB: Fix on SSI clock management.
7104   * SSI:PNTTY: Add MODULE_ALIAS()
7105   * Adds MODALIAS support in SSI bus.
7106   * SSI:PNTTY: Disable BH on probe/resume.
7107   * Fixes reset when CMT boot loader kicks in.
7108   * Phonet: fix init/cleanup
7109   * OMAP SSI: Add MODULE_ALIAS() declaration.
7110   * OMAP SSI: Fixes in init section declarations.
7111   * SSI:MCSAAB: Improve use of init/exit sections.
7112   * Declare ssi_pdriver static.
7113   * Remove dead code.
7114   * Remove dead PM related code.
7115   * Fixes SSI clocks race condition in McSAAB handshake.
7116   * Phonet: fix sysctl when linking statically
7117   * Phonet: add missing __init and __exit to sysctl
7118   * OMAP SSI: remove dead code
7119   * McSAAB: put cmt_cawake_init() to init section
7120   * OMAP SSI: enable ERROR and BREAK detection on open
7121   * OMAP SSI: associates I/O memory to the device
7122   * OMAP SSI: put ssi_release to the exit section
7123   * OMAP SSI: fix clock bug
7124   * Phonet: fix skb kernel panic
7125   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
7126   * OMAP SSI device for board-rx51
7127   * g_phonet: add CONFIG_G_PHONET
7128   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
7129   * Build the SSI Phonet TTY driver
7130   * SSI Phonet TTY driver
7131   * Build the McSAAB improved protocol
7132   * McSAAB improved protocol
7133   * OMAP SSI platform device
7134   * Build the SSI hardware driver
7135   * OMAP SSI hardware driver
7136   * OMAP SSI registers definition
7137   * n_phonet: Add CONFIG_N_PHONET
7138   * n_phonet: Phonet line discipline support
7139   * n_phonet: allocate line discipline number
7140   * Phonet: register the ISI protocol
7141   * Phonet: ISI datagram transport protocol
7142   * Phonet: emit ISI errors when a packet cannot be delivered locally
7143   * Phonet: allocate and initialize new sockets
7144   * Phonet: receive path socket lookup
7145   * Phonet: common socket glue
7146   * Phonet: Netlink interface
7147   * Phonet: proc interface for port range
7148   * Phonet: network device and address handling
7149   * Phonet: PF_PHONET protocol family support
7150   * Phonet: build the net/phonet/ directory
7151   * Phonet: add CONFIG_PHONET
7152   * Phonet global definitions
7153   * wl1251: Support for MAC setting
7154   * wl1251: don't overwrite wl1251_rates[] values
7155   * wl1251: some error message cleanup
7156   * wl1251: tx frame index reset
7157   * wl1251: channel switch
7158   * wl1251: Fix TX path memory leak
7159   * wl1251: fix free_irq()
7160   * Add support for "audio -" (KEY_F8) and "audio +" (KEY_F7) keys.
7161   * ASoC: RX51: Update for bulk DAPM registration APIs
7162   * ASoC: TLV320AIC3X: Add mixer control for ADC highpass filter
7163   * ARM/OMAP/FB: Fix LCD panel identifiers and default name
7164   * ARM/OMAP/FB: Add support for new LCD panel class ACX565AKM
7165   * usb: musb: add back musb_hset tool
7166   * mmc: make mmc probe again
7167   * Update Bluetooth core version number
7168   * Add support for TIOCOUTQ and TIOCINQ ioctls
7169   * Add timestamp support to L2CAP, RFCOMM and SCO
7170   * Signal user-space for HIDP and BNEP socket errors
7171   * Move pending packets from RFCOMM socket to TTY
7172   * Store remote modem status for RFCOMM TTY
7173   * Use non-canonical TTY by default for RFCOMM
7174   * Support the case when headset falls back to SCO link
7175   * Initiate authentication during connection establishment
7176   * Export details about authentication requirements
7177   * Disconnect when encryption gets disabled
7178   * Introduce the different bonding types
7179   * Limit packet type change on incoming connections
7180   * Update class of device value whenever possible
7181   * Export remote Simple Pairing mode via sysfs
7182   * Use ACL config stage to retrieve remote features
7183   * Some cleanups for HCI event handling
7184   * Make use of the default link policy settings
7185   * Track status of remote Simple Pairing mode
7186   * Track status of Simple Pairing mode
7187   * Disable disconnect timer during Simple Pairing
7188   * ASoC: Add digital mic configuration to RX51 machine driver
7189   * ASoC: TLV320AIC3X: Add support for digital microphone input
7190   * ASoC: TLV320AIC3X: Modify only interface related bits in
7191     aic3x_set_dai_fmt
7192   * ASoC: TLV320AIC3X: Use register modifier widget for mic bias
7193   * ASoC: Add support for generic DAPM register modifier widget
7194   * ASoC: Tweak tlv320aicx reg_cache_size
7195   * ASoC: Clarify API for bias configuration
7196   * soc - tlv320aic3x - Convert to use bulk registration APIs
7197   * soc - DAPM - Bulk route registration
7198   * soc - Add bulk DAPM control registration
7199   * soc - tlv320aic3x - add GPIO support
7200   * soc - tlv320aic3x - revisit clock setup
7201   * wl1251: use 48 MHz SPI clock
7202   * wl1251: power off cleanups
7203   * wl1251: Ad-Hoc mode support
7204   * wl1251: WPA support
7205   * wl1251: WEP support
7206   * Move fw sending to interrupt context
7207   * Fix hci_h4p sysfs removing
7208   * ASoC: OMAP: Add audio endpoint and route to FM TX chip in Nokia RX51
7209   * i2c: add MODULE_ALIAS to twl4030 drivers
7210   * usb: musb: allow usb to be built as module
7211   * usb: hub: add check for unsupported bus topology
7212   * usb: musb: musb on omap3 has 32 endpoints
7213   * Add simple headphone jack support for RX51 audio
7214   * Add TPA6130A2 support to board-rx51.c
7215   * Add support for TPA6130A2 chip
7216   * I2C: lis302dl: Add selftest functionality
7217   * WL1251: disable BT-WLAN PTA code
7218   * USB: MUSB: Charger detection is deferred to next wake-up 3rd.
7219   * i2c: twl4030-vibra: fix use of delayed_work
7220   * usb: otg: match with == instead of &
7221   * usb: serial: Fix PID for rx51
7222   * usb: otg: tpl: Support storage and hid devices
7223   * ASoC: OMAP: Add machine driver for Nokia RX51
7224   * ASoC: OMAP: Add basic support for OMAP34xx in McBSP DAI driver
7225   * I2C: LP5523: Add LED selftest functionality, update to new i2c
7226     driver model
7227   * omap: rx51: section mismatch fix
7228   * usb: musb: charger detection fix
7229   * si4713: Fix set region function to change frequency only when needed
7230   * si4713: Fix set frequency ioctl to proper check power level
7231   * MMC: RX51: Add sysfs file cover_switch
7232   * MMC: RX51: Add card detection irq
7233   * MMC: OMAP: Add slot_name entry to sysfs
7234   * MMC: OMAP: Re-organizing some goto at hsmmc probe
7235   * MMC: OMAP: Readable output for IRQ status register
7236   * MMC: PM: Reset controllers without CONFIG_MMC_OMAP_HS
7237   * MMC: OMAP: Disable smartidle mode while suspending (workaround)
7238   * OMAP: HSMMC: Check wether board specific suspend / resume exists
7239   * MMC: OMAP: Moving MMC reset from pm34xx.c to board-rx51-hsmmc.c
7240   * MMC: OMAP: Initial MMC support for RX51
7241   * Add TWL4030 RTC support to board-rx51.c
7242   * RX51: Add cmt_apesleepx gpio-switch
7243   * ARM: OMAP: FB: Add Caucasus support
7244   * ARM: OMAP: FB: Add SDI support
7245   * musb: there's no need to sysfs notify
7246   * usb: musb: get vbus status for omap2430 and omap3
7247   * usb charger detection prototype
7248   * si4713: Fix driver probe sequence by adding device id table
7249   * si4713: Change power_level range
7250   * si4713: Remove double range checking when setting power_level
7251   * si4713: Add region selection feature
7252   * si4713: Add antenna tuning value property
7253   * si4713: Remove build warning when CONFIG_I2C_SI4713=n
7254   * I2C: TWL4030 Vibra driver
7255   * I2C: TWL4030: Add get device helper function
7256   * I2C: TWL4030: Fix error handling in MADC driver
7257   * I2C: TWL4030: Remove msleep(1) from MADC driver
7258   * HS OMAP3430 L2 invalidate
7259   * I2C: lis302dl: Add .id_table to i2c_driver struct
7260   * wl1251: implement join ssid command
7261   * wl1251: implement rx path
7262   * wl1251: implement hardware scan
7263   * wl1251: implement tx path
7264   * wl1251: implement mailbox event handling
7265   * wl1251: implement interrupt handling
7266   * wl1251: implement hw initialisation sequence
7267   * I2C: add support for lis302dl accelometer driver
7268   * Add H4+ support for BCM2048b0 bluetooth chip
7269   * rx-51: add wl1251
7270   * wl1251: add Kconfig and Makefile files
7271   * wl1251: port to mac80211 bands API
7272   * Add wl1251 driver
7273   * ARCH: OMAP: RX51: USB: Do not block sleep
7274   * USB: SERIAL GADGET: Add nokia strings
7275   * USB: GADGET: Add nokia ids to file_storage.c
7276   * USB: SERIAL GADGET: Start using obex function
7277   * USB: COMPOSITE: Support 16 interfaces by default
7278   * OBEX: Introduce f_obex function driver.
7279   * usb serial gadget: use updated framework
7280   * usb serial gadget: generic serial function driver
7281   * usb serial gadget: cdc acm function driver
7282   * usb gadget zero: use updated framework
7283   * usb gadget zero: loopback function driver
7284   * usb gadget zero: sourcesink config driver
7285   * usb gadget: composite gadget framework
7286   * usb gadget support descriptor copying
7287   * usb serial gadget: use new tty glue
7288   * usb serial gadget: modular tty glue
7289   * TSC2005 gpio setup is made by driver.
7290   * si4713: Improve probe function
7291   * si4713: Moved irq field from platform_data to i2c_board_info
7292   * warm reboot detection
7293   * LP5523: Change kconfig from bool to tristate
7294   * si4713: Fix the boot up timeout value
7295   * si4713: Disabled pilot tone feature by default
7296   * si4713: Remove DEFAULT_*_ENABLED macro definitions
7297   * si4713: Fix Preemphasis sysfs property convertion
7298   * Add CMT GPIOs
7299   * I2C: add support for lp5523 LED driver
7300   * Add support for Taos tsl2563 ambient light sensor
7301   * si4713: Fix i2c bus address
7302   * rx51: Added information about si4713 on board file.
7303   * si4713: Added Makefile and Kconfig entries
7304   * si4713: Added the v4l2 driver for the si4713 radio transmitter.
7305   * si4713: Added functions to manipulate si4713 i2c protocol
7306   * USB: OTG: Make otg_tpl come from platform_data
7307   * USB: OTG: Add check for roothub initialization
7308   * USB: OTG: Start using new otg tpl.
7309   * USB: OTG: Make otg_get_transceiver() and otg_set_transceiver()
7310     generic
7311   * USB: OTG: Introduce new otg.c code
7312   * USB: Use TPL instead of WHITELIST.
7313   * UBIFS: remove assertion
7314   * UBIFS: do not return negative available space
7315   * UBIFS: rename key_ino to key_inum
7316   * UBIFS: rename NC to LPROPS_NC
7317   * UBIFS: make dbg_check_dir_size check nlink as well
7318   * UBIFS: partially get rid of truncation key
7319   * UBIFS: remove format version 2 support
7320   * UBIFS: fix orphan leak on error path
7321   * UBIFS: fix lpt leaks on error path
7322   * UBIFS: add a UUID to super block
7323   * UBIFS: fix extended attributes size
7324   * UBIFS: add file-system checking function
7325   * UBIFS: clean up resource freeing
7326   * UBIFS: remove debugging stuff from tnc.c
7327   * UBIFS: better error message in read_znode
7328   * UBIFS: another gc_lnum recovery fix
7329   * UBIFS: make dbg_tnc_walk non-recursive
7330   * UBIFS: fix Kconfig
7331   * UBIFS: dump creat_sqnum as well
7332   * UBIFS: remove incorrect cond_resched
7333   * UBIFS: add dbg_dump_index
7334   * UBIFS: tweak scan_for_dirty and asserts
7335   * UBIFS: define change_lp() 'no-change' value
7336   * UBIFS: always commit after recovery
7337   * UBIFS: add a comment
7338   * UBIFS: kill orphans in ro mount also
7339   * UBIFS: ubifs-v0.7
7340   * UBIFS: amend dbg_dump_node
7341   * UBIFS: minor debugging print fix
7342   * UBIFS: fix false assertion allarm in budgeting
7343   * UBIFS: print dead direntry name
7344   * UBIFS: print format version
7345   * UBIFS: do not use -1 offsets
7346   * UBIFS: temporary hack for backward compatibility
7347   * UBIFS: fix bad hash mask bug
7348   * UBIFS: minor print tweaks
7349   * UBIFS: get rid of cpu_to_le64(0)
7350   * UBIFS: rename fmt_vers to fmt_version
7351   * UBIFS: tweak asserts and gc_lnum fix
7352   * UBIFS: move ubifs_validate_entry
7353   * UBIFS: fix checkpatch.pl errors
7354   * UBIFS: remove unnecessary 'if' in bg thread
7355   * UBIFS: fix flags
7356   * UBIFS: rework flags inheritance
7357   * UBIFS: fix gc_lnum recovery
7358   * UBIFS: split out ubifs_fill_super
7359   * UBIFS: mount_ubifs now cleans up its own errors
7360   * UBIFS: get rid of scary lockup warnings
7361   * UBIFS: tweak bg thread
7362   * UBIFS: remove unnecessary cond_resched()
7363   * UBIFS: do not set nice level in bg thread
7364   * UBIFS: use __clear_bit and __set_bit in LPT
7365   * UBIFS: remove unnecessary kzalloc
7366   * UBIFS: use __clear_bit and __set_bit
7367   * UBIFS: use memory barriers in dbg_tnc_check
7368   * UBIFS: comment why we use barriers
7369   * UBIFS: use unlikely in come core TNC functions
7370   * UBIFS: do not use kzalloc unnecesarily
7371   * UBIFS: fix compilation error
7372   * UBIFS: be consistent when comparing pointers with NULL
7373   * UBIFS: cleanup, fix, and improve tnc
7374   * UBIFS: use is_hash_key
7375   * UBIFS: do not validate what is in LNC
7376   * UBIFS: add xentries to LNC
7377   * UBIFS: rename bg thread
7378   * UBIFS: rename JRN to JNL as well
7379   * UBIFS: remove redundant check
7380   * UBIFS: finally remove build.c
7381   * UBIFS: use jnl instead of jrn
7382   * UBIFS: get rid of build.c
7383   * UBIFS: allow multiple blocks per page
7384   * UBIFS: admit that we do not support NFS
7385   * UBIFS: minor renaming
7386   * UBIFS: fix dangling branch handling
7387   * UBIFS: add comment
7388   * UBIFS: ensure readahead is disabled
7389   * UBIFS: comment why 'commit_on_unmount()' is in kill_sb
7390   * UBIFS: make reservation before allocating sequence numbers
7391   * UBIFS: fix misplaced code
7392   * UBIFS: avoid 'dbg_check_key_order()' during replay
7393   * UBIFS: fix telldir and seekdir
7394   * UBIFS: do not forget about mnt_want_write
7395   * UBIFS: change few bits in readdir
7396   * UBIFS: fix memory corruption
7397   * UBIFS: fix bogus assertions
7398   * UBIFS: do not fail in case of bad seeks
7399   * UBIFS: fix hash calculation
7400   * UBIFS: maximum inode size is defined by current key format
7401   * UBIFS: introduce macros for key constants
7402   * UBIFS: limit inode data to block size
7403   * UBIFS: fix returned error code
7404   * UBIFS: fix ia64 compilation warning
7405   * UBIFS: add a comment
7406   * UBIFS: fix collision resolution
7407   * UBIFS: add warning for mmapped file
7408   * UBIFS: page is dirtied only if trunc smaller
7409   * UBIFS: don't forget to release page
7410   * UBIFS: fix printk warnings
7411   * UBIFS: make UBIFS compile on system with non-4KiB pages
7412   * UBIFS: fix "CONFIG_UBIFS_FS_DEBUG_CHKS" is not defined warning
7413   * UBIFS: minor amendments
7414   * UBIFS: default is already n in Kconfig
7415   * UBIFS: get rid of Kconfig.debug
7416   * UBIFS: no need to initialize r->key
7417   * UBIFS: remove unneeded key comparison
7418   * UBIFS: remove memleak and mempressure checks
7419   * UBIFS: add module params to documentation
7420   * UBIFS: do not assume inode size may not be changed meanwhile
7421   * UBIFS: fix checkpatch.pl errors
7422   * UBIFS: remove some amount of assertion
7423   * UBIFS: remove VFS interface checking assertions
7424   * UBIFS: remove module param pretty print
7425   * UBIFS: fix module params
7426   * UBIFS: fix white space
7427   * UBIFS: change check level to bool
7428   * UBIFS: reinstate recovery messages
7429   * UBIFS: add missing check flag checks
7430   * UBIFS: remove 'key' message macros
7431   * UBIFS: fix mmap budgeting
7432   * UBIFS: optimize budgeting a bit
7433   * UBIFS: fix inode budgeting
7434   * UBIFS: making ubifs compile with gcc-3.4
7435   * UBIFS: fix error path in ubifs_write_end
7436   * UBIFS: change debug control from config to module param
7437   * UBIFS: update cmtime for mmapped writes
7438   * UBIFS: budget for mmapped writes
7439   * UBIFS: tweak min_idx_lebs calculation
7440   * UBIFS: fix error path in ubifs_write_begin()
7441   * UBIFS: add ubifs.txt to Documentation directory
7442   * UBIFS: remove unnecessary locking
7443   * UBIFS: fix device node files
7444   * UBIFS: fix journal size for small partitions
7445   * UBIFS: minor debugging print amendment
7446   * UBIFS: fix warning
7447   * UBIFS: fix comparisons
7448   * UBIFS: rest of dangling branch patch
7449   * UBIFS: fix compilation error
7450   * UBIFS: remove unneeded check
7451   * UBIFS: remove excessive unlikely()
7452   * UBIFS: amend comments
7453   * UBIFS: print error codes
7454   * UBIFS: improve dangling branch detection
7455   * UBIFS: bugfix in TNC
7456   * UBIFS: tweak TNC debugging messages
7457   * UBIFS: ubifs-v0.6
7458   * UBIFS: keep colliding keys sorted
7459   * UBIFS: print error code before switching to RO mode
7460   * UBIFS: minor change in readdir
7461   * UBIFS: minor TNC clarification
7462   * UBIFS: fix minor inconsistency with free space
7463   * UBIFS: force empty FS to report zero used
7464   * UBIFS: fix free space
7465   * UBIFS: fix bug on error path
7466   * UBIFS: add a TNC comment
7467   * UBIFS: tidy LPT defines
7468   * UBIFS: be more conservative about worst-case compression
7469   * UBIFS: tree height can exceed 64
7470   * UBIFS: more clarifications for TNC
7471   * UBIFS: random nicifications in tnc
7472   * UBIFS: zap -ENOENT return code from resolve_collision series
7473   * UBIFS: one more TODO for ahunter
7474   * UBIFS: improve znode_lookup comment
7475   * UBIFS: fix freaking TNC bug
7476   * UBIFS: move MIN_COMPR_LEN to ubifs-media.h
7477   * UBIFS: add TODOs for ahunter
7478   * UBIFS: turn znode flags into enum and document them
7479   * UBIFS: improve debugging prints some more
7480   * UBIFS: move dbg_check_idx_size to debug.c
7481   * UBIFS: add force in-the-gap facility
7482   * UBIFS: do not trust znode->iip in dbg_check_znode
7483   * UBIFS: lessen size of tnc.c
7484   * UBIFS: nicify commentaries
7485   * UBIFS: tweak TNC debugging messages
7486   * UBIFS: fix dbg_check_znode() fake alarm
7487   * UBIFS: ubifs-v0.5
7488   * UBIFS: revise directory size calculation
7489   * UBIFS: add time_gran to dump_node
7490   * UBIFS: allow for dates beyond 2038
7491   * UBIFS: put time granularity on super block node
7492   * UBIFS: use time granularity consistently
7493   * UBIFS: tweak lprops check
7494   * UBIFS: introduce constants for matches_name()
7495   * UBIFS: do not forget to free LNC on error path
7496   * UBIFS: clean-up and amend matches_name()
7497   * UBIFS: unify variable names in tnc
7498   * UBIFS: remove bogus error
7499   * UBIFS: amend ubifs_tnc_next_ent
7500   * UBIFS: fix and amend debugging stuff
7501   * UBIFS: add a TODO
7502   * UBIFS: get rid of loop in keys_cmp
7503   * UBIFS: optimize TNC
7504   * UBIFS: fix TNC bug
7505   * UBIFS: few minor cleanups
7506   * UBIFS: add TNC dump function
7507   * UBIFS: fix minor bug
7508   * UBIFS: ubifs-v0.4
7509   * UBIFS: remove xattr_msize
7510   * UBIFS: tweak div64.h inclusion
7511   * UBIFS: tweak debugging
7512   * UBIFS: use clear_nlink() in ubifs_rmdir()
7513   * UBIFS: do not use long long with do_div
7514   * UBIFS: remove padding field from indexing node
7515   * UBIFS: store nanoseconds in inode time stamps
7516   * UBIFS: ubifs-v0.3
7517   * UBIFS: zero out unused fileds
7518   * UBIFS: fix bud race
7519   * UBIFS: fix minor leak on error path
7520   * UBIFS: fix bad lprops bug
7521   * UBIFS: fix lsave_cnt validation
7522   * UBIFS: add missing debug message
7523   * UBIFS: report f_bavail correctly
7524   * UBIFS: fix statfs reporting
7525   * UBIFS: remove compatibility stuff
7526   * UBIFS: don't wbuf_add_ino on error path, it overruns the buffer
7527   * UBIFS: fix leb write wrapper
7528   * UBIFS: split lpt.c
7529   * UBIFS: intorduce leb write and unmap wrappers
7530   * UBIFS: move dbg_dump_pnode to debug.c
7531   * UBIFS: minor cleanup in lpt.c
7532   * UBIFS: fix kernel-doc warnings
7533   * UBIFS: fix my name
7534   * UBIFS: remove check_volume_empty()
7535   * UBIFS: turn recovery messages into mount messages
7536   * UBIFS: remove xattr debugging messages
7537   * UBIFS: fix lprops mismatch
7538   * UBIFS: fix compolation error
7539   * UBIFS: dump stack when switching to RO mode
7540   * UBIFS: calc lpt_hght correctly
7541   * UBIFS: add some ro_media checks
7542   * UBIFS: fix checkpatch.pl warnings
7543   * UBIFS: minor renames
7544   * UBIFS: add some comments
7545   * UBIFS: fix some spelling
7546   * UBIFS: sparse fixes
7547   * UBIFS: do ubifs.h TODOs
7548   * UBIFS: remove budget TODOs
7549   * UBIFS: do journal TODOs
7550   * UBIFS: use kfree via debug function in debug.c
7551   * UBIFS: fix minor TNC bug
7552   * UBIFS: do build TODOs
7553   * UBIFS: do/remove super TODOs
7554   * UBIFS: remove gc TODOs
7555   * UBIFS: do io.c TODOs
7556   * UBIFS: do ioctl TODO
7557   * UBIFS: do sb.c TODO
7558   * UBIFS: do replay TODO
7559   * UBIFS: do dir.c TODOs
7560   * UBIFS: make sure inode is directory before checking size
7561   * UBIFS: fix new ubifs_tnc_next_ent call
7562   * UBIFS: remove TODOs in file.c
7563   * UBIFS: remove msize
7564   * UBIFS: last tnc TODOs
7565   * UBIFS: tnc TODOs
7566   * UBIFS: do some more tnc TODOs
7567   * UBIFS: add directory i_size check function
7568   * UBIFS: remove fast_umount sb flag
7569   * UBIFS: make reported block size 4K again
7570   * UBIFS: fix the code for 2.6.21
7571   * UBIFS: do some TODOs in tnc
7572   * UBIFS: do some TODO's, remove others
7573   * UBIFS: report 512 as block size
7574   * UBIFS: directory inodes do not have any attached data
7575   * UBIFS: fix screwed budgeting
7576   * UBIFS: rework stat() reports
7577   * UBIFS: fix directory size calculation
7578   * UBIFS: msize is not used
7579   * UBIFS: let it compile
7580   * UBIFS: remove incorrect msize validation
7581   * UBIFS: fix incorrect error returning
7582   * UBIFS: be more verbose when printing errors
7583   * UBIFS: amend Kconfig
7584   * UBIFS: fix compatibility stuff
7585   * UBIFS: add crypto dependency to Kconfig
7586   * UBIFS: implement TODO in io.c
7587   * UBIFS: make min_io_size at least 8
7588   * UBIFS: remove extra argument
7589   * UBIFS: remove a TODO
7590   * UBIFS: fix a bug in check_namespace()
7591   * UBIFS: fix WARNING: modpost: Found 1 section mismatch(es)
7592   * UBIFS: fix missing orphan bug
7593   * UBIFS: do not support ACLs
7594   * UBIFS: ubifs-v0.2
7595   * UBIFS: implement xattr handlers
7596   * UBIFS: support xattrs in TNC
7597   * UBIFS: support xattrs in journal
7598   * UBIFS: enlarge compression threshold
7599   * UBIFS: remove bad code
7600   * UBIFS: introduce xentry
7601   * UBIFS: add dummy xattr calls
7602   * UBIFS: break on-media format
7603   * UBIFS: tiny clean up
7604   * UBIFS: cleanup direntry validation
7605   * UBIFS: add a TODO
7606   * UBIFS: add helper function for inode rmoval
7607   * UBIFS: use __func__ instead of __FUNCTION__
7608   * UBIFS: use ino_t instead of unsigned long
7609   * UBIFS: fix dirty_ino_cnt
7610   * UBIFS: remove excessive code
7611   * UBIFS: remove ubifs.h from include/linux/Kbuild
7612   * UBIFS: fix new struct inode object initialization
7613   * UBIFS: fix compilation warning
7614   * UBIFS: improve operations in dir.c
7615   * UBIFS: remove redundant check
7616   * UBIFS: tweak debugging messages
7617   * UBIFS: make some pointers const
7618   * UBIFS: introduce xattr-related fields to inode
7619   * UBIFS: implement a bunch of TODOs
7620   * UBIFS: tweak journal interface
7621   * UBIFS: make ubifs_set_i_bytes non-inline
7622   * UBIFS: make new_ubifs_inode global
7623   * UBIFS: rename and make macro global
7624   * UBIFS: add a couple of TODOs
7625   * UBIFS: fix debugging macro
7626   * UBIFS: clean up key.h some more
7627   * UBIFS: minor key func cleanup
7628   * UBIFS: unify replay entries names
7629   * UBIFS: cleanup qstr names
7630   * UBIFS: clean up ino_t usage
7631   * UBIFS: minor amendments in budgeting
7632   * UBIFS: Kconfig nicifications
7633   * UBIFS: amend copyright headers
7634   * UBIFS: switch to new VFS interface
7635   * UBIFS: fix default comprssor
7636   * UBIFS: stop using iget()
7637   * UBIFS: optimize fastpath budgeting
7638   * UBIFS: add assertion
7639   * UBIFS: fix budgeting
7640   * UBIFS: do not retry in write_page()
7641   * UBIFS: fix budgeting holes
7642   * UBIFS: clean-up compat stuff a bit
7643   * UBIFS: use DIV_ROUND_UP
7644   * UBIFS: rename protecting macros
7645   * UBIFS: remove sysfs hack
7646   * UBIFS: print a message when fail to open UBI volume
7647   * UBIFS: set default fanout to 8
7648   * UBIFS: remove leftovers
7649   * UBIFS: remove fanout mount option
7650   * UBIFS: rename header files
7651   * UBIFS: store big_lpt in sup->flags
7652   * UBIFS: store fast/norm unmount in superblock
7653   * UBIFS: add default reserved pool size (5%, max 5 MiB)
7654   * UBIFS: update dbg_dump_node() to support reserved pool
7655   * UBIFS: add reserved pool support
7656   * UBIFS: add a check for creat_sqnum
7657   * UBIFS: reduce index node size
7658   * UBIFS: add comment
7659   * UBIFS: record inode creation sequence number
7660   * UBIFS: switch to little-endian
7661   * UBIFS: add on-flash format version
7662   * UBIFS: use qstr for name / length pairs
7663   * UBIFS: correct directory size calculation
7664   * UBIFS: tidy scan slightly
7665   * UBIFS: remove compression and key hash mount options
7666   * UBIFS: call bdi_init
7667   * UBIFS: initial commit
7668   * do_mounts: allow UBI root device name
7669   * VFS: export sync_sb_inodes
7670   * VFS: move inode_lock into sync_sb_inodes
7671   * PM debug support for 34xx
7672   * 34XX: PM: Workaround to enable autoidle for clocks and plls
7673   * Added sleep support to UART
7674   * 34XX: PM: Workaround for taking care of gpio clocks
7675   * 34XX: PM: Workaround to check wether any fck is active before
7676     entering sleep
7677   * ARM: OMAP: OneNAND: fix wrong variable
7678   * ARM: OMAP: OneNAND: machine_is_nokia_rx51 is not always a constant
7679   * ARM: OMAP: OneNAND: Enable interrupt use (pre-B1 and later only)
7680   * ARM: OMAP: OneNAND: Use DMA on OMAP3
7681   * ARM: OMAP: OneNAND: Print address information for ECC errors
7682   * ARM: OMAP: OneNAND: Add synchronous write timings
7683   * ARM: OMAP: OneNAND: Allow for high frequency (>66MHz)
7684   * Allow for controller errors when reading
7685   * ARM: OMAP: OneNAND: Disable wait-monitoring for OMAP3
7686   * RX51: Remove TWL4030 IRQ definitions from board-rx51.h
7687   * ARM: OMAP: OneNAND for rx51-base branch
7688   * RX51: Basic support for Nokia RX-51
7689   * OMAP3: ack spurious IRQs in get_irqnr_and_base
7690   * Revert "Separate out 3430 LCD panel support from 2430 file"
7691   * Linux 2.6.26-rc9
7692   * Fix pagemap_read() use of struct mm_walk
7693   * Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h
7694   * Fix clear_refs_write() use of struct mm_walk
7695   * ahci: give another shot at clearing all bits in irq_stat
7696   * ide: ide_unregister() locking bugfix
7697   * ide: ide_unregister() warm-plug bugfix
7698   * ide: fix hwif->gendev refcounting
7699   * softlockup: print a module list on being stuck
7700   * x86 ACPI: fix resume from suspend to RAM on uniprocessor x86-64
7701   * x86 ACPI: normalize segment descriptor register on resume
7702   * mempolicy: mask off internal flags for userspace API
7703   * mmc: don't use DMA on newer ENE controllers
7704   * doc: document the relax_domain_level kernel boot argument
7705   * devcgroup: fix odd behaviour when writing 'a' to devices.allow
7706   * Update MAINTAINERS file for the TPM device driver
7707   * mm: switch node meminfo Active & Inactive pages to Kbytes
7708   * cpumask: introduce new APIs
7709   * olpc: sdhci: add quirk for the Marvell CaFe's interrupt timeout
7710   * olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issue
7711   * cciss: read config to obtain max outstanding commands per controller
7712   * MAINTAINERS: update the email address of Andreas Dilger
7713   * cpusets: document proc status cpus and mems allowed lists
7714   * Alpha Linux kernel fails with inconsistent kallsyms data
7715   * security: filesystem capabilities: fix CAP_SETPCAP handling
7716   * security: filesystem capabilities: fix fragile setuid fixup code
7717   * doc: doc maintainers
7718   * spi: fix the read path in spidev
7719   * cgroups: document the effect of attaching PID 0 to a cgroup
7720   * MFD maintainer
7721   * w100fb: add 80 MHz modeline
7722   * w100fb: do not depend on SHARPSL
7723   * add kernel-doc for simple_read_from_buffer and
7724     memory_read_from_buffer
7725   * ntfs: update help text
7726   * man-pages is supported
7727   * Introduce rculist.h
7728   * mn10300: provide __ucmpdi2() for MN10300
7729   * mn10300: export certain arch symbols required to build allmodconfig
7730   * hdaps: add support for various newer Lenovo thinkpads
7731   * Doc*/kernel-parameters.txt: fix stale references
7732   * delay accounting: maintainer update
7733   * cciss: fix regression that no device nodes are created if no logical
7734     drives are configured.
7735   * Update taskstats-struct document for scaled time accounting
7736   * fsl_diu_fb: fix build with CONFIG_PM=y, plus fix some warnings
7737   * gpio: pca953x (i2c) handles max7310 too
7738   * lib: taint kernel in common report_bug() WARN path.
7739   * ecryptfs: remove unnecessary mux from
7740     ecryptfs_init_ecryptfs_miscdev()
7741   * reiserfs: add missing unlock to an error path in
7742     reiserfs_quota_write()
7743   * ext4: add missing unlock to an error path in ext4_quota_write()
7744   * ext3: add missing unlock to error path in ext3_quota_write()
7745   * Miguel Ojeda has moved
7746   * pci: VT3336 can't do MSI either
7747   * rtc: fix CMOS time error after writing /proc/acpi/alarm
7748   * rtc-x1205: Fix alarm set
7749   * get_user_pages(): fix possible page leak on oom
7750   * serial: fix serial_match_port() for dynamic major tty-device numbers
7751   * firmware: fix the request_firmware() dummy
7752   * rtc: rtc_read_alarm() handles wraparound
7753   * mm: dirty page accounting vs VM_MIXEDMAP
7754   * Christoph has moved
7755   * Update maintainers for powerpc
7756   * sata_mv: safer logic for limit_warnings
7757   * libata-sff: improve HSM violation reporting
7758   * ahci: always clear all bits in irq_stat
7759   * sata_sil24: add DID for another adaptec flavor
7760   * xen: fix address truncation in pte mfn<->pfn conversion
7761   * [MIPS] Fix bug in atomic_sub_if_positive.
7762   * USB: adding comment for ipaq forcing number of ports
7763   * USB: fix Oops on loading ipaq module since 2.6.26
7764   * USB: add a pl2303 device id
7765   * USB: another option device id
7766   * USB: don't lose disconnections during suspend
7767   * USB: fix interrupt disabling for HCDs with shared interrupt handlers
7768   * USB: New device ID for ftdi_sio driver
7769   * sisusbvga: Fix oops on disconnect.
7770   * USB: mass storage: new id for US_SC_CYP_ATACB
7771   * USB: ohci - record data toggle after unlink
7772   * USB: ehci - fix timer regression
7773   * USB: fix cdc-acm resume()
7774   * OHCI: Fix problem if SM501 and another platform driver is selected
7775   * svcrpc: fix handling of garbage args
7776   * hrtimer: prevent migration for raising softirq
7777   * [MIPS] cevt-txx9: Reset timer counter on initialization
7778   * [MIPS] IP22: Fix crashes due to wrong L1_CACHE_BYTES
7779   * [MIPS] IP32: Fix unexpected irq 71
7780   * Do not overwrite nr_zones on !NUMA when initialising zlcache_ptr
7781   * slub: Do not use 192 byte sized cache if minimum alignment is 128
7782     byte
7783   * 9p: fix O_APPEND in legacy mode
7784   * Revert "OMAP: DISPC: Fix to disable also interface clocks. 2nd."
7785   * OMAP: DISPC: Fix to disable also interface clocks. 2nd.
7786   * ARM: OMAP3: Fix warnings in clock34xx.h
7787   * OMAP3: EVM: KEYPAD: Add twl4030 keypad to defconfig
7788   * OMAP3: EVM: KEYPAD: Fix Kconfig dependency
7789   * OMAP3: EVM: KEYPAD: Add twl4030 keypad driver support
7790   * OMAP: PM: Add new sysfs option for disabling clocks when entering
7791     idle
7792   * 34XX: PM: Workaround to reset all wkdeps
7793   * Separate out 3430 LCD panel support from 2430 file
7794   * This patch adds backlight control for omap3evm
7795   * ARM: OMAP: Add support to Nokia N810 WiMAX
7796   * Added ethernet driver support in defconfig
7797   * net:smc911x Modify driver to also work with omap24xx
7798   * OMAP2EVM: Adding ethernet support
7799   * omap: hsmmc: Avoid NULL pointer dereference
7800   * OMAP: Store switch state for OUTPUT gpio-switches
7801   * CBUS: A workaround for ADC S/H HW bug: always keep ch 8 selected
7802     when S/H is used
7803   * arch/x86/mm/init_64.c: early_memtest(): fix types
7804   * x86: fix Intel Mac booting with EFI
7805   * tty: Fix inverted logic in send_break
7806   * DRM/i915: only use tiled blits on 965+
7807   * drivers/input/ff-core.c needs <linux/sched.h>
7808   * PCI: acpiphp: cleanup notify handler on all root bridges
7809   * PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.
7810   * V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers,
7811     if uvc is selected
7812   * dm crypt: use cond_resched
7813   * net: fib_rules: fix error code for unsupported families
7814   * netdevice: Fix wrong string handle in kernel command line parsing
7815   * net: Tyop of sk_filter() comment
7816   * netlink: Unneeded local variable
7817   * net-sched: fix filter destruction in atm/hfsc qdisc destruction
7818   * net-sched: change tcf_destroy_chain() to clear start of filter list
7819   * ipv4: fix sysctl documentation of time related values
7820   * powerpc/mpc5200: Fix lite5200b suspend/resume
7821   * powerpc/legacy_serial: Bail if reg-offset/shift properties are
7822     present
7823   * i2c: Fix bad hint about irqs in i2c.h
7824   * i2c: Documentation: fix device matching description
7825   * powerpc/bootwrapper: update for initrd with simpleImage
7826   * PCI: Restrict VPD read permission to root
7827   * I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device.
7828   * I2C: S3C2410: Fixup error codes returned rom a transfer.
7829   * I2C: S3C2410: Check ACK on byte transmission
7830   * rcu: fix hotplug vs rcu race
7831   * Properly notify block layer of sync writes
7832   * block: Fix the starving writes bug in the anticipatory IO scheduler
7833   * x86: fix NODES_SHIFT Kconfig range
7834   * sched: fix divide error when trying to configure rt_period to zero
7835   * [IA64] export account_system_vtime
7836   * [IA64] Bugfix for system with 32 cpus
7837   * V4L/DVB (8145a): USB Video Class driver
7838   * mac80211: don't accept WEP keys other than WEP40 and WEP104
7839   * hostap: fix sparse warnings
7840   * hostap: don't report useless WDS frames by default
7841   * textsearch: fix Boyer-Moore text search bug
7842   * netfilter: nf_conntrack_tcp: fixing to check the lower bound of
7843     valid ACK
7844   * ide: fix /proc/ide/ide?/mate reporting
7845   * Revert "BAST: Remove old IDE driver"
7846   * [ARM] 5131/1: Annotate platform_secondary_init with
7847     trace_hardirqs_off
7848   * Input: fix locking in force-feedback core
7849   * Input: add KEY_MEDIA_REPEAT definition
7850   * ptrace GET/SET FPXREGS broken
7851   * x86: fix cpu hotplug crash
7852   * Fix and clean top .gitignore
7853   * sched: fix cpu hotplug
7854   * ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx
7855     flags.
7856   * netlabel: Fix a problem when dumping the default IPv6 static labels
7857   * net/inet_lro: remove setting skb->ip_summed when not LRO-able
7858   * inet fragments: fix race between inet_frag_find and
7859     inet_frag_secret_rebuild
7860   * CONNECTOR: add a proc entry to list connectors
7861   * netlink: Fix some doc comments in net/netlink/attr.c
7862   * tcp: /proc/net/tcp rto,ato values not scaled properly (v2)
7863   * include/linux/netdevice.h: don't export MAX_HEADER to userspace
7864   * pkt_sched: Remove CONFIG_NET_SCH_RR
7865   * pkt_sched: ERR_PTR() ususally encodes an negative errno, not
7866     positive.
7867   * netdevice: Fix typo of dev_unicast_add() comment
7868   * af_unix: fix 'poll for write'/connected DGRAM sockets
7869   * tcp: fix for splice receive when used with software LRO
7870   * tcp: calculate tcp_mem based on low memory instead of all memory
7871   * hamradio: remove unused variable
7872   * Fix error paths if md_probe fails.
7873   * Don't acknowlege that stripe-expand is complete until it really is.
7874   * Ensure interrupted recovery completed properly (v1 metadata plus
7875     bitmap)
7876   * kbuild: fix a.out.h export to userspace with O= build.
7877   * firewire: fw-sbp2: fix parsing of logical unit directories
7878   * mac80211: fix an oops in several failure paths in key allocation
7879   * prism: islpci_eth.c endianness fix
7880   * rt2x00: Fix lock dependency errror
7881   * sata_uli: hardreset is broken
7882   * Hold RTNL while calling dev_close()
7883   * qla3xxx: Hold RTNL while calling dev_close()
7884   * [netdrvr] Fix IOMMU overflow checking in s2io.c
7885   * e1000: only enable TSO6 via ethtool when using correct hardware
7886   * e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx
7887   * [netdrvr] netxen: fix netxen_pci_tbl[] breakage
7888   * [netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enable
7889   * ipg: use NULL, not zero, for pointers
7890   * ipg: fix jumbo frame compilation
7891   * drivers/net/r6040.c: Eliminate double sizeof
7892   * pcnet_cs, axnet_cs: clear bogus interrupt before request_irq
7893   * e1000e: fix EEH recovery during reset on PPC
7894   * igb: fix EEH recovery during reset on PPC
7895   * ixgbe: fix EEH recovery during reset on PPC
7896   * tc35815: Fix receiver hangup on Rx FIFO overflow
7897   * tc35815: Mark carrier-off before starting PHY
7898   * s2io: fix documentation about intr_type
7899   * V4L/DVB (8108): Fix open/close race in saa7134
7900   * V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuff
7901   * V4L/DVB (8097): xc5000: check device hardware state to determine if
7902     firmware download is needed
7903   * V4L/DVB (8096): au8522: prevent false-positive lock status
7904   * V4L/DVB (8092): videodev: simplify and fix standard enumeration
7905   * V4L/DVB (8075): stv0299: Uncorrected block count and bit error rate
7906     fixed
7907   * V4L/DVB (8074): av7110: OSD transfers should not be interrupted
7908   * V4L/DVB (8073): av7110: Catch another type of ARM crash
7909   * V4L/DVB (8071): tda10023: Fix possible kernel oops during
7910     initialisation
7911   * V4L/DVB (8069): cx18: Fix S-Video and Compsite inputs for the Yuan
7912     MPC718 and enable card entry
7913   * V4L/DVB (8068): cx18: Add I2C slave reset via GPIO upon
7914     initialization
7915   * V4L/DVB (8067): cx18: Fix firmware load for case when digital
7916     capture happens first
7917   * V4L/DVB (8066): cx18: Fix audio mux input definitions for HVR-1600
7918     Line In 2 and FM radio
7919   * V4L/DVB (8063): cx18: Fix unintended auto configurations in cx18-av-
7920     core
7921   * V4L/DVB (8061): cx18: only select tuner / frontend modules if
7922     !DVB_FE_CUSTOMISE
7923   * V4L/DVB (8048): saa7134: Fix entries for Avermedia A16d and
7924     Avermedia E506
7925   * V4L/DVB (8044): au8522: tuning optimizations
7926   * V4L/DVB (8043): au0828: add support for additional USB device id's
7927   * V4L/DVB (8042): DVB-USB UMT-010 channel scan oops
7928   * V4L/DVB (8040): soc-camera: remove soc_camera_host_class class
7929   * V4L/DVB (8039): pxa-camera: fix platform_get_irq() error handling.
7930   * V4L/DVB (8037): tda18271: ensure that the thermometer is off during
7931     channel configuration
7932   * V4L/DVB (8036): tda18271: toggle rf agc speed mode on TDA18271HD/C2
7933     only
7934   * V4L/DVB (8035): tda18271: dont touch EB14 if rf_cal lookup is out of
7935     range
7936   * V4L/DVB (8034): tda18271: fix IF notch frequency handling
7937   * V4L/DVB (8029): Improve error message at tda1004x_attach
7938   * V4L/DVB (8028): Improve error messages for tda1004x attach
7939   * V4L/DVB (8027): saa7134: Avermedia A700: only s-video and composite
7940     input are working
7941   * V4L/DVB (8026): Avoids an OOPS if dev struct can't be successfully
7942     recovered
7943   * V4L/DVB (8022): saa7134: fix race between opening and closing the
7944     device
7945   * V4L/DVB (8020): Fix callbacks functions of saa7134_empress
7946   * V4L/DVB (8018): Add em2860 chip ID
7947   * V4L/DVB (8017): Ensure em28xx extensions only get run against devs
7948     that support them
7949   * V4L/DVB (8015): gl861: replace non critical msleep(0) with msleep(1)
7950     to be on the safe side
7951   * V4L/DVB (8013): gl861: remove useless identify_state
7952   * V4L/DVB (8012): gl861: sleep a little to avoid I2C errors
7953   * V4L/DVB (8011): em28xx: enable DVB for HVR-900
7954   * V4L/DVB (8010): em28xx: Properly register extensions for already
7955     attached devices
7956   * V4L/DVB (8008): cx18: remove duplicate audio and video input enums
7957   * V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all
7958     In1-In8 inputs
7959   * V4L/DVB (8005): Fix OOPS if frontend is null
7960   * V4L/DVB (8004): Fix INPUT dependency at budget-ci
7961   * x86: section/warning fixes
7962   * x86: shift bits the right way in native_read_tscp
7963   * dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.
7964   * ACPI: don't walk tables if ACPI was disabled
7965   * thermal: Create CONFIG_THERMAL_HWMON=n
7966   * [ARM] 5117/1: pxafb: fix __devinit/exit annotations
7967   * [SCSI] esp: tidy up target reference counting
7968   * iwlwifi: improve scanning band selection management
7969   * rt2x00: Fix unbalanced mutex locking
7970   * b43legacy: Fix possible NULL pointer dereference in DMA code
7971   * b43: Fix possible MMIO access while device is down
7972   * b43legacy: Do not return TX_BUSY from op_tx
7973   * b43: Do not return TX_BUSY from op_tx
7974   * mac80211: implement EU regulatory domain
7975   * Blackfin arch: fix up section mismatch warning
7976   * Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock
7977     debugging enabled
7978   * [PATCH] remove useless argument type in audit_filter_user()
7979   * [PATCH] audit: fix kernel-doc parameter notation
7980   * [PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than once
7981   * [SCSI] esp: Fix OOPS in esp_reset_cleanup().
7982   * netfilter: ip6table_mangle: don't reroute in LOCAL_IN
7983   * [SCSI] ses: Fix timeout
7984   * udf: Fix regression in UDF anchor block detection
7985   * [patch 2/3] vfs: dcache cleanups
7986   * [patch 1/3] vfs: dcache sparse fixes
7987   * [patch 3/3] vfs: make d_path() consistent across mount operations
7988   * [patch 4/4] flock: remove unused fields from file_lock_operations
7989   * [patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink
7990   * [patch 2/4] fs: make struct file arg to d_path const
7991   * [patch 1/4] vfs: path_{get,put}() cleanups
7992   * [patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for
7993     futimens()
7994   * [patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for
7995     {UTIME_NOW,UTIME_OMIT} case
7996   * [patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec ==
7997     UTIME_OMIT or UTIME_NOW
7998   * [patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime()
7999     for immutable and append-only files
8000   * [PATCH] fix cgroup-inflicted breakage in block_dev.c
8001   * [ARM] Export dma_sync_sg_for_device()
8002   * [ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before
8003     registering it
8004   * [ARM] 5116/1: pxafb: cleanup and fix order of failure handling
8005   * [ARM] 5115/1: pxafb: fix ifdef for command line option handling
8006   * debugobjects: fix lockdep warning
8007   * ARM: OMAP: Correcting the gpmc prefetch control register address
8008   * ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq
8009
8010  -- mathias nyman <mattu@localhost>  Thu, 17 Jul 2008 15:30:54 +0300
8011
8012 kernel-source (2.6.26~rc4-osso6) unstable; urgency=low
8013
8014   * week200828-1 release
8015   * RX51: Enable SmartReflex driver in rx51 defconfig
8016   * debuggauspätsi
8017   * OMAP34XXCAM: Add support to camera daemon
8018   * RX51: Init camera support
8019   * AD5820: Add driver
8020   * ET8EK8: Add driver
8021   * V4L: New sensor controls
8022   * OMAP34XXCAM: Get ISP clocks correctly
8023   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
8024   * OMAP34XXCAM: Add CCP2 support
8025   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
8026   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
8027   * OMAP34XXCAM: Multi-device support
8028   * Description: Align with videobuf-dma-sg to generic DMA API patch.
8029   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
8030   * Description: Fixes enum fmt return values in ISP.
8031   * Description: Update to set idle mode for ISP when enabling sensor
8032   * Description: Fixes Q/DQBUF errors found in testing.
8033   * Adding support for unlocked ioctls
8034   * Adapting camera file for V4L2 power changes.
8035   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
8036   * V4L: Int if: define new power states
8037   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
8038   * OMAP34XXCAM: Remove omap24xxcam reset hack
8039   * V4L: Add VIDIOC_G_PRIV_MEM
8040   * OMAP 3 ISP Preview and Resizer wrappers.
8041   * OMAP 3 ISP driver: Preview block, Resizer block,
8042   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
8043   * OMAP 3 Camera Driver with basic components of
8044   * Adding OMAP 3 camera platform device.
8045   * Adding OMAP 3 Camera registers base address.
8046   * Adding Compact Camera Port (CCP) 2 class structures.
8047   * Adding 10-bit RAW Bayer format.
8048   * Adding IOCTL command to get slave private data.
8049   * ARM: OMAP: FB: Disable Tahvo backlight setting
8050   * omap2_mcspi: disable DMA
8051   * DSP Bridge config options
8052   * DSP Bridge
8053   * Phonet: use netif_rx_ni() only when not in interrupt
8054   * OMAP SSI: Remove inline declaration in clock functions.
8055   * OMAP SSI: Fixes ssi device channel clean up.
8056   * SSI:McSAAB: Fix on SSI clock management.
8057   * SSI:PNTTY: Add MODULE_ALIAS()
8058   * Adds MODALIAS support in SSI bus.
8059   * SSI:PNTTY: Disable BH on probe/resume.
8060   * Fixes reset when CMT boot loader kicks in.
8061   * Phonet: fix init/cleanup
8062   * OMAP SSI: Add MODULE_ALIAS() declaration.
8063   * OMAP SSI: Fixes in init section declarations.
8064   * SSI:MCSAAB: Improve use of init/exit sections.
8065   * Declare ssi_pdriver static.
8066   * Remove dead code.
8067   * Remove dead PM related code.
8068   * Fixes SSI clocks race condition in McSAAB handshake.
8069   * Phonet: fix sysctl when linking statically
8070   * Phonet: add missing __init and __exit to sysctl
8071   * OMAP SSI: remove dead code
8072   * McSAAB: put cmt_cawake_init() to init section
8073   * OMAP SSI: enable ERROR and BREAK detection on open
8074   * OMAP SSI: associates I/O memory to the device
8075   * OMAP SSI: put ssi_release to the exit section
8076   * OMAP SSI: fix clock bug
8077   * Phonet: fix skb kernel panic
8078   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
8079   * OMAP SSI device for board-rx51
8080   * g_phonet: add CONFIG_G_PHONET
8081   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
8082   * Build the SSI Phonet TTY driver
8083   * SSI Phonet TTY driver
8084   * Build the McSAAB improved protocol
8085   * McSAAB improved protocol
8086   * OMAP SSI platform device
8087   * Build the SSI hardware driver
8088   * OMAP SSI hardware driver
8089   * OMAP SSI registers definition
8090   * n_phonet: Add CONFIG_N_PHONET
8091   * n_phonet: Phonet line discipline support
8092   * n_phonet: allocate line discipline number
8093   * Phonet: register the ISI protocol
8094   * Phonet: ISI datagram transport protocol
8095   * Phonet: emit ISI errors when a packet cannot be delivered locally
8096   * Phonet: allocate and initialize new sockets
8097   * Phonet: receive path socket lookup
8098   * Phonet: common socket glue
8099   * Phonet: Netlink interface
8100   * Phonet: proc interface for port range
8101   * Phonet: network device and address handling
8102   * Phonet: PF_PHONET protocol family support
8103   * Phonet: build the net/phonet/ directory
8104   * Phonet: add CONFIG_PHONET
8105   * Phonet global definitions
8106   * wl1251: Support for MAC setting
8107   * wl1251: don't overwrite wl1251_rates[] values
8108   * wl1251: some error message cleanup
8109   * wl1251: tx frame index reset
8110   * wl1251: channel switch
8111   * wl1251: Fix TX path memory leak
8112   * wl1251: fix free_irq()
8113   * RX51: Enable CONFIG_PM_DEBUG, CONFIG_DEBUG_FS
8114   * debuggauspätsi
8115   * OMAP34XXCAM: Add support to camera daemon
8116   * RX51: Init camera support
8117   * AD5820: Add driver
8118   * ET8EK8: Add driver
8119   * V4L: New sensor controls
8120   * OMAP34XXCAM: Get ISP clocks correctly
8121   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
8122   * OMAP34XXCAM: Add CCP2 support
8123   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
8124   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
8125   * OMAP34XXCAM: Multi-device support
8126   * Description: Align with videobuf-dma-sg to generic DMA API patch.
8127   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
8128   * Description: Fixes enum fmt return values in ISP.
8129   * Description: Update to set idle mode for ISP when enabling sensor
8130   * Description: Fixes Q/DQBUF errors found in testing.
8131   * Adding support for unlocked ioctls
8132   * Adapting camera file for V4L2 power changes.
8133   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
8134   * V4L: Int if: define new power states
8135   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
8136   * OMAP34XXCAM: Remove omap24xxcam reset hack
8137   * V4L: Add VIDIOC_G_PRIV_MEM
8138   * OMAP 3 ISP Preview and Resizer wrappers.
8139   * OMAP 3 ISP driver: Preview block, Resizer block,
8140   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
8141   * OMAP 3 Camera Driver with basic components of
8142   * Adding OMAP 3 camera platform device.
8143   * Adding OMAP 3 Camera registers base address.
8144   * Adding Compact Camera Port (CCP) 2 class structures.
8145   * Adding 10-bit RAW Bayer format.
8146   * Adding IOCTL command to get slave private data.
8147   * ARM: OMAP: FB: Disable Tahvo backlight setting
8148   * omap2_mcspi: disable DMA
8149   * DSP Bridge config options
8150   * DSP Bridge
8151   * Phonet: use netif_rx_ni() only when not in interrupt
8152   * OMAP SSI: Remove inline declaration in clock functions.
8153   * OMAP SSI: Fixes ssi device channel clean up.
8154   * SSI:McSAAB: Fix on SSI clock management.
8155   * SSI:PNTTY: Add MODULE_ALIAS()
8156   * Adds MODALIAS support in SSI bus.
8157   * SSI:PNTTY: Disable BH on probe/resume.
8158   * Fixes reset when CMT boot loader kicks in.
8159   * Phonet: fix init/cleanup
8160   * OMAP SSI: Add MODULE_ALIAS() declaration.
8161   * OMAP SSI: Fixes in init section declarations.
8162   * SSI:MCSAAB: Improve use of init/exit sections.
8163   * Declare ssi_pdriver static.
8164   * Remove dead code.
8165   * Remove dead PM related code.
8166   * Fixes SSI clocks race condition in McSAAB handshake.
8167   * Phonet: fix sysctl when linking statically
8168   * Phonet: add missing __init and __exit to sysctl
8169   * OMAP SSI: remove dead code
8170   * McSAAB: put cmt_cawake_init() to init section
8171   * OMAP SSI: enable ERROR and BREAK detection on open
8172   * OMAP SSI: associates I/O memory to the device
8173   * OMAP SSI: put ssi_release to the exit section
8174   * OMAP SSI: fix clock bug
8175   * Phonet: fix skb kernel panic
8176   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
8177   * OMAP SSI device for board-rx51
8178   * g_phonet: add CONFIG_G_PHONET
8179   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
8180   * Build the SSI Phonet TTY driver
8181   * SSI Phonet TTY driver
8182   * Build the McSAAB improved protocol
8183   * McSAAB improved protocol
8184   * OMAP SSI platform device
8185   * Build the SSI hardware driver
8186   * OMAP SSI hardware driver
8187   * OMAP SSI registers definition
8188   * n_phonet: Add CONFIG_N_PHONET
8189   * n_phonet: Phonet line discipline support
8190   * n_phonet: allocate line discipline number
8191   * Phonet: register the ISI protocol
8192   * Phonet: ISI datagram transport protocol
8193   * Phonet: emit ISI errors when a packet cannot be delivered locally
8194   * Phonet: allocate and initialize new sockets
8195   * Phonet: receive path socket lookup
8196   * Phonet: common socket glue
8197   * Phonet: Netlink interface
8198   * Phonet: proc interface for port range
8199   * Phonet: network device and address handling
8200   * Phonet: PF_PHONET protocol family support
8201   * Phonet: build the net/phonet/ directory
8202   * Phonet: add CONFIG_PHONET
8203   * Phonet global definitions
8204   * omap: hsmmc: Avoid NULL pointer dereference
8205   * Add support for "audio -" (KEY_F8) and "audio +" (KEY_F7) keys.
8206   * debuggauspätsi
8207   * OMAP34XXCAM: Add support to camera daemon
8208   * RX51: Init camera support
8209   * AD5820: Add driver
8210   * ET8EK8: Add driver
8211   * V4L: New sensor controls
8212   * OMAP34XXCAM: Get ISP clocks correctly
8213   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
8214   * OMAP34XXCAM: Add CCP2 support
8215   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
8216   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
8217   * OMAP34XXCAM: Multi-device support
8218   * Description: Align with videobuf-dma-sg to generic DMA API patch.
8219   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
8220   * Description: Fixes enum fmt return values in ISP.
8221   * Description: Update to set idle mode for ISP when enabling sensor
8222   * Description: Fixes Q/DQBUF errors found in testing.
8223   * Adding support for unlocked ioctls
8224   * Adapting camera file for V4L2 power changes.
8225   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
8226   * V4L: Int if: define new power states
8227   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
8228   * OMAP34XXCAM: Remove omap24xxcam reset hack
8229   * V4L: Add VIDIOC_G_PRIV_MEM
8230   * OMAP 3 ISP Preview and Resizer wrappers.
8231   * OMAP 3 ISP driver: Preview block, Resizer block,
8232   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
8233   * OMAP 3 Camera Driver with basic components of
8234   * Adding OMAP 3 camera platform device.
8235   * Adding OMAP 3 Camera registers base address.
8236   * Adding Compact Camera Port (CCP) 2 class structures.
8237   * Adding 10-bit RAW Bayer format.
8238   * Adding IOCTL command to get slave private data.
8239   * ARM: OMAP: FB: Disable Tahvo backlight setting
8240   * omap2_mcspi: disable DMA
8241   * DSP Bridge config options
8242   * DSP Bridge
8243   * Phonet: use netif_rx_ni() only when not in interrupt
8244   * OMAP SSI: Remove inline declaration in clock functions.
8245   * OMAP SSI: Fixes ssi device channel clean up.
8246   * SSI:McSAAB: Fix on SSI clock management.
8247   * SSI:PNTTY: Add MODULE_ALIAS()
8248   * Adds MODALIAS support in SSI bus.
8249   * SSI:PNTTY: Disable BH on probe/resume.
8250   * Fixes reset when CMT boot loader kicks in.
8251   * Phonet: fix init/cleanup
8252   * OMAP SSI: Add MODULE_ALIAS() declaration.
8253   * OMAP SSI: Fixes in init section declarations.
8254   * SSI:MCSAAB: Improve use of init/exit sections.
8255   * Declare ssi_pdriver static.
8256   * Remove dead code.
8257   * Remove dead PM related code.
8258   * Fixes SSI clocks race condition in McSAAB handshake.
8259   * Phonet: fix sysctl when linking statically
8260   * Phonet: add missing __init and __exit to sysctl
8261   * OMAP SSI: remove dead code
8262   * McSAAB: put cmt_cawake_init() to init section
8263   * OMAP SSI: enable ERROR and BREAK detection on open
8264   * OMAP SSI: associates I/O memory to the device
8265   * OMAP SSI: put ssi_release to the exit section
8266   * OMAP SSI: fix clock bug
8267   * Phonet: fix skb kernel panic
8268   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
8269   * OMAP SSI device for board-rx51
8270   * g_phonet: add CONFIG_G_PHONET
8271   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
8272   * Build the SSI Phonet TTY driver
8273   * SSI Phonet TTY driver
8274   * Build the McSAAB improved protocol
8275   * McSAAB improved protocol
8276   * OMAP SSI platform device
8277   * Build the SSI hardware driver
8278   * OMAP SSI hardware driver
8279   * OMAP SSI registers definition
8280   * n_phonet: Add CONFIG_N_PHONET
8281   * n_phonet: Phonet line discipline support
8282   * n_phonet: allocate line discipline number
8283   * Phonet: register the ISI protocol
8284   * Phonet: ISI datagram transport protocol
8285   * Phonet: emit ISI errors when a packet cannot be delivered locally
8286   * Phonet: allocate and initialize new sockets
8287   * Phonet: receive path socket lookup
8288   * Phonet: common socket glue
8289   * Phonet: Netlink interface
8290   * Phonet: proc interface for port range
8291   * Phonet: network device and address handling
8292   * Phonet: PF_PHONET protocol family support
8293   * Phonet: build the net/phonet/ directory
8294   * Phonet: add CONFIG_PHONET
8295   * Phonet global definitions
8296   * ASoC: RX51: Update for bulk DAPM registration APIs
8297   * ASoC: TLV320AIC3X: Add mixer control for ADC highpass filter
8298   * ARM/OMAP/FB: Fix LCD panel identifiers and default name
8299   * ARM/OMAP/FB: Add support for new LCD panel class ACX565AKM
8300   * usb: musb: add back musb_hset tool
8301   * mmc: make mmc probe again
8302   * Update Bluetooth core version number
8303   * Add support for TIOCOUTQ and TIOCINQ ioctls
8304   * Add timestamp support to L2CAP, RFCOMM and SCO
8305   * Signal user-space for HIDP and BNEP socket errors
8306   * Move pending packets from RFCOMM socket to TTY
8307   * Store remote modem status for RFCOMM TTY
8308   * Use non-canonical TTY by default for RFCOMM
8309   * Support the case when headset falls back to SCO link
8310   * Initiate authentication during connection establishment
8311   * Export details about authentication requirements
8312   * Disconnect when encryption gets disabled
8313   * Introduce the different bonding types
8314   * Limit packet type change on incoming connections
8315   * Update class of device value whenever possible
8316   * Export remote Simple Pairing mode via sysfs
8317   * Use ACL config stage to retrieve remote features
8318   * Some cleanups for HCI event handling
8319   * Make use of the default link policy settings
8320   * Track status of remote Simple Pairing mode
8321   * Track status of Simple Pairing mode
8322   * Disable disconnect timer during Simple Pairing
8323   * ASoC: Add digital mic configuration to RX51 machine driver
8324   * ASoC: TLV320AIC3X: Add support for digital microphone input
8325   * ASoC: TLV320AIC3X: Modify only interface related bits in
8326     aic3x_set_dai_fmt
8327   * ASoC: TLV320AIC3X: Use register modifier widget for mic bias
8328   * ASoC: Add support for generic DAPM register modifier widget
8329   * ASoC: Tweak tlv320aicx reg_cache_size
8330   * ASoC: Clarify API for bias configuration
8331   * soc - tlv320aic3x - Convert to use bulk registration APIs
8332   * soc - DAPM - Bulk route registration
8333   * soc - Add bulk DAPM control registration
8334   * soc - tlv320aic3x - add GPIO support
8335   * soc - tlv320aic3x - revisit clock setup
8336   * wl1251: use 48 MHz SPI clock
8337   * wl1251: power off cleanups
8338   * wl1251: Ad-Hoc mode support
8339   * wl1251: WPA support
8340   * wl1251: WEP support
8341   * Move fw sending to interrupt context
8342   * Fix hci_h4p sysfs removing
8343   * ASoC: OMAP: Add audio endpoint and route to FM TX chip in Nokia RX51
8344   * i2c: add MODULE_ALIAS to twl4030 drivers
8345   * usb: musb: allow usb to be built as module
8346   * usb: hub: add check for unsupported bus topology
8347   * usb: musb: musb on omap3 has 32 endpoints
8348   * Add simple headphone jack support for RX51 audio
8349   * Add TPA6130A2 support to board-rx51.c
8350   * Add support for TPA6130A2 chip
8351   * I2C: lis302dl: Add selftest functionality
8352   * WL1251: disable BT-WLAN PTA code
8353   * USB: MUSB: Charger detection is deferred to next wake-up 3rd.
8354   * i2c: twl4030-vibra: fix use of delayed_work
8355   * usb: otg: match with == instead of &
8356   * usb: serial: Fix PID for rx51
8357   * usb: otg: tpl: Support storage and hid devices
8358   * ASoC: OMAP: Add machine driver for Nokia RX51
8359   * ASoC: OMAP: Add basic support for OMAP34xx in McBSP DAI driver
8360   * I2C: LP5523: Add LED selftest functionality, update to new i2c
8361     driver model
8362   * omap: rx51: section mismatch fix
8363   * usb: musb: charger detection fix
8364   * si4713: Fix set region function to change frequency only when needed
8365   * si4713: Fix set frequency ioctl to proper check power level
8366   * MMC: RX51: Add sysfs file cover_switch
8367   * MMC: RX51: Add card detection irq
8368   * MMC: OMAP: Add slot_name entry to sysfs
8369   * MMC: OMAP: Re-organizing some goto at hsmmc probe
8370   * MMC: OMAP: Readable output for IRQ status register
8371   * MMC: PM: Reset controllers without CONFIG_MMC_OMAP_HS
8372   * MMC: OMAP: Disable smartidle mode while suspending (workaround)
8373   * OMAP: HSMMC: Check wether board specific suspend / resume exists
8374   * MMC: OMAP: Moving MMC reset from pm34xx.c to board-rx51-hsmmc.c
8375   * MMC: OMAP: Initial MMC support for RX51
8376   * Add TWL4030 RTC support to board-rx51.c
8377   * RX51: Add cmt_apesleepx gpio-switch
8378   * ARM: OMAP: FB: Add Caucasus support
8379   * ARM: OMAP: FB: Add SDI support
8380   * musb: there's no need to sysfs notify
8381   * usb: musb: get vbus status for omap2430 and omap3
8382   * usb charger detection prototype
8383   * si4713: Fix driver probe sequence by adding device id table
8384   * si4713: Change power_level range
8385   * si4713: Remove double range checking when setting power_level
8386   * si4713: Add region selection feature
8387   * si4713: Add antenna tuning value property
8388   * si4713: Remove build warning when CONFIG_I2C_SI4713=n
8389   * I2C: TWL4030 Vibra driver
8390   * I2C: TWL4030: Add get device helper function
8391   * I2C: TWL4030: Fix error handling in MADC driver
8392   * I2C: TWL4030: Remove msleep(1) from MADC driver
8393   * HS OMAP3430 L2 invalidate
8394   * I2C: lis302dl: Add .id_table to i2c_driver struct
8395   * wl1251: implement join ssid command
8396   * wl1251: implement rx path
8397   * wl1251: implement hardware scan
8398   * wl1251: implement tx path
8399   * wl1251: implement mailbox event handling
8400   * wl1251: implement interrupt handling
8401   * wl1251: implement hw initialisation sequence
8402   * I2C: add support for lis302dl accelometer driver
8403   * Add H4+ support for BCM2048b0 bluetooth chip
8404   * rx-51: add wl1251
8405   * wl1251: add Kconfig and Makefile files
8406   * wl1251: port to mac80211 bands API
8407   * Add wl1251 driver
8408   * ARCH: OMAP: RX51: USB: Do not block sleep
8409   * USB: SERIAL GADGET: Add nokia strings
8410   * USB: GADGET: Add nokia ids to file_storage.c
8411   * USB: SERIAL GADGET: Start using obex function
8412   * USB: COMPOSITE: Support 16 interfaces by default
8413   * OBEX: Introduce f_obex function driver.
8414   * usb serial gadget: use updated framework
8415   * usb serial gadget: generic serial function driver
8416   * usb serial gadget: cdc acm function driver
8417   * usb gadget zero: use updated framework
8418   * usb gadget zero: loopback function driver
8419   * usb gadget zero: sourcesink config driver
8420   * usb gadget: composite gadget framework
8421   * usb gadget support descriptor copying
8422   * usb serial gadget: use new tty glue
8423   * usb serial gadget: modular tty glue
8424   * TSC2005 gpio setup is made by driver.
8425   * si4713: Improve probe function
8426   * si4713: Moved irq field from platform_data to i2c_board_info
8427   * warm reboot detection
8428   * LP5523: Change kconfig from bool to tristate
8429   * si4713: Fix the boot up timeout value
8430   * si4713: Disabled pilot tone feature by default
8431   * si4713: Remove DEFAULT_*_ENABLED macro definitions
8432   * si4713: Fix Preemphasis sysfs property convertion
8433   * Add CMT GPIOs
8434   * I2C: add support for lp5523 LED driver
8435   * Add support for Taos tsl2563 ambient light sensor
8436   * si4713: Fix i2c bus address
8437   * rx51: Added information about si4713 on board file.
8438   * si4713: Added Makefile and Kconfig entries
8439   * si4713: Added the v4l2 driver for the si4713 radio transmitter.
8440   * si4713: Added functions to manipulate si4713 i2c protocol
8441   * USB: OTG: Make otg_tpl come from platform_data
8442   * USB: OTG: Add check for roothub initialization
8443   * USB: OTG: Start using new otg tpl.
8444   * USB: OTG: Make otg_get_transceiver() and otg_set_transceiver()
8445     generic
8446   * USB: OTG: Introduce new otg.c code
8447   * USB: Use TPL instead of WHITELIST.
8448   * UBIFS: remove assertion
8449   * UBIFS: do not return negative available space
8450   * UBIFS: rename key_ino to key_inum
8451   * UBIFS: rename NC to LPROPS_NC
8452   * UBIFS: make dbg_check_dir_size check nlink as well
8453   * UBIFS: partially get rid of truncation key
8454   * UBIFS: remove format version 2 support
8455   * UBIFS: fix orphan leak on error path
8456   * UBIFS: fix lpt leaks on error path
8457   * UBIFS: add a UUID to super block
8458   * UBIFS: fix extended attributes size
8459   * UBIFS: add file-system checking function
8460   * UBIFS: clean up resource freeing
8461   * UBIFS: remove debugging stuff from tnc.c
8462   * UBIFS: better error message in read_znode
8463   * UBIFS: another gc_lnum recovery fix
8464   * UBIFS: make dbg_tnc_walk non-recursive
8465   * UBIFS: fix Kconfig
8466   * UBIFS: dump creat_sqnum as well
8467   * UBIFS: remove incorrect cond_resched
8468   * UBIFS: add dbg_dump_index
8469   * UBIFS: tweak scan_for_dirty and asserts
8470   * UBIFS: define change_lp() 'no-change' value
8471   * UBIFS: always commit after recovery
8472   * UBIFS: add a comment
8473   * UBIFS: kill orphans in ro mount also
8474   * UBIFS: ubifs-v0.7
8475   * UBIFS: amend dbg_dump_node
8476   * UBIFS: minor debugging print fix
8477   * UBIFS: fix false assertion allarm in budgeting
8478   * UBIFS: print dead direntry name
8479   * UBIFS: print format version
8480   * UBIFS: do not use -1 offsets
8481   * UBIFS: temporary hack for backward compatibility
8482   * UBIFS: fix bad hash mask bug
8483   * UBIFS: minor print tweaks
8484   * UBIFS: get rid of cpu_to_le64(0)
8485   * UBIFS: rename fmt_vers to fmt_version
8486   * UBIFS: tweak asserts and gc_lnum fix
8487   * UBIFS: move ubifs_validate_entry
8488   * UBIFS: fix checkpatch.pl errors
8489   * UBIFS: remove unnecessary 'if' in bg thread
8490   * UBIFS: fix flags
8491   * UBIFS: rework flags inheritance
8492   * UBIFS: fix gc_lnum recovery
8493   * UBIFS: split out ubifs_fill_super
8494   * UBIFS: mount_ubifs now cleans up its own errors
8495   * UBIFS: get rid of scary lockup warnings
8496   * UBIFS: tweak bg thread
8497   * UBIFS: remove unnecessary cond_resched()
8498   * UBIFS: do not set nice level in bg thread
8499   * UBIFS: use __clear_bit and __set_bit in LPT
8500   * UBIFS: remove unnecessary kzalloc
8501   * UBIFS: use __clear_bit and __set_bit
8502   * UBIFS: use memory barriers in dbg_tnc_check
8503   * UBIFS: comment why we use barriers
8504   * UBIFS: use unlikely in come core TNC functions
8505   * UBIFS: do not use kzalloc unnecesarily
8506   * UBIFS: fix compilation error
8507   * UBIFS: be consistent when comparing pointers with NULL
8508   * UBIFS: cleanup, fix, and improve tnc
8509   * UBIFS: use is_hash_key
8510   * UBIFS: do not validate what is in LNC
8511   * UBIFS: add xentries to LNC
8512   * UBIFS: rename bg thread
8513   * UBIFS: rename JRN to JNL as well
8514   * UBIFS: remove redundant check
8515   * UBIFS: finally remove build.c
8516   * UBIFS: use jnl instead of jrn
8517   * UBIFS: get rid of build.c
8518   * UBIFS: allow multiple blocks per page
8519   * UBIFS: admit that we do not support NFS
8520   * UBIFS: minor renaming
8521   * UBIFS: fix dangling branch handling
8522   * UBIFS: add comment
8523   * UBIFS: ensure readahead is disabled
8524   * UBIFS: comment why 'commit_on_unmount()' is in kill_sb
8525   * UBIFS: make reservation before allocating sequence numbers
8526   * UBIFS: fix misplaced code
8527   * UBIFS: avoid 'dbg_check_key_order()' during replay
8528   * UBIFS: fix telldir and seekdir
8529   * UBIFS: do not forget about mnt_want_write
8530   * UBIFS: change few bits in readdir
8531   * UBIFS: fix memory corruption
8532   * UBIFS: fix bogus assertions
8533   * UBIFS: do not fail in case of bad seeks
8534   * UBIFS: fix hash calculation
8535   * UBIFS: maximum inode size is defined by current key format
8536   * UBIFS: introduce macros for key constants
8537   * UBIFS: limit inode data to block size
8538   * UBIFS: fix returned error code
8539   * UBIFS: fix ia64 compilation warning
8540   * UBIFS: add a comment
8541   * UBIFS: fix collision resolution
8542   * UBIFS: add warning for mmapped file
8543   * UBIFS: page is dirtied only if trunc smaller
8544   * UBIFS: don't forget to release page
8545   * UBIFS: fix printk warnings
8546   * UBIFS: make UBIFS compile on system with non-4KiB pages
8547   * UBIFS: fix "CONFIG_UBIFS_FS_DEBUG_CHKS" is not defined warning
8548   * UBIFS: minor amendments
8549   * UBIFS: default is already n in Kconfig
8550   * UBIFS: get rid of Kconfig.debug
8551   * UBIFS: no need to initialize r->key
8552   * UBIFS: remove unneeded key comparison
8553   * UBIFS: remove memleak and mempressure checks
8554   * UBIFS: add module params to documentation
8555   * UBIFS: do not assume inode size may not be changed meanwhile
8556   * UBIFS: fix checkpatch.pl errors
8557   * UBIFS: remove some amount of assertion
8558   * UBIFS: remove VFS interface checking assertions
8559   * UBIFS: remove module param pretty print
8560   * UBIFS: fix module params
8561   * UBIFS: fix white space
8562   * UBIFS: change check level to bool
8563   * UBIFS: reinstate recovery messages
8564   * UBIFS: add missing check flag checks
8565   * UBIFS: remove 'key' message macros
8566   * UBIFS: fix mmap budgeting
8567   * UBIFS: optimize budgeting a bit
8568   * UBIFS: fix inode budgeting
8569   * UBIFS: making ubifs compile with gcc-3.4
8570   * UBIFS: fix error path in ubifs_write_end
8571   * UBIFS: change debug control from config to module param
8572   * UBIFS: update cmtime for mmapped writes
8573   * UBIFS: budget for mmapped writes
8574   * UBIFS: tweak min_idx_lebs calculation
8575   * UBIFS: fix error path in ubifs_write_begin()
8576   * UBIFS: add ubifs.txt to Documentation directory
8577   * UBIFS: remove unnecessary locking
8578   * UBIFS: fix device node files
8579   * UBIFS: fix journal size for small partitions
8580   * UBIFS: minor debugging print amendment
8581   * UBIFS: fix warning
8582   * UBIFS: fix comparisons
8583   * UBIFS: rest of dangling branch patch
8584   * UBIFS: fix compilation error
8585   * UBIFS: remove unneeded check
8586   * UBIFS: remove excessive unlikely()
8587   * UBIFS: amend comments
8588   * UBIFS: print error codes
8589   * UBIFS: improve dangling branch detection
8590   * UBIFS: bugfix in TNC
8591   * UBIFS: tweak TNC debugging messages
8592   * UBIFS: ubifs-v0.6
8593   * UBIFS: keep colliding keys sorted
8594   * UBIFS: print error code before switching to RO mode
8595   * UBIFS: minor change in readdir
8596   * UBIFS: minor TNC clarification
8597   * UBIFS: fix minor inconsistency with free space
8598   * UBIFS: force empty FS to report zero used
8599   * UBIFS: fix free space
8600   * UBIFS: fix bug on error path
8601   * UBIFS: add a TNC comment
8602   * UBIFS: tidy LPT defines
8603   * UBIFS: be more conservative about worst-case compression
8604   * UBIFS: tree height can exceed 64
8605   * UBIFS: more clarifications for TNC
8606   * UBIFS: random nicifications in tnc
8607   * UBIFS: zap -ENOENT return code from resolve_collision series
8608   * UBIFS: one more TODO for ahunter
8609   * UBIFS: improve znode_lookup comment
8610   * UBIFS: fix freaking TNC bug
8611   * UBIFS: move MIN_COMPR_LEN to ubifs-media.h
8612   * UBIFS: add TODOs for ahunter
8613   * UBIFS: turn znode flags into enum and document them
8614   * UBIFS: improve debugging prints some more
8615   * UBIFS: move dbg_check_idx_size to debug.c
8616   * UBIFS: add force in-the-gap facility
8617   * UBIFS: do not trust znode->iip in dbg_check_znode
8618   * UBIFS: lessen size of tnc.c
8619   * UBIFS: nicify commentaries
8620   * UBIFS: tweak TNC debugging messages
8621   * UBIFS: fix dbg_check_znode() fake alarm
8622   * UBIFS: ubifs-v0.5
8623   * UBIFS: revise directory size calculation
8624   * UBIFS: add time_gran to dump_node
8625   * UBIFS: allow for dates beyond 2038
8626   * UBIFS: put time granularity on super block node
8627   * UBIFS: use time granularity consistently
8628   * UBIFS: tweak lprops check
8629   * UBIFS: introduce constants for matches_name()
8630   * UBIFS: do not forget to free LNC on error path
8631   * UBIFS: clean-up and amend matches_name()
8632   * UBIFS: unify variable names in tnc
8633   * UBIFS: remove bogus error
8634   * UBIFS: amend ubifs_tnc_next_ent
8635   * UBIFS: fix and amend debugging stuff
8636   * UBIFS: add a TODO
8637   * UBIFS: get rid of loop in keys_cmp
8638   * UBIFS: optimize TNC
8639   * UBIFS: fix TNC bug
8640   * UBIFS: few minor cleanups
8641   * UBIFS: add TNC dump function
8642   * UBIFS: fix minor bug
8643   * UBIFS: ubifs-v0.4
8644   * UBIFS: remove xattr_msize
8645   * UBIFS: tweak div64.h inclusion
8646   * UBIFS: tweak debugging
8647   * UBIFS: use clear_nlink() in ubifs_rmdir()
8648   * UBIFS: do not use long long with do_div
8649   * UBIFS: remove padding field from indexing node
8650   * UBIFS: store nanoseconds in inode time stamps
8651   * UBIFS: ubifs-v0.3
8652   * UBIFS: zero out unused fileds
8653   * UBIFS: fix bud race
8654   * UBIFS: fix minor leak on error path
8655   * UBIFS: fix bad lprops bug
8656   * UBIFS: fix lsave_cnt validation
8657   * UBIFS: add missing debug message
8658   * UBIFS: report f_bavail correctly
8659   * UBIFS: fix statfs reporting
8660   * UBIFS: remove compatibility stuff
8661   * UBIFS: don't wbuf_add_ino on error path, it overruns the buffer
8662   * UBIFS: fix leb write wrapper
8663   * UBIFS: split lpt.c
8664   * UBIFS: intorduce leb write and unmap wrappers
8665   * UBIFS: move dbg_dump_pnode to debug.c
8666   * UBIFS: minor cleanup in lpt.c
8667   * UBIFS: fix kernel-doc warnings
8668   * UBIFS: fix my name
8669   * UBIFS: remove check_volume_empty()
8670   * UBIFS: turn recovery messages into mount messages
8671   * UBIFS: remove xattr debugging messages
8672   * UBIFS: fix lprops mismatch
8673   * UBIFS: fix compolation error
8674   * UBIFS: dump stack when switching to RO mode
8675   * UBIFS: calc lpt_hght correctly
8676   * UBIFS: add some ro_media checks
8677   * UBIFS: fix checkpatch.pl warnings
8678   * UBIFS: minor renames
8679   * UBIFS: add some comments
8680   * UBIFS: fix some spelling
8681   * UBIFS: sparse fixes
8682   * UBIFS: do ubifs.h TODOs
8683   * UBIFS: remove budget TODOs
8684   * UBIFS: do journal TODOs
8685   * UBIFS: use kfree via debug function in debug.c
8686   * UBIFS: fix minor TNC bug
8687   * UBIFS: do build TODOs
8688   * UBIFS: do/remove super TODOs
8689   * UBIFS: remove gc TODOs
8690   * UBIFS: do io.c TODOs
8691   * UBIFS: do ioctl TODO
8692   * UBIFS: do sb.c TODO
8693   * UBIFS: do replay TODO
8694   * UBIFS: do dir.c TODOs
8695   * UBIFS: make sure inode is directory before checking size
8696   * UBIFS: fix new ubifs_tnc_next_ent call
8697   * UBIFS: remove TODOs in file.c
8698   * UBIFS: remove msize
8699   * UBIFS: last tnc TODOs
8700   * UBIFS: tnc TODOs
8701   * UBIFS: do some more tnc TODOs
8702   * UBIFS: add directory i_size check function
8703   * UBIFS: remove fast_umount sb flag
8704   * UBIFS: make reported block size 4K again
8705   * UBIFS: fix the code for 2.6.21
8706   * UBIFS: do some TODOs in tnc
8707   * UBIFS: do some TODO's, remove others
8708   * UBIFS: report 512 as block size
8709   * UBIFS: directory inodes do not have any attached data
8710   * UBIFS: fix screwed budgeting
8711   * UBIFS: rework stat() reports
8712   * UBIFS: fix directory size calculation
8713   * UBIFS: msize is not used
8714   * UBIFS: let it compile
8715   * UBIFS: remove incorrect msize validation
8716   * UBIFS: fix incorrect error returning
8717   * UBIFS: be more verbose when printing errors
8718   * UBIFS: amend Kconfig
8719   * UBIFS: fix compatibility stuff
8720   * UBIFS: add crypto dependency to Kconfig
8721   * UBIFS: implement TODO in io.c
8722   * UBIFS: make min_io_size at least 8
8723   * UBIFS: remove extra argument
8724   * UBIFS: remove a TODO
8725   * UBIFS: fix a bug in check_namespace()
8726   * UBIFS: fix WARNING: modpost: Found 1 section mismatch(es)
8727   * UBIFS: fix missing orphan bug
8728   * UBIFS: do not support ACLs
8729   * UBIFS: ubifs-v0.2
8730   * UBIFS: implement xattr handlers
8731   * UBIFS: support xattrs in TNC
8732   * UBIFS: support xattrs in journal
8733   * UBIFS: enlarge compression threshold
8734   * UBIFS: remove bad code
8735   * UBIFS: introduce xentry
8736   * UBIFS: add dummy xattr calls
8737   * UBIFS: break on-media format
8738   * UBIFS: tiny clean up
8739   * UBIFS: cleanup direntry validation
8740   * UBIFS: add a TODO
8741   * UBIFS: add helper function for inode rmoval
8742   * UBIFS: use __func__ instead of __FUNCTION__
8743   * UBIFS: use ino_t instead of unsigned long
8744   * UBIFS: fix dirty_ino_cnt
8745   * UBIFS: remove excessive code
8746   * UBIFS: remove ubifs.h from include/linux/Kbuild
8747   * UBIFS: fix new struct inode object initialization
8748   * UBIFS: fix compilation warning
8749   * UBIFS: improve operations in dir.c
8750   * UBIFS: remove redundant check
8751   * UBIFS: tweak debugging messages
8752   * UBIFS: make some pointers const
8753   * UBIFS: introduce xattr-related fields to inode
8754   * UBIFS: implement a bunch of TODOs
8755   * UBIFS: tweak journal interface
8756   * UBIFS: make ubifs_set_i_bytes non-inline
8757   * UBIFS: make new_ubifs_inode global
8758   * UBIFS: rename and make macro global
8759   * UBIFS: add a couple of TODOs
8760   * UBIFS: fix debugging macro
8761   * UBIFS: clean up key.h some more
8762   * UBIFS: minor key func cleanup
8763   * UBIFS: unify replay entries names
8764   * UBIFS: cleanup qstr names
8765   * UBIFS: clean up ino_t usage
8766   * UBIFS: minor amendments in budgeting
8767   * UBIFS: Kconfig nicifications
8768   * UBIFS: amend copyright headers
8769   * UBIFS: switch to new VFS interface
8770   * UBIFS: fix default comprssor
8771   * UBIFS: stop using iget()
8772   * UBIFS: optimize fastpath budgeting
8773   * UBIFS: add assertion
8774   * UBIFS: fix budgeting
8775   * UBIFS: do not retry in write_page()
8776   * UBIFS: fix budgeting holes
8777   * UBIFS: clean-up compat stuff a bit
8778   * UBIFS: use DIV_ROUND_UP
8779   * UBIFS: rename protecting macros
8780   * UBIFS: remove sysfs hack
8781   * UBIFS: print a message when fail to open UBI volume
8782   * UBIFS: set default fanout to 8
8783   * UBIFS: remove leftovers
8784   * UBIFS: remove fanout mount option
8785   * UBIFS: rename header files
8786   * UBIFS: store big_lpt in sup->flags
8787   * UBIFS: store fast/norm unmount in superblock
8788   * UBIFS: add default reserved pool size (5%, max 5 MiB)
8789   * UBIFS: update dbg_dump_node() to support reserved pool
8790   * UBIFS: add reserved pool support
8791   * UBIFS: add a check for creat_sqnum
8792   * UBIFS: reduce index node size
8793   * UBIFS: add comment
8794   * UBIFS: record inode creation sequence number
8795   * UBIFS: switch to little-endian
8796   * UBIFS: add on-flash format version
8797   * UBIFS: use qstr for name / length pairs
8798   * UBIFS: correct directory size calculation
8799   * UBIFS: tidy scan slightly
8800   * UBIFS: remove compression and key hash mount options
8801   * UBIFS: call bdi_init
8802   * UBIFS: initial commit
8803   * do_mounts: allow UBI root device name
8804   * VFS: export sync_sb_inodes
8805   * VFS: move inode_lock into sync_sb_inodes
8806   * PM debug support for 34xx
8807   * 34XX: PM: Workaround to enable autoidle for clocks and plls
8808   * Added sleep support to UART
8809   * 34XX: PM: Workaround for taking care of gpio clocks
8810   * OMAP: PM: Add new sysfs option for disabling clocks when entering
8811     idle
8812   * 34XX: PM: Workaround to check wether any fck is active before
8813     entering sleep
8814   * 34XX: PM: Workaround to reset all wkdeps
8815   * DSP: Reserve 6MB at the end of ram for DSP
8816   * ARM: OMAP: OneNAND: fix wrong variable
8817   * ARM: OMAP: OneNAND: machine_is_nokia_rx51 is not always a constant
8818   * ARM: OMAP: OneNAND: Enable interrupt use (pre-B1 and later only)
8819   * ARM: OMAP: OneNAND: Use DMA on OMAP3
8820   * ARM: OMAP: OneNAND: Print address information for ECC errors
8821   * ARM: OMAP: OneNAND: Add synchronous write timings
8822   * ARM: OMAP: OneNAND: Allow for high frequency (>66MHz)
8823   * Allow for controller errors when reading
8824   * ARM: OMAP: OneNAND: Disable wait-monitoring for OMAP3
8825   * RX51: Remove TWL4030 IRQ definitions from board-rx51.h
8826   * ARM: OMAP: OneNAND for rx51-base branch
8827   * RX51: Basic support for Nokia RX-51
8828   * OMAP3: ack spurious IRQs in get_irqnr_and_base
8829   * debuggauspätsi
8830   * OMAP34XXCAM: Add support to camera daemon
8831   * RX51: Init camera support
8832   * AD5820: Add driver
8833   * ET8EK8: Add driver
8834   * V4L: New sensor controls
8835   * OMAP34XXCAM: Get ISP clocks correctly
8836   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
8837   * OMAP34XXCAM: Add CCP2 support
8838   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
8839   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
8840   * OMAP34XXCAM: Multi-device support
8841   * Description: Align with videobuf-dma-sg to generic DMA API patch.
8842   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
8843   * Description: Fixes enum fmt return values in ISP.
8844   * Description: Update to set idle mode for ISP when enabling sensor
8845   * Description: Fixes Q/DQBUF errors found in testing.
8846   * Adding support for unlocked ioctls
8847   * Adapting camera file for V4L2 power changes.
8848   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
8849   * V4L: Int if: define new power states
8850   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
8851   * OMAP34XXCAM: Remove omap24xxcam reset hack
8852   * V4L: Add VIDIOC_G_PRIV_MEM
8853   * OMAP 3 ISP Preview and Resizer wrappers.
8854   * OMAP 3 ISP driver: Preview block, Resizer block,
8855   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
8856   * OMAP 3 Camera Driver with basic components of
8857   * Adding OMAP 3 camera platform device.
8858   * Adding OMAP 3 Camera registers base address.
8859   * Adding Compact Camera Port (CCP) 2 class structures.
8860   * Adding 10-bit RAW Bayer format.
8861   * Adding IOCTL command to get slave private data.
8862   * ARM: OMAP: FB: Disable Tahvo backlight setting
8863   * omap2_mcspi: disable DMA
8864   * DSP Bridge config options
8865   * DSP Bridge
8866   * debuggauspätsi
8867   * OMAP34XXCAM: Add support to camera daemon
8868   * RX51: Init camera support
8869   * AD5820: Add driver
8870   * ET8EK8: Add driver
8871   * V4L: New sensor controls
8872   * OMAP34XXCAM: Get ISP clocks correctly
8873   * OMAP34XXCAM: Set the ISP settings from machine-specific code instead
8874   * OMAP34XXCAM: Add CCP2 support
8875   * Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h
8876   * OMAP34XXCAM: Fix vidioc_s_fmt_cap for raw sensors
8877   * OMAP34XXCAM: Multi-device support
8878   * Description: Align with videobuf-dma-sg to generic DMA API patch.
8879   * OMAP34XXCAM: Set ISPCTRL_SYNC_DETECT correctly
8880   * Description: Fixes enum fmt return values in ISP.
8881   * Description: Update to set idle mode for ISP when enabling sensor
8882   * Description: Fixes Q/DQBUF errors found in testing.
8883   * Adding support for unlocked ioctls
8884   * Adapting camera file for V4L2 power changes.
8885   * OMAP34XXCAM: Fix xclk B setting, print xclk in decimal
8886   * V4L: Int if: define new power states
8887   * OMAP34XXCAM: Stop streaming on suspend, start it on resume
8888   * OMAP34XXCAM: Remove omap24xxcam reset hack
8889   * V4L: Add VIDIOC_G_PRIV_MEM
8890   * OMAP 3 ISP Preview and Resizer wrappers.
8891   * OMAP 3 ISP driver: Preview block, Resizer block,
8892   * OMAP 3 ISP tables for Lens Shading Compensator and Preview
8893   * OMAP 3 Camera Driver with basic components of
8894   * Adding OMAP 3 camera platform device.
8895   * Adding OMAP 3 Camera registers base address.
8896   * Adding Compact Camera Port (CCP) 2 class structures.
8897   * Adding 10-bit RAW Bayer format.
8898   * Adding IOCTL command to get slave private data.
8899   * ARM: OMAP: FB: Disable Tahvo backlight setting
8900   * omap2_mcspi: disable DMA
8901   * DSP: Workaround for build error
8902   * DSP: Workaround for TI's bridge build
8903   * DSP: Enable to set cross compile prefix by oneself
8904   * ARM: OMAP: IVA2: dsp bridge mpu driver
8905   * Phonet: use netif_rx_ni() only when not in interrupt
8906   * OMAP SSI: Remove inline declaration in clock functions.
8907   * OMAP SSI: Fixes ssi device channel clean up.
8908   * SSI:McSAAB: Fix on SSI clock management.
8909   * SSI:PNTTY: Add MODULE_ALIAS()
8910   * Adds MODALIAS support in SSI bus.
8911   * SSI:PNTTY: Disable BH on probe/resume.
8912   * Fixes reset when CMT boot loader kicks in.
8913   * Phonet: fix init/cleanup
8914   * OMAP SSI: Add MODULE_ALIAS() declaration.
8915   * OMAP SSI: Fixes in init section declarations.
8916   * SSI:MCSAAB: Improve use of init/exit sections.
8917   * Declare ssi_pdriver static.
8918   * Remove dead code.
8919   * Remove dead PM related code.
8920   * Fixes SSI clocks race condition in McSAAB handshake.
8921   * Phonet: fix sysctl when linking statically
8922   * Phonet: add missing __init and __exit to sysctl
8923   * OMAP SSI: remove dead code
8924   * McSAAB: put cmt_cawake_init() to init section
8925   * OMAP SSI: enable ERROR and BREAK detection on open
8926   * OMAP SSI: associates I/O memory to the device
8927   * OMAP SSI: put ssi_release to the exit section
8928   * OMAP SSI: fix clock bug
8929   * Phonet: fix skb kernel panic
8930   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
8931   * OMAP SSI device for board-rx51
8932   * g_phonet: add CONFIG_G_PHONET
8933   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
8934   * Build the SSI Phonet TTY driver
8935   * SSI Phonet TTY driver
8936   * Build the McSAAB improved protocol
8937   * McSAAB improved protocol
8938   * OMAP SSI platform device
8939   * Build the SSI hardware driver
8940   * OMAP SSI hardware driver
8941   * OMAP SSI registers definition
8942   * n_phonet: Add CONFIG_N_PHONET
8943   * n_phonet: Phonet line discipline support
8944   * n_phonet: allocate line discipline number
8945   * Phonet: register the ISI protocol
8946   * Phonet: ISI datagram transport protocol
8947   * Phonet: emit ISI errors when a packet cannot be delivered locally
8948   * Phonet: allocate and initialize new sockets
8949   * Phonet: receive path socket lookup
8950   * Phonet: common socket glue
8951   * Phonet: Netlink interface
8952   * Phonet: proc interface for port range
8953   * Phonet: network device and address handling
8954   * Phonet: PF_PHONET protocol family support
8955   * Phonet: build the net/phonet/ directory
8956   * Phonet: add CONFIG_PHONET
8957   * Phonet global definitions
8958   * ASoC: RX51: Update for bulk DAPM registration APIs
8959   * ASoC: TLV320AIC3X: Add mixer control for ADC highpass filter
8960   * ARM/OMAP/FB: Fix LCD panel identifiers and default name
8961   * ARM/OMAP/FB: Add support for new LCD panel class ACX565AKM
8962   * usb: musb: add back musb_hset tool
8963   * mmc: make mmc probe again
8964   * Update Bluetooth core version number
8965   * Add support for TIOCOUTQ and TIOCINQ ioctls
8966   * Add timestamp support to L2CAP, RFCOMM and SCO
8967   * Signal user-space for HIDP and BNEP socket errors
8968   * Move pending packets from RFCOMM socket to TTY
8969   * Store remote modem status for RFCOMM TTY
8970   * Use non-canonical TTY by default for RFCOMM
8971   * Support the case when headset falls back to SCO link
8972   * Initiate authentication during connection establishment
8973   * Export details about authentication requirements
8974   * Disconnect when encryption gets disabled
8975   * Introduce the different bonding types
8976   * Limit packet type change on incoming connections
8977   * Update class of device value whenever possible
8978   * Export remote Simple Pairing mode via sysfs
8979   * Use ACL config stage to retrieve remote features
8980   * Some cleanups for HCI event handling
8981   * Make use of the default link policy settings
8982   * Track status of remote Simple Pairing mode
8983   * Track status of Simple Pairing mode
8984   * Disable disconnect timer during Simple Pairing
8985   * ASoC: Add digital mic configuration to RX51 machine driver
8986   * ASoC: TLV320AIC3X: Add support for digital microphone input
8987   * ASoC: TLV320AIC3X: Modify only interface related bits in
8988     aic3x_set_dai_fmt
8989   * ASoC: TLV320AIC3X: Use register modifier widget for mic bias
8990   * ASoC: Add support for generic DAPM register modifier widget
8991   * ASoC: Tweak tlv320aicx reg_cache_size
8992   * ASoC: Clarify API for bias configuration
8993   * soc - tlv320aic3x - Convert to use bulk registration APIs
8994   * soc - DAPM - Bulk route registration
8995   * soc - Add bulk DAPM control registration
8996   * soc - tlv320aic3x - add GPIO support
8997   * soc - tlv320aic3x - revisit clock setup
8998   * wl1251: use 48 MHz SPI clock
8999   * wl1251: power off cleanups
9000   * wl1251: Ad-Hoc mode support
9001   * wl1251: WPA support
9002   * wl1251: WEP support
9003   * OMAP3 clock: DPLL{1,2}_FCLK clksel can divide by 4
9004   * OMAP3 clock: fix DPLL jitter correction and rate programming
9005   * OMAP2 clock: check register address in omap2_clk_wait_ready()
9006   * OMAP3 clock: OMAP3430ES2+ has SSI target idlest bit
9007   * OMAP3 clock: fix omap2_clk_wait_ready() for OMAP3430ES2+ DSS
9008   * OMAP2/3 clock: clean up omap2_clk_wait_ready()
9009   * OMAP3 PM: enable hardware SAR for USBHOST, USBTLL modules
9010   * OMAP3 pwrdm: add CORE SAR handling (for USBTLL module)
9011   * OMAP3: move USBHOST SAR handling from clock framework to powerdomain
9012     layer
9013   * OMAP3 pwrdm: add hardware save-and-restore (SAR) support
9014   * PRCM: 34XX: Fix wrong shift value used in dpll4_m4x2_ck enable bit
9015   * ARM: OMAP: SmartReflex driver: enable in omap_3430sdp_defconfig
9016   * 34XX: PM: Workaround to build omap hsmmc as a module
9017   * Revert "radio-tea5761: Update driver"
9018   * Linux 2.6.26-rc8
9019   * enable bus mastering on i915 at resume time
9020   * KVM: Remove now unused structs from kvm_para.h
9021   * x86: KVM guest: Use the paravirt clocksource structs and functions
9022   * KVM: Make kvm host use the paravirt clocksource structs
9023   * x86: Make xen use the paravirt clocksource structs and functions
9024   * x86: Add structs and functions for paravirt clocksource
9025   * [GFS2] fix gfs2 block allocation (cleaned up)
9026   * [IA64] Eliminate NULL test after alloc_bootmem in
9027     iosapic_alloc_rte()
9028   * [IA64] Handle count==0 in sn2_ptc_proc_write()
9029   * [IA64] Fix boot failure on ia64/sn2
9030   * kgdb: sparse fix
9031   * kgdb: documentation update - remove kgdboe
9032   * xen: remove support for non-PAE 32-bit
9033   * [GFS2] BUG: unable to handle kernel paging request at
9034     ffff81002690e000
9035   * Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver working"
9036   * KVM: VMX: Fix host msr corruption with preemption enabled
9037   * KVM: ioapic: fix lost interrupt when changing a device's irq
9038   * KVM: MMU: Fix oops on guest userspace access to guest pagetable
9039   * KVM: MMU: large page update_pte issue with non-PAE 32-bit guests
9040     (resend)
9041   * KVM: MMU: Fix rmap_write_protect() hugepage iteration bug
9042   * KVM: close timer injection race window in __vcpu_run
9043   * KVM: Fix race between timer migration and vcpu migration
9044   * alpha: fix compile error in arch/alpha/mm/init.c
9045   * NFS: nfs_updatepage(): don't mark page as dirty if an error occurred
9046   * NFS: Fix filehandle size comparisons in the mount code
9047   * NFS: Reduce the NFS mount code stack usage.
9048   * mm: fix race in COW logic
9049   * Fix ZERO_PAGE breakage with vmware
9050   * removed unused var real_tty on n_tty_ioctl()
9051   * tty_driver: Update required method documentation
9052   * IB/mthca: Clear ICM pages before handing to FW
9053   * i2c: twl4030: warning: mixed declarations and code
9054   * futexes: fix fault handling in futex_lock_pi
9055   * This patch completes the name change from 2430osk to OMAP2EVM
9056   * Adding basic compile support for OMAP2EVM
9057   * Renaming files to reflect name change from 2430OSK to OMAP2EVM
9058   * usb: musb: ignore disconnect on suspend
9059   * i2c: add MODULE_ALIAS to twl4030 drivers
9060   * i2c: allow twl modules to be built as modules
9061   * usb: musb: add MODULE_ALIAS for udev module loading
9062   * ARM: OMAP: SmartReflex driver integration
9063   * ARM: OMAP: SmartReflex driver: added required register and bit
9064     definitions.
9065   * The fix prevents kernel crash caused by twl4030 power button
9066     malfunction.
9067   * radio-tea5761: Update driver
9068   * tea5761 tuner: fix registers utilization
9069   * tea5761: Add init and sleep callbacks on tea5761 tuner
9070   * ARM:OMAP: fix driver MODULE_ALIAS()
9071   * ARM: OMAP: Allocate McBSP devices dynamically
9072   * ALSA: sb - Fix wrong assertions
9073   * ALSA: aw2 - Fix Oops at initialization
9074   * Fix performance regression on lmbench select benchmark
9075   * Slab: Fix memory leak in fallback_alloc()
9076   * Add return value to reserve_bootmem_node()
9077   * netns: Don't receive new packets in a dead network namespace.
9078   * sctp: Make sure N * sizeof(union sctp_addr) does not overflow.
9079   * pppoe: warning fix
9080   * alpha: resurrect Cypress IDE quirk
9081   * alpha: fix compile failures with gcc-4.3 (bug #10438)
9082   * alpha: link failure fix
9083   * alpha: fix module load failures on smp (bug #10926)
9084   * Linux 2.6.26-rc7
9085   * [watchdog] hpwdt: fix use of inline assembly
9086   * [IA64] SN2: security hole in sn2_ptc_proc_write
9087   * BAST: Remove old IDE driver
9088   * pcmcia ide kingston compactflash's have a new manufacturer id
9089   * pcmcia: add another pata/ide ID
9090   * pcmcia: add an pata/ide ID
9091   * ide: increase timeout in wait_drive_not_busy()
9092   * palm_bk3710: fix resource management
9093   * Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP
9094   * Ext4: Fix online resize block group descriptor corruption
9095   * sched: refactor wait_for_completion_timeout()
9096   * xen: don't drop NX bit
9097   * xen: mask unwanted pte bits in __supported_pte_mask
9098   * xen: Use wmb instead of rmb in xen_evtchn_do_upcall().
9099   * x86: fix NULL pointer deref in __switch_to
9100   * sched: fix wait_for_completion_timeout() spurious failure under
9101     heavy load
9102   * sched: rt: dont stop the period timer when there are tasks wanting
9103     to run
9104   * drm: only trust core drm ioctls - driver ioctls are a mess.
9105   * drm/i915: add support for Intel series 4 chipsets.
9106   * [agp]: fixup chipset flush for new Intel G4x.
9107   * ipv6: Drop packets for loopback address from outside of the box.
9108   * ipv6: Remove options header when setsockopt's optlen is 0
9109   * x86, geode: add a VSA2 ID for General Software
9110   * sched, delay accounting: fix incorrect delay time when constantly
9111     waiting on runqueue
9112   * hwmon: (lm75) sensor reading bugfix
9113   * hwmon: (abituguru3) update driver detection
9114   * hwmon: (w83791d) new maintainer
9115   * hwmon: (abituguru3) Identify Abit AW8D board as such
9116   * hwmon: Update the sysfs interface documentation
9117   * hwmon: (adt7473) Initialize max_duty_at_overheat before use
9118   * hwmon: (lm85) Fix function RANGE_TO_REG()
9119   * Blackfin Serial Driver: Use timer to poll CTS PIN instead of
9120     workqueue.
9121   * Blackfin arch: fix typo error in bf548 serial header file
9122   * x86: use BOOTMEM_EXCLUSIVE on 32-bit
9123   * x86, 32-bit: fix boot failure on TSC-less processors
9124   * x86: fix NULL pointer deref in __switch_to
9125   * x86: set PAE PHYSICAL_MASK_SHIFT to 44 bits.
9126   * softlockup: fix NMI hangs due to lock race - 2.6.26-rc regression
9127   * rcupreempt: remove export of rcu_batches_completed_bh
9128   * cpuset: limit the input of cpuset.sched_relax_domain_level
9129   * sched: CPU hotplug events must not destroy scheduler domains created
9130     by the cpusets
9131   * sched: rt-group: fix RR buglet
9132   * sched: rt-group: heirarchy aware throttle
9133   * sched: rt-group: fix hierarchy
9134   * sched: NULL pointer dereference while setting sched_rt_period_us
9135   * agp: brown paper bag patch - put back two lines that got lost
9136   * agp: brown paper bag patch - put back the two lines it took out.
9137   * agp/intel: cleanup some serious whitespace badness
9138   * [AGP] intel_agp: Add support for Intel 4 series chipsets
9139   * [AGP] intel_agp: extra stolen mem size available for IGD_GM chipset
9140   * drm/radeon: add hier-z registers for r300 and r500 chipsets
9141   * drm/radeon: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTAT
9142   * drm/radeon: switch IGP gart to use radeon_write_agp_base()
9143   * drm/radeon: Restore sw interrupt on resume
9144   * drm/r500: add support for AGP based cards.
9145   * drm/radeon: fix texture uploads with large 3d textures (bug 13980)
9146   * drm/radeon: add initial r500 support.
9147   * drm/radeon: init pipe setup in kernel code.
9148   * drm/radeon: fixup radeon_do_engine_reset
9149   * drm/radeon: fix pixcache and purge/cache flushing registers
9150   * drm/radeon: write AGP_BASE_2 on chips that support it.
9151   * drm/radeon: merge IGP chip setup and fixup RS400 vs RS480 support
9152   * drm/radeon: IGP clean up register and magic numbers.
9153   * drm/rs690: set base 2 to 0.
9154   * drm/rs690: set all of gart base address.
9155   * radeon: add production microcode from AMD
9156   * drm: pcigart use proper pci map interfaces.
9157   * ahci: sis can't do PMP
9158   * agp: more boolean conversions.
9159   * ata_piix: add TECRA M4 to broken suspend list
9160   * LIBATA: Add HAVE_PATA_PLATFORM to select PATA_PLATFORM driver
9161   * sata_mv: warn on PIO with multiple DRQs
9162   * sata_mv: enable async_notify for 60x1 Rev.C0 and higher
9163   * libata: don't check whether to use DMA or not for no data commands
9164   * ahci: jmb361 has only one port
9165   * drivers/char/agp - use bool
9166   * agp: two-stage page destruction issue
9167   * agp/via: fixup pci ids
9168   * mac80211: detect driver tx bugs
9169   * IB/uverbs: Fix check of is_closed flag check in
9170     ib_uverbs_async_handler()
9171   * ieee1394: Kconfig menu touch-up
9172   * firewire: Kconfig menu touch-up
9173   * firewire: deadline for PHY config transmission
9174   * firewire: fw-ohci: unify printk prefixes
9175   * firewire: fill_bus_reset_event needs lock protection
9176   * firewire: fw-ohci: write selfIDBufferPtr before
9177     LinkControl.rcvSelfID
9178   * firewire: fw-ohci: disable PHY packet reception into AR context
9179   * firewire: fw-ohci: use of uninitialized data in AR handler
9180   * firewire: don't panic on invalid AR request buffer
9181   * Revert "[WATCHDOG] hpwdt: Fix NMI handling."
9182   * [POWERPC] Clear sub-page HPTE present bits when demoting page size
9183   * [POWERPC] 4xx: Clear new TLB cache attribute bits in Data Storage
9184     vector
9185   * netlink: genl: fix circular locking
9186   * Revert "mac80211: Use skb_header_cloned() on TX path."
9187   * af_unix: fix 'poll for write'/ connected DGRAM sockets
9188   * tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is
9189     set
9190   * atl1: relax eeprom mac address error check
9191   * net/enc28j60: low power mode
9192   * net/enc28j60: section fix
9193   * sky2: 88E8040T pci device id
9194   * netxen: download firmware in pci probe
9195   * netxen: cleanup debug messages
9196   * netxen: remove global physical_port array
9197   * netxen: fix portnum for hp mezz cards
9198   * ibm_newemac: select CRC32 in Kconfig
9199   * fuse: fix thinko in max I/O size calucation
9200   * Unignore vmlinux.lds.h from Git.
9201   * x86-64: Fix "bytes left to copy" return value for copy_from_user()
9202   * xfrm: fix fragmentation for ipv4 xfrm tunnel
9203   * netfilter: nf_conntrack_h323: fix module unload crash
9204   * netfilter: nf_conntrack_h323: fix memory leak in module
9205     initialization error path
9206   * netfilter: nf_nat: fix RCU races
9207   * [WATCHDOG] hpwdt: Add CFLAGS to get driver working
9208   * Revert "[WATCHDOG] make watchdog/hpwdt.c:asminline_call() static"
9209   * Input: appletouch - implement reset-resume logic
9210   * Input: i8042 - retry failed CTR writes when resuming
9211   * ARM: OMAP: Define interrupt register locally
9212   * ARM: OMAP: Misc clean-up to sync with upstream patches
9213   * sched: fix defined-but-unused warning
9214   * atm: [he] send idle cells instead of unassigned when in SDH mode
9215   * atm: [he] limit queries to the device's register space
9216   * atm: [br2864] fix routed vcmux support
9217   * atm: [he] only support suni driver on multimode interfaces
9218   * atm: [iphase] doesn't call phy->start due to a bogus #ifndef
9219   * atm: [iphase] set drvdata before enabling interrupts
9220   * atm: [br2684] Fix oops due to skb->dev being NULL
9221   * ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.
9222   * raw: Restore /proc/net/raw correct behavior
9223   * net: Fix test for VLAN TX checksum offload capability
9224   * sctp: Correclty set changeover_active for SFR-CACC
9225   * sctp: Correctly cleanup procfs entries upon failure.
9226   * tcp: Revert reset of deferred accept changes in 2.6.26
9227   * ipv6 sit: Avoid extra need for compat layer in PRL management.
9228   * pkt_sched: Change HTB_HYSTERESIS to a runtime parameter
9229     htb_hysteresis.
9230   * pkt_sched: HTB scheduler, change default hysteresis mode to off.
9231   * ocfs2: Remove ->hangup() from stack glue operations.
9232   * ocfs2: Move the call of ocfs2_hb_ctl into the stack glue.
9233   * ocfs2: Move the hb_ctl_path sysctl into the stack glue.
9234   * Export <linux/a.out.h> to userspace again.
9235   * Remove #ifdef CONFIG_ARCH_SUPPORTS_AOUT from <linux/a.out.h>
9236   * Remove last traces of a.out support from ELF loader.
9237   * Include <asm/a.out.h> in fs/exec.c only for Alpha.
9238   * MN10300: Kill linux/a.out.h inclusions
9239   * [IA64] Fix CONFIG_IA64_SGI_UV build error
9240   * [MIPS] Au1200: MMC resource size off by one
9241   * [MIPS] TANBAC: Update defconfig
9242   * [MIPS] Vr41xx: Initialize PCI io_map_base
9243   * [MIPS] Malta: Always compile MTD platform device registration code.
9244   * [MIPS] Malta: Fix build errors for 64-bit kernels
9245   * [MIPS] Lasat: sysctl fixup
9246   * [MIPS] Fix buggy use of kmap_coherent.
9247   * [MIPS] Lasat: bring back from the dead
9248   * [MIPS] vpe_id is required for VSMP and SMTC builds
9249   * [MIPS] Export smp_call_function and smp_call_function_single.
9250   * [MIPS] Bring the SWARM defconfig up to date
9251   * [MIPS] Sibyte: Build RTC support as an object
9252   * [MIPS] Fix the fix for divide by zero error in
9253     build_{clear,copy}_page
9254   * [MIPS] Fix build for PNX platforms.
9255   * [MIPS] Add RM200 with R5000 CPU to known ARC machines
9256   * [MIPS] Better load address for big endian SNI RM
9257   * [MIPS] SB1250: Initialize io_map_base
9258   * [MIPS] Alchemy: Add au1500 reserved interrupt
9259   * [MIPS] Export empty_zero_page for sake of the ext4 module.
9260   * sound: oxygen: fix NULL pointer dereference when loading snd-oxygen
9261   * udf: restore UDFFS_DEBUG to being undefined by default
9262   * [POWERPC] Turn on ATA_SFF so we get SATA_SVW back in defconfigs
9263   * [POWERPC] Remove ppc32's export of console_drivers
9264   * [POWERPC] Fix -Os kernel builds with newer gcc versions
9265   * [POWERPC] Fix bootwrapper builds with newer gcc versions
9266   * [POWERPC] Build fix for drivers/macintosh/mediabay.c
9267   * [POWERPC] Fix warning in pseries/eeh_driver.c
9268   * [POWERPC] Add missing of_node_put in
9269     drivers/macintosh/therm_adt746x.c
9270   * [POWERPC] Add missing of_node_put in drivers/macintosh/smu.c
9271   * [POWERPC] Add missing of_node_put in pseries/nvram.c
9272   * [POWERPC] Fix return value check logic in debugfs virq_mapping setup
9273   * [POWERPC] Fix rmb to order cacheable vs. noncacheable
9274   * powerpc/spufs: fix missed stop-and-signal event
9275   * powerpc/spufs: synchronize interaction between spu exception
9276     handling and time slicing
9277   * powerpc/spufs: remove class_0_dsisr from spu exception handling
9278   * powerpc/spufs: wait for stable spu status in spu_stopped()
9279   * virtio: Complete feature negotation before updating status
9280   * ide-generic: don't probe all legacy ISA IDE ports by default
9281   * ide-cs: fix releasing I/O resources
9282   * ide-cs: fix probing and add warm-plug support
9283   * ide-pmac: remove bogus comment about pmac_ide_setup_device()
9284   * ide-pmac: add ->cable_detect method
9285   * ide-pmac: bugfix for media-bay support rework
9286   * opti621: add PIO 4 support
9287   * opti621: use pre-calculated PIO timings
9288   * opti621: program devices timings separately in ->set_pio_mode
9289   * opti621: use PCI clock value provided by controller
9290   * opti621: remove DMA support
9291   * opti621: disable read prefetch
9292   * [SCSI] dpt_i2o: Add PROC_IA64 define
9293   * [SCSI] scsi_host regression: fix scsi host leak
9294   * ACPI: no AC status notification
9295   * ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device
9296   * rt2x00: Add D-link DWA111 support
9297   * mac80211: add missing new line in debug print HT_DEBUG
9298   * mac80211 : fix for iwconfig in ad-hoc mode
9299   * ssb: Fix coherent DMA mask for PCI devices
9300   * rt2x00: LEDS build failure
9301   * rt2x00: INPUT build failure
9302   * b43: Fix noise calculation WARN_ON
9303   * b43: Fix possible NULL pointer dereference in DMA code
9304   * rt2x00: Restrict DMA to 32-bit addresses.
9305   * rt2x00: Don't kill guardian_urb when it wasn't created
9306   * parisc: update my email address
9307   * parisc: fix miscompilation of ip_fast_csum with gcc >= 4.3
9308   * parisc: fix off by one in setup_sigcontext32
9309   * parisc: export empty_zero_page
9310   * parisc: export copy_user_page_asm
9311   * parisc: move head.S to head.text section
9312   * Revert "parisc: fix trivial section name warnings"
9313   * ahci: Workaround HW bug for SB600/700 SATA controller PMP support
9314   * ahci: workarounds for mcp65
9315   * drm: the sg alloc ioctl should write back the handle to userspace
9316   * drm: use drms ioctl cmd not what we get passed from userspace.
9317   * rtc: Ramtron FM3130 RTC support
9318   * rtc: make HPET_RTC_IRQ track HPET_EMULATE_RTC
9319   * provide rtc_cmos platform device
9320   * radix-tree: fix small lockless radix-tree bug
9321   * console keyboard mapping broken by 04c71976
9322   * /proc/sysvipc/shm: fix 32-bit truncation of segment sizes
9323   * pagemap: fix large pages in pagemap
9324   * pagemap: pass mm into pagewalkers
9325   * driver/char/generic_nvram: fix banner
9326   * drivers/video/cirrusfb: fix RAM address printk
9327   * intel_rng: make device not found a warning
9328   * drivers/isdn/sc/ioctl.c: add missing kfree
9329   * mmc: wbsd: initialize tasklets before requesting interrupt
9330   * MAINTAINERS: update maintainership of pxa2xx/pxa3xx
9331   * uml: work around broken host PTRACE_SYSEMU
9332   * uml: remove include of asm/user.h
9333   * rtc-at32ap700x: fix bug in at32_rtc_readalarm()
9334   * m68knommu: init coldfire timer TRR with n - 1, not n
9335   * kprobes: fix error checking of batch registration
9336   * cciss: add new hardware support
9337   * capabilities: add (back) dummy support for KEEPCAPS
9338   * proc_fs.h: move struct mm_struct forward-declaration
9339   * cpusets: provide another web page URL in MAINTAINERS file
9340   * hgafb: resource management fix
9341   * m68k: Add ext2_find_{first,next}_bit() for ext4
9342   * fat: relax the permission check of fat_setattr()
9343   * mm: fix incorrect variable type in do_try_to_free_pages()
9344   * agp: add support for Radeon Mobility 9000 chipset
9345   * tcp: Revert 'process defer accept as established' changes.
9346   * ipv6: Fix duplicate initialization of rawv6_prot.destroy
9347   * bnx2x: Updating the Maintainer
9348   * Linux 2.6.26-rc6
9349   * PCI: fixup write combine comment in pci_mmap_resource
9350   * [ARM] 5091/1: Add missing bitfield include to regs-lcd.h
9351   * x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest
9352   * x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658
9353     check_flags+0x4c/0x128()"
9354   * x86: fix an incompatible pointer type warning on 64-bit compilations
9355   * x86: fix lockdep warning during suspend-to-ram
9356   * x86: fix unused variable 'loops' warning in arch/x86/boot/a20.c
9357   * Revert "x86: fix ioapic bug again"
9358   * x86: fix asm warning in head_32.S
9359   * x86: fix endless page faults in mount_block_root for Linux 2.6
9360   * geode: fix modular build
9361   * block: disable IRQs until data is written to relay channel
9362   * nommu: Correct kobjsize() page validity checks.
9363   * fsl-diu-db: compile fix
9364   * kbuild: ignore powerpc specific symbols in modpost
9365   * sched: 64-bit: fix arithmetics overflow
9366   * sched: fair group: fix overflow(was: fix divide by zero)
9367   * net: Eliminate flush_scheduled_work() calls while RTNL is held.
9368   * always_inline timespec_add_ns
9369   * add an inlined version of iter_div_u64_rem
9370   * common implementation of iterative div/mod
9371   * x86: PAT export resource_wc in pci sysfs
9372   * drivers/net/r6040.c: correct bad use of round_jiffies()
9373   * fec_mpc52xx: MPC52xx_MESSAGES_DEFAULT: 2nd NETIF_MSG_IFDOWN => IFUP
9374   * ipg: fix receivemode IPG_RM_RECEIVEMULTICAST{,HASH} in
9375     ipg_nic_set_multicast_list()
9376   * netfilter: nf_conntrack: fix ctnetlink related crash in
9377     nf_nat_setup_info()
9378   * netfilter: Make nflog quiet when no one listen in userspace.
9379   * ipv6: Fail with appropriate error code when setting not-applicable
9380     sockopt.
9381   * ipv6: Check IPV6_MULTICAST_LOOP option value.
9382   * ipv6: Check the hop limit setting in ancillary data.
9383   * ipv6 route: Fix route lifetime in netlink message.
9384   * ipv6 mcast: Check address family of gf_group in
9385     getsockopt(MS_FILTER).
9386   * USB: don't use reset-resume if drivers don't support it
9387   * USB: isp1760: Assign resource fields before adding hcd
9388   * isight_firmware: Avoid crash on loading invalid firmware
9389   * USB: fix build bug in USB_ISIGHTFW
9390   * kobject: Documentation Spelling Patch
9391   * dev_set_name: fix missing kernel-doc
9392   * [IA64] Update check_sal_cache_flush to use platform_send_ipi()
9393   * ACPICA: fix stray va_end() caused by mis-merge
9394   * ACPI: Reject below-freezing temperatures as invalid critical
9395     temperatures
9396   * ACPICA: Fix for access to deleted object <regression>
9397   * ACPICA: Fix to make _SST method optional
9398   * ACPICA: Fix for Load operator, load table at the namespace root
9399   * ACPICA: Ignore ACPI table signature for Load() operator
9400   * ACPICA: Fix to allow zero-length ASL field declarations
9401   * ACPI: use memory_read_from_buffer()
9402   * bay: exit if notify handler cannot be installed
9403   * dock.c remove trailing printk whitespace
9404   * proper prototype for acpi_processor_tstate_has_changed()
9405   * ACPI: handle invalid ACPI SLIT table
9406   * PNPACPI: use _CRS IRQ descriptor length for _SRS
9407   * pnpacpi: fix shareable IRQ encode/decode
9408   * pnpacpi: fix IRQ flag decoding
9409   * MAINTAINERS: update ACPI homepage
9410   * ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning message
9411   * ACPI: EC: Use msleep instead of udelay while waiting for event.
9412   * thinkpad-acpi: fix LED handling on older ThinkPads
9413   * thinkpad-acpi: fix initialization error paths
9414   * thinkpad-acpi: SW_RADIO to SW_RFKILL_ALL rename
9415   * cpuidle acpi driver: fix oops on AC<->DC
9416   * ACPI: Disable Fixed_RTC event when installing RTC handler
9417   * [ARM] 5090/1: Correct pxafb palette typo error
9418   * [ARM] 5077/1: spi: fix list scan success verification in PXA ssp
9419     driver
9420   * [IA64] perfmon: fix async exit bug
9421   * ARM: OMAP2: Fix build errors in pm24xx.c caused by recent PRM
9422     patches
9423   * smc91x: fix build error from the SMC_GET_MAC_ADDR API change
9424   * [POWERPC] bootwrapper: add simpleImage* to list of boot targets
9425   * dccp: Bug in initial acknowledgment number assignment
9426   * dccp ccid-3: X truncated due to type conversion
9427   * dccp ccid-3: TFRC reverse-lookup Bug-Fix
9428   * dccp ccid-2: Bug-Fix - Ack Vectors need to be ignored on request
9429     sockets
9430   * dccp: Fix sparse warnings
9431   * dccp ccid-3: Bug-Fix - Zero RTT is possible
9432   * ARM: OMAP2: Combine some PRM registers and fix CONFIG_DEBUG_PM
9433   * net: Fix routing tables with id > 255 for legacy software
9434   * sky2: Hold RTNL while calling dev_close()
9435   * s2io iomem annotations
9436   * atl1: fix suspend regression
9437   * qeth: start dev queue after tx drop error
9438   * qeth: Prepare-function to call s390dbf was wrong
9439   * qeth: reduce number of kernel messages
9440   * qeth: Use ccw_device_get_id().
9441   * qeth: layer 3 Oops in ip event handler
9442   * virtio: use callback on empty in virtio_net
9443   * virtio: virtio_net free transmit skbs in a timer
9444   * virtio: Fix typo in virtio_net_hdr comments
9445   * virtio_net: Fix skb->csum_start computation
9446   * ehea: set mac address fix
9447   * sfc: Recover from RX queue flush failure
9448   * add missing lance_* exports
9449   * ixgbe: fix typo
9450   * forcedeth: msi interrupts
9451   * ARM: OMAP: Add OMAP34xx pin multiplexing into I2C bus registration
9452     helper
9453   * ARM: OMAP2: Add pin multiplexing configuration for OMAP34xx I2C pins
9454   * omap3beagle: add a platform device to hook up the GPIO leds to the
9455     leds-gpio driver
9456   * [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is
9457     enabled
9458   * ipsec: pfkey should ignore events when no listeners
9459   * [CIFS] Fix hang in mount when negprot causes server to kill tcp
9460     session
9461   * Fix for the i2c initialization error on 2430sdp
9462   * sparc: get leo framebuffer working
9463   * pppoe: Unshare skb before anything else
9464   * net pppoe: Check packet length on all receive paths
9465   * This patch fixes "scheduling while atomic" bug when driver is
9466     unloaded.
9467   * isdn: use simple_read_from_buffer()
9468   * isdn divas: fix proc creation
9469   * drivers/atm/eni.h: remove unused macro KERNEL_OFFSET
9470   * inet{6}_request_sock: Init ->opt and ->pktopts in the constructor
9471   * ipv4: Remove unused declaration from include/net/tcp.h.
9472   * l2tp: Fix potential memory corruption in pppol2tp_recvmsg()
9473   * RDMA/nes: Fix off-by-one in nes_reg_user_mr() error path
9474   * fix BLK_DEV_HD_ONLY on ARM dependencies
9475   * ide: export ide_doubler
9476   * palm_bk3710: add warm-plug support
9477   * delkin_cb: add missing __init/__exit tags
9478   * delkin_cb: add warm-plug support
9479   * delkin_cb: use struct ide_port_info
9480   * delkin_cb: set proper hwif->gendev.parent value
9481   * ide: fix host drivers missing hwif->chipset initialization
9482   * ide-generic: add missing hwif->chipset setup
9483   * sis5513: add missing pci_enable_device() call
9484   * MAINTAINERS: remove SIS 5513 IDE entry
9485   * ide: remove the ide_etrax100 chipset type
9486   * PRCM: OMAP3: Fix to wrongly modified omap2_clk_wait_ready
9487   * [SCSI] sr: fix corrupt CD data after media change and delay
9488   * shm: Remove silly double assignment
9489   * [POWERPC] 83xx: MPC837xRDB's VSC7385 ethernet switch isn't on the
9490     MDIO bus
9491   * x86, pci-dma.c: don't always add __GFP_NORETRY to gfp
9492   * sched: fix TASK_WAKEKILL vs SIGKILL race
9493   * [S390] tape_3590.c: introduce missing kfree
9494   * [S390] Fix __ctl_load/__ctl_store inline assembly constraints
9495   * [S390] Fix build failure in __cpu_up()
9496   * [S390] vt220 console, initialize list head before use
9497   * [S390] cio: Fix inverted isc priorities.
9498   * [S390] vmemmap: fix off-by-one bug.
9499   * [S390] cio: Fix sparse warnings in blacklist.c.
9500   * [S390] sparsemem: use SPARSEMEM_STATIC if !64BIT.
9501   * MAINTAINERS: update PPPoE maintainer address
9502   * ipv6 netns: init net is used to set bindv6only for new sock
9503   * irda: net/irda build fix: mcs7780
9504   * tg3: Update version to 3.92.1
9505   * tg3: Fix 5761 WOL
9506   * tg3: Fix a flags typo
9507   * tg3: Fix 5714S / 5715S / 5780S link failures
9508   * power_supply: Fix race in power_supply_uevent
9509   * iwlwifi: fix oops in iwl3945_led_brightness_set
9510   * include/linux/ssb/ssb_driver_gige.h typo fix
9511   * mac80211: Checking IBSS support while changing channel in ad-hoc
9512     mode
9513   * mac80211: decrease IBSS creation latency
9514   * zd1211rw: Fix data padding for QoS
9515   * mac80211: Fixing slow IBSS rejoin
9516   * libertas: fix sleep confirmation
9517   * mac80211: send association event on IBSS create
9518   * ipw2200: queue direct scans
9519   * [CPUFREQ] Fix format string bug.
9520   * mm: Minor clean-up of page flags in mm/page_alloc.c
9521   * Fix invalid access errors in blk_lookup_devt
9522   * IB/core: Remove IB_DEVICE_SEND_W_INV capability flag
9523   * [ALSA] hda - Fix "alc262_sony_unsol[]" hda_verb array
9524   * [POWERPC] Updated Freescale PPC defconfigs
9525   * [POWERPC] 8610: Update defconfig for MPC8610 HPCD
9526   * [POWERPC] 85xx: MPC8548CDS - Fix size of PCIe IO space
9527   * [POWERPC] 85xx: MPC85xx MDS - Unconditionally select PHYLIB for
9528     board fixups
9529   * sh: Add -mno-fdpic to default flags.
9530   * sh: add resource of USB host for SH7723
9531   * usb: r8a66597-hcd: Add support for SH7723 USB host
9532   * sh: Fix compile error SH7763 setup code
9533   * sh: Add SH7723 SCIF support
9534   * [POWERPC] ehea: Remove dependency on MEMORY_HOTPLUG
9535   * [POWERPC] Make walk_memory_resource available with MEMORY_HOTPLUG=n
9536   * [POWERPC] Use dev_set_name in pci_64.c
9537   * [POWERPC] Fix incorrect enabling of VMX when building signal or user
9538     context
9539   * [POWERPC] boot/Makefile CONFIG_ variable fixes
9540   * fat_valid_media() isn't for userspace
9541   * Blackfin serial driver: fix up tty core set_ldisc API change
9542     breakage bug
9543   * Blackfin arch: protect only the SPI bus controller with
9544     CONFIG_SPI_BFIN
9545   * IB/umem: Avoid sign problems when demoting npages to integer
9546   * ARM: OMAP: Misc cosmetic clean-up for checkpatch.pl warnings
9547   * ARM: OMAP: Change GPMC code to use __raw_read/write
9548   * ARM: OMAP2: Make io.c safe for multi-omap
9549   * ARM: OMAP: Use __raw_read/write in irq.c
9550   * KVM: MMU: Fix is_empty_shadow_page() check
9551   * uml: activate_mm: remove the dead PF_BORROWED_MM check
9552   * KVM: MMU: Fix printk() format string
9553   * KVM: IOAPIC: only set remote_irr if interrupt was injected
9554   * KVM: MMU: reschedule during shadow teardown
9555   * ipwireless: Fix blocked sending
9556   * KVM: VMX: Clear CR4.VMXE in hardware_disable
9557   * vm: add kzalloc_node() inline
9558   * pagemap: add documentation for pagemap
9559   * pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount
9560     or kpageflags
9561   * pagemap: return map count, not reference count, in /proc/kpagecount
9562   * hdaps: fix module loading on Thinkpad T61P
9563   * proc: calculate the correct /proc/<pid> link count
9564   * rtc: class driver for ppc_md RTC functions
9565   * asm-m32r/uaccess.h must #include <asm/setup.h>
9566   * ext3: fix online resize bug
9567   * nommu: fix ksize() abuse
9568   * doc: document the kernel-doc conventions for kernel hackers
9569   * fbdev: export symbol fb_mode_option
9570   * MAINTAINERS: reiserfs entry is out of date
9571   * v850: fix typo in header guard
9572   * h8300: fix typo in header guard
9573   * atmel_serial: filter out FP during baud rate detection
9574   * vt: fix vc_resize locking
9575   * ipc: only output msgmni value at boot time
9576   * ipc: restore MSGPOOL original value
9577   * vt: fix background color on line feed, DEC invert
9578   * cpufreq: fix null object access on Transmeta CPU
9579   * fbcon: fix wrong vmode bits copied on console switch
9580   * keys: remove unused key_alloc_sem
9581   * cpusets: fix bug when adding nonexistent cpu or mem
9582   * pagemap: fix bug in add_to_pagemap, require aligned-length reads of
9583     /proc/pid/pagemap
9584   * devscgroup: make white list more compact in some cases
9585   * devscgroup: check for device permissions at mount time
9586   * devscgroup: relax task to dev_cgroup conversion
9587   * devcgroup: make a helper to convert cgroup_subsys_state to
9588     devs_cgroup
9589   * introduce memory_read_from_buffer()
9590   * lib: export bitrev16
9591   * rtc-ds1374: rename device to just "ds1374"
9592   * Fix various old email addresses for dwmw2
9593   * uml: PATH_MAX needs limits.h
9594   * uml: stub needs to tolerate SIGWINCH
9595   * uml: memcpy export needs to follow host declaration
9596   * uml: deal with inaccessible address space start
9597   * uml: remove a duplicate include
9598   * uml: deal with host time going backwards
9599   * doc: update to URL and status of kernel-docs.txt entry
9600   * fujitsu-laptop: autoload module on Lifebook P1510D
9601   * nommu: fix kobjsize() for SLOB and SLUB
9602   * m68k: enable CONFIG_COMPAT_BRK by default
9603   * brk: make sys_brk() honor COMPAT_BRK when computing lower bound
9604   * drivers/char/ip2: fix Kconfig after ip2/ip2main merge
9605   * edd: fix incorrect return of 1 from module_init
9606   * eCryptfs: remove unnecessary page decrypt call
9607   * update checkpatch.pl to version 0.19
9608   * serial: fix driver_name conflicts
9609   * hugetlb: fix lockdep error
9610   * modedb: fix incorrect sync and vmode flags for CVT modes
9611   * frv: don't offer BINFMT_FLAT
9612   * cpusets: fix and update Documentation
9613   * md: do not compute parity unless it is on a failed drive
9614   * md: fix uninitialized use of mddev->recovery_wait
9615   * md: fix prexor vs sync_request race
9616   * spi: fix refcount-related spidev oops-on-rmmod
9617   * KVM: migrate PIT timer
9618   * IB/ipath: Fix SM trap forwarding
9619   * KVM: ppc: Report bad GFNs
9620   * KVM: ppc: Use a read lock around MMU operations, and release it on
9621     error
9622   * KVM: ppc: Remove unmatched kunmap() call
9623   * KVM: ppc: add lwzx/stwz emulation
9624   * KVM: ppc: Remove duplicate function
9625   * IB/ehca: Reject send WRs only for RESET, INIT and RTR state
9626   * KVM: s390: Fix race condition in kvm_s390_handle_wait
9627   * KVM: s390: Send program check on access error
9628   * KVM: s390: fix interrupt delivery
9629   * KVM: s390: handle machine checks when guest is running
9630   * KVM: s390: fix locking order problem in enable_sie
9631   * KVM: s390: use yield instead of schedule to implement diag 0x44
9632   * KVM: x86 emulator: fix hypercall return value on AMD
9633   * KVM: ia64: fix zero extending for mmio ld1/2/4 emulation in KVM
9634   * [MTD] m25p80.c mutex unlock fix
9635   * sound: emu10k1 - fix system hang with Audigy2 ZS Notebook PCMCIA
9636     card
9637   * Input: i8042 - add Fujitsu-Siemens Amilo Pro V2030 to nomux table
9638   * Input: pcspkr - remove negative dependency on snd-pcsp
9639   * mmc: Fix crash in mmc_block on 64-bit
9640   * x86/PCI: add workaround for bug in ASUS A7V600 BIOS (rev 1005)
9641   * ARM: OMAP2: Clean-up CONFIG_PM in Makefile
9642   * PCI/x86: fix up PCI stuff so that PCI_GOANY supports OLPC
9643   * doc: add suggestions about good practises for maintainers
9644   * asn1: additional sanity checking during BER decoding
9645   * Add 'rd' alias to new brd ramdisk driver
9646   * x86: fix CONFIG_NONPROMISC_DEVMEM prompt and help text
9647   * FRV: ip_fast_csum() requires a memory clobber on its inline asm
9648   * PNP: skip UNSET MEM resources as well as DISABLED ones
9649   * Fix divide by zero error in build_clear_page() and build_copy_page()
9650   * [MIPS] Fix typo in header guard
9651   * [MIPS] Fix build error - Delete debugging crap that crept in with
9652     CMP
9653   * [MIPS] Add accessors for random register.
9654   * [MIPS] IP27: misc fixes
9655   * [MIPS] IP27: Fix clockevent setup
9656   * [MIPS] IP27: Fix bootmem memory setup
9657   * [MIPS] remove CONFIG_CPU_R4000 line from Makefile
9658   * [MIPS] Fix check for valid stack pointer during backtrace
9659   * [MIPS] Add missing braces to pte_mkyoung
9660   * [MIPS] R4700: Fix build_tlb_probe_entry
9661   * [MIPS] Alchemy: dbdma: add API to delete custom DDMA device ids.
9662   * [MIPS] Alchemy: export get_au1x00_speed for modules
9663   * libata: fix G5 SATA broken on -rc5
9664   * V4L/DVB (8001): dib0070: fix dib0070_attach when
9665     !CONFIG_DVB_TUNER_DIB0070
9666   * V4L/DVB (8000): tda827x: fix NULL pointer in tda827xa_lna_gain
9667   * V4L/DVB (7990): Fix entry for PowerColor RA 330 and make it run with
9668     firmware version 2.7
9669   * V4L/DVB (7983): tda18271_calc_rf_cal must return the return value of
9670     tda18271_lookup_map
9671   * V4L/DVB (7978): cx18: explicitly test for XC2028 tuner
9672   * V4L/DVB (7977): cx18: fix init order and remove duplicate
9673     open_on_first_use.
9674   * V4L/DVB (7975): saa7134_empress
9675   * V4L/DVB (7974): fix MEDIA_TUNER && FW_LOADER build error
9676   * V4L/DVB (7972): or51132.c: unaligned
9677   * V4L/DVB (7971): usb: unaligned
9678   * V4L/DVB (7970): mix trivial endianness annotations
9679   * V4L/DVB (7969): m920x: unaligned access
9680   * V4L/DVB (7968): zoran: endianness annotations
9681   * V4L/DVB (7967): bt8xx: unaligned access
9682   * V4L/DVB (7966): cx18: direct dereferencing of iomem
9683   * V4L/DVB (7965): annotate bcx_riscmem
9684   * V4L/DVB (7964): cx18 iomem annotations
9685   * V4L/DVB (7963): ivtv: trivial annotations
9686   * V4L/DVB (7962): ttusb endianness annotations and fixes
9687   * V4L/DVB (7961): fix endianness bug in dib0700_devices.c
9688   * V4L/DVB (7960): net: endianness annotations
9689   * V4L/DVB (7959): endianness fix in flexcop-usb.c
9690   * V4L/DVB (7958): fix unaligned access in av7110.c
9691   * V4L/DVB (7957): fix the roothole in av7110_av.c
9692   * V4L/DVB (7956): cinergyT2: endianness annotations, endianness and
9693     race fixes
9694   * V4L/DVB (7166): [v4l] Add new user class controls and deprecate
9695     others
9696   * V4L/DVB (7944): tuner-xc2028: use hybrid_tuner_request_state
9697   * V4L/DVB (7943): tuner: add macro, hybrid_tuner_report_instance_count
9698   * V4L/DVB (7934): cx18: move gpio_dir/val statics to the cx18 struct.
9699   * V4L/DVB (7932): cx18: mark Compro H900 as fully supported.
9700   * V4L/DVB (7931): cx18: allow for simultaneous digital and analog
9701     capture
9702   * V4L/DVB (7930): ivtv: bump version to 1.3.0.
9703   * V4L/DVB (7928): cx18: fix audio registers 808 and 80c
9704   * V4L/DVB (7925): cx18: ensure that the xceive pin is always asserted
9705     on init.
9706   * V4L/DVB (7922): tuner-simple: fix tuner_warn() induced kernel oops
9707     in simple_tuner_attach()
9708   * V4L/DVB (7919): VIDEO_AU0828 does not depend on VIDEO_DEV
9709   * V4L/DVB (7918): au0828: remove irrelevent analog tuner standby code
9710   * V4L/DVB (7916): dib7000p: fix dib7000p_attach when
9711     !CONFIG_DVB_DIB7000P
9712   * V4L/DVB (7911): Remove v4l2_video_std_fps prototype declaration
9713   * V4L/DVB (7910): usb: input layer dependency fixes
9714   * V4L/DVB (7908): always enter drivers/media/video/
9715   * V4L/DVB (7906): tuners/mxl5005s.c: don't define variables for enums
9716   * V4L/DVB (7905): check_v4l2 should return -EINVAL on error
9717   * V4L/DVB (7904): v4l/tuner-core: consistent handling of return values
9718   * V4L/DVB (7903): gp8psk_power_ctrl should return negative errors
9719   * V4L/DVB (7902): fix handling of tea5761_autodetection return value
9720   * V4L/DVB (7901): zoran: use correct type for CPU flags
9721   * V4L/DVB (7885): ivtv/cx18: add compat_ioctl entries
9722   * [MTD] [MAPS] Fix cmdlineparse handling in mapping files
9723   * Linux 2.6.26-rc5
9724   * l2tp: Fix possible oops if transmitting or receiving when tunnel
9725     goes down
9726   * tcp: Fix for race due to temporary drop of the socket lock in
9727     skb_splice_bits.
9728   * tcp: Increment OUTRSTS in tcp_send_active_reset()
9729   * raw: Raw socket leak.
9730   * lt2p: Fix possible WARN_ON from socket code when UDP socket is
9731     closed
9732   * USB ID for Philips CPWUA054/00 Wireless USB Adapter 11g
9733   * ssb: Fix context assertion in ssb_pcicore_dev_irqvecs_enable
9734   * libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENT
9735   * ipw2200: expire and use oldest BSS on adhoc create
9736   * airo warning fix
9737   * b43legacy: Fix controller restart crash
9738   * sctp: Fix ECN markings for IPv6
9739   * sctp: Flush the queue only once during fast retransmit.
9740   * sctp: Start T3-RTX timer when fast retransmitting lowest TSN
9741   * sctp: Correctly implement Fast Recovery cwnd manipulations.
9742   * sctp: Move sctp_v4_dst_saddr out of loop
9743   * sctp: retran_path update bug fix
9744   * ARM: OMAP: Remove duplicate PRM defines, use
9745     prm_read/write_mod_reg()
9746   * tcp: fix skb vs fack_count out-of-sync condition
9747   * sunhme: Cleanup use of deprecated calls to save_and_cli and
9748     restore_flags.
9749   * xfrm: xfrm_algo: correct usage of RIPEMD-160
9750   * ARM: OMAP: Remove unused duplicate 3430 PRM defines, make some local
9751   * [IPV6]: Do not change protocol for UDPv6 sockets with pending sent
9752     data.
9753   * [IPV6]: inet_sk(sk)->cork.opt leak
9754   * [IPV6]: Do not change protocol for raw IPv6 sockets.
9755   * [IPV6] NETNS: Handle ancillary data in appropriate namespace.
9756   * [IPV6]: Check outgoing interface even if source address is
9757     unspecified.
9758   * [IPV6]: Fix the data length of get destination options with short
9759     length
9760   * [IPV6]: Fix the return value of get destination options with NULL
9761     data pointer
9762   * [IPV6] ADDRCONF: Allow longer lifetime on 64bit archs.
9763   * [IPV4] TUNNEL4: Fix incoming packet length check for inter-protocol
9764     tunnel.
9765   * [IPV6] TUNNEL6: Fix incoming packet length check for inter-protocol
9766     tunnel.
9767   * [IPV6] ADDRCONF: Check range of prefix length
9768   * [IPV6] UDP: Possible dst leak in udpv6_sendmsg.
9769   * [SCTP]: Fix NULL dereference of asoc.
9770   * ARM: OMAP: Remove cm_rmw_reg_bits()
9771   * tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))
9772   * ARM: OMAP: No functions in headers, make them inline
9773   * ARM: OMAP: Remove __atribute__(unused), use inline instead of
9774     __inline__
9775   * Fix uart_set_ldisc() function type
9776   * netfilter: nf_conntrack_ipv6: fix inconsistent lock state in
9777     nf_ct_frag6_gather()
9778   * netfilter: xt_connlimit: fix accouning when receive RST packet in
9779     ESTABLISHED state
9780   * [MTD] [NAND] pxa: fix incorrect calling of pxa3xx_nand_config() on
9781     resume path
9782   * Smack: fuse mount hang fix
9783   * bogus format in ip6mr
9784   * celleb_scc_pciex endianness misannotations
9785   * mpc52xx_gpio iomem annotations
9786   * s2io iomem annotations
9787   * cifs endianness fixes
9788   * isp1760-if iomem annotations
9789   * cdc-wdm endianness fixes
9790   * usb/c67x00 endianness annotations
9791   * ibmaem endianness annotations
9792   * x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stack
9793   * suspend-vs-iommu: prevent suspend if we could not resume
9794   * x86: section mismatch fix
9795   * x86: fix Xorg crash with xf86MapVidMem error
9796   * x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest
9797   * x86: fix bad pmd ffff810000207xxx(9090909090909090)
9798   * x86: ioremap fix failing nesting check
9799   * x86: fix broken math-emu with lazy allocation of fpu area
9800   * x86: enable preemption in delay
9801   * x86: disable preemption in native_smp_prepare_cpus
9802   * x86: fix APIC warning on 32bit v2
9803   * libata-sff: Fix oops reported in kerneloops.org for pnp devices with
9804     no ctl
9805   * libata: kill unused constants
9806   * sata_mv: PHY_MODE4 cleanups
9807   * [libata] ata_piix: more acer short cable quirks
9808   * [libata] ACPI: Properly handle bay devices in dock stations
9809   * [ALSA] hda - COMPAL IFL90/JFL-92 laptop quirk
9810   * ARM: OMAP: Do not mark function prototypes as __init
9811   * ARM: OMAP: Remove trailing white space from id.c
9812   * route: Remove unused ifa_anycast field
9813   * netlink: Improve returned error codes
9814   * route: Mark unused routing attributes as such
9815   * route: Mark unused route cache flags as such.
9816   * ARM: OMAP: Remove space before tab in clock34xx.c
9817   * net_dma: remove duplicate assignment in dma_skb_copy_datagram_iovec
9818   * net: neighbour table ABI problem
9819   * ARM: OMAP: Remove unnecessary include from clock.c
9820   * bridge: update URL
9821   * sparc: switch /proc/led to seq_file
9822   * irda: Sock leak on error path in irda_create.
9823   * ax25: Fix NULL pointer dereference and lockup.
9824   * bluetooth: rfcomm_dev_state_change deadlock fix
9825   * ARM: OMAP: Rename DMA end_type to be omap specific
9826   * serial_core: uart_set_ldisc infrastructure
9827   * [ALSA] hda - Fix resume of auto-config mode with Realtek codecs
9828   * sh: Add defconfig for RSK7203.
9829   * sh: Update SE7206 defconfig.
9830   * Blackfin arch: fixup warnings with the new cplb saved values
9831   * Blackfin Serial Driver: Clean up BF54x macro in blackfin UART
9832     driver.
9833   * PNP: mark resources that conflict with PCI devices "disabled"
9834   * mmc_spi: mmc_spi.h should include linux/interrupts.h
9835   * [ARM] pxa: fix tosa.c build error
9836   * [ARM] 5067/1: _raw_write_can_lock macro bugfix
9837   * [ARM] 5070/1: pxa: add GPIO104_PSKTSEL to pxa27x MFP configuration
9838   * [ARM] 5068/1: PXA2xx Additional gpio definitions
9839   * [ARM] 5066/2: EM-X270: Fix DM9000 IRQ flags initialisation
9840   * [ARM] 5065/2: CM-X270: Fix DM9000 IRQ flags initialisation
9841   * suspend-vs-iommu: prevent suspend if we could not resume
9842   * x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRY
9843   * pci, x86: add workaround for bug in ASUS A7V600 BIOS (rev 1005)
9844   * [CRYPTO] cts: Init SG tables
9845   * sh: Disable 4KSTACKS on nommu.
9846   * sh: fix miscompilation of ip_fast_csum with gcc >= 4.3
9847   * sh: module.c use kernel unaligned helpers
9848   * sh/kernel/cpu/irq/intc-sh5.c build fix
9849   * [ARM] 5062/1: pxa: remove unused definition of
9850     CONFIG_ARCH_COTULLA_IDP
9851   * [ARM] 5060/1: remove unnecessary include of asm/io.h
9852   * [ARM] fix AT91 include loops
9853   * capabilities: remain source compatible with 32-bit raw legacy
9854     capability support.
9855   * kbuild: fix $(src) assignmnet with external modules
9856   * 8250 Serial Driver: revert extra IRQ flag definition patch
9857   * Blackfin arch: update anomaly headers from toolchain trunk
9858   * Blackfin arch: Remove bad and usless code
9859   * Blackfin arch: Fix bug - set corret SSEL and IRQ to enable AD7877 on
9860     BF527
9861   * [POWERPC] Fix DMA nodes in the MPC8610 HPCD device tree
9862   * [POWERPC] Export empty_zero_page and copy_page in arch/ppc
9863   * [POWERPC] Add "memory" clobber to MMIO accessors
9864   * [netdrvr] tulip: oops in tulip_interrupt when hibernating with
9865     swsusp/suspend2
9866   * atl1: fix 4G memory corruption bug
9867   * ucc_geth_ethtool: Add a missing HW stats counter
9868   * ucc_geth_ethtool: Fix typo
9869   * virtio: fix delayed xmit of packet and freeing of old packets.
9870   * virtio: fix virtio_net xmit of freed skb bug
9871   * myri10ge: update driver version
9872   * sc92031: remove bogus unlikely()
9873   * [netdrvr] CS89X0: Add cleanup for dma after fail
9874   * [netdrvr] sfc: Report XAUI link down at default log level
9875   * [PATCH 3/3] ocfs2/net: Silence build warnings
9876   * [PATCH 2/3] ocfs2/dlm: Silence build warnings
9877   * [PATCH 1/3] ocfs2/net: Silence build warnings
9878   * ocfs2: Rename 'user_stack' plugin structure to 'ocfs2_user_plugin'
9879   * Mark 'scripts/decodecode' executable
9880   * [SCSI] qla2xxx: Update version number to 8.02.01-k4.
9881   * [SCSI] qla2xxx: Correct handling of AENs postings for vports.
9882   * [SCSI] qla2xxx: Revert "qla2xxx: Use proper HA during asynchronous
9883     event handling."
9884   * drivers/watchdog/geodewdt.c: build fix
9885   * PCI: fix rpadlpar pci hotplug driver sysfs usage
9886   * ahci: change the Device IDs of nvidia MCP7B AHCI controller in
9887     ahci.c
9888   * [libata] sata_fsl: Fix broken driver, add port multiplier (PMP)
9889     support
9890   * libata: SRST can't be trusted on PMP sil3726
9891   * libata: fix libata-scsi kernel-doc notation
9892   * ata: Convert to static DEFINE_SPINLOCK(lock)
9893   * ata_piix: fix macbook ich8m problems
9894   * sata_mv: implement SoC guideline SATA_S11
9895   * sata_mv: workaround for 60x1 errata sata13
9896   * sata_mv: nuke unreleased GenIIe revisions
9897   * sata_mv: PHY_MODEx errata fixes
9898   * sata_mv: move SOC_FLAG to hpriv
9899   * [ALSA] hda - Fix model for LG LS75 laptop
9900   * acpi: fix sparse const errors
9901   * Input: rename SW_RADIO to SW_RFKILL_ALL
9902   * Input: gtco - fix double kfree in error handling path
9903   * [ALSA] hda - Fix mic input on HP2133
9904   * [ALSA] ac97 - Fix ASUS A9T laptop output
9905   * llc: Fix double accounting of received packets
9906   * sparc64: IO accessors fix
9907   * [S390] Update default configuration.
9908   * [S390] disassembler: fix idte instruction format.
9909   * [S390] tape: fix race with stack local wait_queue_head_t.
9910   * [S390] 3270: fix race with stack local wait_queue_head_t.
9911   * [S390] dasd: use a generic wait_queue for sleep_on
9912   * [S390] sclp_vt220: fix scheduling while atomic bug.
9913   * [S390] showmem: Only walk spanned pages.
9914   * [S390] appldata: prevent cpu hotplug when walking cpu_online_map.
9915   * [S390] Fix section mismatch warnings.
9916   * [S390] s390 types: make dma_addr_t 64 bit capable
9917   * [S390] tape: Fix race condition in tape block device driver
9918   * [S390] fix sparsemem related compile error with allnoconfig on s390
9919   * lguest: notify on empty
9920   * virtio: force callback on empty.
9921   * virtio_blk: fix endianess annotations
9922   * virtio_config: fix len calculation of config elements
9923   * virtio_net: another race with virtio_net and enable_cb
9924   * virtio: An entropy device, as suggested by hpa.
9925   * virtio_blk: allow read-only disks
9926   * lguest: fix ugly <NULL> in /proc/interrupts
9927   * virtio: set device index in common code.
9928   * virtio: virtio_pci should not set bus_id.
9929   * virtio: bus_id for devices should contain 'virtio'
9930   * Fix crash in virtio_blk during modprobe ; rmmod ; modprobe
9931   * lguest: use ioremap_cache, not ioremap
9932   * driver-core: prepare for 2.6.27 api change by adding dev_set_name
9933   * Revert "USB: EHCI: fix performance regression"
9934   * USB: fsl_usb2_udc: fix recursive lock
9935   * USB: usb-serial: option: Don't match Huawei driver CD images
9936   * USB: pl2303: another product ID
9937   * USB: add another scanner quirk
9938   * USB: Add support for ROKR W5 in unusual_devs.h
9939   * USB: Fix M600i unusual_devs entry
9940   * USB: usb-storage: unusual_devs update for Cypress ATACB
9941   * USB: EHCI: fix performance regression
9942   * USB: EHCI: fix bug in Iso scheduling
9943   * USB: EHCI: fix remote-wakeup regression
9944   * USB: EHCI: suppress unwanted error messages
9945   * USB: EHCI: fix up root-hub TT mess
9946   * USB: add all configs to the "descriptors" attribute
9947   * USB: fix possible deadlock involving sysfs attributes
9948   * USB: Firmware loader driver for USB Apple iSight camera
9949   * USB: FTDI_SIO : Add support for Matrix Orbital PID Range
9950   * [CPUFREQ] fix double unlock of cpu_policy_rwsem in
9951     drivers/cpufreq/cpufreq.c
9952   * sched: re-tune NUMA topologies
9953   * netfilter: nf_conntrack_expect: fix error path unwind in
9954     nf_conntrack_expect_init()
9955   * sched: stop wake_affine from causing serious imbalance
9956   * sched: fix sched_clock_cpu()
9957   * revert ("sched: fair-group: SMP-nice for group scheduling")
9958   * sched: cleanup
9959   * show_schedstat(): fix memleak
9960   * sched: unite unlikely pairs in rt_policy() and schedule_debug()
9961   * revert ("sched: fair: weight calculations")
9962   * bluetooth: fix locking bug in the rfcomm socket cleanup handling
9963   * mac80211: fix alignment issue with compare_ether_addr()
9964   * mac80211: Fix for NULL pointer dereference in sta_info_get()
9965   * mac80211: fix a typo in ieee80211_handle_filtered_frame comment
9966   * rndis_wlan: add missing range check for power_output modparam
9967   * iwlwifi: fix rate scale TLC column selection bug
9968   * iwlwifi: fix exit from stay_in_table state
9969   * rndis_wlan: Make connections to TKIP PSK networks work
9970   * mac80211 : Fixes the status message for iwconfig
9971   * rt2x00: Use atomic interface iteration in irq context
9972   * rt2x00: Reset antenna RSSI after switch
9973   * rt2x00: Don't count retries as failure
9974   * rt2x00: Fix memleak in tx() path
9975   * mac80211: reorder channel and freq reporting in wext scan report
9976   * b43: Fix controller restart crash
9977   * mac80211: fix ieee80211_rx_bss_put/get imbalance
9978   * net/mac80211: always true conditionals
9979   * b43: Upload both beacon templates on initial load
9980   * rtl8180: fix wrong parameter in grf5101_rf_set_channel
9981   * rtl8180: fix wrong parameter in max2820_rf_set_channel
9982   * rtl8180: fix wrong parameter in sa2400_rf_set_channel
9983   * rtl8180: avoid NULL dereference in max2820_rf_set_channel
9984   * Input: pxa27x_keypad - miscellaneous fixes
9985   * kgdbts: Use HW breakpoints with CONFIG_DEBUG_RODATA
9986   * kgdb: use common ascii helpers and put_unaligned_be32 helper
9987   * Fix FRV minimum slab/kmalloc alignment
9988   * FRV: Specify the minimum slab/kmalloc alignment
9989   * MN10300: Fix typo in header guard
9990   * cfq-iosched: fix RCU problem in cfq_cic_lookup()
9991   * block: make blktrace use per-cpu buffers for message notes
9992   * Added in elevator switch message to blktrace stream
9993   * Added in MESSAGE notes for blktraces
9994   * block: reorder cfq_queue to save space on 64bit builds
9995   * block: Move the second call to get_request to the end of the loop
9996   * splice: handle try_to_release_page() failure
9997   * splice: fix sendfile() issue with relay
9998   * Input: atkbd - mark keyboard as disabled when suspending/unloading
9999   * pciehp: add message about pciehp_slot_with_bus option
10000   * pci hotplug core: add check of duplicate slot name
10001   * pciehp: move msleep after power off
10002   * pciehp: poll cmd completion if hotplug interrupt is disabled
10003   * pciehp: fix slow probing
10004   * pciehp: fix NULL dereference in interrupt handler
10005   * shpchp: add message about shpchp_slot_with_bus option
10006   * [POWERPC] pasemi: update pasemi_defconfig, enable electra_cf
10007   * electra_cf: Add MODULE_DEVICE_TABLE()
10008   * [IA64] Workaround for RSE issue
10009   * LSM: remove stale web site from MAINTAINERS
10010   * [SCSI] ibmvscsi: Non SCSI error status fixup
10011   * [SCSI] fusion mpt: fix target missing after resetting external raid
10012   * ck804rom: fix driver_data in probe table.
10013   * dccp ccid-3: Fix "t_ipi explosion" bug
10014   * dccp: Fix to handle short sequence numbers packet correctly
10015   * avr32: Fix cpufreq oops when ondemand governor is default
10016   * Input: apanel - remove duplicate include
10017   * Input: wm9713 - support five wire panels
10018   * Input: wm97xx-core - fix race on PHY init
10019   * Input: wm97xx-core - fix driver name
10020   * Input: wm97xx-core - report a phys for WM97xx touchscreens
10021   * Input: i8042 - make sure Dritek quirk is invoked at resume
10022   * MAINTAINERS: Update NetEffect (iw_nes) entry
10023   * IB/ipath: Fix device capability flags
10024   * IB/ipath: Avoid test_bit() on u64 SDMA status value
10025   * ext4: enable barriers by default
10026   * jbd2: Fix barrier fallback code to re-lock the buffer head
10027   * ext4: Display the journal_async_commit mount option in /proc/mounts
10028   * jbd2: If a journal checksum error is detected, propagate the error
10029     to ext4
10030   * jbd2: Fix memory leak when verifying checksums in the journal
10031   * ext4: fix online resize bug
10032   * ext4: Fix uninit block group initialization with FLEX_BG
10033   * ext4: Fix use of uninitialized data with debug enabled.
10034   * avr32: Update defconfigs
10035   * avr32: export strnlen_user
10036   * avr32: export copy_page
10037   * disable most mode changes on non-unix/non-cifsacl mounts
10038   * PCI: use dev_to_node in pci_call_probe
10039   * [SCSI] fix intermittent oops in scsi_bus_uevent
10040   * [CIFS] Correct incorrect obscure open flag
10041   * [CIFS] warn if both dynperm and cifsacl mount options specified
10042   * silently ignore ownership changes unless unix extensions are enabled
10043     or we're faking uid changes
10044   * [CIFS] remove trailing whitespace
10045   * when creating new inodes, use file_mode/dir_mode exclusively on
10046     mount without unix extensions
10047   * on non-posix shares, clear write bits in mode when ATTR_READONLY is
10048     set
10049   * [CIFS] remove unused variables
10050   * PCI: Correct last two HP entries in the bfsort whitelist
10051   * PCI: don't enable ASPM on devices with mixed PCIe/PCI functions
10052   * Input: i8042 - add Dritek quirk for Acer TravelMate 660
10053   * Blackfin arch: Fix typo. it should be _outsw_8
10054   * Blackfin arch: Cleanup no functional changes
10055   * [SCSI] qla2xxx: Update version number to 8.02.01-k3.
10056   * [SCSI] qla2xxx: Revert "qla2xxx: Validate mid-layer 'underflow'
10057     during check-condition handling."
10058   * [SCSI] qla2xxx: Disable local-interrupts while polling for RISC
10059     status.
10060   * [SCSI] qla2xxx: Extend the 'fw_dump' SYSFS node the ability to
10061     initiate a firmware dump.
10062   * [SCSI] qla2xxx: Don't depend on mailbox return values while enabling
10063     FCE tracing.
10064   * [SCSI] qla2xxx: Convert vport_sem to a mutex
10065   * [SCSI] qla2xxx: firmware semaphore to mutex
10066   * [SCSI] qla2xxx: Correct locking within MSI-X interrupt handlers.
10067   * [SCSI] qla2xxx: Display driver version at module init-time.
10068   * [SCSI] qla2xxx: Return correct port_type to FC-transport for Vports.
10069
10070  -- mathias nyman <mattu@localhost>  Wed, 09 Jul 2008 11:25:40 +0300
10071
10072 kernel-source (2.6.26~rc4-osso5) unstable; urgency=low
10073
10074   * ARM: OMAP: FB: Disable Tahvo backlight setting
10075   * omap2_mcspi: disable DMA
10076   * DSP: Workaround for build error
10077   * DSP: Workaround for TI's bridge build
10078   * DSP: Enable to set cross compile prefix by oneself
10079   * ARM: OMAP: IVA2: dsp bridge mpu driver
10080   * Fixes reset when CMT boot loader kicks in.
10081   * Phonet: fix init/cleanup
10082   * OMAP SSI: Add MODULE_ALIAS() declaration.
10083   * OMAP SSI: Fixes in init section declarations.
10084   * SSI:MCSAAB: Improve use of init/exit sections.
10085   * Declare ssi_pdriver static.
10086   * Remove dead code.
10087
10088  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 17 Jun 2008 11:28:34 +0300
10089
10090 kernel-source (2.6.26~rc4-osso4) unstable; urgency=low
10091
10092   * ARM: OMAP: FB: Disable Tahvo backlight setting
10093   * omap2_mcspi: disable DMA
10094   * DSP: Workaround for build error
10095   * DSP: Workaround for TI's bridge build
10096   * DSP: Enable to set cross compile prefix by oneself
10097   * ARM: OMAP: IVA2: dsp bridge mpu driver
10098   * Remove dead PM related code.
10099   * Fixes SSI clocks race condition in McSAAB handshake.
10100   * Phonet: fix sysctl when linking statically
10101   * Phonet: add missing __init and __exit to sysctl
10102   * OMAP SSI: remove dead code
10103   * McSAAB: put cmt_cawake_init() to init section
10104   * OMAP SSI: enable ERROR and BREAK detection on open
10105   * OMAP SSI: associates I/O memory to the device
10106   * OMAP SSI: put ssi_release to the exit section
10107   * OMAP SSI: fix clock bug
10108   * Phonet: fix skb kernel panic
10109   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
10110   * OMAP SSI device for board-rx51
10111   * g_phonet: add CONFIG_G_PHONET
10112   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
10113   * Build the SSI Phonet TTY driver
10114   * SSI Phonet TTY driver
10115   * Build the McSAAB improved protocol
10116   * McSAAB improved protocol
10117   * OMAP SSI platform device
10118   * Build the SSI hardware driver
10119   * OMAP SSI hardware driver
10120   * OMAP SSI registers definition
10121   * n_phonet: Add CONFIG_N_PHONET
10122   * n_phonet: Phonet line discipline support
10123   * n_phonet: allocate line discipline number
10124   * Phonet: register the ISI protocol
10125   * Phonet: ISI datagram transport protocol
10126   * Phonet: emit ISI errors when a packet cannot be delivered locally
10127   * Phonet: allocate and initialize new sockets
10128   * Phonet: receive path socket lookup
10129   * Phonet: common socket glue
10130   * Phonet: Netlink interface
10131   * Phonet: proc interface for port range
10132   * Phonet: network device and address handling
10133   * Phonet: PF_PHONET protocol family support
10134   * Phonet: build the net/phonet/ directory
10135   * Phonet: add CONFIG_PHONET
10136   * Phonet global definitions
10137   * Move fw sending to interrupt context
10138
10139  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 16 Jun 2008 16:52:40 +0300
10140
10141 kernel-source (2.6.26~rc4-osso3) unstable; urgency=low
10142
10143   * New version
10144   * ARM: OMAP: FB: Disable Tahvo backlight setting
10145   * omap2_mcspi: disable DMA
10146   * DSP: Workaround for build error
10147   * DSP: Workaround for TI's bridge build
10148   * DSP: Enable to set cross compile prefix by oneself
10149   * ARM: OMAP: IVA2: dsp bridge mpu driver
10150   * Remove dead PM related code.
10151   * Fixes SSI clocks race condition in McSAAB handshake.
10152   * Phonet: fix sysctl when linking statically
10153   * Phonet: add missing __init and __exit to sysctl
10154   * OMAP SSI: remove dead code
10155   * McSAAB: put cmt_cawake_init() to init section
10156   * OMAP SSI: enable ERROR and BREAK detection on open
10157   * OMAP SSI: associates I/O memory to the device
10158   * OMAP SSI: put ssi_release to the exit section
10159   * OMAP SSI: fix clock bug
10160   * Phonet: fix skb kernel panic
10161   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
10162   * OMAP SSI device for board-rx51
10163   * g_phonet: add CONFIG_G_PHONET
10164   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
10165   * Build the SSI Phonet TTY driver
10166   * SSI Phonet TTY driver
10167   * Build the McSAAB improved protocol
10168   * McSAAB improved protocol
10169   * OMAP SSI platform device
10170   * Build the SSI hardware driver
10171   * OMAP SSI hardware driver
10172   * OMAP SSI registers definition
10173   * n_phonet: Add CONFIG_N_PHONET
10174   * n_phonet: Phonet line discipline support
10175   * n_phonet: allocate line discipline number
10176   * Phonet: register the ISI protocol
10177   * Phonet: ISI datagram transport protocol
10178   * Phonet: emit ISI errors when a packet cannot be delivered locally
10179   * Phonet: allocate and initialize new sockets
10180   * Phonet: receive path socket lookup
10181   * Phonet: common socket glue
10182   * Phonet: Netlink interface
10183   * Phonet: proc interface for port range
10184   * Phonet: network device and address handling
10185   * Phonet: PF_PHONET protocol family support
10186   * Phonet: build the net/phonet/ directory
10187   * Phonet: add CONFIG_PHONET
10188   * Phonet global definitions
10189   * Fix hci_h4p sysfs removing
10190   * ARM: OMAP: FB: Disable Tahvo backlight setting
10191   * omap2_mcspi: disable DMA
10192   * DSP: Workaround for build error
10193   * DSP: Workaround for TI's bridge build
10194   * DSP: Enable to set cross compile prefix by oneself
10195   * ARM: OMAP: IVA2: dsp bridge mpu driver
10196   * Remove dead PM related code.
10197   * Fixes SSI clocks race condition in McSAAB handshake.
10198   * Phonet: fix sysctl when linking statically
10199   * Phonet: add missing __init and __exit to sysctl
10200   * OMAP SSI: remove dead code
10201   * McSAAB: put cmt_cawake_init() to init section
10202   * OMAP SSI: enable ERROR and BREAK detection on open
10203   * OMAP SSI: associates I/O memory to the device
10204   * OMAP SSI: put ssi_release to the exit section
10205   * OMAP SSI: fix clock bug
10206   * Phonet: fix skb kernel panic
10207   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
10208   * OMAP SSI device for board-rx51
10209   * g_phonet: add CONFIG_G_PHONET
10210   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
10211   * Build the SSI Phonet TTY driver
10212   * SSI Phonet TTY driver
10213   * Build the McSAAB improved protocol
10214   * McSAAB improved protocol
10215   * OMAP SSI platform device
10216   * Build the SSI hardware driver
10217   * OMAP SSI hardware driver
10218   * OMAP SSI registers definition
10219   * n_phonet: Add CONFIG_N_PHONET
10220   * n_phonet: Phonet line discipline support
10221   * n_phonet: allocate line discipline number
10222   * Phonet: register the ISI protocol
10223   * Phonet: ISI datagram transport protocol
10224   * Phonet: emit ISI errors when a packet cannot be delivered locally
10225   * Phonet: allocate and initialize new sockets
10226   * Phonet: receive path socket lookup
10227   * Phonet: common socket glue
10228   * Phonet: Netlink interface
10229   * Phonet: proc interface for port range
10230   * Phonet: network device and address handling
10231   * Phonet: PF_PHONET protocol family support
10232   * Phonet: build the net/phonet/ directory
10233   * Phonet: add CONFIG_PHONET
10234   * Phonet global definitions
10235   * ASoC: OMAP: Add audio endpoint and route to FM TX chip in Nokia RX51
10236   * i2c: add MODULE_ALIAS to twl4030 drivers
10237   * i2c: allow twl modules to be built as modules
10238   * usb: musb: allow usb to be built as module
10239   * usb: musb: add MODULE_ALIAS for udev module loading
10240   * usb: hub: add check for unsupported bus topology
10241   * usb: musb: musb on omap3 has 32 endpoints
10242   * Add simple headphone jack support for RX51 audio
10243   * Add TPA6130A2 support to board-rx51.c
10244   * Add support for TPA6130A2 chip
10245   * I2C: lis302dl: Add selftest functionality
10246
10247  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 16 Jun 2008 11:10:59 +0300
10248
10249 kernel-source (2.6.26~rc4-osso2) unstable; urgency=low
10250
10251   * week200824-1 release
10252
10253  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 12 Jun 2008 16:16:26 +0300
10254
10255 kernel-source (2.6.26~rc4-osso1) unstable; urgency=low
10256
10257   * ARM: OMAP: FB: Disable Tahvo backlight setting
10258   * omap2_mcspi: disable DMA
10259   * DSP: Workaround for build error
10260   * DSP: Workaround for TI's bridge build
10261   * DSP: Enable to set cross compile prefix by oneself
10262   * ARM: OMAP: IVA2: dsp bridge mpu driver
10263   * Fixes SSI clocks race condition in McSAAB handshake.
10264   * RX51: CONFIG_PHONET=m
10265   * ARM: OMAP: FB: Disable Tahvo backlight setting
10266   * omap2_mcspi: disable DMA
10267   * DSP: Workaround for build error
10268   * DSP: Workaround for TI's bridge build
10269   * DSP: Enable to set cross compile prefix by oneself
10270   * ARM: OMAP: IVA2: dsp bridge mpu driver
10271   * Phonet: fix sysctl when linking statically
10272   * Phonet: add missing __init and __exit to sysctl
10273   * OMAP SSI: remove dead code
10274   * McSAAB: put cmt_cawake_init() to init section
10275   * OMAP SSI: enable ERROR and BREAK detection on open
10276   * OMAP SSI: associates I/O memory to the device
10277   * OMAP SSI: put ssi_release to the exit section
10278   * OMAP SSI: fix clock bug
10279   * Phonet: fix skb kernel panic
10280   * RX51: Enable ASoC audio for RX51
10281   * ARM: OMAP: FB: Disable Tahvo backlight setting
10282   * omap2_mcspi: disable DMA
10283   * DSP: Workaround for build error
10284   * DSP: Workaround for TI's bridge build
10285   * DSP: Enable to set cross compile prefix by oneself
10286   * ARM: OMAP: IVA2: dsp bridge mpu driver
10287   * SSI: MCSAAB: Change __REG32() to inl(io_p2v())
10288   * OMAP SSI device for board-rx51
10289   * g_phonet: add CONFIG_G_PHONET
10290   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
10291   * Build the SSI Phonet TTY driver
10292   * SSI Phonet TTY driver
10293   * Build the McSAAB improved protocol
10294   * McSAAB improved protocol
10295   * OMAP SSI platform device
10296   * Build the SSI hardware driver
10297   * OMAP SSI hardware driver
10298   * OMAP SSI registers definition
10299   * n_phonet: Add CONFIG_N_PHONET
10300   * n_phonet: Phonet line discipline support
10301   * n_phonet: allocate line discipline number
10302   * Phonet: register the ISI protocol
10303   * Phonet: ISI datagram transport protocol
10304   * Phonet: emit ISI errors when a packet cannot be delivered locally
10305   * Phonet: allocate and initialize new sockets
10306   * Phonet: receive path socket lookup
10307   * Phonet: common socket glue
10308   * Phonet: Netlink interface
10309   * Phonet: proc interface for port range
10310   * Phonet: network device and address handling
10311   * Phonet: PF_PHONET protocol family support
10312   * Phonet: build the net/phonet/ directory
10313   * Phonet: add CONFIG_PHONET
10314   * Phonet global definitions
10315   * ASoC: OMAP: Add machine driver for Nokia RX51
10316   * ASoC: OMAP: Add basic support for OMAP34xx in McBSP DAI driver
10317
10318  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 09 Jun 2008 18:26:06 +0300
10319
10320 kernel-source (2.6.26~rc3-osso4) unstable; urgency=low
10321
10322   * New version
10323   * ARM: OMAP: FB: Disable Tahvo backlight setting
10324   * omap2_mcspi: disable DMA
10325   * DSP: Workaround for build error
10326   * DSP: Workaround for TI's bridge build
10327   * DSP: Enable to set cross compile prefix by oneself
10328   * ARM: OMAP: IVA2: dsp bridge mpu driver
10329   * SSI: MCSAAB: Change __REG32() to __raw_readl(phys_to_virt())
10330   * ARM: OMAP: FB: Disable Tahvo backlight setting
10331   * omap2_mcspi: disable DMA
10332   * DSP: Workaround for build error
10333   * DSP: Workaround for TI's bridge build
10334   * DSP: Enable to set cross compile prefix by oneself
10335   * ARM: OMAP: IVA2: dsp bridge mpu driver
10336   * OMAP SSI device for board-rx51
10337   * SSI: MCSAAB: Change __REG32() to __raw_readl(phys_to_virt())
10338   * g_phonet: add CONFIG_G_PHONET
10339   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
10340   * Build the SSI Phonet TTY driver
10341   * SSI Phonet TTY driver
10342   * Build the McSAAB improved protocol
10343   * McSAAB improved protocol
10344   * OMAP SSI platform device
10345   * Build the SSI hardware driver
10346   * OMAP SSI hardware driver
10347   * OMAP SSI registers definition
10348   * n_phonet: Add CONFIG_N_PHONET
10349   * n_phonet: Phonet line discipline support
10350   * n_phonet: allocate line discipline number
10351   * Phonet: register the ISI protocol
10352   * Phonet: ISI datagram transport protocol
10353   * Phonet: emit ISI errors when a packet cannot be delivered locally
10354   * Phonet: allocate and initialize new sockets
10355   * Phonet: receive path socket lookup
10356   * Phonet: common socket glue
10357   * Phonet: Netlink interface
10358   * Phonet: proc interface for port range
10359   * Phonet: network device and address handling
10360   * Phonet: PF_PHONET protocol family support
10361   * Phonet: build the net/phonet/ directory
10362   * Phonet: add CONFIG_PHONET
10363   * Phonet global definitions
10364   * I2C: LP5523: Add LED selftest functionality, update to new i2c
10365     driver model
10366   * omap: rx51: section mismatch fix
10367   * usb: musb: charger detection fix
10368   * ARM: OMAP: FB: Disable Tahvo backlight setting
10369   * omap2_mcspi: disable DMA
10370   * DSP: Workaround for build error
10371   * DSP: Workaround for TI's bridge build
10372   * DSP: Enable to set cross compile prefix by oneself
10373   * ARM: OMAP: IVA2: dsp bridge mpu driver
10374   * SSI: MCSAAB: Change __REG32() to __raw_readl(phys_to_virt())
10375   * ARM: OMAP: FB: Disable Tahvo backlight setting
10376   * omap2_mcspi: disable DMA
10377   * DSP: Workaround for build error
10378   * DSP: Workaround for TI's bridge build
10379   * DSP: Enable to set cross compile prefix by oneself
10380   * ARM: OMAP: IVA2: dsp bridge mpu driver
10381   * OMAP SSI device for board-rx51
10382   * g_phonet: add CONFIG_G_PHONET
10383   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
10384   * Build the SSI Phonet TTY driver
10385   * SSI Phonet TTY driver
10386   * Build the McSAAB improved protocol
10387   * McSAAB improved protocol
10388   * OMAP SSI platform device
10389   * Build the SSI hardware driver
10390   * OMAP SSI hardware driver
10391   * OMAP SSI registers definition
10392   * n_phonet: Add CONFIG_N_PHONET
10393   * n_phonet: Phonet line discipline support
10394   * n_phonet: allocate line discipline number
10395   * Phonet: register the ISI protocol
10396   * Phonet: ISI datagram transport protocol
10397   * Phonet: emit ISI errors when a packet cannot be delivered locally
10398   * Phonet: allocate and initialize new sockets
10399   * Phonet: receive path socket lookup
10400   * Phonet: common socket glue
10401   * Phonet: Netlink interface
10402   * Phonet: proc interface for port range
10403   * Phonet: network device and address handling
10404   * Phonet: PF_PHONET protocol family support
10405   * Phonet: build the net/phonet/ directory
10406   * Phonet: add CONFIG_PHONET
10407   * Phonet global definitions
10408   * si4713: Fix set region function to change frequency only when needed
10409   * si4713: Fix set frequency ioctl to proper check power level
10410   * MMC: RX51: Add sysfs file cover_switch
10411   * MMC: RX51: Add card detection irq
10412   * MMC: OMAP: Add slot_name entry to sysfs
10413   * MMC: OMAP: Re-organizing some goto at hsmmc probe
10414   * MMC: OMAP: Readable output for IRQ status register
10415   * MMC: PM: Reset controllers without CONFIG_MMC_OMAP_HS
10416   * MMC: OMAP: Disable smartidle mode while suspending (workaround)
10417   * OMAP: HSMMC: Check wether board specific suspend / resume exists
10418   * MMC: OMAP: Moving MMC reset from pm34xx.c to board-rx51-hsmmc.c
10419   * MMC: OMAP: Initial MMC support for RX51
10420   * Add TWL4030 RTC support to board-rx51.c
10421   * RX51: Add cmt_apesleepx gpio-switch
10422   * ARM: OMAP: FB: Add Caucasus support
10423   * ARM: OMAP: FB: Add SDI support
10424   * musb: there's no need to sysfs notify
10425   * usb: musb: get vbus status for omap2430 and omap3
10426   * usb charger detection prototype
10427   * si4713: Fix driver probe sequence by adding device id table
10428   * si4713: Change power_level range
10429   * si4713: Remove double range checking when setting power_level
10430   * si4713: Add region selection feature
10431   * si4713: Add antenna tuning value property
10432   * si4713: Remove build warning when CONFIG_I2C_SI4713=n
10433   * I2C: TWL4030 Vibra driver
10434   * I2C: TWL4030: Add get device helper function
10435   * I2C: TWL4030: Fix error handling in MADC driver
10436   * I2C: TWL4030: Remove msleep(1) from MADC driver
10437   * HS OMAP3430 L2 invalidate
10438   * I2C: lis302dl: Add .id_table to i2c_driver struct
10439   * wl1251: implement join ssid command
10440   * wl1251: implement rx path
10441   * wl1251: implement hardware scan
10442   * wl1251: implement tx path
10443   * wl1251: implement mailbox event handling
10444   * wl1251: implement interrupt handling
10445   * wl1251: implement hw initialisation sequence
10446   * I2C: add support for lis302dl accelometer driver
10447   * Add H4+ support for BCM2048b0 bluetooth chip
10448   * rx-51: add wl1251
10449   * wl1251: add Kconfig and Makefile files
10450   * wl1251: port to mac80211 bands API
10451   * Add wl1251 driver
10452   * ARCH: OMAP: RX51: USB: Do not block sleep
10453   * USB: SERIAL GADGET: Add nokia strings
10454   * USB: GADGET: Add nokia ids to file_storage.c
10455   * USB: SERIAL GADGET: Start using obex function
10456   * USB: COMPOSITE: Support 16 interfaces by default
10457   * OBEX: Introduce f_obex function driver.
10458   * usb serial gadget: use updated framework
10459   * usb serial gadget: generic serial function driver
10460   * usb serial gadget: cdc acm function driver
10461   * usb gadget zero: use updated framework
10462   * usb gadget zero: loopback function driver
10463   * usb gadget zero: sourcesink config driver
10464   * usb gadget: composite gadget framework
10465   * usb gadget support descriptor copying
10466   * usb serial gadget: use new tty glue
10467   * usb serial gadget: modular tty glue
10468   * TSC2005 gpio setup is made by driver.
10469   * si4713: Improve probe function
10470   * si4713: Moved irq field from platform_data to i2c_board_info
10471   * warm reboot detection
10472   * LP5523: Change kconfig from bool to tristate
10473   * si4713: Fix the boot up timeout value
10474   * si4713: Disabled pilot tone feature by default
10475   * si4713: Remove DEFAULT_*_ENABLED macro definitions
10476   * si4713: Fix Preemphasis sysfs property convertion
10477   * Add CMT GPIOs
10478   * I2C: add support for lp5523 LED driver
10479   * Add support for Taos tsl2563 ambient light sensor
10480   * si4713: Fix i2c bus address
10481   * rx51: Added information about si4713 on board file.
10482   * si4713: Added Makefile and Kconfig entries
10483   * si4713: Added the v4l2 driver for the si4713 radio transmitter.
10484   * si4713: Added functions to manipulate si4713 i2c protocol
10485   * USB: OTG: Make otg_tpl come from platform_data
10486   * USB: OTG: Add check for roothub initialization
10487   * USB: OTG: Start using new otg tpl.
10488   * USB: OTG: Make otg_get_transceiver() and otg_set_transceiver()
10489     generic
10490   * USB: OTG: Introduce new otg.c code
10491   * USB: Use TPL instead of WHITELIST.
10492   * UBIFS: remove assertion
10493   * UBIFS: do not return negative available space
10494   * UBIFS: rename key_ino to key_inum
10495   * UBIFS: rename NC to LPROPS_NC
10496   * UBIFS: make dbg_check_dir_size check nlink as well
10497   * UBIFS: partially get rid of truncation key
10498   * UBIFS: remove format version 2 support
10499   * UBIFS: fix orphan leak on error path
10500   * UBIFS: fix lpt leaks on error path
10501   * UBIFS: add a UUID to super block
10502   * UBIFS: fix extended attributes size
10503   * UBIFS: add file-system checking function
10504   * UBIFS: clean up resource freeing
10505   * UBIFS: remove debugging stuff from tnc.c
10506   * UBIFS: better error message in read_znode
10507   * UBIFS: another gc_lnum recovery fix
10508   * UBIFS: make dbg_tnc_walk non-recursive
10509   * UBIFS: fix Kconfig
10510   * UBIFS: dump creat_sqnum as well
10511   * UBIFS: remove incorrect cond_resched
10512   * UBIFS: add dbg_dump_index
10513   * UBIFS: tweak scan_for_dirty and asserts
10514   * UBIFS: define change_lp() 'no-change' value
10515   * UBIFS: always commit after recovery
10516   * UBIFS: add a comment
10517   * UBIFS: kill orphans in ro mount also
10518   * UBIFS: ubifs-v0.7
10519   * UBIFS: amend dbg_dump_node
10520   * UBIFS: minor debugging print fix
10521   * UBIFS: fix false assertion allarm in budgeting
10522   * UBIFS: print dead direntry name
10523   * UBIFS: print format version
10524   * UBIFS: do not use -1 offsets
10525   * UBIFS: temporary hack for backward compatibility
10526   * UBIFS: fix bad hash mask bug
10527   * UBIFS: minor print tweaks
10528   * UBIFS: get rid of cpu_to_le64(0)
10529   * UBIFS: rename fmt_vers to fmt_version
10530   * UBIFS: tweak asserts and gc_lnum fix
10531   * UBIFS: move ubifs_validate_entry
10532   * UBIFS: fix checkpatch.pl errors
10533   * UBIFS: remove unnecessary 'if' in bg thread
10534   * UBIFS: fix flags
10535   * UBIFS: rework flags inheritance
10536   * UBIFS: fix gc_lnum recovery
10537   * UBIFS: split out ubifs_fill_super
10538   * UBIFS: mount_ubifs now cleans up its own errors
10539   * UBIFS: get rid of scary lockup warnings
10540   * UBIFS: tweak bg thread
10541   * UBIFS: remove unnecessary cond_resched()
10542   * UBIFS: do not set nice level in bg thread
10543   * UBIFS: use __clear_bit and __set_bit in LPT
10544   * UBIFS: remove unnecessary kzalloc
10545   * UBIFS: use __clear_bit and __set_bit
10546   * UBIFS: use memory barriers in dbg_tnc_check
10547   * UBIFS: comment why we use barriers
10548   * UBIFS: use unlikely in come core TNC functions
10549   * UBIFS: do not use kzalloc unnecesarily
10550   * UBIFS: fix compilation error
10551   * UBIFS: be consistent when comparing pointers with NULL
10552   * UBIFS: cleanup, fix, and improve tnc
10553   * UBIFS: use is_hash_key
10554   * UBIFS: do not validate what is in LNC
10555   * UBIFS: add xentries to LNC
10556   * UBIFS: rename bg thread
10557   * UBIFS: rename JRN to JNL as well
10558   * UBIFS: remove redundant check
10559   * UBIFS: finally remove build.c
10560   * UBIFS: use jnl instead of jrn
10561   * UBIFS: get rid of build.c
10562   * UBIFS: allow multiple blocks per page
10563   * UBIFS: admit that we do not support NFS
10564   * UBIFS: minor renaming
10565   * UBIFS: fix dangling branch handling
10566   * UBIFS: add comment
10567   * UBIFS: ensure readahead is disabled
10568   * UBIFS: comment why 'commit_on_unmount()' is in kill_sb
10569   * UBIFS: make reservation before allocating sequence numbers
10570   * UBIFS: fix misplaced code
10571   * UBIFS: avoid 'dbg_check_key_order()' during replay
10572   * UBIFS: fix telldir and seekdir
10573   * UBIFS: do not forget about mnt_want_write
10574   * UBIFS: change few bits in readdir
10575   * UBIFS: fix memory corruption
10576   * UBIFS: fix bogus assertions
10577   * UBIFS: do not fail in case of bad seeks
10578   * UBIFS: fix hash calculation
10579   * UBIFS: maximum inode size is defined by current key format
10580   * UBIFS: introduce macros for key constants
10581   * UBIFS: limit inode data to block size
10582   * UBIFS: fix returned error code
10583   * UBIFS: fix ia64 compilation warning
10584   * UBIFS: add a comment
10585   * UBIFS: fix collision resolution
10586   * UBIFS: add warning for mmapped file
10587   * UBIFS: page is dirtied only if trunc smaller
10588   * UBIFS: don't forget to release page
10589   * UBIFS: fix printk warnings
10590   * UBIFS: make UBIFS compile on system with non-4KiB pages
10591   * UBIFS: fix "CONFIG_UBIFS_FS_DEBUG_CHKS" is not defined warning
10592   * UBIFS: minor amendments
10593   * UBIFS: default is already n in Kconfig
10594   * UBIFS: get rid of Kconfig.debug
10595   * UBIFS: no need to initialize r->key
10596   * UBIFS: remove unneeded key comparison
10597   * UBIFS: remove memleak and mempressure checks
10598   * UBIFS: add module params to documentation
10599   * UBIFS: do not assume inode size may not be changed meanwhile
10600   * UBIFS: fix checkpatch.pl errors
10601   * UBIFS: remove some amount of assertion
10602   * UBIFS: remove VFS interface checking assertions
10603   * UBIFS: remove module param pretty print
10604   * UBIFS: fix module params
10605   * UBIFS: fix white space
10606   * UBIFS: change check level to bool
10607   * UBIFS: reinstate recovery messages
10608   * UBIFS: add missing check flag checks
10609   * UBIFS: remove 'key' message macros
10610   * UBIFS: fix mmap budgeting
10611   * UBIFS: optimize budgeting a bit
10612   * UBIFS: fix inode budgeting
10613   * UBIFS: making ubifs compile with gcc-3.4
10614   * UBIFS: fix error path in ubifs_write_end
10615   * UBIFS: change debug control from config to module param
10616   * UBIFS: update cmtime for mmapped writes
10617   * UBIFS: budget for mmapped writes
10618   * UBIFS: tweak min_idx_lebs calculation
10619   * UBIFS: fix error path in ubifs_write_begin()
10620   * UBIFS: add ubifs.txt to Documentation directory
10621   * UBIFS: remove unnecessary locking
10622   * UBIFS: fix device node files
10623   * UBIFS: fix journal size for small partitions
10624   * UBIFS: minor debugging print amendment
10625   * UBIFS: fix warning
10626   * UBIFS: fix comparisons
10627   * UBIFS: rest of dangling branch patch
10628   * UBIFS: fix compilation error
10629   * UBIFS: remove unneeded check
10630   * UBIFS: remove excessive unlikely()
10631   * UBIFS: amend comments
10632   * UBIFS: print error codes
10633   * UBIFS: improve dangling branch detection
10634   * UBIFS: bugfix in TNC
10635   * UBIFS: tweak TNC debugging messages
10636   * UBIFS: ubifs-v0.6
10637   * UBIFS: keep colliding keys sorted
10638   * UBIFS: print error code before switching to RO mode
10639   * UBIFS: minor change in readdir
10640   * UBIFS: minor TNC clarification
10641   * UBIFS: fix minor inconsistency with free space
10642   * UBIFS: force empty FS to report zero used
10643   * UBIFS: fix free space
10644   * UBIFS: fix bug on error path
10645   * UBIFS: add a TNC comment
10646   * UBIFS: tidy LPT defines
10647   * UBIFS: be more conservative about worst-case compression
10648   * UBIFS: tree height can exceed 64
10649   * UBIFS: more clarifications for TNC
10650   * UBIFS: random nicifications in tnc
10651   * UBIFS: zap -ENOENT return code from resolve_collision series
10652   * UBIFS: one more TODO for ahunter
10653   * UBIFS: improve znode_lookup comment
10654   * UBIFS: fix freaking TNC bug
10655   * UBIFS: move MIN_COMPR_LEN to ubifs-media.h
10656   * UBIFS: add TODOs for ahunter
10657   * UBIFS: turn znode flags into enum and document them
10658   * UBIFS: improve debugging prints some more
10659   * UBIFS: move dbg_check_idx_size to debug.c
10660   * UBIFS: add force in-the-gap facility
10661   * UBIFS: do not trust znode->iip in dbg_check_znode
10662   * UBIFS: lessen size of tnc.c
10663   * UBIFS: nicify commentaries
10664   * UBIFS: tweak TNC debugging messages
10665   * UBIFS: fix dbg_check_znode() fake alarm
10666   * UBIFS: ubifs-v0.5
10667   * UBIFS: revise directory size calculation
10668   * UBIFS: add time_gran to dump_node
10669   * UBIFS: allow for dates beyond 2038
10670   * UBIFS: put time granularity on super block node
10671   * UBIFS: use time granularity consistently
10672   * UBIFS: tweak lprops check
10673   * UBIFS: introduce constants for matches_name()
10674   * UBIFS: do not forget to free LNC on error path
10675   * UBIFS: clean-up and amend matches_name()
10676   * UBIFS: unify variable names in tnc
10677   * UBIFS: remove bogus error
10678   * UBIFS: amend ubifs_tnc_next_ent
10679   * UBIFS: fix and amend debugging stuff
10680   * UBIFS: add a TODO
10681   * UBIFS: get rid of loop in keys_cmp
10682   * UBIFS: optimize TNC
10683   * UBIFS: fix TNC bug
10684   * UBIFS: few minor cleanups
10685   * UBIFS: add TNC dump function
10686   * UBIFS: fix minor bug
10687   * UBIFS: ubifs-v0.4
10688   * UBIFS: remove xattr_msize
10689   * UBIFS: tweak div64.h inclusion
10690   * UBIFS: tweak debugging
10691   * UBIFS: use clear_nlink() in ubifs_rmdir()
10692   * UBIFS: do not use long long with do_div
10693   * UBIFS: remove padding field from indexing node
10694   * UBIFS: store nanoseconds in inode time stamps
10695   * UBIFS: ubifs-v0.3
10696   * UBIFS: zero out unused fileds
10697   * UBIFS: fix bud race
10698   * UBIFS: fix minor leak on error path
10699   * UBIFS: fix bad lprops bug
10700   * UBIFS: fix lsave_cnt validation
10701   * UBIFS: add missing debug message
10702   * UBIFS: report f_bavail correctly
10703   * UBIFS: fix statfs reporting
10704   * UBIFS: remove compatibility stuff
10705   * UBIFS: don't wbuf_add_ino on error path, it overruns the buffer
10706   * UBIFS: fix leb write wrapper
10707   * UBIFS: split lpt.c
10708   * UBIFS: intorduce leb write and unmap wrappers
10709   * UBIFS: move dbg_dump_pnode to debug.c
10710   * UBIFS: minor cleanup in lpt.c
10711   * UBIFS: fix kernel-doc warnings
10712   * UBIFS: fix my name
10713   * UBIFS: remove check_volume_empty()
10714   * UBIFS: turn recovery messages into mount messages
10715   * UBIFS: remove xattr debugging messages
10716   * UBIFS: fix lprops mismatch
10717   * UBIFS: fix compolation error
10718   * UBIFS: dump stack when switching to RO mode
10719   * UBIFS: calc lpt_hght correctly
10720   * UBIFS: add some ro_media checks
10721   * UBIFS: fix checkpatch.pl warnings
10722   * UBIFS: minor renames
10723   * UBIFS: add some comments
10724   * UBIFS: fix some spelling
10725   * UBIFS: sparse fixes
10726   * UBIFS: do ubifs.h TODOs
10727   * UBIFS: remove budget TODOs
10728   * UBIFS: do journal TODOs
10729   * UBIFS: use kfree via debug function in debug.c
10730   * UBIFS: fix minor TNC bug
10731   * UBIFS: do build TODOs
10732   * UBIFS: do/remove super TODOs
10733   * UBIFS: remove gc TODOs
10734   * UBIFS: do io.c TODOs
10735   * UBIFS: do ioctl TODO
10736   * UBIFS: do sb.c TODO
10737   * UBIFS: do replay TODO
10738   * UBIFS: do dir.c TODOs
10739   * UBIFS: make sure inode is directory before checking size
10740   * UBIFS: fix new ubifs_tnc_next_ent call
10741   * UBIFS: remove TODOs in file.c
10742   * UBIFS: remove msize
10743   * UBIFS: last tnc TODOs
10744   * UBIFS: tnc TODOs
10745   * UBIFS: do some more tnc TODOs
10746   * UBIFS: add directory i_size check function
10747   * UBIFS: remove fast_umount sb flag
10748   * UBIFS: make reported block size 4K again
10749   * UBIFS: fix the code for 2.6.21
10750   * UBIFS: do some TODOs in tnc
10751   * UBIFS: do some TODO's, remove others
10752   * UBIFS: report 512 as block size
10753   * UBIFS: directory inodes do not have any attached data
10754   * UBIFS: fix screwed budgeting
10755   * UBIFS: rework stat() reports
10756   * UBIFS: fix directory size calculation
10757   * UBIFS: msize is not used
10758   * UBIFS: let it compile
10759   * UBIFS: remove incorrect msize validation
10760   * UBIFS: fix incorrect error returning
10761   * UBIFS: be more verbose when printing errors
10762   * UBIFS: amend Kconfig
10763   * UBIFS: fix compatibility stuff
10764   * UBIFS: add crypto dependency to Kconfig
10765   * UBIFS: implement TODO in io.c
10766   * UBIFS: make min_io_size at least 8
10767   * UBIFS: remove extra argument
10768   * UBIFS: remove a TODO
10769   * UBIFS: fix a bug in check_namespace()
10770   * UBIFS: fix WARNING: modpost: Found 1 section mismatch(es)
10771   * UBIFS: fix missing orphan bug
10772   * UBIFS: do not support ACLs
10773   * UBIFS: ubifs-v0.2
10774   * UBIFS: implement xattr handlers
10775   * UBIFS: support xattrs in TNC
10776   * UBIFS: support xattrs in journal
10777   * UBIFS: enlarge compression threshold
10778   * UBIFS: remove bad code
10779   * UBIFS: introduce xentry
10780   * UBIFS: add dummy xattr calls
10781   * UBIFS: break on-media format
10782   * UBIFS: tiny clean up
10783   * UBIFS: cleanup direntry validation
10784   * UBIFS: add a TODO
10785   * UBIFS: add helper function for inode rmoval
10786   * UBIFS: use __func__ instead of __FUNCTION__
10787   * UBIFS: use ino_t instead of unsigned long
10788   * UBIFS: fix dirty_ino_cnt
10789   * UBIFS: remove excessive code
10790   * UBIFS: remove ubifs.h from include/linux/Kbuild
10791   * UBIFS: fix new struct inode object initialization
10792   * UBIFS: fix compilation warning
10793   * UBIFS: improve operations in dir.c
10794   * UBIFS: remove redundant check
10795   * UBIFS: tweak debugging messages
10796   * UBIFS: make some pointers const
10797   * UBIFS: introduce xattr-related fields to inode
10798   * UBIFS: implement a bunch of TODOs
10799   * UBIFS: tweak journal interface
10800   * UBIFS: make ubifs_set_i_bytes non-inline
10801   * UBIFS: make new_ubifs_inode global
10802   * UBIFS: rename and make macro global
10803   * UBIFS: add a couple of TODOs
10804   * UBIFS: fix debugging macro
10805   * UBIFS: clean up key.h some more
10806   * UBIFS: minor key func cleanup
10807   * UBIFS: unify replay entries names
10808   * UBIFS: cleanup qstr names
10809   * UBIFS: clean up ino_t usage
10810   * UBIFS: minor amendments in budgeting
10811   * UBIFS: Kconfig nicifications
10812   * UBIFS: amend copyright headers
10813   * UBIFS: switch to new VFS interface
10814   * UBIFS: fix default comprssor
10815   * UBIFS: stop using iget()
10816   * UBIFS: optimize fastpath budgeting
10817   * UBIFS: add assertion
10818   * UBIFS: fix budgeting
10819   * UBIFS: do not retry in write_page()
10820   * UBIFS: fix budgeting holes
10821   * UBIFS: clean-up compat stuff a bit
10822   * UBIFS: use DIV_ROUND_UP
10823   * UBIFS: rename protecting macros
10824   * UBIFS: remove sysfs hack
10825   * UBIFS: print a message when fail to open UBI volume
10826   * UBIFS: set default fanout to 8
10827   * UBIFS: remove leftovers
10828   * UBIFS: remove fanout mount option
10829   * UBIFS: rename header files
10830   * UBIFS: store big_lpt in sup->flags
10831   * UBIFS: store fast/norm unmount in superblock
10832   * UBIFS: add default reserved pool size (5%, max 5 MiB)
10833   * UBIFS: update dbg_dump_node() to support reserved pool
10834   * UBIFS: add reserved pool support
10835   * UBIFS: add a check for creat_sqnum
10836   * UBIFS: reduce index node size
10837   * UBIFS: add comment
10838   * UBIFS: record inode creation sequence number
10839   * UBIFS: switch to little-endian
10840   * UBIFS: add on-flash format version
10841   * UBIFS: use qstr for name / length pairs
10842   * UBIFS: correct directory size calculation
10843   * UBIFS: tidy scan slightly
10844   * UBIFS: remove compression and key hash mount options
10845   * UBIFS: call bdi_init
10846   * UBIFS: initial commit
10847   * do_mounts: allow UBI root device name
10848   * VFS: export sync_sb_inodes
10849   * VFS: move inode_lock into sync_sb_inodes
10850   * RX51: Enable mcsaab + rtc
10851   * Added support for PM debug filesystem entries
10852   * Made serial awake time user programmable
10853   * Added sleep support to UART
10854   * 34XX: PM: Workaround for mmc
10855   * 34XX: PM: Workaround to mask uart clocks when checking active clocks
10856   * 34XX: PM: Workaround for non-existing usb clockdomain
10857   * 34XX: PM: Workaround to disable mmc
10858   * 34XX: PM: Workaround to check wether any fck is active before
10859     entering sleep
10860   * 34XX: PM: Workaround to reset all wkdeps
10861   * 34XX: PM: Workaround to enable autoidle for clocks and plls
10862   * PRCM: Workaround for pwrdn_x control
10863   * 34XX: PM: Workaround for missing smartreflex driver
10864   * 34XX: PM: Workaround for uart clocks
10865   * 34XX: PM: Workaround for taking care of gpio clocks
10866   * ARM: OMAP: FB: Disable Tahvo backlight setting
10867   * omap2_mcspi: disable DMA
10868   * DSP: Workaround for build error
10869   * DSP: Workaround for TI's bridge build
10870   * DSP: Enable to set cross compile prefix by oneself
10871   * ARM: OMAP: IVA2: dsp bridge mpu driver
10872   * OMAP SSI device for board-rx51
10873   * g_phonet: add CONFIG_G_PHONET
10874   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
10875   * Build the SSI Phonet TTY driver
10876   * SSI Phonet TTY driver
10877   * Build the McSAAB improved protocol
10878   * McSAAB improved protocol
10879   * OMAP SSI platform device
10880   * Build the SSI hardware driver
10881   * OMAP SSI hardware driver
10882   * OMAP SSI registers definition
10883   * n_phonet: Add CONFIG_N_PHONET
10884   * n_phonet: Phonet line discipline support
10885   * n_phonet: allocate line discipline number
10886   * Phonet: register the ISI protocol
10887   * Phonet: ISI datagram transport protocol
10888   * Phonet: emit ISI errors when a packet cannot be delivered locally
10889   * Phonet: allocate and initialize new sockets
10890   * Phonet: receive path socket lookup
10891   * Phonet: common socket glue
10892   * Phonet: Netlink interface
10893   * Phonet: proc interface for port range
10894   * Phonet: network device and address handling
10895   * Phonet: PF_PHONET protocol family support
10896   * Phonet: build the net/phonet/ directory
10897   * Phonet: add CONFIG_PHONET
10898   * Phonet global definitions
10899   * si4713: Fix set region function to change frequency only when needed
10900   * si4713: Fix set frequency ioctl to proper check power level
10901   * ARM: OMAP: FB: Disable Tahvo backlight setting
10902   * omap2_mcspi: disable DMA
10903   * DSP: Workaround for build error
10904   * DSP: Workaround for TI's bridge build
10905   * DSP: Enable to set cross compile prefix by oneself
10906   * ARM: OMAP: IVA2: dsp bridge mpu driver
10907   * OMAP SSI device for board-rx51
10908   * g_phonet: add CONFIG_G_PHONET
10909   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
10910   * Build the SSI Phonet TTY driver
10911   * SSI Phonet TTY driver
10912   * Build the McSAAB improved protocol
10913   * McSAAB improved protocol
10914   * OMAP SSI platform device
10915   * Build the SSI hardware driver
10916   * OMAP SSI hardware driver
10917   * OMAP SSI registers definition
10918   * n_phonet: Add CONFIG_N_PHONET
10919   * n_phonet: Phonet line discipline support
10920   * n_phonet: allocate line discipline number
10921   * Phonet: register the ISI protocol
10922   * Phonet: ISI datagram transport protocol
10923   * Phonet: emit ISI errors when a packet cannot be delivered locally
10924   * Phonet: allocate and initialize new sockets
10925   * Phonet: receive path socket lookup
10926   * Phonet: common socket glue
10927   * Phonet: Netlink interface
10928   * Phonet: proc interface for port range
10929   * Phonet: network device and address handling
10930   * Phonet: PF_PHONET protocol family support
10931   * Phonet: build the net/phonet/ directory
10932   * Phonet: add CONFIG_PHONET
10933   * Phonet global definitions
10934   * MMC: RX51: Add sysfs file cover_switch
10935   * MMC: RX51: Add card detection irq
10936   * MMC: OMAP: Add slot_name entry to sysfs
10937   * MMC: OMAP: Re-organizing some goto at hsmmc probe
10938   * MMC: OMAP: Readable output for IRQ status register
10939   * MMC: PM: Reset controllers without CONFIG_MMC_OMAP_HS
10940   * MMC: OMAP: Disable smartidle mode while suspending (workaround)
10941   * OMAP: HSMMC: Check wether board specific suspend / resume exists
10942   * MMC: OMAP: Moving MMC reset from pm34xx.c to board-rx51-hsmmc.c
10943   * MMC: OMAP: Initial MMC support for RX51
10944   * Add TWL4030 RTC support to board-rx51.c
10945   * ARM: OMAP: OneNAND: machine_is_nokia_rx51 is not always a constant
10946   * ARM: OMAP: OneNAND: Enable interrupt use (pre-B1 and later only)
10947   * ARM: OMAP: OneNAND: Use DMA on OMAP3
10948   * ARM: OMAP: OneNAND: Print address information for ECC errors
10949   * ARM: OMAP: OneNAND: Add synchronous write timings
10950   * ARM: OMAP: OneNAND: Allow for high frequency (>66MHz)
10951   * Allow for controller errors when reading
10952   * ARM: OMAP: OneNAND: Disable wait-monitoring for OMAP3
10953   * RX51: Remove TWL4030 IRQ definitions from board-rx51.h
10954   * ARM: OMAP: OneNAND for rx51-base branch
10955   * RX51: Basic support for Nokia RX-51
10956   * OMAP3: ack spurious IRQs in get_irqnr_and_base
10957   * MACH-OMAP2: MCBSP: Add support for mcbsp on mach-omap2
10958   * Fix mcbsp clock definition on clock34xx.h
10959   * ARM: OMAP: Fix 24xx mcbsp clocks
10960   * MACH-OMAP1: MCBSP: Add support for mcbsp on mach-omap1
10961   * PLAT-OMAP: MCBSP: Transform into platform driver
10962   * ARM: OMAP: Use omap_globals for CPU detection for multi-omap
10963   * ARM: OMAP: Change to use CM offsets for clocks for multi-omap
10964   * ARM: OMAP: Remove OMAP_CM_REGADDR for multi-boot
10965   * ARM: OMAP: Remove OMAP_PRM_REGADDR
10966   * ARM: OMAP: Introduce omap_globals and prcm access functions for
10967     multi-omap
10968   * ARM: OMAP: Remove __REG access for multi-omap
10969   * musb_hdrc: Change __REG access to omap_read/write for multi-boot
10970   * ARM: OMAP: Change __REG access to omap/read write for traffic
10971     controller
10972   * USB: Change omap USB code to use omap_read/write instead of __REG
10973     for multi-omap
10974   * CF: Change omap_cf.c to use  omap_readw/writew instead of __REG for
10975     multi-omap
10976   * ARM: OMAP: Remove omap_sram_patch_va
10977   * ARM: OMAP: Split sram24xx.S into sram242x.S and sram243x.S
10978   * ARM: OMAP: Split sleep24xx.S into sleep242x.S and sleep243x.S
10979   * ARM: OMAP: Enable framebuffer for omap_3430sdp_defconfig
10980   * ARM: OMAP: Update omap_3430sdp_defconfig
10981   * ARM: OMAP: beagleboard defconfig: increase FB DMA size to 4MB so the
10982     1024x768x24 default fits
10983   * OMAP3 clockdomains: include D2D clockdomain on 34xx ES2+
10984   * OMAP3 PM: convert open-coded iterator to use pwrdm_for_each_clkdm()
10985   * DSP Gateway: remove manual clockdomain/powerdomain tweaking
10986   * 24xx PM: convert pm24xx.c code to use pwrdm/clkdm interfaces
10987   * clockdomain: add clkdm_get_pwrdm()
10988   * powerdomain: add pwrdm_get_mem_bank_count()
10989   * 24xx clock: add missing SSI L4 interface clock
10990   * 24xx clock: associate clocks with clockdomains
10991   * Driver for omap34xx temperature sensor. second version.
10992   * Add SDTI device for OMAP3 and unify address definitions for OMAP1
10993     and OMAP2.
10994   * Remove config conditional tcm825x_regs_* declarations
10995   * OMAP3 Beagle: enable fb in defconfig
10996   * OMAP3 Beagle: enable usb in defconfig
10997   * OMAP3 Beagle: enable rtc in defconfig
10998   * OMAP3 Beagle: enable mmc in defconfig
10999   * ARM: OMAP: Fix USB peripheral DMA for omap1
11000   * ARM: OMAP: Misc compile fixes
11001   * Linux 2.6.26-rc4
11002   * posix timers: discard SI_TIMER signals on exec
11003   * posix timers: sigqueue_free: don't free sigqueue if it is queued
11004   * i2c: Align i2c_device_id
11005   * tuner: Do not alter i2c_client.name
11006   * sparc64: global_reg_snapshot is not for userspace
11007   * sh: Drop broken URAM support on SH7723.
11008   * Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LIST
11009   * .gitignore: match ncscope.out
11010   * scripts/ver_linux use 'gcc -dumpversion'
11011   * [ALSA] hda - Fix capture mute Widget for stac9250/9251
11012   * [ALSA] snd-pcsp - fix pcsp_treble_info() to honour an item number
11013   * [WATCHDOG] Add ICH9DO into the iTCO_wdt.c driver
11014   * [WATCHDOG] Fix booke_wdt.c on MPC85xx SMP system's
11015   * [WATCHDOG] Add a watchdog driver based on the CS5535/CS5536 MFGPT
11016     timers
11017   * [WATCHDOG] hpwdt: Fix NMI handling.
11018   * [WATCHDOG] Blackfin Watchdog Driver: split platform device/driver
11019   * [WATCHDOG] Add w83697h_wdt early_disable option
11020   * [WATCHDOG] Make w83697h_wdt timeout option string similar to others
11021   * [WATCHDOG] Make w83697h_wdt void-like functions void
11022   * spi: remove some spidev oops-on-rmmod paths
11023   * cgroups: remove node_ prefix_from ns subsystem
11024   * for_each_online_pgdat(): kerneldoc fix
11025   * frv: export empty_zero_page
11026   * sys_prctl(): fix return of uninitialized value
11027   * edac: mpc85xx: fix building as a module
11028   * gpio: build fixes
11029   * S3C2410: fix driver MODULE_ALIAS()
11030   * S3C2410: clean out changelog header and tidy
11031   * S3C2410: add error print if we cannot add attribute
11032   * S3C2410: ensure that FB_BLANK_POWERDOWN shuts down the controller
11033   * SM501: reverse FPEN/VBIASEN flags behaviour
11034   * memory hotplug: fix early allocation handling
11035   * zonelists: handle a node zonelist with no applicable entries
11036   * serial: fix enable_irq_wake/disable_irq_wake imbalance in
11037     serial_core.c
11038   * proc: proc_get_inode() should get module only once
11039   * brd: don't show ramdisks in /proc/partitions
11040   * ip2: fix crashes on load/unload
11041   * gpiolib: fix off by one errors
11042   * gpio: mcp23s08 debug fix
11043   * gpio: pca953x driver handles pca9554 too
11044   * signals: fix sigqueue_free() vs __exit_signal() race
11045   * md: restart recovery cleanly after device failure.
11046   * md: allow parallel resync of md-devices.
11047   * md: notify userspace on 'stop' events
11048   * md: notify userspace on 'write-pending' changes to array_state
11049   * md: raid1: Fix restoration of bio between failed read and write.
11050   * md: md: raid5 rate limit error printk
11051   * md: kill file_path wrapper
11052   * md: proper extern for mdp_major
11053   * md: fix possible oops when removing a bitmap from an active array
11054   * mm: fix atomic_t overflow in vm
11055   * types.h: don't expose struct ustat to userspace
11056   * serial: support for InstaShield IS-400 four port RS-232 PCI card
11057   * fix parenthesis in include/asm-mips/mach-au1x00/au1000.h
11058   * fix parenthesis in include/asm-mips/gic.h
11059   * ibmaem: new driver for power/energy/temp meters in IBM System X
11060     hardware
11061   * i5k_amb: support Intel 5400 chipset
11062   * hdaps: invert the axes for HDAPS on Lenovo R61i ThinkPads
11063   * ntfs: le*_add_cpu conversion
11064   * mm: don't drop a partial page in a zone's memory map size
11065   * MAINTAINERS: add util-linux-ng package
11066   * ecryptfs: fix missed mutex_unlock
11067   * fuse: fix bdi naming conflict
11068   * mm: allow pfnmap ->fault()s
11069   * [ALSA] hda - Added support for Foxconn P35AX-S mainboard
11070   * [ALSA] hda - Fix COEF and EAPD in ALC889 auto-configuration mode
11071   * [ALSA] hda - Fix noise on VT1708 codec
11072   * [ALSA] hda - Add model for ASUS P5K-E/WIFI-AP
11073   * [ARM] integrator: fix build warnings and errors
11074   * IB/mad: Fix kernel crash when .process_mad() returns
11075     SUCCESS|CONSUMED
11076   * x86: prevent PGE flush from interruption/preemption
11077   * remove debug printk from DRM suspend path
11078   * fbdev: fix integer as NULL pointer warning
11079   * scsi: fix integer as NULL pointer warning
11080   * isdn: fix integer as NULL pointer warning
11081   * acpi: fix integer as NULL pointer warning
11082   * x86: fix integer as NULL pointer warning
11083   * [ARM] fix OMAP include loops
11084   * Revert "[ARM] pxa: spitz wants PXA27x UDC definitions"
11085   * [ARM] 5053/1: define before use of processor_id
11086   * [ARM] 5052/1: export clock functions for the at91x40
11087   * [ARM] 5051/1: define pgtable_t for the !CONFIG_MMU case too
11088   * x86: use explicit copy in vdso_gettimeofday()
11089   * namespacecheck: automated fixes
11090   * x86/xen: fix arbitrary_virt_to_machine()
11091   * x86: don't read maxlvt before checking if APIC is mapped
11092   * x86: disable TSC for sched_clock() when calibration failed
11093   * x86: distangle user disabled TSC from unstable
11094   * x86: fix setup of cyc2ns in tsc_64.c
11095   * [XFS] Fix memory corruption with small buffer reads
11096   * vlan: Use bitmask of feature flags instead of seperate feature bits
11097   * [POWERPC] iSeries: Remove unused mail address
11098   * [POWERPC] mpic: Fix use of uninitialized variable
11099   * [POWERPC] Add kernstart_addr to list of allowed symbols in prom_init
11100   * [POWERPC] Fix __set_fixmap() for STRICT_MM_TYPECHECKS
11101   * [POWERPC] PS3: Fix memory hotplug
11102   * [XFS] Fix inode list allocation size in writeback.
11103   * [XFS] Don't allow memory reclaim to wait on the filesystem in inode
11104   * [XFS] Fix fsync() b0rkage.
11105   * stop_machine: make stop_machine_run more virtualization friendly
11106   * doc: add a chapter about trylock functions [Bug 9011]
11107   * modules: proper cleanup of kobject without CONFIG_SYSFS
11108   * module loading ELF handling: use SELFMAG instead of numeric constant
11109   * sh: update Migo-R defconfig
11110   * sh: use sm501 8250 mfd support on r2d boards
11111   * sh: add probe support for new sh7723 cut
11112   * sh: fix VPU interrupt vector for sh7723
11113   * sh: fix USBF resource for sh7722
11114   * [CPUFREQ] clarify license of freq_table.c
11115   * ARM: OMAP: Fix compiler error at pm-debug
11116   * ARM: OMAP: Simplify OMAP2 mask_irq/unmask_irq code
11117   * fmvj18x_cs: add NextCom NC5310 rev B support
11118   * xirc2ps_cs: re-initialize the multicast address in do_reset
11119   * 3C509: rx_bytes should not be increased when alloc_skb failed
11120   * NETFRONT: Use __skb_queue_purge()
11121   * VIRTIO: Use __skb_queue_purge()
11122   * phylib: do EXPORT_SYMBOL on get_phy_id
11123   * netlink: Fix nla_parse_nested_compat() to call nla_parse() directly
11124   * slub: ksize() abuse checks
11125   * [ARM] omap: fix omap clk support build errors
11126   * [CIFS] Fix reversed memset arguments
11127   * Adds username in the upcall key for unattended mounts with keytab
11128   * [ARM] 5039/1: S3C244X: Rename SDI device if running on S3C244X.
11129   * [ARM] 5043/1: pxafb: remove unused mode variable in
11130     pxafb_init_fbinfo
11131   * [ARM] 5041/1: VR1000: Fix DM9000 IRQ flags initialisation
11132   * [ARM] 5040/1: BAST: Fix DM9000 IRQ flags initialisation
11133   * [ARM] 5038/1: ARM: OMAP: Remove tsc2102 references from board-
11134     palmte.c
11135   * [ARM] 5025/2: fix collie cpu initialisation
11136   * WAN: protect HDLC proto list while insmod/rmmod
11137   * drivers/net/fs_enet: remove null pointer dereference
11138   * S2io: Version update for napi and MSI-X patches
11139   * S2io: Added napi support when MSIX is enabled.
11140   * S2io: Move all the transmit completions to a single msi-x (alarm)
11141     vector
11142   * drivers/net/ehea - remove unnecessary memset after kzalloc
11143   * au1000_eth: remove useless check
11144   * Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h>
11145   * cpmac bugfixes and enhancements
11146   * e1000e: use resource_size_t, not unsigned long, for phys addrs
11147   * net/usb: add support for Apple USB Ethernet Adapter
11148   * uli526x: add support for netpoll
11149   * ucc_geth: Fix arguments to dma map/unmap functions
11150   * PHYLIB: Kconfig: Fix the dependency on S390
11151   * [SC92031] Using padto turned driver into an IPv6-only interface
11152   * sb1250: use netdev_alloc_skb
11153   * [netdrvr] forcedeth: Restore multicast settings on resume
11154   * WAN: protect Cisco HDLC state changes with a spinlock.
11155   * make myri10ge_get_firmware_capabilities() static
11156   * s2io: add missing block braces to multistatement if statement
11157   * hamradio/scc: add missing block braces to multi-statement if
11158   * ehea: Fix use after free on reboot
11159   * rndis_host: increase delay in command response loop
11160   * drivers/net/tokenring/olympic.c: fix warning
11161   * drivers/net/tokenring/3c359.c: squish a warning
11162   * pcnet32: fix warning
11163   * [netdrvr] dm9000: use delayed work to update mii phy state fix
11164   * sky2: restore vlan acceleration on reset
11165   * sfc: Remove sub-minor component from driver version
11166   * sfc: Added checks for heap allocation failure
11167   * sfc: Remove redundant casts to and from void *
11168   * sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *
11169   * sfc: Use __packed macro
11170   * sfc: Do not define inline macro
11171   * sfc: Use DMA_BIT_MASK() instead of our own DMA mask macros
11172   * sfc: Correct and expand some comments
11173   * sfc: Use resource_size_t for PCI bus address
11174   * sfc: Merged efx_page_offset() into efx_rx_buf_offset()
11175   * sfc: Replaced various macros with inline functions
11176   * sfc: Added and removed braces to comply with kernel style
11177   * sfc: Removed unncesssary UL suffixes on 0 literals
11178   * sfc: Simplified efx_rx_calc_buffer_size() using get_order()
11179   * sfc: Removed casts to void
11180   * sfc: Use mod_timer() to set expiry and add_timer() together
11181   * sparc64: Prevent stack backtrace false positives on trap frames.
11182   * [CIFS] Remove redundant NULL check
11183   * sparc64: Fix stack tracing through trap frames.
11184   * sparc64: Fix kernel thread stack termination.
11185   * irda: Fix direct DMA register access for omap-ir
11186   * ARM: OMAP: Remove broken DMA function omap_get_dma_src_addr_counter
11187   * ARM: OMAP: Fix omap1 dma
11188   * net: The world is not perfect patch.
11189   * tcp: Make prior_ssthresh a u32
11190   * xfrm_user: Remove zero length key checks.
11191   * net/ipv4/arp.c: Use common hex_asc helpers
11192   * cassini: Only use chip checksum for ipv4 packets.
11193   * HTC_EGPIO is ARM-only
11194   * provide out-of-line strcat() for m68k
11195   * caiaq endianness fix
11196   * MODULE_LICENSE expects "GPL v2", not "GPLv2"
11197   * msnd_* is ISA-only
11198   * missing dependencies on HAS_DMA
11199   * ocfs2 endianness fixes
11200   * irda-usb endianness annotations and fixes
11201   * sbus bpp: instances missed in s/dev_name/bpp_dev_name/
11202   * ecryptfs fixes
11203   * misc drivers/net endianness noise
11204   * thanks to net/mac80211 we need to pull drivers/leds/Kconfig on uml
11205   * missing export of csum_partial() on uml/amd64
11206   * uml: add missing exports for UML_RANDOM=m
11207   * fix hppfs Makefile breakage
11208   * fix include order in sys-i386/registers.c
11209   * missed kmalloc() in pcap_user.c
11210   * tcp: TCP connection times out if ICMP frag needed is delayed
11211   * netfilter: Move linux/types.h inclusions outside of #ifdef
11212     __KERNEL__
11213   * af_key: Fix selector family initialization.
11214   * MUSB: Real fix bug 4 usb bugs found on Blackfin
11215   * MUSB: fix bug - since 2.6.24 urb API changed, giveback function
11216     return wrong status
11217   * MMC: Performance improvement for CONFIG_MMC_BLOCK_BOUNCE
11218   * sunhv: Fix locking in non-paged I/O case.
11219   * [CIFS] Remove debug statement
11220   * Fix possible access to undefined memory region.
11221   * libertas: Fix ethtool statistics
11222   * mac80211: fix NULL pointer dereference in ieee80211_compatible_rates
11223   * [CPUFREQ] Remove documentation of removed ondemand tunable.
11224   * IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()
11225   * ARM: OMAP: Remove calls for timer_dyn_reprogram()
11226   * pktgen: make sure that pktgen_thread_worker has been executed
11227   * mac80211: don't claim iwspy support
11228   * orinoco_cs: add ID for SpeedStream wireless adapters
11229   * hostap_cs: add ID for Conceptronic CON11CPro
11230   * rtl8187: resource leak in error case
11231   * [VLAN]: Propagate selected feature bits to VLAN devices
11232   * [CIFS] Enable DFS support for Windows query path info
11233   * drivers/atm/: remove CVS keywords
11234   * ath5k: Fix loop variable initializations
11235   * vlan: Correctly handle device notifications for layered VLAN devices
11236   * net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in
11237     dev_change_flags()
11238   * net_sched: cls_api: fix return value for non-existant classifiers
11239   * ipsec: Use the correct ip_local_out function
11240   * USB: CDC WDM driver
11241   * USB: ehci-orion: the Orion EHCI root hub does have a Transaction
11242     Translator
11243   * USB: serial: ch341: New VID/PID for CH341 USB-serial
11244   * USB: build fix
11245   * USB: pxa27x_udc - Fix Oops
11246   * USB: OPTION: fix name of Onda MSA501HS HSDPA modem
11247   * USB: add TELIT HDSPA UC864-E modem to option driver
11248   * usb-serial: Use ftdi_sio driver for RATOC REX-USB60F
11249   * MAINTAINERS: Add cxgb3 and iw_cxgb3 NIC and iWARP driver entries
11250   * IB/mlx4: Fix creation of kernel QP with max number of send s/g
11251     entries
11252   * iop-adma: fixup some kzalloc/memset confusions
11253   * fsldma: update the fsldma driver MAINTAINERS info
11254   * SCSI: fix race in device_create
11255   * USB: Core: fix race in device_create
11256   * USB: Phidget: fix race in device_create
11257   * s390: fix race in device_create
11258   * SOUND: fix race in device_create
11259   * UIO: fix race in device_create
11260   * Power Supply: fix race in device_create
11261   * LEDS: fix race in device_create
11262   * IB: fix race in device_create
11263   * ide: fix race in device_create
11264   * fbdev: fix race in device_create
11265   * mm: bdi: fix race in bdi_class device creation
11266   * Driver core: add device_create_vargs and device_create_drvdata
11267   * [CIFS] Enable DFS support for Unix query path info
11268   * OMAP3430SDP: Enable config options CONFIG_OMAP_RESET_CLOCKS and
11269     CONFIG_SUSPEND
11270   * 34XX: PM: Initial version of suspend and dynamic retention
11271   * 34XX: Add miscellaneous definitions related to 34xx
11272   * 34XX: Suspend: Use same naming convention in sleep34xx.S as in
11273     sleep24XX.S
11274   * 34XX: Suspend: Take suspend sram code from ti cdp kernel
11275   * OMAP: Add new function to check wether there is irq pending
11276   * PM: Add pm.c file for omap2 and omap3 common code
11277   * 24XX: PM: Move debugging related code to pm-debug.c
11278   * 24XX: PM: Move pm.c to pm24xx.c and sleep.S to sleep24xx.S
11279   * Fix a deadlock in the bttv driver
11280   * firewire: prevent userspace from accessing shut down devices
11281   * ieee1394: sbp2: use correct size of command descriptor block
11282   * x86: strengthen 64-bit p?d_bad()
11283   * xen: use PTE_MASK in pte_mfn()
11284   * x86: use PTE_MASK rather than ad-hoc mask
11285   * x86: clarify use of _PAGE_CHG_MASK
11286   * x86: use PTE_MASK in pgtable_32.h
11287   * x86: use PTE_MASK in 32-bit PAE
11288   * x86: rearrange __(VIRTUAL|PHYSICAL)_MASK
11289   * x86: fix warning on 32-bit non-PAE
11290   * x86: define PTE_MASK in a universally useful way
11291   * HID: remove CVS keywords
11292   * HID: Add iMON LCDs to blacklist
11293   * HID: add Microchip PICKit 1 and PICkit 2 to blacklist
11294   * HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN.
11295   * [POWERPC] Update defconfigs for desktop/server systems
11296   * [ALSA] hda - Fix ASUS P5GD1 model
11297   * [ALSA] hda - Fix ALC262 fujitsu model
11298   * snd-pcsp: use HRTIMER_CB_SOFTIRQ
11299   * sparc64: Add global register dumping facility.
11300   * sparc: remove CVS keywords
11301   * sparc64: remove CVS keywords
11302   * [POWERPC] Fix mpc8377_mds.dts DMA nodes to match spec
11303   * [POWERPC] Update arch/powerpc/boot/.gitignore
11304   * [POWERPC] Remove generated files on make clean
11305   * ipv6 addrconf: Allow infinite prefix lifetime.
11306   * ipv6 route: Fix lifetime in netlink.
11307   * ipv6 addrconf: Fix route lifetime setting in corner case.
11308   * Add maintainers for myri10ge driver
11309   * MAINTAINERS needs further order fixing
11310   * [POWERPC] powerpc/mm/hash_low_32.S: Remove CVS keyword
11311   * ndisc: Add missing strategies for per-device retrans timer/reachable
11312     time settings.
11313   * [POWERPC] Update Cell MAINTAINERS entry, add spufs entry
11314   * PCI: correct mailing list address
11315   * [CIFS] add missing seq_printf to cifs_show_options for hard mount
11316     option
11317   * [CPUFREQ] Crusoe: longrun cpufreq module reports false min freq
11318   * [CPUFREQ] powernow-k8: improve error messages
11319   * drivers/ata: trim trailing whitespace
11320   * Fixups to ATA ACPI hotplug
11321   * libata: ignore SIMG4726 config pseudo device
11322   * sata_sil24: don't use NCQ if marvell 4140 PMP is attached
11323   * libata: don't schedule LPM action seperately during probing
11324   * libata: make sure PMP notification is turned off during recovery
11325   * libata: increase PMP register access timeout to 3s
11326   * libata: ignore recovered PHY errors
11327   * libata: kill hotplug related race condition
11328   * libata: move reset freeze/thaw handling into ata_eh_reset()
11329   * libata: reorganize ata_eh_reset() no reset method path
11330   * libata: fix sata_link_hardreset() @online out parameter handling
11331   * sata_promise: other cleanups
11332   * sata_promise: mmio access cleanups
11333   * sata_promise: fix irq clearing buglets
11334   * ata: remove FIT() macro
11335   * sata_mv: ensure empty request queue for FBS-NCQ EH
11336   * sata_mv: cache main_irq_mask register in hpriv
11337   * sata_mv: disregard masked irqs
11338   * sata_mv: fix pmp drives not found
11339   * sata_mv: consolidate main_irq_mask updates
11340   * sata_mv: don't blindly enable IRQs
11341   * sata_mv: async notify for genIIe only
11342   * sata_mv: group genIIe flags
11343   * sata_mv: fis irq register fixes
11344   * sata_mv: always do softreset
11345   * avr32/pata: avoid unnecessary memset (updated after comments)
11346   * pata-bf54x: Set ATAPI HSM to control IDE device terminate sequence.
11347   * ipv6: Move <linux/in6.h> from header-y to unifdef-y.
11348   * l2tp: avoid skb truesize bug if headroom is increased
11349   * dlm: <linux/dlm_plock.h> should be "unifdef"ed.
11350   * dlm: fix plock dev_write return value
11351   * dlm: tcp_connect_to_sock should check for -EINVAL, not EINVAL
11352   * dlm: section mismatch warning fix
11353   * dlm: convert connections_lock in a mutex
11354   * PCI: Correct last two HP entries in the bfsort whitelist
11355   * Don't clean bounds.h and asm-offsets.h
11356   * kconfig: incorrect 'len' field initialisation ?
11357   * kernel-doc: allow unnamed bit-fields
11358   * kbuild: filter away debug symbols from kernel symbols
11359   * slob: Fix to return wrong pointer
11360   * [POWERPC] 4xx: Workaround for CHIP_11 Errata
11361   * svcrdma: Verify read-list fits within RPCSVC_MAXPAGES
11362   * svcrdma: Change svc_rdma_send_error return type to void
11363   * svcrdma: Copy transport address and arm CQ before calling
11364     rdma_accept
11365   * svcrdma: Set rqstp transport address in rdma_read_complete function
11366   * svcrdma: Use ib verbs version of dma_unmap
11367   * svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_free
11368   * svcrdma: Move the QP and cm_id destruction to svc_rdma_free
11369   * svcrdma: Add reference for each SQ/RQ WR
11370   * svcrdma: Move destroy to kernel thread
11371   * svcrdma: Shrink scope of spinlock on RQ CQ
11372   * svcrdma: Use standard Linux lists for context cache
11373   * svcrdma: Simplify RDMA_READ deferral buffer management
11374   * svcrdma: Remove unused READ_DONE context flags bit
11375   * svcrdma: Return error from rdma_read_xdr so caller knows to free
11376     context
11377   * svcrdma: Fix error handling during listening endpoint creation
11378   * svcrdma: Free context on post_recv error in send_reply
11379   * svcrdma: Free context on ib_post_recv error
11380   * svcrdma: Add put of connection ESTABLISHED reference in
11381     rdma_cma_handler
11382   * svcrdma: Fix return value in svc_rdma_send
11383   * svcrdma: Fix race with dto_tasklet in svc_rdma_send
11384   * svcrdma: Simplify receive buffer posting
11385   * svc: Remove unused header files from svc_xprt.c
11386   * svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue
11387   * sh: Fix up restorer in debug_trap exception return path.
11388   * sh: Make is_valid_bugaddr() more intelligent on nommu.
11389   * snd-pcsp: silent misleading warning
11390   * snd-pcsp: depend on CONFIG_EXPERIMENTAL
11391   * snd-pcsp: put back the compatibility code for the older alsa-libs
11392   * snd-pcsp: adjust help texts to frighten users
11393   * lmb: Fix compile warning
11394   * svcrpc: fix proc/net/rpc/auth.unix.ip/content display
11395   * nfsd: reorder printk in do_probe_callback to avoid use-after-free
11396   * SUNRPC: AUTH_SYS "machine creds" shouldn't use negative valued
11397     uid/gid
11398   * KVM: LAPIC: ignore pending timers if LVTT is disabled
11399   * KVM: Update MAINTAINERS for new mailing lists
11400   * KVM: Fix kvm_vcpu_block() task state race
11401   * KVM: ia64: Set KVM_IOAPIC_NUM_PINS to 48
11402   * KVM: ia64: fix GVMM module including position-dependent objects
11403   * KVM: ia64: Define new kvm_fpreg struture to replace ia64_fpreg
11404   * KVM: PIT: take inject_pending into account when emulating hlt
11405   * s390: KVM guest: fix compile error
11406   * KVM: x86 emulator: fix writes to registers with modrm encodings
11407   * at91_mci: minor cleanup
11408   * Blackfin SPORTS UART Driver: converting BFIN->BLACKFIN
11409   * Blackfin serial driver: add extra IRQ flag for 8250 serial driver
11410   * 8250 Serial Driver: Added support for 8250-class UARTs in HV
11411     Sistemas H8606 board
11412   * Blackfin arch: Fix bug - USB fails to build for BF524/BF526
11413   * Blackfin arch: update boards defconfig files
11414   * Blackfin arch: IO Port functions to read/write unalligned memory
11415   * Blackfin arch: enable a choice to provide 4M DMA memory
11416   * Blackfin arch: cleanup the icplb/dcplb multiple hit checks
11417   * Blackfin arch: Add workaround to read edge triggered GPIOs
11418   * Blackfin arch: Sync channel defines with struct dma_register
11419     dma_io_base_addr.
11420   * Blackfin arch: Check for Anomaly 05000182
11421   * [PATCH] list_for_each_rcu must die: audit
11422   * [patch 1/1] audit_send_reply(): fix error-path memory leak
11423   * [PATCH] open sessionid permissions
11424   * [CIFS] add more complete mount options to cifs_show_options
11425   * IB/mthca: Fix max_sge value returned by query_device
11426   * RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send()
11427   * IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send()
11428   * [PATCH] return to old errno choice in mkdir() et.al.
11429   * [Patch] fs/binfmt_elf.c: fix wrong return values
11430   * [PATCH] get rid of leak in compat_execve()
11431   * [Patch] fs/binfmt_elf.c: fix a wrong free
11432   * [PATCH] avoid multiplication overflows and signedness issues for
11433     max_fds
11434   * [PATCH] dup_fd() part 4 - race fix
11435   * [PATCH] dup_fd() - part 3
11436   * [PATCH] dup_fd() part 2
11437   * [PATCH] dup_fd() fixes, part 1
11438   * [PATCH] take init_files to fs/file.c
11439   * wireless: Create 'device' symlink in sysfs
11440   * wireless, airo: waitbusy() won't delay
11441   * libertas: fix command timeout after firmware failure
11442   * mac80211: Add RTNL version of ieee80211_iterate_active_interfaces
11443   * mac80211 : Association with 11n hidden ssid ap.
11444   * [CIFS] Add missing defines for DFS
11445   * CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform
11446     REFERRAL_V3 the MS-DFSC spec.
11447   * nfs: make nfs4_drop_state_owner() static
11448   * nfs: path_{get,put}() cleanups
11449   * nfs: replace remaining __FUNCTION__ occurrences
11450   * nfs/lsm: make NFSv4 set LSM mount options
11451   * NFSv4: Check the return value of decode_compound_hdr_arg()
11452   * nfs: fix race in nfs_dirty_request
11453   * NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute
11454     caching
11455   * Fixed DFS code to work with new 'build_path_from_dentry', that
11456     returns full path if share in the dfs, now.
11457   * sh: use the common ascii hex helpers
11458   * sh: fix sh7785 master clock value
11459   * sh: Fix up thread info pointer in syscall_badsys resume path.
11460   * sh: Fix up optimized SH-4 memcpy on big endian.
11461   * sh: disable initrd defaults in .empty_zero_page.
11462   * sh: display boot params by default on entry.
11463   * IB/ipath: Fix UC receive completion opcode for RDMA WRITE with
11464     immediate
11465   * IB/ipath: Fix printk format for ipath_sdma_status
11466   * hostap: fix "registers" registration in procfs
11467   * [CIFS] enable parsing for transport encryption mount parm
11468   * isdn/capi: Return proper errnos on module init.
11469   * iphase: Fix 64bit warning.
11470   * hysdn: No longer broken on SMP.
11471   * hysdn: Remove cli()/sti() calls.
11472   * atm: Cleanup atm_tcp.h and atm.h for userspace.
11473   * [CIFS] Finishup DFS code
11474   * [CIFS] BKL-removal: convert CIFS over to unlocked_ioctl
11475   * [CIFS] suppress duplicate warning
11476   * bonding: handle case of device named bonding_master
11477   * sysfs: remove error messages for -EEXIST case
11478   * net: handle errors from device_rename
11479   * [CIFS] Fix paths when share is in DFS to include proper prefix
11480   * mmc: mmc host test driver
11481   * mmc: Fix omap compile by replacing dev_name with dma_dev_name
11482   * add function to convert access flags to legacy open mode
11483   * clarify return value of cifs_convert_flags()
11484   * [CIFS] don't explicitly do a FindClose on rewind when directory
11485     search has ended
11486   * [CIFS] cleanup old checkpatch warnings
11487   * [Blackfin] arch: rename bf5xx-flash to bfin-async-flash
11488   * [CIFS] CIFSSMBPosixLock should return -EINVAL on error
11489   * fix memory leak in CIFSFindNext
11490   * [CIFS] CIFS currently allows for permissions to be changed on files,
11491     even
11492   * [GFS2] Prefer strlcpy() over snprintf()
11493   * [GFS2] Fix cast from unsigned int to s64
11494   * [GFS2] filesystem consistency error from do_strip
11495   * [Blackfin] arch: Blackfin checksum annotations
11496   * Remove *.rej pattern from .gitignore
11497   * MAINTAINERS: document names of new kbuild trees
11498   * kbuild: disable modpost warnings for linkonce sections
11499   * kbuild: escape meta characters in regular expression in make TAGS
11500   * drm/i915: save and restore dsparb and d_state registers.
11501   * drm/i915: fix off by one in VGA save/restore of AR & CR regs.
11502   * drm: disable tasklets not IRQs when taking the drm lock spinlock
11503   * Revert "drm/vbl rework: rework how the drm deals with vblank."
11504   * [XFS] Include linux/random.h in all builds, not just debug builds.
11505
11506  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 05 Jun 2008 18:45:15 +0300
11507
11508 kernel-source (2.6.26~rc3-osso3) unstable; urgency=low
11509
11510   * Merge commit 'rx-51-2008-23-2' into packaging
11511   * ARM: OMAP: FB: Disable Tahvo backlight setting
11512   * omap2_mcspi: disable DMA
11513   * DSP: Workaround for build error
11514   * DSP: Workaround for TI's bridge build
11515   * DSP: Enable to set cross compile prefix by oneself
11516   * ARM: OMAP: IVA2: dsp bridge mpu driver
11517   * OMAP SSI device for board-rx51
11518   * g_phonet: add CONFIG_G_PHONET
11519   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
11520   * Build the SSI Phonet TTY driver
11521   * SSI Phonet TTY driver
11522   * Build the McSAAB improved protocol
11523   * McSAAB improved protocol
11524   * OMAP SSI platform device
11525   * Build the SSI hardware driver
11526   * OMAP SSI hardware driver
11527   * OMAP SSI registers definition
11528   * n_phonet: Add CONFIG_N_PHONET
11529   * n_phonet: Phonet line discipline support
11530   * n_phonet: allocate line discipline number
11531   * Phonet: register the ISI protocol
11532   * Phonet: ISI datagram transport protocol
11533   * Phonet: emit ISI errors when a packet cannot be delivered locally
11534   * Phonet: allocate and initialize new sockets
11535   * Phonet: receive path socket lookup
11536   * Phonet: common socket glue
11537   * Phonet: Netlink interface
11538   * Phonet: proc interface for port range
11539   * Phonet: network device and address handling
11540   * Phonet: PF_PHONET protocol family support
11541   * Phonet: build the net/phonet/ directory
11542   * Phonet: add CONFIG_PHONET
11543   * Phonet global definitions
11544   * RX51: Add cmt_apesleepx gpio-switch
11545   * RX51: Enable CONFIG_MODULE_FORCE_LOAD=y
11546   * RX51: build g_phonet.ko
11547   * RX51: build SSI hardware driver
11548   * RX51: build the Phonet line discipline
11549   * RX51: include the Phonet stack
11550   * ARM: OMAP: FB: Disable Tahvo backlight setting
11551   * omap2_mcspi: disable DMA
11552   * DSP: Workaround for build error
11553   * DSP: Workaround for TI's bridge build
11554   * DSP: Enable to set cross compile prefix by oneself
11555   * ARM: OMAP: IVA2: dsp bridge mpu driver
11556   * OMAP SSI device for board-rx51
11557   * g_phonet: add CONFIG_G_PHONET
11558   * g_phonet: provisional CDC Phonet + CDC ACM gadget driver
11559   * Build the SSI Phonet TTY driver
11560   * SSI Phonet TTY driver
11561   * Build the McSAAB improved protocol
11562   * McSAAB improved protocol
11563   * OMAP SSI platform device
11564   * Build the SSI hardware driver
11565   * OMAP SSI hardware driver
11566   * OMAP SSI registers definition
11567   * n_phonet: Add CONFIG_N_PHONET
11568   * n_phonet: Phonet line discipline support
11569   * n_phonet: allocate line discipline number
11570   * Phonet: register the ISI protocol
11571   * Phonet: ISI datagram transport protocol
11572   * Phonet: emit ISI errors when a packet cannot be delivered locally
11573   * Phonet: allocate and initialize new sockets
11574   * Phonet: receive path socket lookup
11575   * Phonet: common socket glue
11576   * Phonet: Netlink interface
11577   * Phonet: proc interface for port range
11578   * Phonet: network device and address handling
11579   * Phonet: PF_PHONET protocol family support
11580   * Phonet: build the net/phonet/ directory
11581   * Phonet: add CONFIG_PHONET
11582   * Phonet global definitions
11583   * RX51: Fix omapfb config
11584   * ARM: OMAP: FB: Disable Tahvo backlight setting
11585   * omap2_mcspi: disable DMA
11586   * n_phonet: Add CONFIG_N_PHONET
11587   * n_phonet: Phonet line discipline support
11588   * n_phonet: allocate line discipline number
11589   * Phonet global definitions
11590   * DSP: Workaround for TI's bridge build
11591   * DSP: Enable to set cross compile prefix by oneself
11592   * ARM: OMAP: IVA2: dsp bridge mpu driver
11593   * ARM: OMAP: FB: Add Caucasus support
11594   * ARM: OMAP: FB: Add SDI support
11595   * RX51: Enable some i2c peripherals
11596   * omap2_mcspi: disable DMA
11597   * n_phonet: Add CONFIG_N_PHONET
11598   * n_phonet: Phonet line discipline support
11599   * n_phonet: allocate line discipline number
11600   * Phonet global definitions
11601   * DSP: Workaround for TI's bridge build
11602   * DSP: Enable to set cross compile prefix by oneself
11603   * ARM: OMAP: IVA2: dsp bridge mpu driver
11604   * musb: there's no need to sysfs notify
11605   * omap2_mcspi: disable DMA
11606   * n_phonet: Add CONFIG_N_PHONET
11607   * n_phonet: Phonet line discipline support
11608   * n_phonet: allocate line discipline number
11609   * Phonet global definitions
11610   * DSP: Workaround for TI's bridge build
11611   * DSP: Enable to set cross compile prefix by oneself
11612   * ARM: OMAP: IVA2: dsp bridge mpu driver
11613   * usb: musb: get vbus status for omap2430 and omap3
11614   * usb charger detection prototype
11615   * omap2_mcspi: disable DMA
11616   * n_phonet: Add CONFIG_N_PHONET
11617   * n_phonet: Phonet line discipline support
11618   * n_phonet: allocate line discipline number
11619   * Phonet global definitions
11620   * DSP: Workaround for TI's bridge build
11621   * DSP: Enable to set cross compile prefix by oneself
11622   * ARM: OMAP: IVA2: dsp bridge mpu driver
11623   * si4713: Fix driver probe sequence by adding device id table
11624   * si4713: Change power_level range
11625   * si4713: Remove double range checking when setting power_level
11626   * si4713: Add region selection feature
11627   * si4713: Add antenna tuning value property
11628   * si4713: Remove build warning when CONFIG_I2C_SI4713=n
11629   * I2C: TWL4030 Vibra driver
11630   * I2C: TWL4030: Add get device helper function
11631   * omap2_mcspi: disable DMA
11632   * n_phonet: Add CONFIG_N_PHONET
11633   * n_phonet: Phonet line discipline support
11634   * n_phonet: allocate line discipline number
11635   * Phonet global definitions
11636   * DSP: Workaround for TI's bridge build
11637   * DSP: Enable to set cross compile prefix by oneself
11638   * ARM: OMAP: IVA2: dsp bridge mpu driver
11639   * I2C: TWL4030: Fix error handling in MADC driver
11640
11641  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 03 Jun 2008 17:28:04 +0300
11642
11643 kernel-source (2.6.26~rc3-osso2) unstable; urgency=low
11644
11645   * Merge branch 'master' into packaging
11646   * omap2_mcspi: disable DMA
11647   * n_phonet: Add CONFIG_N_PHONET
11648   * n_phonet: Phonet line discipline support
11649   * n_phonet: allocate line discipline number
11650   * Phonet global definitions
11651   * DSP: Workaround for TI's bridge build
11652   * DSP: Enable to set cross compile prefix by oneself
11653   * ARM: OMAP: IVA2: dsp bridge mpu driver
11654   * HS OMAP3430 L2 invalidate
11655   * I2C: lis302dl: Add .id_table to i2c_driver struct
11656   * omap2_mcspi: disable DMA
11657   * n_phonet: Add CONFIG_N_PHONET
11658   * n_phonet: Phonet line discipline support
11659   * n_phonet: allocate line discipline number
11660   * Phonet global definitions
11661   * DSP: Workaround for TI's bridge build
11662   * DSP: Enable to set cross compile prefix by oneself
11663   * ARM: OMAP: IVA2: dsp bridge mpu driver
11664   * wl1251: implement join ssid command
11665   * wl1251: implement rx path
11666   * wl1251: implement hardware scan
11667   * wl1251: implement tx path
11668   * wl1251: implement mailbox event handling
11669   * wl1251: implement interrupt handling
11670   * wl1251: implement hw initialisation sequence
11671   * omap2_mcspi: disable DMA
11672   * n_phonet: Add CONFIG_N_PHONET
11673   * n_phonet: Phonet line discipline support
11674   * n_phonet: allocate line discipline number
11675   * Phonet global definitions
11676   * DSP: Workaround for TI's bridge build
11677   * DSP: Enable to set cross compile prefix by oneself
11678   * ARM: OMAP: IVA2: dsp bridge mpu driver
11679   * I2C: add support for lis302dl accelometer driver
11680   * Add H4+ support for BCM2048b0 bluetooth chip
11681   * ARM: OMAP: OneNAND: machine_is_nokia_rx51 is not always a constant
11682   * ARM: OMAP: OneNAND: Enable interrupt use (pre-B1 and later only)
11683   * ARM: OMAP: OneNAND: Use DMA on OMAP3
11684   * ARM: OMAP: OneNAND: Print address information for ECC errors
11685   * ARM: OMAP: OneNAND: Add synchronous write timings
11686   * ARM: OMAP: OneNAND: Allow for high frequency (>66MHz)
11687   * ARM: OMAP: OneNAND: Disable wait-monitoring for OMAP3
11688   * Allow for controller errors when reading
11689   * rx-51: add wl1251
11690   * wl1251: add Kconfig and Makefile files
11691   * wl1251: port to mac80211 bands API
11692   * Add wl1251 driver
11693   * ARCH: OMAP: RX51: USB: Do not block sleep
11694   * USB: SERIAL GADGET: Add nokia strings
11695   * USB: GADGET: Add nokia ids to file_storage.c
11696   * USB: SERIAL GADGET: Start using obex function
11697   * USB: COMPOSITE: Support 16 interfaces by default
11698   * OBEX: Introduce f_obex function driver.
11699   * usb serial gadget: use updated framework
11700   * usb serial gadget: generic serial function driver
11701   * usb serial gadget: cdc acm function driver
11702   * usb gadget zero: use updated framework
11703   * usb gadget zero: loopback function driver
11704   * usb gadget zero: sourcesink config driver
11705   * usb gadget: composite gadget framework
11706   * usb gadget support descriptor copying
11707   * usb serial gadget: use new tty glue
11708   * usb serial gadget: modular tty glue
11709   * TSC2005 gpio setup is made by driver.
11710   * si4713: Improve probe function
11711   * si4713: Moved irq field from platform_data to i2c_board_info
11712   * warm reboot detection
11713   * LP5523: Change kconfig from bool to tristate
11714   * si4713: Fix the boot up timeout value
11715   * si4713: Disabled pilot tone feature by default
11716   * si4713: Remove DEFAULT_*_ENABLED macro definitions
11717   * si4713: Fix Preemphasis sysfs property convertion
11718   * Add CMT GPIOs
11719   * I2C: add support for lp5523 LED driver
11720   * Add support for Taos tsl2563 ambient light sensor
11721   * si4713: Fix i2c bus address
11722   * rx51: Added information about si4713 on board file.
11723   * si4713: Added Makefile and Kconfig entries
11724   * si4713: Added the v4l2 driver for the si4713 radio transmitter.
11725   * si4713: Added functions to manipulate si4713 i2c protocol
11726   * USB: OTG: Make otg_tpl come from platform_data
11727   * USB: OTG: Add check for roothub initialization
11728   * USB: OTG: Start using new otg tpl.
11729   * USB: OTG: Make otg_get_transceiver() and otg_set_transceiver()
11730     generic
11731   * USB: OTG: Introduce new otg.c code
11732   * USB: Use TPL instead of WHITELIST.
11733   * UBIFS: print format version
11734   * UBIFS: do not use -1 offsets
11735   * UBIFS: temporary hack for backward compatibility
11736   * UBIFS: fix bad hash mask bug
11737   * UBIFS: minor print tweaks
11738   * UBIFS: get rid of cpu_to_le64(0)
11739   * UBIFS: rename fmt_vers to fmt_version
11740   * UBIFS: tweak asserts and gc_lnum fix
11741   * UBIFS: move ubifs_validate_entry
11742   * UBIFS: fix checkpatch.pl errors
11743   * UBIFS: remove unnecessary 'if' in bg thread
11744   * UBIFS: fix flags
11745   * UBIFS: rework flags inheritance
11746   * UBIFS: fix gc_lnum recovery
11747   * UBIFS: split out ubifs_fill_super
11748   * UBIFS: mount_ubifs now cleans up its own errors
11749   * UBIFS: get rid of scary lockup warnings
11750   * UBIFS: tweak bg thread
11751   * UBIFS: remove unnecessary cond_resched()
11752   * UBIFS: do not set nice level in bg thread
11753   * UBIFS: use __clear_bit and __set_bit in LPT
11754   * UBIFS: remove unnecessary kzalloc
11755   * UBIFS: use __clear_bit and __set_bit
11756   * UBIFS: use memory barriers in dbg_tnc_check
11757   * UBIFS: comment why we use barriers
11758   * UBIFS: use unlikely in come core TNC functions
11759   * UBIFS: do not use kzalloc unnecesarily
11760   * UBIFS: fix compilation error
11761   * UBIFS: be consistent when comparing pointers with NULL
11762   * UBIFS: cleanup, fix, and improve tnc
11763   * UBIFS: use is_hash_key
11764   * UBIFS: do not validate what is in LNC
11765   * UBIFS: add xentries to LNC
11766   * UBIFS: rename bg thread
11767   * UBIFS: rename JRN to JNL as well
11768   * UBIFS: remove redundant check
11769   * UBIFS: finally remove build.c
11770   * UBIFS: use jnl instead of jrn
11771   * UBIFS: get rid of build.c
11772   * UBIFS: allow multiple blocks per page
11773   * UBIFS: admit that we do not support NFS
11774   * omap2_mcspi: disable DMA
11775   * n_phonet: Add CONFIG_N_PHONET
11776   * n_phonet: Phonet line discipline support
11777   * n_phonet: allocate line discipline number
11778   * Phonet global definitions
11779   * DSP: Workaround for TI's bridge build
11780   * DSP: Enable to set cross compile prefix by oneself
11781   * ARM: OMAP: IVA2: dsp bridge mpu driver
11782   * I2C: add support for lis302dl accelometer driver
11783   * RX51: Change back to 4 runtime uarts
11784   * rx51: enable wl1251
11785   * omap2_mcspi: disable DMA
11786   * n_phonet: Add CONFIG_N_PHONET
11787   * n_phonet: Phonet line discipline support
11788   * n_phonet: allocate line discipline number
11789   * Phonet global definitions
11790   * DSP: Workaround for TI's bridge build
11791   * DSP: Enable to set cross compile prefix by oneself
11792   * ARM: OMAP: IVA2: dsp bridge mpu driver
11793   * Add H4+ support for BCM2048b0 bluetooth chip
11794   * RX51: Disable OneNAND write-verify
11795   * n_phonet: Add CONFIG_N_PHONET
11796   * n_phonet: Phonet line discipline support
11797   * n_phonet: allocate line discipline number
11798   * Phonet global definitions
11799   * DSP: Workaround for TI's bridge build
11800   * DSP: Enable to set cross compile prefix by oneself
11801   * ARM: OMAP: IVA2: dsp bridge mpu driver
11802   * ARM: OMAP: OneNAND: machine_is_nokia_rx51 is not always a constant
11803   * ARM: OMAP: OneNAND: Enable interrupt use (pre-B1 and later only)
11804   * ARM: OMAP: OneNAND: Use DMA on OMAP3
11805   * ARM: OMAP: OneNAND: Print address information for ECC errors
11806   * ARM: OMAP: OneNAND: Add synchronous write timings
11807   * ARM: OMAP: OneNAND: Allow for high frequency (>66MHz)
11808   * ARM: OMAP: OneNAND: Disable wait-monitoring for OMAP3
11809   * Allow for controller errors when reading
11810
11811  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 29 May 2008 16:14:18 +0300
11812
11813 kernel-source (2.6.26~rc3-osso1) unstable; urgency=low
11814
11815   * merged master branch after b1
11816   * skipped a very long changelog
11817
11818  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 22 May 2008 20:23:11 +0300
11819
11820 kernel-source (2.6.25~rc8-osso8) unstable; urgency=low
11821
11822   * RX51: Add cmt_apesleepx gpio-switch
11823
11824  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 28 Apr 2008 12:08:46 +0300
11825
11826 kernel-source (2.6.25~rc8-osso7) unstable; urgency=low
11827
11828   * Merge branch 'rx51-b1' into packaging
11829   * RX%!: CONFIG_CMT_POWERON=n
11830
11831  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 22 Apr 2008 16:43:52 +0300
11832
11833 kernel-source (2.6.25~rc8-osso6) unstable; urgency=low
11834
11835   * Merge branch 'rx51-b1' into packaging
11836   * rx51-b1: SSI hack to support Phoenix local/normal mode switching
11837   * si4713: Fix the boot up timeout value
11838   * si4713: Disable pilot tone by default
11839   * si4713: Fix Preemphasis sysfs property convertion
11840   * Add CMT GPIOs
11841   * MMC: OMAP: Disable smartidle mode while suspending (workaround)
11842   * OMAP: HSMMC: Check wether board specific suspend / resume exists
11843
11844  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 21 Apr 2008 14:27:17 +0300
11845
11846 kernel-source (2.6.25~rc8-osso5) unstable; urgency=low
11847
11848   * Merge branch 'rx51-b1' into packaging
11849   * MMC: OMAP: Moving MMC reset from pm34xx.c to board-rx51-hsmmc.c
11850   * MMC: OMAP: MMC support for RX51
11851   * si4713: Remove build warning when CONFIG_I2C_SI4713=n
11852
11853  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 17 Apr 2008 18:39:18 +0300
11854
11855 kernel-source (2.6.25~rc8-osso4) unstable; urgency=low
11856
11857   * Merge commit 'rx-51-2008-16-1' into packaging
11858   * rx51: Fix omapfb config options in rx51_defconfig
11859   * OMAPDISPC: Fix to suspend and resume functions
11860   * 34XX: PM: Workaround for ssi clocks
11861   * DSP: Workaround for TI's bridge build
11862   * DSP: Enable to set cross compile prefix by oneself
11863   * Fixes clock handling problems.
11864   * Removed manual clock handling from
11865   * USB Phonet gadget driver
11866   * phonet ldisc
11867   * phonet protocol
11868   * phonet includes
11869   * WL1251: Totally preliminary wl1251 driver
11870   * ARM: OMAP: IVA2: dsp bridge mpu driver
11871   * Adds SSI and CMT functionality to the kernel tree.
11872   * ARM: OMAP: USB: Fix potential resource overlap
11873
11874  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 14 Apr 2008 17:27:16 +0300
11875
11876 kernel-source (2.6.25~rc8-osso3) unstable; urgency=low
11877
11878   * Merge commit 'rx-51-2008-15-2' into packaging
11879   * DSP: Workaround for TI's bridge build
11880   * DSP: Enable to set cross compile prefix by oneself
11881   * Fixes clock handling problems.
11882   * Removed manual clock handling from
11883   * USB Phonet gadget driver
11884   * phonet ldisc
11885   * phonet protocol
11886   * phonet includes
11887   * WL1251: Totally preliminary wl1251 driver
11888   * ARM: OMAP: IVA2: dsp bridge mpu driver
11889   * Adds SSI and CMT functionality to the kernel tree.
11890   * OMAP: RX51: Lower i2c frequency on bus 1
11891   * OneNAND patches in linux-rx51
11892   * rx51: enable bluetooth in rx51_defconfig
11893   * DSP: Workaround for TI's bridge build
11894   * DSP: Enable to set cross compile prefix by oneself
11895   * rx51: usb phone gadget enabled for rx51_defconfig
11896   * Fixes clock handling problems.
11897   * Removed manual clock handling from
11898   * USB Phonet gadget driver
11899   * rx51: enable wl1251 in rx51_defconfig
11900
11901  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 11 Apr 2008 16:32:17 +0300
11902
11903 kernel-source (2.6.25~rc8-osso2) unstable; urgency=low
11904
11905   * ARM: OMAP: set GPIO interrupt value for OneNAND
11906   * Temporary patch to enable serial display interface
11907   * Adds SSI and CMT functionality to the kernel tree.
11908   * ARM: OMAP: IVA2: dsp bridge mpu driver
11909   * OMAPFB: Build rfbi.o for OMAP3 as well
11910   * rx51: Enable LCD stuff in rx51_defconfig
11911   * WL1251: Totally preliminary wl1251 driver
11912   * Adds SSI and CMT functionality to the kernel tree.
11913   * ARM: OMAP: IVA2: dsp bridge mpu driver
11914   * rx51: Increase contiguous FB memory to 6MB, dspbridge needs it
11915   * rx51: Enable CONFIG_CMT_TASKLET, CONFIG_CMT_POWERON
11916   * WL1251: Totally preliminary wl1251 driver
11917   * phonet ldisc
11918   * phonet protocol
11919   * phonet includes
11920   * rx51: Enable PHONET related stuff for rx51_defconfig
11921   * PM: Fix broken pm-debug.c
11922   * Initial rx51 support
11923   * OMAP3: ack spurious IRQs in get_irqnr_and_base
11924   * OMAP: Add serial driver for OMAP UARTs
11925   * Serial omap: Fix clock usecount
11926   * Serial omap: Fix suspend
11927   * RX-51: Cleanup unneeded hacks from omap34xx.h
11928   * RX-51: Initialize global register bases
11929   * ARM: OMAP: Continuing RX-51 support
11930   * RX51: Make SMC91X work on RX51
11931   * rx51: Clear namespace collision with SDP3430
11932   * fix arch_init confusion for i2c
11933   * Added support for Serial Debug Trace Interface (XTIv2 protocol).
11934   * ARM: OMAP: try OneNAND sync timings and fail back to async
11935   * ARM: OMAP: temporary async timings for onenand
11936   * tsc2005: Move tsc2005 to drivers/input/touchscreen
11937   * Add TSC2005 to RX51 board file
11938   * Merge upstream changes to other touchscreen drivers
11939   * Remove OMAP specific GPIO handling in driver
11940   * USB: OTG: Introduce new otg.c code
11941   * USB: Use TPL instead of WHITELIST.
11942   * USB: OTG: Make otg_get_transceiver() and otg_set_transceiver()
11943     generic
11944   * USB: OTG: Start using new otg tpl.
11945   * USB: OTG: Add check for roothub initialization
11946   * ARM: OMAP: RX51: Start using board-rx-51-usb.c features.
11947   * ARCH: OMAP: Introduce board-rx51-usb.c
11948   * USB: OTG: Make otg_tpl come from platform_data
11949   * I2C: add support for lp5523 LED driver
11950   * RX-51: Set I2C2 bus speed to 100kHz
11951   * RX51: Add support for twl4030 keypad to rx51
11952   * si4713: Added information about si4713 on board file.
11953   * si4713: Added Makefile and Kconfig entries
11954   * si4713: Added the v4l2 driver for the si4713 radio transmitter.
11955   * si4713: Added functions to manipulate si4713 i2c protocol
11956   * ARCH: OMAP2: Let board-rx51-usb.c pass the clock to musb_core.c
11957   * Add H4+ support for BCM2048b0 bluetooth chip
11958   * I2C: TWL4030: Introduce twl4030 madc driver
11959   * si4713: Fix i2c bus address
11960   * ARM: OMAP: set GPIO interrupt value for OneNAND
11961   * Add support for Taos tsl2563 ambient light sensor
11962   * I2C: TWL4030: Kconfig and Makefile changes
11963   * rx51: Add power irq definitions to board-rx51.h
11964   * ARM: OMAP: set GPIO interrupt value for OneNAND
11965   * Temporary patch to enable serial display interface
11966   * OMAPFB: Build rfbi.o for OMAP3 as well
11967   * Adds SSI and CMT functionality to the kernel tree.
11968   * ARM: OMAP: IVA2: dsp bridge mpu driver
11969   * WL1251: Totally preliminary wl1251 driver
11970   * phonet ldisc
11971   * phonet protocol
11972   * phonet includes
11973
11974  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 10 Apr 2008 18:17:46 +0300
11975
11976 kernel-source (2.6.25~rc8-osso1) unstable; urgency=low
11977
11978   * Updated upstream, 2.6.25-rc8
11979
11980  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 10 Apr 2008 13:21:37 +0300
11981
11982 kernel-source (2.6.25~rc7-osso2) unstable; urgency=low
11983
11984   * merging b1 branch
11985
11986  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 09 Apr 2008 18:24:08 +0300
11987
11988 kernel-source (2.6.25~rc7-osso1) unstable; urgency=low
11989
11990   * week200815-1 release
11991   * power management added
11992
11993  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 07 Apr 2008 14:12:56 +0300
11994
11995 kernel-source (2.6.25~rc6-osso4) unstable; urgency=low
11996
11997   * rx-51 release
11998
11999  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 04 Apr 2008 11:28:49 +0300
12000
12001 kernel-source (2.6.25~rc6-osso3) unstable; urgency=low
12002
12003   * merged dspbridge
12004
12005  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 01 Apr 2008 19:47:16 +0300
12006
12007 kernel-source (2.6.25~rc6-osso2) unstable; urgency=low
12008
12009   * rx-51 release
12010
12011  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 01 Apr 2008 14:47:08 +0300
12012
12013 kernel-source (2.6.25~rc6-osso1) unstable; urgency=low
12014
12015   * rx-51 release
12016   * 2.6.25~rc6
12017
12018  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 31 Mar 2008 16:55:10 +0300
12019
12020 kernel-source (2.6.25~rc4-osso2) unstable; urgency=low
12021
12022   * Second rx-51 release 
12023
12024  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 19 Mar 2008 13:20:34 +0200
12025
12026 kernel-source (2.6.25~rc4-osso1) unstable; urgency=low
12027
12028   * First rx-51 kernel source release
12029   * Renamed to kernel-source
12030
12031  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 17 Mar 2008 18:00:15 +0200
12032
12033 kernel-source-rx-34 (2.6.21.0-osso71) unstable; urgency=low
12034
12035   * week200749-2 release. Fixes: NB#78085
12036   * Fix tsc2005 & tsc2301 lockup in disable 
12037
12038  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri,  7 Dec 2007 10:37:14 +0200
12039
12040 kernel-source-rx-34 (2.6.21.0-osso70) unstable; urgency=low
12041
12042   * week200749-1 release. Fixes: NB#73908
12043   * Fix tsc2301, tsc2005 touchscreen locking
12044   * tsc2301 - fix keyboard lockup issue 
12045
12046  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  5 Dec 2007 15:57:19 +0200
12047
12048 kernel-source-rx-34 (2.6.21.0-osso69) unstable; urgency=low
12049
12050   * week200748-1 release. Fixes: NB#76738, NB#73908
12051   * Fix for n800 keyboard stuck problem
12052   * fat: don't use free_clusters for fat32
12053
12054  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 27 Nov 2007 15:40:45 +0200
12055
12056 kernel-source-rx-34 (2.6.21.0-osso68) unstable; urgency=low
12057
12058   * week200747-3 release. Fixes: NB#73908, NB#73999
12059   * FB: OMAP: Mipid: Init esd_work as a deferrable delayed work
12060   * Fix SPI confusion in TSC2005 driver
12061   * Fix for n800 keyboard stuck problem
12062   * TSC2005 cleanup.
12063   * USB: MUSB: Allow non-root users to start SRP
12064
12065  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 23 Nov 2007 16:41:25 +0200
12066
12067 kernel-source-rx-34 (2.6.21.0-osso67) unstable; urgency=low
12068
12069   * week200747-1 release
12070   * Fixes: NB#75876, NB#75823, NB#74723, NB#75935, NB#75648
12071   * ARM:MM: Fix cache coherency issue on ARM based on patch from
12072     bitshrine.org.
12073   * DSPGW: Fix "BUG at arch/arm/plat-omap/dsp/task.c:1330!"
12074   * DSPGW: Fix incorrect comparison of dsp dynamic task state
12075   * MMC: OMAP: Ban open-ended multiblock access in N810 internal slot
12076   * MMC: OMAP: Lazy clock shutdown
12077   * MMC: cull sg list to match mmc request size
12078
12079  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 19 Nov 2007 16:19:50 +0200
12080
12081 kernel-source-rx-34 (2.6.21.0-osso66) unstable; urgency=low
12082
12083   * week200746-1 release. 
12084     Fixes: NB#74493, NB#74369, NB#75500, NB#66609, NB#75557
12085   * ALSA: Call aic33_power_ctrl only for changed input gain control in AIC33
12086   * ALSA: Cleanup AIC33 by removing aic33_setreg and aic33_getreg functions
12087   * ALSA: Do not expose struct aic33 outside of AIC33 driver
12088   * ALSA: Implement aic33_enable_adcs function in AIC33
12089   * ALSA: Minor coding style cleanups to AIC33
12090   * ALSA: Remove DAC power down delay from AIC33
12091   * ALSA: Shorten PLL delay and regroup PLL and DAC control functions in AIC33
12092   * CBUS: Do not BUG_ON in retu-headset in case of spurious release event
12093   * Change tsc2005 config symbol
12094   * Fix TSC2301 keyboard and touchscreen
12095   * LED: OMAP PWM: Turn regulator power off in omap_pwm_led_probe()
12096   * MMC: OMAP: Fix Vdcdc3 and slot 2 enable misconfiguration in Menelaus
12097   * MMC: OMAP: Use correct power source for slot 2 and fix init order
12098   * N810: Update board-n810 to use correct tsc2005 config option
12099   * tsc2005: Move tsc2005 to drivers/input/touchscreen
12100   * tsc2005: fix disabling the driver and initialize pnd to 1
12101
12102  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 13 Nov 2007 12:42:51 +0200
12103
12104 kernel-source-rx-34 (2.6.21.0-osso65) unstable; urgency=low
12105
12106   * week200745-1 release. Fixes: NB#72580, NB#73122
12107   * ARM: OMAP2: Adjust OneNAND GPMC timings for 166MHz L3
12108   * ARM: OMAP2: OneNAND 66MHz timings
12109   * ARM: OMAP: Use eac_fck clock in board-n800-audio to keep sys_clkout2 stable
12110   * DSPGW: Fix for kernel BUG at arch/arm/plat-omap/dsp/task.c:281!
12111   * Only 3 INTC_PENDING_IRQ registers
12112   * Revert "ARM: OMAP: Add extra delay to EAC ext clock activation in board-n800-audio"
12113   * musb_hdrc: Clean up after OPT cert test fixes
12114
12115  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  6 Nov 2007 16:51:04 +0200
12116
12117 kernel-source-rx-34 (2.6.21.0-osso64) unstable; urgency=low
12118
12119   * week200744-1 release.
12120     Fixes: NB#74319
12121   * N800 1.1 USB Pre-certification tests fails
12122
12123  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 30 Oct 2007 15:48:46 +0200
12124
12125 kernel-source-rx-34 (2.6.21.0-osso63) unstable; urgency=low
12126
12127   * week200743-1 release. Fixes: NB#73077
12128   * mmc mounts messed up and load of other weirdness   
12129
12130  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 23 Oct 2007 17:47:25 +0300
12131
12132 kernel-source-rx-34 (2.6.21.0-osso62) unstable; urgency=low
12133
12134   * Bugfix back. Fixes: NB#68077 
12135
12136  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 19 Oct 2007 17:04:21 +0300
12137
12138 kernel-source-rx-34 (2.6.21.0-osso61) unstable; urgency=low
12139
12140   * Removed bugfix 68077.
12141
12142  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 19 Oct 2007 16:36:22 +0300
12143
12144 kernel-source-rx-34 (2.6.21.0-osso59) unstable; urgency=low
12145
12146   * week200742-4 release.
12147   * Revert "Reduce dirty ratio granularity to 0.1%."
12148   * USB: FSG: Do not use DELAYED_STATUS for SET_CONFIGURATION
12149   * musb_hdrc: OPT PM fixes for tusb, take 3
12150
12151  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 19 Oct 2007 16:15:04 +0300
12152
12153 kernel-source-rx-34 (2.6.21.0-osso58) unstable; urgency=low
12154
12155   * week200742-3 release. Fixes: NB#72047, NB#70546
12156   * FB: OMAP: Mipid: Enter Sleep In before asserting RESETX
12157   * ARM: OMAP: Add extra delay to EAC ext clock activation inboard-n800-audio
12158   * ALSA: Keep OMAP24xx EAC functional clock active over external clock
12159   * FB: OMAP: Mipid: Add SPI shutdown hook
12160   * USB: MUSB: Do not notify sysfs if vbus_error is less than 3 
12161
12162  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 17 Oct 2007 17:16:34 +0300
12163
12164 kernel-source-rx-34 (2.6.21.0-osso57) unstable; urgency=low
12165
12166   * week200742-2 release. Fixes: NB#66365 
12167   * MMC: OMAP: Add host shutdown code
12168   * ALSA: Implement workaround to AIC33 for avoiding extra current consumption
12169
12170  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 16 Oct 2007 15:21:32 +0300
12171
12172 kernel-source-rx-34 (2.6.21.0-osso56) unstable; urgency=low
12173
12174   * week200742-1 release. Fixes: NB#73033, NB#71923, NB#72859
12175   * misc musb tweaks
12176   * USB: MUSB: HSET: Fix HSET tool when running host mode tests
12177   * DVFS: Workaround for "Unhandled fault: external abort on linefetch"
12178   * musb_hdrc: Allow suspend if host is already suspended
12179   * musb_hdrc: Fix stall handling as OTG peripheral
12180   * USB: OTG: Fix compile when CONFIG_USB_OTG is not set
12181
12182  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 15 Oct 2007 11:21:19 +0300
12183
12184 kernel-source-rx-34 (2.6.21.0-osso55) unstable; urgency=low
12185
12186   * week200741-2 release
12187   * Fixes: NB#72086, NB#72075
12188   * Revert "JFFS2: Reduce time for which erase_free_sem is held during erase."
12189   * USB: OTG: Disable autosuspend for whitelisted nokia devices
12190   * USB: MUSB: Add missing otg_set_error when device draws too much current
12191   * Reduce dirty ratio granularity to 0.1%.
12192   * MMC: OMAP: Cleanups and fixes for mmc clock management.
12193
12194  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  9 Oct 2007 19:01:56 +0300
12195
12196 kernel-source-rx-34 (2.6.21.0-osso54) unstable; urgency=low
12197
12198   * Updated bugfixes. Fixes: NB#71677, NB#72396
12199
12200  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon,  8 Oct 2007 18:33:31 +0300
12201
12202 kernel-source-rx-34 (2.6.21.0-osso53) unstable; urgency=low
12203
12204   * week200741-1 release
12205   * MTD: OneNAND: Ensure reset operation is successful
12206   * OMAP2: OneNAND: Return only negative error codes
12207   * MTD: OneNAND: Return only negative error codes
12208   * MTD: OneNAND: Synchronize block locking operations
12209   * USB: MUSB: Make vbus sysfs entry report current Vbus status
12210   * USB: OTG: Add "Hub is not supported" message
12211   * DVFS: Move mutex_lock earlier to keep consistency of original state
12212   * MMC: OMAP: Disable SD and MMC high speed modes.
12213   * MMC: OMAP: Remove 2.8v from Vmmc regulator
12214   * Fix: DSP crash after copying files from internal to external memory card
12215   * TSL2563: Save power while reading the sensor
12216   * Revert "ARM: N800: TCM825x: Decrease maximum ALC gain."
12217   * Hid large payload support
12218
12219  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon,  8 Oct 2007 17:21:59 +0300
12220
12221 kernel-source-rx-34 (2.6.21.0-osso52) unstable; urgency=low
12222
12223   * USB: GADGET: Fix file_storage strings with official RX-44 name 
12224
12225  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu,  4 Oct 2007 20:19:54 +0300
12226
12227 kernel-source-rx-34 (2.6.21.0-osso51) unstable; urgency=low
12228
12229   * week200740-2 release. Fixes: NB#70695, NB#71353, NB#71800
12230   * ARM: OMAP: Move board-rx44*.c to board-n810*.c
12231   * DVFS: MBOX: Use its own workqueues for robustness during PM operation
12232   * USB: Check that NOR flash in TUS6010 is accessible in irq handler.
12233
12234  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 04 Oct 2007 18:28:41 +0300
12235
12236 kernel-source-rx-34 (2.6.21.0-osso50) unstable; urgency=low
12237
12238   * Clear .orig.tar.gz rebuild
12239
12240  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 03 Oct 2007 16:45:42 +0300
12241
12242 kernel-source-rx-34 (2.6.21.0-osso49) unstable; urgency=low
12243
12244   * week200740-1 release
12245   * Enable CONFIG_RADIO_TEA5761 in nokia_2420_defconfig
12246   * ARM: OMAP2: Camera: Retry sensor initialisation in error cases
12247   * TCM825x: Retry I2C accesses in error cases
12248   * MMC: OMAP: Remove unneeded clock divisor increase
12249   * MMC: OMAP: Power up and down Movinand properly
12250   * MMC: Use tasklet instead of workqueue for cover switch notification
12251   * Fix build error without DVFS
12252   * DVFS: Fix bug for counting dynamically loaded task number
12253   * DVFS: FB: Refrain from printing noisy "setting update mode"
12254   * musb_hdrc: Make HNP more reliable
12255   * musb_hdrc: Fix vbus error notification
12256   * USB: OTG: Continue enumeration of unsupported device if HNP fails
12257   * musb_hdrc: Add timer for returning to host mode from HNP
12258   * USB: MUSB: Set OTG_ERR_DEVICE_NOT_SUPPORTED for devices drawing too much power
12259   * USB: OTG: OTG TPL finalization
12260   * USB: OTG: USB Root Hub should be always targeted
12261
12262  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 02 Oct 2007 18:48:25 +0300
12263
12264 kernel-source-rx-34 (2.6.21.0-osso48) unstable; urgency=low
12265
12266   * week200739-4 release.
12267   * USB: OTG: Fix RX44 ProductID
12268
12269  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 27 Sep 2007 16:42:46 +0300
12270
12271 kernel-source-rx-34 (2.6.21.0-osso47) unstable; urgency=low
12272
12273   * week200739-3 release. Fixes: NB#69588, NB#62847
12274   * MMC: OMAP: Put host into a standby only after the cards are idle.
12275   * FB: OMAP: Blizzard: Coalesce redundant window update requests
12276
12277  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 27 Sep 2007 15:40:29 +0300
12278
12279 kernel-source-rx-34 (2.6.21.0-osso46) unstable; urgency=low
12280
12281   * week200739-2 release. Fixes: NB#66133, NB#59608
12282   * USB: MUSB: Do not retry on Vbus error
12283   * USB: OTG: Remove Lynn and SanDisk reader from whitelist
12284   * musb_hdrc: Fix idling as b-device broken by earlier a-host idle patch
12285   * I2C: LM8323: Allow interrupts while executing lm8323_work
12286
12287  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 27 Sep 2007 12:57:27 +0300
12288
12289 kernel-source-rx-34 (2.6.21.0-osso45) unstable; urgency=low
12290
12291   * week200739-1 release.
12292     Fixes: NB#68385, NB#70521, NB#68790, NB#70272
12293   * musb_hdrc: Fix HNP again
12294   * MTD: OneNAND: fix numerous races
12295   * USB: OTG: Nokia customizations on OTG Whitelist
12296   * MMC: Enable explicit control of menelaus regulator low power mode
12297   * Menelaus: Cleanup of the regulator control
12298   * Fix menelaus voltage handling
12299   * DSPGW: Fix lockup of MM system in opening dsp device file
12300   * DVFS: DSPGW: Make DSP_PAUSE and DSP_CONTINUE paired
12301   * DVFS: Workaround for sleep under spinlock for RFBI
12302   * DVFS: Workaround for sleep under spinlock for MMC
12303   * ARM: OMAP: Fix build warning for menelaus
12304   * DVFS: Avoid unnecessary call for "cpufreq_op_policy()" for stability
12305
12306  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 25 Sep 2007 18:56:10 +0300
12307
12308 kernel-source-rx-34 (2.6.21.0-osso44) unstable; urgency=low
12309
12310   * week200738-1 release. Fixes: NB#61743, NB#65391, NB#65830
12311   * ARM: OMAP: Reduce Nokia RX-44 headset port start-up pop in
12312     board-n800-audio
12313   * ARM: OMAP: Remove Nokia RX-44 amplifier start-up delays in board-n800-audio
12314   * ARM: OMAP2: Camera: Tell DVFS about camera status
12315   * CBUS: A workaround for ADC S/H HW bug: always keep ch 8 selected when S/H is used
12316   * Disable automatic VSim1 powersaving
12317   * DVFS: CPUFreq null-governor now ignore policy changes
12318   * I2C: LM8323: Read whole key event fifo buffer at key events
12319   * LZO1X: fix lzo1x_worst_compress
12320
12321  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 18 Sep 2007 16:42:59 +0300
12322
12323 kernel-source-rx-34 (2.6.21.0-osso43+nondvfs1) unstable; urgency=low
12324
12325   * week200737-1-no-dvfs release
12326
12327  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 12 Sep 2007 19:13:44 +0300
12328
12329 kernel-source-rx-34 (2.6.21.0-osso43) unstable; urgency=low
12330
12331   * week200737-1 release
12332   * Making correct .orig.tar.gz
12333   * tsc2005: sensitivity and fudge fix
12334   * USB: OTG: Add check for roothub initialization
12335   * musb_hdrc: Fix HNP for OPT quirks, take 2
12336   * musb_hdrc: Add support for USB OPT HS A TD.5.7 error device not responding
12337   * USB: OTG: Nokia customizations on OTG Whitelist
12338   * USB: OTG: Add OPT HS A electrical test devices to supported list
12339   * USB: OTG: Add support for enabling and disabling whitelist via sys
12340   * USB: OTG: Make whitelist scan use the new list
12341   * USB: OTG: Add functions to support dynamic OTG whitelist, remove otg_whitelist.h
12342   * USB: OTG: Make otg_get_transceiver() and otg_set_transceiver() generic
12343   * USB: OTG: Introduce new otg.c code
12344   * USB: Fix apparent typo CONFIG_USB_CDCETHER.
12345   * Revert "OTG WHITELIST"
12346   * musb_hdrc: Start using otg_set_transceiver()
12347   * musb_hdrc: Fix tusb3.1 revsision check again
12348   * ALSA: Update file description and contact information in AIC33 files
12349   * ALSA: Move AIC33 header file to more appropriate include directory
12350   * ALSA: Rename AIC33 source file as tlv320aic33.c
12351   * LM8323: Ensure proper synchronisation of kp_enabled.
12352   * LM8323: Try to set keys_down correctly.
12353   * musb_hdrc: Fix tusb3.1 detection for newer chips
12354   * musb_hdrc: Change tusb DMA log level to be less verbose
12355   * musb_hdrc: Fix tusb DMA corruption
12356   * musb_hdrc: Standardize to use tbase for tusb specific registers
12357   * musb_hdrc, CamelCase begone (rest of CPPI)
12358   * musb_hdrc, CamelCase begone (cppi struct, locals ...)
12359   * musb_hdrc, CamelCase begone (cppi descriptors, ...)
12360   * MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c
12361   * usb: Nokia changes for file_storage gadget
12362   * DVFS: API for generic OP policy setting
12363   * FB: OMAP: Check if rfbi is initialized before pausing/continuing
12364   * Menelaus: remove unnecessary delay
12365
12366  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 11 Sep 2007 17:19:40 +0300
12367
12368 kernel-source-rx-34 (2.6.21-osso42) unstable; urgency=low
12369
12370   * week200736-2 release. Fixes: NB#66706
12371   * dvfs-v2 applied on top of w36-1
12372   * I2C: LM8323: Fix PM suspend and resume functionality
12373   * I2C: LM8323: Remove two useless flags from chip structure
12374
12375  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 05 Sep 2007 17:15:25 +0300
12376
12377 kernel-source-rx-34 (2.6.21-osso41) unstable; urgency=low
12378
12379   * week200736-1 release. Fixes: NB#65163, NB#56025
12380   * ARM: OMAP2: Nokia 2420: Increase fb reserved regions again
12381   * I2C: LM8323: Fix configuration sequence
12382   * I2C: LM8323: Remove unused variables
12383   * Disable CPU_FREQ from nokia_2420_defconfig
12384   * DSPGW: Fix broken suspend()/resume() operations
12385   * ARM: OMAP: Fix sleep under spinlock for cpufreq
12386   * ARM: OMAP: Fix EAC dynamic pin multiplexing in board-n800-audio
12387   * ARM: OMAP: Fix RX-44 audio clock specific design flaw in board-n800-audio
12388   * ALSA: Combine two AIC33 source files into one
12389   * ARM: OMAP: Update AIC33 config name in board-n800-audio
12390   * ARM: OMAP: Update AIC33 config name in nokia_2420_defconfig
12391   * CBUS: Cleanup retu-headset driver
12392   * CBUS: Manage bias voltage in retu-headset suspend/resume code
12393   * I2C: TSL2563 Light sensor integration time fix
12394   * ARM: OMAP2: Camera: Reset camera a bit more civilised way.
12395   * Add quirk for SU-8W
12396
12397  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 04 Sep 2007 19:34:02 +0300
12398
12399 kernel-source-rx-34 (2.6.21-osso40) unstable; urgency=low
12400
12401   * week200735-3 release
12402   * dvfs-v2 on top of rx-44-2007-35-2 tag.
12403
12404  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 30 Aug 2007 17:33:10 +0300
12405
12406 kernel-source-rx-34 (2.6.21-osso39) unstable; urgency=low
12407
12408   * week200735-2 release.
12409     Non-DVFS  release. Fixes: NB#66705.
12410   * MUSB: Coding style cleanup, kill all CPP style comments
12411   * musb_hdrc: Some more cleanup
12412   * musb_hdrc: Cannot stall an endpoint 0 control transfer from
12413     a data stage cal lback function
12414   * <linux/usb/musb.h> tusb6010 timings
12415   * musb_hdrc cleanup -- comments, dates
12416   * musb_hdrc cleanup -- cppi and sparse
12417   * LM8323: Add reset and clear interrupts on initialization
12418   * I2C: TSL2563 Use different gain modes depending on brightness.
12419   * musb_hdrc: Remove nasty temporary hack that's no longer needed
12420   * musb_hdrc: Make tusb use musb_set_vbus() to turn on VBUS
12421   * musb_hdrc: Fix OPT A error "B-OPT Did not detect reset after connecting"
12422   * musb_hdrc: Add sysfs notification to mode, only show changes
12423   * musb_hdrc: Clean-up patch to sync with linux-omap tree
12424
12425  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 28 Aug 2007 17:00:12 +0300
12426
12427 kernel-source-rx-34 (2.6.21-osso38) unstable; urgency=low
12428
12429   * week200735-1 release. Fixes: NB#65325, NB#66400
12430   * Tweak STEP_PER bits to lower voltage stabilisation time and busy loop
12431   * DVFS: Make DVS delay shorter based on TRM
12432   * MUSB: Coding style cleanup, kill all CPP style comments
12433   * musb_hdrc: Some more cleanup
12434   * musb_hdrc: Cannot stall an endpoint 0 control transfer from a data stage callback function
12435   * <linux/usb/musb.h> tusb6010 timings
12436   * Enable DVFS in nokia_2420_defconfig
12437   * DVFS: Drop Notifications
12438   * DVFS: Framebuffer: Remove notification
12439   * DVFS: Tusb : Remove DVFS
12440   * DVFS: DMA : Remove explicit support
12441   * DVFS: Camera : Drop notifications
12442   * DVFS: SPI : Remove notifications
12443   * DVFS: tsc2005 : Remove notifications
12444   * DVFS: DSP GW : Change DVFS into Pause/Continue
12445   * OMAP2: OneNAND: Support for adjusting the timing.
12446   * OMAP2: MCSPI: Pause spi dma
12447   * OMAP2: MMC: Pause mmc dma
12448   * OMAP2: DMA: Drain DMA FIFOs
12449   * OMAP2: RFBI: Pause DMA to external framebuffer.
12450   * ARM: OMAP2: Mask / Unmask FIQ & IRQ
12451   * DVFS: Remove locking on get-OP functionality
12452   * MENELAUS: Convert printk to dev_* macros
12453   * DVFS: Fix for dividers scaling down case never detected
12454   * DVFS: Version 2 - dvfs.c : Replace notifications
12455   * OMAP2 DVFS: dsp audio policy
12456   * Revert "OMAP2 DVFS: dsp audio policy"
12457   * DVFS: Menelaus: Disable traces of VCore changes
12458   * DVFS: Merge voltage and frequency change (1)
12459   * DVFS: Merge voltage and frequency change (2)
12460   * I2C: TSL2563 Use different gain modes depending on brightness.
12461   * musb_hdrc: Remove nasty temporary hack that's no longer needed
12462   * musb_hdrc: Make tusb use musb_set_vbus() to turn on VBUS
12463   * musb_hdrc: Fix OPT A error "B-OPT Did not detect reset after connecting"
12464
12465  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 27 Aug 2007 16:58:54 +0300
12466
12467 kernel-source-rx-34 (2.6.21-osso37) unstable; urgency=low
12468
12469   * week200734-3 release
12470   * Disable DVFS from nokia_2420_defconfig
12471
12472  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 24 Aug 2007 16:26:46 +0300
12473
12474 kernel-source-rx-34 (2.6.21-osso36.1) unstable; urgency=low
12475
12476   * week200734-2 release
12477   * DVFSv2 release
12478   * Tweak STEP_PER bits to lower voltage stabilisation time and busy loop
12479   * DVFS: Make DVS delay shorter based on TRM
12480   * DVFS: Drop Notifications
12481   * DVFS: Framebuffer: Remove notification
12482   * DVFS: Tusb : Remove DVFS
12483   * DVFS: DMA : Remove explicit support
12484   * DVFS: Camera : Drop notifications
12485   * DVFS: SPI : Remove notifications
12486   * DVFS: tsc2005 : Remove notifications
12487   * DVFS: DSP GW : Change DVFS into Pause/Continue
12488   * OMAP2: OneNAND: Support for adjusting the timing.
12489   * OMAP2: MCSPI: Pause spi dma
12490   * OMAP2: MMC: Pause mmc dma
12491   * OMAP2: DMA: Drain DMA FIFOs
12492   * OMAP2: RFBI: Pause DMA to external framebuffer.
12493   * ARM: OMAP2: Mask / Unmask FIQ & IRQ
12494   * DVFS: Remove locking on get-OP functionality
12495   * MENELAUS: Convert printk to dev_* macros
12496   * DVFS: Fix for dividers scaling down case never detected
12497   * DVFS: Version 2 - dvfs.c : Replace notifications
12498   * OMAP2 DVFS: dsp audio policy
12499   * DVFS: Merge voltage and frequency change (1)
12500   * DVFS: Merge voltage and frequency change (2)
12501   * musb_hdrc: Make tusb do a_idle, make OPT A tests more reliable
12502
12503  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 23 Aug 2007 18:10:19 +0300
12504
12505 kernel-source-rx-34 (2.6.21-osso36) unstable; urgency=low
12506
12507   * week200734-1 release
12508     Fixes: NB#65271, NB#66180, NB#64046, NB#64101, NB#65635, NB#64942
12509   * I2C: Remove useless ioctl like callback from AIC33 driver
12510   * musb_hdrc: Remove old unused delay_port_power_off
12511   * ARM: OMAP: MUSB: IRQ reset: babble handling is host only
12512   * musb_hdrc: Fix various build warnings for peripheral
12513   * musb: Search and replace USB_INVENTRA_FIFO with MUSB_PIO_ONLY
12514   * musb: Search and replace USB_INVENTRA_HCD_LOGGING with USB_MUSB_LOGLEVEL
12515   * musb: Rename plat_uds.c to musb_core.c, plat_arc.h to musb_io.h
12516   * musb: Rename musbhdrc.h to musb_regs.h
12517   * musb: Rename musbdefs.h to musb_core.h
12518   * musb_hdrc: Update tusb non-standard loopback test for changed file name
12519   * musb: Rename g_ep0.c musb_gadget_ep0.c
12520   * musb: Rename virthub.c musb_virthub.c
12521   * musb: Rename dma.h to musb_dma.h
12522   * musb: Rename debug.h to musb_debug.h
12523   * Update RX-44 config for renamed musb options
12524   * musb_hdrc: Optimize g_ether with NET_IP_ALIGN to align buffers
12525   * musb_hdrc: Fix musb_hnp_stop() to return to device mode
12526   * MMC: Merge with Langdale's SDHC code
12527   * MMC: Use sector addressing only for mmc cards bigger than 2GB.
12528   * TCM825x: Don't export camera orientation.
12529   * ARM: OMAP2: Camera: reset camera block every five seconds.
12530
12531  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 22 Aug 2007 16:49:24 +0300
12532
12533 kernel-source-rx-34 (2.6.21-osso35) unstable; urgency=low
12534
12535   * week200733-3 release
12536   * Mount initfs RO
12537   * JFFS2: add reserved pool feature
12538   * JFFS2: fix buffer sise calculations in jffs2_get_inode_nodes()
12539   * JFFS2: Fix buffer length calculations in jffs2_get_inode_nodes()
12540   * JFFS2: Improve failure mode if inode checking leaves unchecked space.
12541   * JFFS2: Improve read_inode memory usage, v2.
12542   * JFFS2: Handle inodes with only a single metadata node with non-zero isize
12543   * JFFS2: Remember to calculate overlap on nodes which replace older nodes
12544   * JFFS2: Remove broken insert_point optimisation in jffs2_add_tn_to_tree()
12545   * JFFS2: Remove another bogus optimisation in jffs2_add_tn_to_tree()
12546   * JFFS2: Simplify and clean up jffs2_add_tn_to_tree() some more.
12547   * JFFS2: Fix obsoletion of metadata nodes in jffs2_add_tn_to_tree()
12548   * JFFS2: Fix suspend failure with JFFS2 GC thread.
12549   * JFFS2: Deletion dirents should be REF_NORMAL, not REF_PRISTINE.
12550   * JFFS2: Fix readinode failure when read_dnode() detects CRC failure.
12551   * JFFS2: Correct cleanmarker checks -- we should use only 8 bytes
12552   * JFFS2: Print correct node offset when complaining about broken data CRC
12553   * JFFS2: Whitespace cleanups.
12554   * Revert "musb_hdrc: Stop VBUS draw on usb_gadget_unregister_driver"
12555   * ARM: OMAP: Fix inconsistency of completion in retu-rtc
12556   * JFFS2: Better fix for all-zero node headers
12557   * JFFS2: Fix hanging close for /dev/mtd character device.
12558   * JFFS2: Prevent oops after 'node added in wrong place' debug check
12559   * JFFS2: Reduce time for which erase_free_sem is held during erase.
12560   * ARM: OMAP: MUSB: fix compile for non-OTG modes
12561   * JFFS2: switch jffs2 compression to priority mode
12562   * musb_hdrc: Stop VBUS draw on usb_gadget_unregister_driver
12563   * musb_hdrc: Fix ambiguous else warning
12564   * musb_hdrc: Keep tusb host clock on when VBUS is on
12565   * musb_hdrc: Search and replace MGC_O_HDRC_ with MUSB_
12566   * musb_hdrc: Search and replace MGC_M_ with MUSB_
12567   * musb_hdrc: Search and replace MGC_S_XXX with MUSB_XXX_SHIFT
12568   * musb_hdrc: Search and replace MGC_END0_FIFOSIZE with
12569     MUSB_EP0_FIFOSIZE, remove MGC_MAX_USB_ENDS
12570   * musb_hdrc: Search and replace _bOffset with _offset
12571   * musb_hdrc: Search and replace MGC_XXX_OFFSET with MUSB_XXX_OFFSET
12572   * musb_hdrc: Remove old unsed MGC_TYPE_SPEED_XXX
12573   * musb_hdrc: Tabify and clean-up musbhdrc.h
12574   * musb_hdrc: Fix TUSB loopback test for changed variable names
12575   * musb_hdrc: Add Nokia copyright, make GPLv2 license generic
12576   * musb_hdrc: Search and replace wCsr with csr
12577   * musb_hdrc: Search and replace bIntrUSB with int_usb
12578   * musb_hdrc: Search and replace bIntr with int_hsdma
12579   * musb_hdrc: Search and replace bTransmit with transmit
12580   * musb_hdrc: Search and replace pUrb with urb
12581   * musb_hdrc: Search and replace pBuffer with buf
12582   * musb_hdrc: Search and replace dwLength with len
12583   * musb_hdrc: Search and replace wEndMask with epmask
12584   * musb_hdrc: Search and replace pDmaChannel with dma_channel
12585   * musb_hdrc: Search and replace wRxCount with rx_count
12586   * musb_hdrc: Search and replace bDone with done
12587   * musb_hdrc: Search and replace nPipe with pipe
12588   * musb_hdrc: Search and replace wLoadCount with load_count
12589   * musb_hdrc: Search and replace bDmaOk with dma_ok
12590   * musb_hdrc: Search and replace pFifoDest with fifo_dest
12591   * musb_hdrc: Search and replace pFifoSource with fifo_src
12592   * musb_hdrc: Search and replace bIsochError with iso_err
12593   * musb_hdrc: Search and replace wVal with val, except for wValue
12594   * musb_hdrc: Search and replace wBestDiff with best_diff
12595   * musb_hdrc: Search and replace nBestEnd with best_end
12596   * musb_hdrc: Search and replace nEnd with epnum
12597   * musb_hdrc: Search and replace wFrame with frame
12598   * musb_hdrc: Search and replace wRelease with hwvers
12599   * musb_hdrc: Search and replace wRelMajor with rev_major
12600   * musb_hdrc: Search and replace wRelMinor with rev_minor
12601   * musb_hdrc: Search and replace dwData with data
12602   * musb_hdrc: Search and replace pController with controller
12603   * musb_hdrc: Search and replace wType with musb_type
12604   * musb_hdrc: Search and replace bReg with reg
12605   * musb_hdrc: Search and replace bMore with more
12606   * musb_hdrc: Search and replace bComplete with complete
12607   * musb_hdrc: Get rid of unnecessary DMA typedef & fix a comment typo
12608   * musb_hdrc: Search and replace MGC_DMA with MUSB_DMA
12609   * musb_hdrc: Search and replace MGC_END0 with MUSB_EP0
12610   * musb_hdrc: Search and replace MGC_END_OFFSET with MUSB_EP_OFFSET
12611   * musb_hdrc: Search and replace MGC_O_HSDMA with MUSB_HSDMA
12612   * musb_hdrc: Search and replace MGC_HSDMA with MUSB_HSDMA
12613   * musb_hdrc: Fix SRP locking
12614   * musb_hdrc: Keep state as b_idle if disconnected as b_idle
12615   * musb_hdrc: Fix doing HNP multiple times
12616
12617  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 17 Aug 2007 15:08:05 +0300
12618
12619 kernel-source-rx-34 (2.6.21-osso34) unstable; urgency=low
12620
12621   * week200733-2 release.
12622     Fixes: NB#62740, NB#57306, NB#57268, NB#61915, NB#61215, NB#52619, NB#58673
12623   * Remove noisy printk messages
12624   * I2C: LM8323: Whitespace cleanup
12625   * I2C: LM8323: Keep chip active while keys down
12626   * Enable JFFS2_CMODE_FAVOURLZO in nokia_2420_defconfig
12627   * DSPGW: Fix Unbalanced enable for IRQ in DSP MMU
12628   * Make GPL licensing legal dept. compliant
12629   * Make GPL licensing legal dept. compliant
12630   * DSPGW: PM: Workaround for testserver suspend
12631   * ALSA: Cleanup AIC33 header file
12632   * ALSA: Add more AIC33 configuration options via platform data
12633   * ARM: OMAP: Update Nokia RX-44 AIC33 configuration in board-n800-audio
12634   * ALSA: Add OMAP24xx EAC internal DMA path volume controls
12635   * Ignore stolen time in the softlockup watchdog
12636   * add touch_all_softlockup_watchdogs()
12637   * lib: add LZO1X compression support to the kernel
12638   * crypto: Add LZO compression support to the crypto interface
12639   * JFFS2: Add LZO compression support to jffs2
12640   * JFFS2: Allow selection of compression mode via a sysfs attribute
12641   * JFFS2: Add a "favourlzo" compression mode to jffs2
12642   * musb_hdrc: Search and replace pThis with musb
12643   * musb_hdrc: Search and replace pEndPt with hw_ep
12644   * musb_hdrc: Search and replace pEnd with musb_ep when struct musb_ep
12645   * musb_hdrc: Search and replace pEnd with musb_ep when struct musb_hw_ep
12646   * musb_hdrc: Search and replace pRegs with mregs
12647   * musb_hdrc: Search and replace pBase with mbase
12648   * musb_hdrc: Search and replace pSource with src
12649   * musb_hdrc: Search and replace pDest with dst
12650   * musb_hdrc: Search and replace dwCount with len
12651   * musb_hdrc: Search and replace wFifoCount with fifo_count
12652   * musb_hdrc: Search and replace wCount with len
12653   * musb_hdrc: Search and replace bLocalEnd with epnum
12654   * musb_hdrc: Search and replace aLocalEnd with endpoints
12655   * musb_hdrc: Search and replace bEndCount with nr_endpoints
12656   * musb_hdrc: Search and replace bEndNumber with current_epnum
12657   * musb_hdrc: Search and replace bEnd0Stage with ep0_stage
12658   * musb_hdrc: Search and replace bEnd with epnum
12659   * musb_hdrc: Search and replace Lock with lock
12660   * musb_hdrc: Search and replace MGC_SelectEnd with musb_ep_select
12661   * musb_hdrc: Search and replace _pthis with _musb
12662   * musb_hdrc: Search and replace bIsHost with is_host
12663   * musb_hdrc: Get rid of old unused MUSB_EpFifoDescriptor
12664   * musb_hdrc: Search and replace bIsSharedFifo with is_shared_fifo
12665   * musb_hdrc: Search and replace wMaxPacketSizeTx with max_packet_sz_tx
12666   * musb_hdrc: Search and replace wMaxPacketSizeRx with max_packet_sz_rx
12667   * musb_hdrc: Search and replace pDmaController with dma_controller
12668   * musb_hdrc: Search and replace bIsMultipoint with is_multipoint
12669   * musb_hdrc: Search and replace bIgnoreDisconnect with ignore_disconnect
12670   * musb_hdrc: Search and replace bBulkSplit with bulk_split
12671   * musb_hdrc: Search and replace bBulkCombine with bulk_combine
12672   * musb_hdrc: Search and replace bAddress with address
12673   * musb_hdrc: Search and replace bTestModeValue with test_mode_nr
12674   * musb_hdrc: Search and replace bTestMode with test_mode
12675   * musb_hdrc: Search and replace pGadgetDriver with gadget_driver
12676   * musb_hdrc: Search and replace bDelayPortPowerOff with delay_port_power_off
12677   * musb_hdrc: Search and replace pProcEntry with proc_entry
12678   * musb_hdrc: Search and replace pPrivateData with private_data
12679   * musb_hdrc: Search and replace dwMaxLength with max_len
12680   * musb_hdrc: Search and replace dwActualLength with actual_len
12681   * musb_hdrc: Search and replace bStatus with status
12682   * musb_hdrc: Search and replace bDesiredMode with desired_mode
12683   * musb_hdrc: Search and replace bMode with mode
12684   * musb_hdrc: Search and replace MGC_pfDmaProgramChannel with dma_program_channel
12685   * musb_hdrc: Search and replace pControlRequest with ctrlrequest
12686   * musb_hdrc: Search and replace bResult with result
12687   * musb_hdrc: Search and replace bSetAddress with set_address
12688   * musb_hdrc: Search and replace bRecip with recip
12689   * musb_hdrc: Search and replace pRequest with request
12690   * musb_hdrc: Search and replace wCsrVal with csr
12691   * musb_hdrc: Search and replace bTx with tx
12692   * musb_hdrc: Search and replace wPacketSize with packet_sz
12693   * musb_hdrc: Search and replace channelNum with chnum
12694   * musb_hdrc: Search and replace pThis with musb for looptest
12695   * musb_hdrc: Fix revision check for tusb3.1
12696   * musb_hdrc: Keep tusb osc_ck enabled during idle even in OTG mode
12697   * BLUETOOTH: HCI_H4P: Don't touch the configuration registers while in init
12698   * musb_hdrc: Stop VBUS draw on usb_gadget_unregister_driver
12699
12700  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 14 Aug 2007 17:32:56 +0300
12701
12702 kernel-source-rx-34 (2.6.21-osso33) unstable; urgency=low
12703
12704   * week200732-2 release
12705   * ARM: OMAP: Fix misconfigured Nokia N800 EAC codec port configuration
12706   * musb_hdrc: Set tusb host max VBUS to 100mA
12707
12708  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 10 Aug 2007 15:31:35 +0300
12709
12710 kernel-source-rx-34 (2.6.21-osso32) unstable; urgency=low
12711
12712   * week200732-1 release
12713   * musb_hdrc: Fixes for OPT HS A tests
12714   * ARM: OMAP: Warn on disabling clocks with no users
12715   * musb_hdrc: Fix clock usage for suspend
12716   * Serial omap: Fix suspend
12717   * USB: gadgetfs: use queue for setup requests for userspace
12718   * Serial omap: Fix clock usecount
12719
12720  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  8 Aug 2007 17:57:35 +0300
12721
12722 kernel-source-rx-34 (2.6.21-osso31) unstable; urgency=low
12723
12724   * week200731-1 release
12725   * Enable usb gadgetfs in nokia_2420_defconfig
12726   * ARM: OMAP2: Camera: Fix DVFS state transition.
12727   * ARM: N800: TCM825x: Decrease maximum ALC gain.
12728   * ARM: N800: Camera: Wait only 1 ms for retu voltage stabilisation.
12729   * Make GPL licensing legal dept. compliant
12730   * MTD: oops and panic message logging to MTD
12731
12732  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 31 Jul 2007 17:38:29 +0300
12733
12734 kernel-source-rx-34 (2.6.21-osso30) unstable; urgency=low
12735
12736   * 2007 w28-1 release.
12737   * Input: evdev: Allow non-exclusive grabs
12738   * Revert "Revert "Menelaus - Turn off annoying voltage scale messages""
12739   * Revert "Turn off Menelaus debug"
12740   * ARM: OMAP: RX-44: Camera: Turn image 180 degrees.
12741   * ARM: OMAP2: DVFS: Fix omap24xx_scale_freq cache preloading
12742   * ARM: OMAP: RX-44: Introduce Nokia RX-44 specific TSL2563 power control
12743   * I2C: Add platform specific power control into TSL2563 driver
12744   * I2C: Harmonize parameter passing and variable names in TSL2563
12745   * ARM: OMAP: RX-44: Introduce tsl2563 platform device
12746   * ARM: OMAP: Rename field irq in struct tsl2563_config as irq_gpio
12747   * I2C: Add tsl2563 platfrom driver in TSL2563
12748   * I2C: Clean-ups and coding style fixes to TSL2563
12749   * JFFS2: check error code
12750   * TUSB6010: Add sysfs notify event to mode attribute
12751
12752  -- Daniel Stone <daniel.stone@nokia.com>  Fri, 13 Jul 2007 00:52:15 +0300
12753
12754 kernel-source-rx-34 (2.6.21-osso29) unstable; urgency=low
12755
12756   * 2007 w27-1 release.
12757   * Revert "Menelaus - Turn off annoying voltage scale messages"
12758   * Turn off Menelaus debug
12759   * ALSA: Remove hard-coded gain for right ADC in AIC33
12760   * ALSA: Miscellaneous minor fixes to AIC33
12761   * ALSA: Keep AIC33 HP outputs in weak common-mode voltage while power-down
12762   * ARM: OMAP2: Camera: tiny cleanups and a compile fix.
12763   * musb_hdrc: Fix tusb phy_otg_ctrl register access
12764   * musb_hdrc: Get rid of sysfs HNP interface, make HNP automatic
12765   * musb_hdrc: Keep tusb in reset for OPT
12766   * musb_hdrc: Add support for VBUS timeout, clean-up host-idling
12767   * musb_hdrc: Clean-up SRP
12768   * musb_hdrc: Make SRP reliable and fix timer value
12769
12770  -- Daniel Stone <daniel.stone@nokia.com>  Tue,  3 Jul 2007 14:07:08 +0000
12771
12772 kernel-source-rx-34 (2.6.21-osso28) unstable; urgency=low
12773
12774   * week200726-1 release
12775   * DMA: Get rid of sysfs warning
12776   * Menelaus - Turn off annoying voltage scale messages
12777   * ARM: OMAP: RX-44: Invert Home and Escape mapping
12778   * musb_hdrc: Change SRP function to use existing musb_gadget_wakeup code
12779   * ALSA: Fix DAC and audio output deactivation order in AIC33
12780   * ALSA: Fix audio output path activation/deactivation order in AIC33
12781   * ARM: OMAP2: DVFS: Change dma DVFS notification timeout to 1 second.
12782   * I2C: LP5521 RGB LED: Correct channels are now used in hw.
12783   * Revert "USB: Fix OTG HNP for hub.c"
12784   * USB: Skip port reset for OTG ports
12785   * musb_hdrc: Add support for host mode idling
12786   * musb_hdrc: Allow BABBLE for non-HS host
12787   * musb_hdrc: Fix peripheral SRP by blocking idle for 1s
12788   * musb_hdrc: Fix HNP for OPT FS A tests
12789   * musb_hdrc: Fix OPT A tests for most part
12790
12791  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 26 Jun 2007 15:45:45 +0300
12792
12793 kernel-source-rx-34 (2.6.21-osso27) unstable; urgency=low
12794
12795   * week200725-2 release
12796   * DVFS: tsc2005: Add missing unlock_irq on one exit path 
12797
12798  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 19 Jun 2007 18:56:59 +0300
12799
12800 kernel-source-rx-34 (2.6.21-osso26) unstable; urgency=low
12801
12802   * week200725-1 release. Fixes: NB#59197, NB#57267
12803   * MTD: OneNAND: Revert "OneNAND: Respond faster to DVFS"
12804   * MTD: OneNAND: Simplify DVFS handling
12805   * DVFS: Fix DSP timeout problem when loading dynamic codecs
12806   * DVFS: Fix obsolete function argument type
12807   * ARM: OMAP2: Dynamic Idle: avoid managing scratch registers
12808   * DVFS: Convert to_dvfs_notif() to DVFS_NOTIF()
12809   * ARM: OMAP2: DVFS: Change notifications timeout unit
12810   * ARM: OMAP2: N800: Fix misleading error notification.
12811   * DVFS: tsc2005: Fix reaction to dvfs notifications
12812   * ALSA: Remove one needless assumed HW bug workaround in AIC33
12813   * ALSA: Remove DAC muting/unmuting from AIC33 DAC enable/disable functions
12814   * NF: IDLETIMER module didn't set the IPv4 protocol when registering callback
12815   * DVFS: cpufreq_set_policy() is removed from upstream kernel
12816   * Remove a race condition from dispc interrupt handler.
12817   * ALSA: Tweak bluetooth port settings in EAC
12818
12819  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 19 Jun 2007 16:09:44 +0300
12820
12821 kernel-source-rx-34 (2.6.21-osso25) unstable; urgency=low
12822
12823   * week200724-2 release
12824   * DVFS: make DVFS header compile when DVFS is disabled.
12825   * ARM: OMAP: DMA: Make DMA code compile with DVFS disabled.
12826   * V4L: Add sensor interface proposal.
12827   * TCM825x: use new interface and other updates.
12828   * ARM: OMAP2: Camera: update to new interface, other fixes.
12829
12830  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 14 Jun 2007 16:49:57 +0300
12831
12832 kernel-source-rx-34 (2.6.21-osso24) unstable; urgency=low
12833
12834   * week200724-1 release. Fixes: NB#59657, NB#59823
12835   * OneNAND: Respond faster to DVFS
12836   * Enable Voltage scaling with workaround for VMODE bug
12837   * ARM: OMAP: RX-44: Swap Enter and KP_Enter
12838   * ARM: OMAP: RX-44: Fix LED PWM definitions
12839   * I2C: LM8323: Re-enable PWM3
12840   * I2C: LM8323: Add disable_kp interface
12841   * ARM: OMAP: Fix warning in tusb6010_omap.c
12842   * MUSB_HDRC: Fix usb production test issues
12843   * Revert "musb_hdrc: Implement workaround for tusb3.0 wbus bug rev2"
12844   * DVFS: Add printk to check DSP PRE_NOTIFICATION timeout on console
12845   * DVFS: DSPGW: Fix to eliminate the possibility of DSP status change
12846   * DVFS: Fix missing update along with DVFS FW
12847   * DVFS: Fix trivial typo
12848   * DVFS: Fix error when dsp is not used yet during DVFS
12849   * DVFS: DSP: Add error recovery for PRE_NOTIFICATION failing
12850   * DVFS: Add return value check for (pre)notification
12851   * ARM: OMAP2: DVFS: Fix frequency scaling function
12852   * ARM: OMAP2: DVFS: disable DVS and OP3
12853   * ARM: OMAP2: DVFS: Header and internal structures.
12854   * ARM: OMAP2: DVFS: Notifications helper functions
12855   * ARM: OMAP2: DVFS: Add/remove drivers to notification
12856   * ARM: OMAP2: DVFS: Send notifications
12857   * ARM: OMAP2: DVFS: USB registration fix.
12858   * ARM: OMAP2: DVFS: DMA registration fix.
12859   * ARM: OMAP2: DVFS: DSP registration fix.
12860   * ARM: OMAP2: DVFS: Cam registration fix.
12861   * ARM: OMAP2: DVFS: OneNAND registration fix.
12862   * ARM: OMAP2: DVFS: MCSPI registration fix.
12863   * ARM: OMAP2: DVFS: tsc2005 registration fix.
12864   * ARM: OMAP2: DVFS: framebuffer registration fix.
12865   * ARM: OMAP2: DVFS: Notifications, cleanup
12866   * MTD: ONENAND: Whitespaces cleanup
12867   * ARM: OMAP2: DVFS: Fix min notification timeout cap
12868   * ARM: OMAP2: DVFS: Cosmetic fix to messages to syslog
12869   * ARM: OMAP2: DVFS: Improve comments upon driver reg/unreg
12870   * ARM: OMAP2: DVFS: Improve error tracking for notifications
12871   * ALSA: Hack to prevent strong audiple pop in AIC33
12872   * ALSA: Do not cache reserved and unused registers in AIC33
12873   * ALSA: Synchronize AIC33 register cache with the chip during initialization
12874   * ALSA: Remove forced write hack from AIC33 put callbacks
12875   * ARM: OMAP2: DVFS: Re-enable OP3
12876   * ARM: OMAP: Support for HS-USB on 2430SDP
12877   * Fixed dsp_state_updated to properly restore frequency
12878   * Increase DVFS transition latency
12879   * Add type parameter to dsp_state_updated()
12880   * tsc2301-ts: update to use median + avg filtering
12881   * Use in-kernel sockets API
12882   * Fix L2CAP configuration parameter handling
12883   * ARM: OMAP2: Camera: invert lclk polarity.
12884   * ARM: OMAP: TCM825x: invert dclk polarity.
12885   * musb_hdrc: PM & interrupt fixes for tusb6010
12886   * Revert "HSET tool for the MUSB Controler"
12887   * Revert "musb_hdrc: PM & interrupt fixes for tusb6010"
12888   * musb_hdrc: Improve tusb revision checking
12889   * musb_hdrc: Workaround for tusb spontaneous wake-up issue
12890   * musb_hdrc: Mask tusb interrupts while being handled
12891   * musb_hdrc: Fixes to improve mode switching and VBUS detection for tusb
12892   * Revert "Fix mis-reporting USB Mode on sysfs"
12893   * musb_hdrc: Sync up tusb6010.c with linux-omap
12894   * musb_hdrc: Minor fixes to changing tusb role via sysfs
12895   * musb_hdrc: Fix non-standard loopback test to support ID pin
12896   * DVFS: Don't change tusb to use internal clock
12897   * musb_hdrc: Fix non-standard loopback test
12898   * Add support for deferrable timers
12899   * Add a new deferrable delayed work init
12900   * musb_hdrc: MUSB HOST support on 2430SDP
12901   * musb_hdrc: MUSB plat_uds.c fix
12902   * Enable uart clocks while shutting down dev
12903   * BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.
12904
12905  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 13 Jun 2007 15:19:31 +0300
12906
12907 kernel-source-rx-34 (2.6.21-osso23) unstable; urgency=low
12908
12909   * week200723-2 release
12910   * Keep rfcomm_dev in list until it is freed
12911
12912  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  6 Jun 2007 14:21:31 +0300
12913
12914 kernel-source-rx-34 (2.6.21-osso22) unstable; urgency=low
12915
12916   * week200723-1 release. Fixes: NB#56874, NB#58953
12917   * Removed debian changelog entries
12918   * Recalculate SDRAM refresh timer upon OP change
12919   * Input: TSC2301: Add optional keypad name via platform data
12920   * I2C: LM8323: Add device name via platform data
12921   * ARM: OMAP: N800: Give internal keypad a sensible name
12922   * ARM: OMAP: RX-44: Give internal keyboard a sensible name
12923   * MUSB_HDRC: Put the production in better shape
12924   * ARM: OMAP2: DVFS: Remove all the write memory barriers
12925   * ARM: OMAP2: DVFS: Fix notifications timeout
12926   * Expose streaming state to sysfs
12927   * MMC: Avoid using a null pointer when preparing a request
12928   * MMC: Abort stuck commands
12929   * TSC2301 Mixer: GPIO restore fix
12930   * ALSA: Enable AIC33 output state power control with switch controls as well
12931   * ALSA: Keep AIC33 outputs muted by default and let the user space active them
12932   * ALSA: Redefine Digital Mic control in AIC33
12933   * ALSA: Redefine Digital Mic control rules in AIC33
12934   * ALSA: Change output state powering and unmuting order in AIC33
12935   * I2C: LP5521 RGB LED: Add sysfs entry for modifying led current
12936
12937  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  5 Jun 2007 17:09:37 +0300
12938
12939 kernel-source-rx-34 (2.6.21-osso21) unstable; urgency=low
12940
12941   * Fixed bugfixes in changelog. Fixes: NB#57858, NB#55241, NB#57582,
12942     NB#56403.
12943
12944  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 29 May 2007 17:24:40 +0300
12945
12946 kernel-source-rx-34 (2.6.21-osso20) unstable; urgency=low
12947
12948   * week200722-3 release
12949   * OneNAND: Fix timings for DVFS
12950   * Remove duplicate DVFS notification callback
12951   * musb_hdrc: Add SRP Interface and control it through sysfs
12952   * Add Sysfs Interface to Control Vbus states
12953   * Add more Test Modes
12954   * HSET tool for the MUSB Controler
12955   * Leave GPIO[7:6] pullups enabled.
12956   * Remove unnecessary state machine sysfs entry
12957   * Make SRP pass in all Electrical Tests
12958   * Security: Kernel OOM-killer and allocation denial use different rules
12959   * Fix blizzard to not enable osc_ck on every DVFS notify (second try, no ws)
12960   * Pass process information to userspace coredump helper
12961   * USB: Disable file_storage USB_CONFIG_ATT_WAKEUP
12962   * musb_hdrc: Implement workaround for tusb3.0 wbus bug rev2
12963   * musb_hdrc: Make HNP work
12964   * USB: Fix OTG HNP for hub.c
12965
12966  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 29 May 2007 17:18:58 +0300
12967
12968 kernel-source-rx-34 (2.6.21-osso19) unstable; urgency=low
12969
12970   * week200722-2 release 
12971   * ARM: OMAP2: DVFS: remove all the temporary code
12972   * ARM: OMAP2: DVFS: OMAP2 DVFS driver interface
12973   * ARM: OMAP2: DVFS: Processor driver internal data.
12974   * ARM: OMAP2: DVFS: OP packing
12975   * ARM: OMAP2: DVFS: Creation of transition table.
12976   * ARM: OMAP2: DVFS: Create sorted list of frequencies.
12977   * ARM: OMAP2: DVFS: Add interface to load OP configurations
12978   * ARM: OMAP2: DVFS: Add get/set OP functionality
12979   * ARM: OMAP2: DVFS: Debug interface for get/set OP
12980   * ARM: OMAP2: DVFS: DVFS Initialisation function.
12981   * ARM: OMAP2: DVFS: Fix initialization of DVFS
12982   * ARM: OMAP2: DVFS: Configuration of supported OPs
12983   * ARM: OMAP2: CPUFREQ: Update hardcoded OP.
12984
12985  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 25 May 2007 15:48:58 +0300
12986
12987 kernel-source-rx-34 (2.6.21-osso18) unstable; urgency=low
12988
12989   * week200722-1 release
12990   * OMAP2 DVFS support for McSPI
12991   * Fix threaded DVFS notification logic and corresponding drivers
12992   * ALSA: Trivial fix to AIC33 input gain get function
12993   * ALSA: Hack: Force register write always in AIC33 put callbacks
12994   * I2C: LM8323: Fix keyboard and keypad LED illuminatium issues
12995   * Hot fix. For lcd_omap_selftest.
12996
12997  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 25 May 2007 15:15:08 +0300
12998
12999 kernel-source-rx-34 (2.6.21-osso17) unstable; urgency=low
13000
13001   * week200721-1 release
13002   * OneNAND: DVFS workaround
13003   * OMAP2 DVFS support for TUSB6010
13004   * LED: OMAP PWM: Use work queue for brightness
13005   * Fix mis-reporting USB Mode on sysfs
13006   * Sysfs USB OTG State Machine Interface
13007   * Re-enable DMA on TUSB6010.
13008   * OMAP: MMC: Add error recovery in ISR when a command/data error
13009   * ARM: OMAP2: RX-34/RX-44: Revised Operating points
13010   * RX-44: tsc2005: DVFS support
13011   * ARM: OMAP2: PM: Remove duplicated code.
13012   * ARM: OMAP2: DVFS: TSC2005: Cleanup notifications handling.
13013   * OMAP: MMC: Fix timeout calculation
13014   * MMC: Use 1.8V correctly on slots 0 and 1
13015   * MMC: Enable highspeed MMC and SD capability
13016   * I2C: LM8323: Coding style update
13017   * ARM: OMAP: Remove support for TLV320AIC33 from Nokia N800 defconfig
13018   * ALSA: Gradual update patch to AIC33. Code removal for re-implementation
13019   * ALSA: Gradual update patch to AIC33. Add support to digital microphone
13020   * ARM: OMAP: Add digital microphone into Nokia RX-44 AIC33 configuration
13021   * ALSA: Clean-up AIC33
13022   * ARM: OMAP: RX-44: Remove unused rx44_devices array
13023   * ARM: OMAP: RX-44: Call tsl2563_dev_init in board-rx44.c
13024   * ALSA: Add one missing register into AIC33 header file
13025   * ALSA: Rename DOUBLE control build macros in AIC33 to DOUBLE_R
13026   * ALSA: Add build macros for input gain controls in AIC33
13027   * ALSA: Implement AIC33_IGAIN_DOUBLE_R control functions in AIC33
13028   * ALSA: Hack-add Nokia RX-44 specific Mic1 input gain controls into AIC33
13029   * I2C: LP5521: Set current to 4,7mA for RGB LEDs
13030
13031  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 22 May 2007 16:45:58 +0300
13032
13033 kernel-source-rx-34 (2.6.21-osso16) unstable; urgency=low
13034
13035   * week200720-1 release. Fixes: NB#55509
13036   * ARM: OMAP: Enable support for retu-headset driver in Nokia N800 and RX-44 
13037
13038  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 15 May 2007 13:40:10 +0300
13039
13040 kernel-source-rx-34 (2.6.21-osso15) unstable; urgency=low
13041
13042   * Changelog cleanup 
13043
13044  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 11 May 2007 15:58:22 +0300
13045
13046 kernel-source-rx-34 (2.6.21-osso14) unstable; urgency=low
13047
13048   * week200719-4 release
13049   * I2C: LM8323: Use work queue for PWM writes
13050   * ARM: OMAP2: RX-34/RX-44: Fix plat description of retu-rtc
13051   * ARM: OMAP2: RX-34/RX-44: Fix plat description of tahvo
13052   * ARM: OMAP2: RX-34/RX-44: Fix plat description of tahvo-usb
13053   * Add tsl2563 to hwmon class
13054   * ALSA: Add bypass path controls from input PGA to output stages in AIC33
13055   * ALSA: Add some register definitions into AIC33 header file
13056   * ALSA: Gradual update patch to AIC33. Removal of OMAP GPIO dependencies
13057   * ARM: OMAP: Update board-n800-audio with AIC33 changes
13058   * ALSA: Miscellaneous clean-ups to AIC33
13059   * ALSA: Rename function tlv320aic33_write_value to tlv320aic33_write in AIC33
13060   * ALSA: HACK: Activate high-power and line outputs by default in AIC33
13061   * ALSA: Two fixes to AIC33 "Capture Volume" control
13062   * Add and enable new CPUFREQ null govenor
13063   * Add support for CPUFREQ 
13064   * Add interface to track DSP state change
13065   * I2C: LP5521: Enable automatic power save mode for RGB LED
13066   * Check that device is in rfcomm_dev_list before deleting
13067   * Disconnect l2cap connection after last dlc
13068
13069  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 11 May 2007 15:31:07 +0300
13070
13071 kernel-source-rx-34 (2.6.21-osso13) unstable; urgency=low
13072
13073   * week200719-2 release
13074   * 8250: fix possible deadlock between serial8250_handle_port() and serial8250_interrupt()
13075   * ALSA: Fix OMAP24xx EAC codec port I2S master/slave support
13076   * ARM: OMAP2: Force APLLs always active
13077   * ARM: OMAP2: Place SMS and SDRC into smart idle mode
13078   * ARM: OMAP: /sys/kernel/debug/omap_gpio
13079   * ARM: OMAP: 2430SDP support for omap2 OneNAND driver
13080   * ARM: OMAP: 243x: Add mappings for SDRC and SMS
13081   * ARM: OMAP: 24xx pinmux updates
13082   * ARM: OMAP: Add DMA IRQ sanity checks
13083   * ARM: OMAP: Add DSP common code
13084   * ARM: OMAP: Add apollon gpio keys using gpio-keys input
13085   * ARM: OMAP: Add function to print clock usecounts
13086   * ARM: OMAP: Add mailbox support for IVA
13087   * ARM: OMAP: Add minimal OMAP2430 support
13088   * ARM: OMAP: Add omap osk defconfig
13089   * ARM: OMAP: Add omap2430 watchdog IO mapping
13090   * ARM: OMAP: Add support for Amstrad Delta keypad
13091   * ARM: OMAP: Add support for high-speed I2C init
13092   * ARM: OMAP: Avoid updating system time for sub-jiffy interrupts
13093   * ARM: OMAP: Basic support for siemens sx1
13094   * ARM: OMAP: Board Apollon update, fix boot
13095   * ARM: OMAP: Device init for OMAP24xx Enhanced Audio Controller
13096   * ARM: OMAP: Enable 24xx GPIO autoidling
13097   * ARM: OMAP: Enable DSP clocks for McBSP on omap310
13098   * ARM: OMAP: Enable serial idling and wakeup features
13099   * ARM: OMAP: FB sync with N800 tree (support for dynamic SRAM allocations)
13100   * ARM: OMAP: FB: add controller platform data
13101   * ARM: OMAP: Finish converting retu and retu-wdt to platform devices
13102   * ARM: OMAP: Fix GCC-reported compile time bug
13103   * ARM: OMAP: Fix PRCM base register usage for 243x
13104   * ARM: OMAP: Fix gpmc header
13105   * ARM: OMAP: Fix typo in board-h4.h
13106   * ARM: OMAP: Fix warning in lcdc.c
13107   * ARM: OMAP: Fix warning in timer32k.c
13108   * ARM: OMAP: H2 lcd updates for SPI framework
13109   * ARM: OMAP: H3 workqueue fixes
13110   * ARM: OMAP: Implement workaround for GPIO wakeup bug in OMAP2420 silicon
13111   * ARM: OMAP: MPUIO wake updates
13112   * ARM: OMAP: Merge PM code from N800 tree
13113   * ARM: OMAP: Merge board specific files from N800 tree
13114   * ARM: OMAP: Merge driver headers from N800 tree
13115   * ARM: OMAP: Merge gpmc changes from N800 tree
13116   * ARM: OMAP: Mostly cosmetic to sync up with linux-omap tree
13117   * ARM: OMAP: N770: add missing LCD, LCD controller, touchscreen device registration 
13118   * ARM: OMAP: OSK led fixes
13119   * ARM: OMAP: Optimize INTC register accesses and enable autoidling
13120   * ARM: OMAP: Palm Tungsten E board update
13121   * ARM: OMAP: Palm Tungsten|T support
13122   * ARM: OMAP: Palm T|E board definition update
13123   * ARM: OMAP: PalmZ71 support
13124   * ARM: OMAP: Register tsc2102 on Palm Tungsten E
13125   * ARM: OMAP: Replace mach-omap/omap2 with mach-omap2
13126   * ARM: OMAP: Sync H4 board init with linux-omap
13127   * ARM: OMAP: Sync board specific files with linux-omap
13128   * ARM: OMAP: Sync core code with linux-omap
13129   * ARM: OMAP: Sync framebuffer headers with N800 tree
13130   * ARM: OMAP: Sync headers with linux-omap
13131   * ARM: OMAP: TSC2101: add platform init / registration to board files
13132   * ARM: OMAP: TUSB EVM init
13133   * ARM: OMAP: Tabify mux.c
13134   * ARM: OMAP: USB peripheral support on H4
13135   * ARM: OMAP: Update EAC codec port mode in board-n800-audio.c
13136   * ARM: OMAP: Update Nokia N800 defconfig
13137   * ARM: OMAP: Update omap h2 defconfig
13138   * ARM: OMAP: Update timer32k.c to compile
13139   * ARM: OMAP: abstract debug card setup (smc, leds)
13140   * ARM: OMAP: add 24xx GPIO debounce support
13141   * ARM: OMAP: add SoSSI clock
13142   * ARM: OMAP: add SoSSI clock (call propagate_rate for childrens)
13143   * ARM: OMAP: add SoSSI clock (remove manual checking of SoSSI state from idle)
13144   * ARM: OMAP: cleanup apollon board
13145   * ARM: OMAP: fix OMAP1 dmtimer build warning
13146   * ARM: OMAP: fix OMAP1 mpuio suspend/resume oops
13147   * ARM: OMAP: gpio init section cleanups
13148   * ARM: OMAP: gpio object shrinkage, cleanup
13149   * ARM: OMAP: h4 must have blinky leds!!
13150   * ARM: OMAP: omap camera builds again; Mistral init and mux
13151   * ARM: OMAP: omap2/gpmc updates
13152   * ARM: OMAP: omap2/memory.c compile fixes
13153   * ARM: OMAP: osk+mistral backlight, power, board specific
13154   * ARM: OMAP: partial LED fixes
13155   * ARM: OMAP: plat-omap changes for 2430 SDP
13156   * ARM: OMAP: restore CONFIG_GENERIC_TIME
13157   * ARM: OMAP: rx-44 depends on n800, remove duplicate linking
13158   * ARM: OMAP: speed up gpio irq handling
13159   * ARM:OMAP: Add initial TWL support for non-MPU MMU framework
13160   * Add Nokia CBUS support
13161   * Add mbuesch to .mailmap
13162   * Add missing USRobotics Wireless Adapter (Model 5423) id into zd1211rw
13163   * Allow reading tainted flag as user
13164   * Char: icom, mark __init as __devinit
13165   * Char: mxser, fix TIOCMIWAIT
13166   * Char: mxser_new, fix TIOCMIWAIT
13167   * Char: mxser_new, fix recursive locking
13168   * Fix possible NULL pointer access in 8250 serial driver
13169   * Fix spelling in drivers/video/Kconfig
13170   * Fixed booting omap2 again
13171   * Formating changes for Basic OMAP2430 High speed I2C
13172   * Get TSC2101 and TSC2102 drivers in sync with new ALSA struct naming
13173   * I2C: Add high-speed support to omap-i2c
13174   * IB/mthca: Fix data corruption after FMR unmap on Sinai
13175   * IPv6: fix Routing Header Type 0 handling thinko
13176   * KVM: Fix off-by-one when writing to a nonpae guest pde
13177   * Linux 2.6.21
13178   * Longhaul - Revert ACPI C3 on Longhaul ver. 2
13179   * MAINTAINERS: use lists.linux-foundation.org
13180   * MTD: Add onenand support for omap24xx
13181   * Minor bug fixes to i2c-pasemi
13182   * NF: Add iptables IDLETIMER target
13183   * NFS: Don't clear PG_writeback until after we've processed unstable writes
13184   * NFS: Fix race in nfs_set_page_dirty
13185   * NFS: Fix the 'desynchronized value of nfs_i.ncommit' error
13186   * NFS: clean up the unstable write code
13187   * RPC: Fix the TCP resend semantics for NFSv4
13188   * Revert "adjust legacy IDE resource setting (v2)"
13189   * Revert "e1000: fix NAPI performance on 4-port adapters"
13190   * SPI: Add TSC2102 main SPI driver
13191   * SPI: Add an SPI master driver for the OMAP2 McSPI controller
13192   * SPI: Add support for TSC2101
13193   * SPI: Add support for TSC2301 protocol driver
13194   * SPI: TSC2046 touchscreen support
13195   * Taskstats fix the structure members alignment issue
13196   * USB: Allow transfer_buffer with transfer_dma
13197   * WATCHDOG: use base address from platform resources and make 2430 boot again
13198   * [ARM] 4313/1: S3C24XX: Update s3c2410 defconfig to 2.6.21-rc6
13199   * [ARM] Update mach-types
13200   * [BNX2]: Fix occasional NETDEV WATCHDOG on 5709.
13201   * [BRIDGE]: Unaligned access when comparing ethernet addresses
13202   * [IPSEC] af_key: Fix thinko in pfkey_xfrm_policy2msg()
13203   * [IPV6]: Disallow RH0 by default.
13204   * [IrDA]: Correctly handling socket error
13205   * [KEY]: Fix conversion between IPSEC_MODE_xxx and XFRM_MODE_xxx.
13206   * [MIPS] Add missing silicon revisions for BCM112x
13207   * [MIPS] Disallow CpU exception in kernel again.
13208   * [MIPS] Fix BUG(), BUG_ON() handling
13209   * [MIPS] Fix oprofile logic to physical counter remapping
13210   * [MIPS] Fix wrong checksum for split TCP packets on 64-bit MIPS
13211   * [MIPS] Retry {save,restore}_fp_context if failed in atomic context.
13212   * [NETLINK]: Don't attach callback to a going-away netlink socket
13213   * [NETLINK]: Infinite recursion in netlink.
13214   * [NET]: Fix UDP checksum issue in net poll mode.
13215   * [NET]: Get rid of alloc_skb_from_cache
13216   * [NET]: Set a separate lockdep class for neighbour table's proxy_queue
13217   * [PARPORT] SUNBPP: Fix OOPS when debugging is enabled.
13218   * [PPP]: Fix skbuff.c:BUG due incorrect logic in process_input_packet()
13219   * [SBUS] vfc_dev.c: kzalloc
13220   * [SCTP]: Do not interleave non-fragments when in partial delivery
13221   * [SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc)) failed message
13222   * [SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation.
13223   * [SPARC] openprom: Switch to ref counting PCI API
13224   * [SUNHME]: Fix module unload.
13225   * [SUNLANCE]: Fix module unload.
13226   * [SUNQE]: Fix MAC address assignment.
13227   * [TCP]: Congestion control initialization.
13228   * [XFRM]: beet: fix pseudo header length value
13229   * [netdrvr] depca: handle platform_device_add() failure
13230   * acpi-thermal: fix mod_timer() interval
13231   * allow vmsplice to work in 32-bit mode on ppc64
13232   * alpha: build fixes - force architecture
13233   * alpha: fixes for specific machine types
13234   * alpha: more fixes for specific machine types
13235   * cache_k8_northbridges() overflows beyond allocation
13236   * cfq-iosched: fix alias + front merge bug
13237   * cfq-iosched: fix sequential write regression
13238   * check node crc before doing anything else
13239   * check node crc before doing anything else
13240   * check node crc before doing anything else
13241   * cxgb3 - Fix low memory conditions
13242   * cxgb3 - PHY interrupts and GPIO pins.
13243   * do not truncate irq number for icom adapter
13244   * drivers/macintosh/smu.c: fix locking snafu
13245   * drivers/net/hamradio/baycom_ser_fdx build fix
13246   * exec.c: fix coredump to pipe problem and obscure "security hole"
13247   * fault injection: add entry to MAINTAINERS
13248   * fix OOM killing processes wrongly thought MPOL_BIND
13249   * fix bogon in /dev/mem mmap'ing on nommu
13250   * gianfar needs crc32 lib dependency
13251   * hpt366: fix kernel oops with HPT302N
13252   * hwmon/w83627ehf: Don't redefine REGION_OFFSET
13253   * hwmon/w83627ehf: Fix the fan5 clock divider write
13254   * i2c-pasemi: Depend on PPC_PASEMI again
13255   * i2c: Merge omap i2c drivers from omap-historic
13256   * i386: Fix some warnings added by earlier patch
13257   * ide/Kconfig: add missing range check for IDE_MAX_HWIFS
13258   * ide/pci/delkin_cb.c: add new PCI ID
13259   * ieee1394: update MAINTAINERS database
13260   * kernel-doc: fix plist.h comments
13261   * knfsd: use a spinlock to protect sk_info_authunix
13262   * musb_hdrc: Allow tusb dma to transfer various data sizes
13263   * musb_hdrc: Avoid host babble by checking tx fifo
13264   * musb_hdrc: Clean-up TUSB fifo access
13265   * musb_hdrc: DMA RX workaround for tusb6010
13266   * musb_hdrc: Enable host DMA for tusb6010
13267   * musb_hdrc: Stop host session on BABBLE
13268   * musb_hdrc: Transfer remaining bytes with PIO
13269   * omap2: fix clock.h rate_offset whitespace
13270   * omap2: merge CONTROL_STATUS defines
13271   * omap2: standardize clock.h enable_reg/enable_bit order
13272   * omap2: use symbolic constant to mark parent-controlled clocks in clock.[ch]
13273   * oom: kill all threads that share mm with killed task
13274   * packet: fix error handling
13275   * page migration: fix NR_FILE_PAGES accounting
13276   * paride drivers: initialize spinlocks
13277   * pata_sis: Fix oops on boot
13278   * reiserfs: fix xattr root locking/refcount bug
13279   * serial: 8250 changes for omap
13280   * sis900: Allocate rx replacement buffer before rx operation
13281   * sky2: EC-U performance and jumbo support
13282   * sky2: disable ASF on all chip types
13283   * sky2: disable support for 88E8056
13284   * sky2: handle descriptor errors
13285   * sky2: no jumbo on Yukon FE
13286   * sky2: version 1.14
13287   * smc91x: Add code to detect errors caused by bad memory timings
13288   * smc91x: Clean up omap machine type handling
13289   * spi: fix use of set_cs in spi_s3c24xx driver
13290   * spidernet: Fix problem sending IP fragments
13291   * ufs proper handling of zero link case
13292   * usb-net/pegasus: fix pegasus carrier detection
13293   * v9fs: don't use primary fid when removing file
13294   * x86-64: Always flush all pages in change_page_attr
13295   * x86-64: make GART PTEs uncacheable
13296   * x86: Fix gcc 4.2 _proxy_pda workaround
13297   * x86: Fix potential overflow in perfctr reservation
13298   * x86: Remove noreplacement option
13299
13300  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  8 May 2007 16:59:49 +0300
13301
13302 kernel-source-rx-34 (2.6.21-osso12) unstable; urgency=low
13303
13304   * week200719-2 preprerelease, waiting for changelog 
13305
13306  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Sun,  6 May 2007 17:21:28 +0300
13307
13308 kernel-source-rx-34 (2.6.21-osso11) unstable; urgency=low
13309
13310   * week200718-1 release
13311   * ARM: OMAP2: Camera: Properly set video_device's parent device
13312   * ARM: OMAP2: Camera: update: mostly DVFS and reset related issues.
13313   * ARM: OMAP2: DVFS notification registration checks for end-of-transition
13314   * ARM: OMAP2: RX-34/RX-44: Add DVS to DFS
13315   * ARM: OMAP2: RX-34/RX-44: Dynamic Voltage Scaling support for OMAP2
13316   * ARM: OMAP: Build USB Gadget Support as modules for nokia 2420
13317   * ARM: OMAP: DVFS: Add DSS1 clock scaling
13318   * ARM: OMAP: Fix to make omap_mbox_send_sync() independently
13319   * ARM: OMAP: MMC: Use sys_notify for userland event monitor
13320   * ARM: OMAP: RX-44: Add cover as third PWM
13321   * ARM: OMAP: RX-44: Add slide and lock GPIOs
13322   * ARM: OMAP: Raise bootloader tag size
13323   * ARM: OMAP: Remove rx44_defconfig
13324   * ARM: OMAP: Rename nokia 2420 defconfig
13325   * ARM: OMAP: update nokia 2420 defconfig
13326   * ARM: OMAP: update nokia 2420 defconfig
13327   * Added missing CONFIG_SCSI_MULTI_LUN to nokia_2420_defconfig
13328   * DVFS: Add support DSP with DSP side S/W assistant
13329   * DVFS: Add timeout to wait DSP reply for reliability
13330   * DVFS: Fix notifier kernel thread problem when suspending
13331   * DVFS: Re-enabled DVFS kernel thread for DSP
13332   * Disable summary after wbuf recovery
13333   * FB: OMAP: Add Blizzard DVFS support
13334   * FB: OMAP: Add DVFS handling
13335   * FB: OMAP: Be a little more verbose in RFBI error situations
13336   * I2C: Add LP5521 LED driver
13337   * I2C: LM8323: Fix author annotation
13338   * MUSB_HDRC: Allow selecting OTG, peripheral or host mode via sysfs
13339   * OMAP: Store switch state for OUTPUT gpio-switches
13340   * OTG WHITELIST
13341   * Prevent list corruption when handling write errors
13342   * TUSB6010 Loopback Test
13343   * check node crc before doing anything else
13344   * fix deadlock on error path
13345  
13346  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 27 Apr 2007 17:55:40 +0300
13347
13348 kernel-source-rx-34 (2.6.21-osso10) unstable; urgency=low
13349
13350   * week200717-2 release
13351   * mmc: Add high capacity mmc card support
13352   * ARM: OMAP2: Camera: driver update.
13353   * ARM: OMAP2: Camera: Add initial DVFS support.
13354
13355  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 24 Apr 2007 14:37:20 +0300
13356
13357 kernel-source-rx-34 (2.6.21-osso9) unstable; urgency=low
13358
13359   * Fixed changelog (added skipped records)
13360   * DVFS: Fix incorrect event use of DVFS event variables
13361   * DVFS: Fix incorrect use of daemonize
13362   * DVFS: Initial DVFS support for DSPGW
13363   * ARM: OMAP: Add resume/suspend interface for OMAP mailbox FW
13364   * DSP: Add sysfs entry to monitor DSP KFUNC device state
13365   * DVFS: Enable DVFS in nokia_internet_tablet_2420_defconfig
13366   * DVFS: Add dvfs_notify_pid check for notify callback in ONENAND
13367   * DVFS: Add dvfs_notify_pid in DSP to use kernel_thread for Notifier
13368   * ARM: OMAP: Add mbox_send_sync interface for omap mailbox
13369   * ARM: OMAP: Add mbox_send_sync interface for omap mailbox
13370   * ARM: OMAP: N800: Fix build warning in board-n800-pm.c
13371   * DVFS: Fix incorrect function pointer set in omap DMA
13372   * DVFS: Converted semaphore to mutex
13373   * ARM: OMAP: Fix dma.c compilation for non-dvfs configs
13374   * ARM: OMAP: Fix dma.c compilation for non-dvfs configs
13375   * ARM: Enable TMP105 on OMAP2420 based Nokia Internet Tablets
13376   * ARM: OMAP2: Camera: Fix crash in omap24xxcam_sensor_init.
13377  
13378  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 23 Apr 2007 15:36:06 +0300
13379
13380 kernel-source-rx-34 (2.6.21-osso8) unstable; urgency=low
13381
13382   * week200717-1 release
13383   * DVFS: Workaround for kernel_thread problem
13384   * mmc: OMAP: Use R6 with SD_SEND_RELATIVE_ADDR
13385   * mmc: OMAP: Add multislot support
13386   * MMC: Enable MMC support on Omap
13387   * HWMON: Add TMP105 temperature sensor driver
13388   * HWMON: Add TMP105 temperature sensor to Kconfig and Makefile
13389   * ARM: Enable TMP105 on OMAP2420 based Nokia Internet Tablets
13390
13391  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 23 Apr 2007 14:46:26 +0300
13392
13393 kernel-source-rx-34 (2.6.21-osso7) unstable; urgency=low
13394
13395   * week200716-2 release
13396   * ARM: OMAP: Enable bluetooth in nokia combo config
13397   * Revert "ARM: OMAP2: Add hardware configuration for camera block and  camera sensor."
13398   * ARM: OMAP2: Camera: Add generic OMAP camera platform_device.
13399   * N800, RX44: Add hardware-dependent configuration for camera sensor.
13400   * RX44: Add camera and sensor drivers to default configuration.
13401   * N800: Fix default configuration.
13402   * ALSA: Add bluetooth port support and audio path controls into OMAP24xx  EAC
13403
13404  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 17 Apr 2007 18:10:34 +0300
13405
13406 kernel-source-rx-34 (2.6.21-osso6) unstable; urgency=low
13407
13408   * debian/rules: changed defconfig name 
13409   * ARM: Add defconfig for OMAP2420 based Nokia Internet Tablets
13410   * ARM: OMAP: DVFS cleanup
13411   * DVFS: Add DFS support for OneNAND driver
13412   * DSPGW: Remove unused mailbox memeber
13413   * ARM: OMAP: ONENAND: Whitespace cleanup: drivers/mtd/onenand/omap2.c
13414   * DVFS: Fix build error with DVFS disabled in kernel config
13415   * ARM: OMAP: ONENAND: Add space in error message
13416
13417  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 16 Apr 2007 18:25:17 +0300
13418
13419 kernel-source-rx-34 (2.6.21-osso5) unstable; urgency=low
13420
13421   * Forbidden words cleanup 
13422
13423  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 11 Apr 2007 13:01:50 +0300
13424
13425 kernel-source-rx-34 (2.6.21-osso4) unstable; urgency=low
13426
13427   * week200715-2 release
13428   * ARM: OMAP: RX-44: Enable omap uart driver in defconfig
13429   * N800: Fix default configuration.
13430   * RX44: Add camera and sensor drivers to default configuration.
13431   * N800, RX44: Add hardware-dependent configuration for camera sensor.
13432   * ARM: OMAP2: Camera: Add generic OMAP camera platform_device.
13433   * Revert "ARM: OMAP2: Add hardware configuration for camera block and camera sensor."
13434   * ARM: OMAP: DVFS cleanups
13435   * ARM: OMAP: DVFS for n800
13436   * ARM: OMAP: Transparently queue dma requests during DVFS transitions
13437   * ARM: OMAP: Send pre & post notifications for dvfs
13438   * ARM: OMAP: Sync clk fw state with current HW settings
13439   * ARM: OMAP: Takes a snapshot of a set of memory locations
13440   * ARM: OMAP: Peek'nPoke 8, 16 & 32 bit words
13441   * ARM: OMAP: Enables Observability Modes
13442   * ARM: OMAP: Debug Mode
13443   * OMAP: Add serial driver for OMAP UARTs
13444   * ARM: OMAP2: Add hardware configuration for camera block and camera sensor.
13445   * ARM: OMAP: Camera if: Modify camera/sensor interface.
13446   * ARM: OMAP2: Camera, TCM825x: Add entries to Makefile and Kconfig.
13447   * ARM: OMAP: TCM825x: Add driver.
13448   * ARM: OMAP2: Camera: Add driver.
13449   * ALSA: Remove include statement for non-existing header file in AIC33 driver
13450   * ALSA: Remove non-global AIC33 header file
13451   * ARM: OMAP: FB: Properly initialise struct in full-screen update
13452   * I2C: LM8323: Fix debugging
13453   * ARM: OMAP: RX-44: Minor keymap updates
13454   * ARM: Activate audio support in rx44_defconfig
13455   * ARM: OMAP: Add audio support to Nokia RX-44
13456   * Add driver for TLV320AIC23 audio codec
13457   * ALSA: Fix OMAP24xx EAC codec port I2S master/slave support
13458   * Add TSL2563 to rx44_defconfig
13459   * Add TSL2563 driver
13460   * ARM: OMAP2: RX-44: Add LM8323 to defconfig
13461   * ARM: OMAP2: RX-44: Add support for new LM8323 driver
13462   * I2C: Add NSC LM8323 driver
13463   * ARM: OMAP: RX-44: Remove old LM8323 code
13464   * Add TSC2005 touchscreen support
13465   * ARM: OMAP: Dummy fix to make board-rx44.o linkable along with board-n800.o
13466   * ARM: Add board rx44_defconfig
13467   * ARM: OMAP: Add basic support for Nokia RX-44 board
13468   * ARM: Hack add machine type for Nokia RX-44
13469   * ARM: OMAP: N800 mach type
13470   * RX-44:DVFS: Rename dvfs_op to dvfs_init_op
13471
13472  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 10 Apr 2007 21:07:04 +0300
13473
13474 kernel-source-rx-34 (2.6.21-osso3) unstable; urgency=low
13475
13476   *  Package name back
13477
13478  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  3 Apr 2007 18:16:38 +0300
13479
13480 kernel-source-rx-44 (2.6.21-osso3) unstable; urgency=low
13481
13482   * real rx-44-2007-14-1 release
13483   * Oulu's blizzard.c  reverted
13484
13485  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  3 Apr 2007 16:49:09 +0300
13486
13487 kernel-source-rx-44 (2.6.21-osso2) unstable; urgency=low
13488
13489   * Oulu's blizzard.c. 
13490
13491  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon,  2 Apr 2007 18:56:29 +0300
13492
13493 kernel-source-rx-44 (2.6.21-osso1) unstable; urgency=low
13494
13495   * week200714-1 release
13496   * First RX-44 release
13497   * Updated upstream sources
13498
13499  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon,  2 Apr 2007 18:53:47 +0300
13500
13501 kernel-source-rx-34 (2.6.18-osso42) unstable; urgency=low
13502
13503   * week200713-1 release
13504   * MMC: Add support for mmc v4 high speed mode
13505   * mmc: Support for high speed SD cards
13506   * mmc: Add support for SDHC cards
13507   * mmc: Graceful fallback for fancy features
13508   * mmc: MMC sector based cards
13509
13510  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 27 Mar 2007 15:15:01 +0300
13511
13512 kernel-source-rx-34 (2.6.18-osso41) unstable; urgency=low
13513
13514   * week200712-1 release
13515   * Correct partition failed erase address
13516   * Use yield() between GC passes in background thread.
13517   * JFFS2: fix deadlock on error path
13518   * Support piping into commands in /proc/sys/kernel/core_pattern
13519   * Pass process information to userspace coredump helper
13520   * Kernel OOM-killer and allocation denial use different rules
13521
13522  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 20 Mar 2007 17:50:42 +0200
13523
13524 kernel-source-rx-34 (2.6.18-osso40) unstable; urgency=low
13525
13526   * blizzard: fix lame full screen update bug 
13527
13528  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  7 Mar 2007 14:56:12 +0200
13529
13530 kernel-source-rx-34 (2.6.18-osso39) unstable; urgency=low
13531
13532   * week200710-1 release
13533   * OMAP2: Enable limp state (no sys_clkreq) even when osc_ck is enabled
13534
13535  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  7 Mar 2007 12:09:34 +0200
13536
13537 kernel-source-rx-34 (2.6.18-osso38.2) unstable; urgency=low
13538
13539   * Fixed config for the last change 
13540
13541  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri,  2 Mar 2007 15:47:47 +0200
13542
13543 kernel-source-rx-34 (2.6.18-osso38.1) unstable; urgency=low
13544
13545   * Production release with a fixed UART
13546
13547  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri,  2 Mar 2007 14:39:14 +0200
13548
13549 kernel-source-rx-34 (2.6.18-osso38) unstable; urgency=low
13550
13551   * week200709-1 release
13552   * Tahvo: Only mask MeasReady interrupt when suspending
13553   * TSC2301 Mixer: Lazy fix to GPIO restore
13554   * Use official machine id for N800
13555   * blizzard: more robust suspend / resume
13556
13557  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 27 Feb 2007 16:29:44 +0200
13558
13559 kernel-source-rx-34 (2.6.18-osso37) unstable; urgency=low
13560
13561   * week200707-1 release
13562   * N800: Remove needless codec PLL startup delay from
13563     board-n800-audio.c
13564   * TSC2301 keypad: workaround the keypad scanner stuck HW bug
13565   * [JFFS2] Reschedule in loops
13566   * OneNAND: leave watchdog alone
13567   * TSC2301 Mixer: Update notes text
13568   * TSC2301 Mixer: Update power control rules
13569   * TSC2301 Mixer: Slightly updated power control rules
13570   * DSP: Fixed Spinlocks in DSP mailbox
13571   * N800: Separate EAC and sys_clkout2 pin multiplexing in
13572     board-n800-audio.c
13573   * ARM: VM: fix user page protection macros
13574   * TSC2301 Mixer: Implement delayed power-down
13575   * ARM: OMAP2: Camera: More robust reset sequence.
13576   * ARM: OMAP2: Camera: Add frame_check to sensor interface
13577   * ARM: OMAP2: Camera: Call sensor frame_check
13578   * ARM: OMAP2: Camera: Make omap24xxcam_reset_work more public
13579   * ARM: OMAP2: Camera: Add sensor jamming detection code.
13580
13581  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 13 Feb 2007 15:35:00 +0200
13582
13583 kernel-source-rx-34 (2.6.18-osso36) unstable; urgency=low
13584
13585   * week200705-2 release
13586   * ARM: OMAP2: Camera: Fix videobuf_buffer memory leak.
13587   * TUSB: Save and restore TUSB_PRCM_CONF reg during loopback test
13588   * PM: Force UART clocks off during software suspend
13589   * n800_defconfig: Link Bauhaus in-kernel again
13590   * Tahvo: Mask all IRQs when suspending the chip
13591
13592  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri,  2 Feb 2007 16:20:27 +0200
13593
13594 kernel-source-rx-34 (2.6.18-osso35) unstable; urgency=low
13595
13596   * week200705-1 release
13597   * ARM: OMAP: Remove <linux/config.h> include statement from N800 board file
13598   * ARM: OMAP2: Camera: Clear mmapped pages.
13599   * ARM: OMAP2: Camera: Don't include linux/config.h.
13600   * ARM: OMAP: EAC: Fix bug in eac_enable_clocks function
13601   * [PATCH] MUSB HDRC: RMMOD Fail-fixing
13602   * PM: Adds EXPORT_SYMBOL for omap2_allow_sleep and omap2_block_sleep
13603   * n800_defconfig: compile musb_hdrc as module
13604   * DSP: Added locks for request_queue protection
13605   * DSP: Added locks for preemption
13606   * DSP: Moved lock points along with the previous change
13607   * Bluetooth: Shutdown the BT chip after probing.
13608   * DSP: Get rid of DSP for production release
13609   * Fix typo in drivers/bluetooth/hci_h4p/core.c
13610
13611  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 31 Jan 2007 14:37:30 +0200
13612
13613 kernel-source-rx-34 (2.6.18-osso34) unstable; urgency=low
13614
13615   * Removed forbidden words from changelog
13616
13617  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  9 Jan 2007 16:27:53 +0200
13618
13619 kernel-source-rx-34 (2.6.18-osso33) unstable; urgency=low
13620
13621   * week200702-1 release
13622   * blizzard: Partial updates for YUV422 planes
13623   * TSC2301 Mixer: Clarify a comment about PLL shutdown when input clock is off
13624   * DSP: Added reset operation for omap mmu framework
13625   * DSP: Added IPI initialization for ioctl(MMUINIT)
13626   * DSP: Modified to monitor longer response time for dsp message
13627   * DSP: Fixed potential sleep under spinlock
13628   * DSP: Fixed potential soft lockup in mailbox
13629   * ARM: OMAP: N800: Increase third fb plane size
13630   * ARM: OMAP2: Camera: Make DMA source burst size 32
13631   * OneNAND: report about single-bit errors
13632   * OneNAND: bugfix: return error codes
13633   * OneNAND: Always print error messages
13634   * OneNAND: Correctly catch ECC and other onenand_wait errors
13635   * OneNAND: Make read-word function calls consistent
13636   * OneNAND: Check gpio errors and timeouts in onenand_wait
13637
13638  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  9 Jan 2007 16:17:33 +0200
13639
13640 kernel-source-rx-34 (2.6.18-osso31) unstable; urgency=low
13641
13642   * week200701-1 release
13643   * OneNAND: Disable DMA read for now
13644   * ARM: OMAP: I2C: fix tansaction timeout checking
13645   * TSC2301: shut down PLL when external clock is off
13646   * n800: EAC: fix calling order in clock disable
13647   * ARM: OMAP: FB: support for per window HW acceleration
13648   * blizzard: add support for various accelearion options
13649   * ARM: OMAP2: FB: fix frequency lookup in tearing sync setup
13650   * ARM: OMAP: FB: fix locking for mode changes
13651   * ARM: OMAP: FB: support for dynamic SRAM allocations
13652   * ARM: OMAP: FB: support for dynamic memory reconfiguration
13653   * n800: FB: move video plane to SRAM
13654   * ARM: OMAP: FB: add new capability infos
13655   * n800: blizzard: add new capability infos
13656   * ARM: OMAP: FB: Fix cropping for output window
13657   * ARM: OMAP: FB: fix OMAPFB_IOCTL return type
13658   * TSC2301 Mixer: cleanup include statements
13659   * PM: Enable MPU retention
13660   * ARM: OMAP: FB: fix update_first_pixel to use the new update_window IOCTL
13661
13662  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  3 Jan 2007 16:13:24 +0200
13663
13664 kernel-source-rx-34 (2.6.18-osso30) unstable; urgency=low
13665
13666   * week200651-3 release
13667   * [JFFS2] add cond_resched() when garbage collecting deletion dirent
13668   * OneNAND: workaround for boot ROM chip detection bug
13669   * Wait until last fw byte is sent in fw uploading
13670
13671  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 21 Dec 2006 13:47:43 +0200
13672
13673 kernel-source-rx-34 (2.6.18-osso29) unstable; urgency=low
13674
13675   * week200651-2 release
13676   * BT fixed 
13677
13678  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 19 Dec 2006 18:08:54 +0200
13679
13680 kernel-source-rx-34 (2.6.18-osso28) unstable; urgency=low
13681
13682   * week200651-1 release
13683   * Bauhaus: Block sleep when USB cable is connected
13684   * Bluetooth: Fix spinlocks and clocks in PM functions. Fixes: NB#49841
13685  
13686  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 19 Dec 2006 11:43:07 +0200
13687
13688 kernel-source-rx-34 (2.6.18-osso27) unstable; urgency=low
13689
13690   * week200650-1 release
13691   * Bluetooth: Block sleep when transfer in progress
13692   * MMC: Specify number of blocks in advance for multi-block ops
13693   * PM: Take sleep_block into account when deciding about MPU retention
13694   * PM: Disable MPU retention for now
13695   * DSP: Fixed previous commit for dsp_task_mmap_open/close
13696
13697  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 11 Dec 2006 18:06:34 +0200
13698
13699 kernel-source-rx-34 (2.6.18-osso26) unstable; urgency=low
13700
13701   * week200649-1 release
13702   * ARM: OMAP: Add prototypes for omap2_{allow,block}_sleep
13703   * TCM825x: Update XCLK calculation rules to return 24.57 MHz instead of 24 MHz
13704   * ARM: OMAP: Change write burst size in OMAP2 Camera DMA
13705   * DSP: Used to unified devstate lock interface
13706   * DSP: Added notification to userland when failed to delete dsp task
13707   * DSP: Added missed MEM_IOCTL_MMUINIT in dsp_mem ioctl
13708   * DSP: Added POLLERR when devstate is not suitable
13709   * DSP: Removed BUG() for restarting dsp system again
13710   * DSP: Set timeout for waiting devstate transition in open
13711   * PM: Prevent MPU retention in special conditions
13712
13713  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  5 Dec 2006 14:51:14 +0200
13714
13715 kernel-source-rx-34 (2.6.18-osso25) unstable; urgency=low
13716
13717   * week200648-1 release
13718   * PM: Reprogram dyntick when entering MPU retention
13719   * OneNAND: Block sleep when reading from bufferram to maximize speed
13720   * TCM825x: Register initialization table cleanup
13721   * TCM825X: Update XCLK calculation rules
13722   * TCM825x: Change register initialization order
13723   * TCM825x: Code readability update
13724  
13725  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 29 Nov 2006 17:27:09 +0200
13726
13727 kernel-source-rx-34 (2.6.18-osso24) unstable; urgency=low
13728
13729   * week200647-5 release
13730   * MMC: OMAP: Guard against NULL dereference
13731   * PM: Make MPU always try to enter retention
13732   * OMAP: MMC: Enable multi-block write for MMC 
13733
13734  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 24 Nov 2006 19:53:51 +0200
13735
13736 kernel-source-rx-34 (2.6.18-osso23) unstable; urgency=low
13737
13738   * week200647-4 release
13739   * Revert "Revert "Revert "PM: Make MPU always try to enter retention"""
13740
13741  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 24 Nov 2006 11:37:49 +0200
13742
13743 kernel-source-rx-34 (2.6.18-osso22) unstable; urgency=low
13744
13745   * week200647-3 release
13746   * PM: Make MPU always try to enter retention
13747   * Bluetooth: Send GET_REPORT and SET_REPORT aftern connecting 
13748
13749  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 24 Nov 2006 10:17:35 +0200
13750
13751 kernel-source-rx-34 (2.6.18-osso21) unstable; urgency=low
13752
13753   * Revert "PM: Make MPU always try to enter retention" 
13754
13755  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 23 Nov 2006 14:44:11 +0200
13756
13757 kernel-source-rx-34 (2.6.18-osso20) unstable; urgency=low
13758
13759   * week200647-1 release
13760   * USB: Rename NXXX to N800
13761   * PM: Fix Menelaus VCORE scaling
13762   * N800: Update board-n800-audio.c license
13763   * ARM: OMAP: EAC: Update license
13764   * TSC2301 Mixer: Update license and notes text
13765   * PM: Remove clearing of PRCM_IRQSTATUS_MPU
13766   * PM: Make MPU always try to enter retention
13767   * ARM: OMAP: Pass right access permissions to remap_pfn_range in OMAP2 camera
13768   * DSP: Enabled to notify mailbox illegal sequence bit to userland daemon
13769   * DSP: Cleaned up dsptask locking
13770   * DSP: Rename function name for readibility
13771   * DSP: Macro function used to trace dsp taskdev state change
13772   * DSP: Changed printk(KERN_INFO..), to pr_info()
13773   * N800: Removed DEBUG definition
13774
13775  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 23 Nov 2006 12:50:11 +0200
13776
13777 kernel-source-rx-34 (2.6.18-osso19) unstable; urgency=low
13778
13779   * week200646-1 release
13780   * PM: Multiplex EAC pins to protected mode when EAC is not used
13781   * Remove leftover debug code from board-n800.c
13782   * omap-rng: Clock rng_ick dynamically
13783   * PM: Set Blizzard POWERDOWN line when powering down
13784   * DSP: Fixed irq state inconsistency
13785   * DSP: Fixed the wrong return value when timeout occured
13786   * TSC2301 keypad: filter out ghost keys
13787   * PM: Merge a couple of forgotten changes
13788   * ARM: OMAP: Manage itself buffers to be mmap'ed in OMAP2 camera
13789   * PM: Disable VCORE scaling for now
13790   * Bluetooth: Send MTU in positive L2CAP config response
13791   * Bluetooth: Don't respond to L2CAP config request if disconnecting
13792
13793  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 16 Nov 2006 11:21:22 +0200
13794
13795 kernel-source-rx-34 (2.6.18-osso18) unstable; urgency=low
13796
13797   * Updated defconfig name 
13798
13799  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu,  9 Nov 2006 15:54:28 +0200
13800
13801 kernel-source-rx-34 (2.6.18-osso17) unstable; urgency=low
13802
13803   * Updated orig.tar.gz 
13804
13805  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu,  9 Nov 2006 15:38:23 +0200
13806
13807 kernel-source-rx-34 (2.6.18-osso16) unstable; urgency=low
13808
13809   * week200645-2 release
13810   * Rename RX-34 to N800
13811   * Allowing user processes to rise their oom_adj value
13812   * Reduce dirty ratio granularity to 0.1%
13813   * Bluetooth L2CAP: Send right response to unknown option request
13814   * Bluetooth: Update H4+ driver license
13815   * Menelaus: Support for setting regulator sleep and VCORE
13816   * N800: Add a separate file for board-specific PM code
13817   * PM: Increase voltage setup delay
13818   * PM: Enable DC2 sleep and increase floor voltage for more stability
13819   * DSP: Update mailbox driver license
13820   * DSP: Update N800 DSP driver license
13821
13822  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu,  9 Nov 2006 14:15:06 +0200
13823
13824 kernel-source-rx-34 (2.6.18-osso15) unstable; urgency=low
13825
13826   * week200645-1 release
13827   * Change x86 keymapping for KEY_PHONE
13828   * And now the proper keymapping for KEY_PHONE
13829   * PM: Removed unnecessary DSP kill code
13830   * Menelaus: Add support for setting platform data
13831
13832  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu,  9 Nov 2006 10:26:38 +0200
13833
13834 kernel-source-rx-34 (2.6.18-osso14) unstable; urgency=low
13835
13836   * Wrong kernel build because of non-fetched tag 
13837
13838  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu,  9 Nov 2006 10:23:51 +0200
13839
13840 kernel-source-rx-34 (2.6.18-osso13) unstable; urgency=low
13841
13842   * week200644-1 release
13843   * Add hid patches from -mh patch set
13844   * bluetooth-hid: keycode range workaround for SU-8W
13845   * Revert "Bauhaus: Disable TUSB idle if cable is connected"
13846   * Revert "musb_hdrc: Workaround for incomplete SETUP packet with USB HSHET
13847   * musb_hdrc: Sync relevant code with public linux-omap tree
13848   * musb_hdrc: TUSB EVM support
13849   * musb_hdrc: Start using common TUSB GPMC init and dynamic GPMC timings
13850   * musb_hdrc: Fix TEST_PACKET again
13851   * musb_hdrc: Clear txcsr and enable tusb doublebuffering
13852   * musb_hdrc: Fix USB SUSPEND on VBUS
13853   * musb_hdrc: Fix TUSB sync DMA burst access
13854   * musb_hdrc: Backport include/linux/usb/otg.h from mainline
13855   * musb_hdrc: Fix warning on pt_regs
13856   * Compile ext2 and ext3 as modules
13857   * Reserve pool for selected users
13858   * MMC: Allow value 3 in CSD struct version
13859
13860  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  1 Nov 2006 18:17:14 +0200
13861
13862 kernel-source-rx-34 (2.6.18-osso12) unstable; urgency=low
13863
13864   * week200643-1 release
13865   * DSPGW: Add mutex_unlock for usecount in error return path
13866   * DSPGW: Use remap_pfn_range not remap_page_range in message
13867   * DSPGW: Removed unused memeber in struct taskdev
13868   * DSPGW: Fixed incorrect return value and return checking
13869   * DSPGW: Change return code of devstate_read_lock_and_test()
13870   * DSPGW: Fix error return path in omap_dsp_init()
13871   * MMC: Exclude bad cards from clock calculation
13872   * DSPGW: Error checking for proc_list_add()
13873   * Moved "ioctl.h" to "include/asm/arch/dsp.h" for  userland
13874     application to make use of this file.
13875   * ARM: OMAP: omap-pwm-led: Start blinking with on period
13876   * DSPGW: Kernel APIs to sync with dsp  during DVFS
13877   * DSPGW: Added sysfs file to sync with dsp during DVFS
13878   * DSPGW: Added a function to get dsp status
13879   * DSPGW: Check return values of __must_check functions
13880   * DSPGW: Return value checks for dsp_ctl.c
13881   * MBOX: Error return path checks for omap_mbox_init()
13882   * ARM: OMAP: omap-pwm-led: Keep power enabled when driver is loaded
13883   * LED: Allow tuning of timer trigger brightness
13884   * Enable LED triggers in default config
13885
13886  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 25 Oct 2006 16:03:57 +0300
13887
13888 kernel-source-rx-34 (2.6.18-osso11) unstable; urgency=low
13889
13890   * week200642-1 release
13891   * ARM: OMAP1: clock: add SoSSI clock
13892   * ARM: OMAP: clock: call propagate_rate for childrens
13893   * ARM: OMAP: FB: support for tearing synchronization
13894   * ARM: OMAP1: PM: remove manual checking of SoSSI state from idle
13895   * HWA742: add support for tearing synchronization
13896   * Blizzard: add support for tearing synchronization
13897
13898  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 17 Oct 2006 17:27:23 +0300
13899
13900 kernel-source-rx-34 (2.6.18-osso10) unstable; urgency=low
13901
13902   * fixed  defconfig name 
13903
13904  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 13 Oct 2006 22:00:04 +0300
13905
13906 kernel-source-rx-34 (2.6.18-osso9) unstable; urgency=low
13907
13908   * use our sources as orig.tar.gz 
13909
13910  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 13 Oct 2006 21:48:36 +0300
13911
13912 kernel-source-rx-34 (2.6.18-osso8) unstable; urgency=low
13913
13914   * use .orig.tar.gz from ftp.kernel.org 
13915
13916  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 13 Oct 2006 15:07:47 +0300
13917
13918 kernel-source-rx-34 (2.6.18-osso7) unstable; urgency=low
13919
13920   * week200641-2 release
13921   * Remove ROMFS from defconfig
13922   * OneNAND: Enable DMA with both reads and writes
13923   * MMC: Do not set unsupported bits in OCR response
13924   * MMC: When rescanning cards check existing cards after mmc_setup()
13925   * DSPGW: Cleaned up dspgw header files to avoid redefine warnings and whitespace alignements
13926   * Remove references to forbidden words
13927   * retu-headset: add support for headset button detection
13928   * TSC2301 Mixer: Power down mic bias output along with the ADC power down
13929   * ARM: OMAP: Keep CAM.XCLK low when powering down sensor in OMAP2 camera
13930
13931  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 13 Oct 2006 14:22:38 +0300
13932
13933 kernel-source-rx-34 (2.6.18-osso6) unstable; urgency=low
13934
13935   * renamed defconfig in orig.tar.gz 
13936
13937  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 11 Oct 2006 19:05:19 +0300
13938
13939 kernel-source-rx-34 (2.6.18-osso5) unstable; urgency=low
13940
13941   * some fdwords cleanups
13942
13943  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 11 Oct 2006 18:17:52 +0300
13944
13945 kernel-source-rx-34 (2.6.18-osso4) unstable; urgency=low
13946
13947   * week200641-1 release
13948   * ARM: OMAP: Make oprofile work for ARM11
13949   * Blizzard: Fix newline bug
13950   * Bauhaus: Disable TUSB idle if cable is connected
13951   * ARM: OMAP: Make OMAP1 work again
13952   * ARM: OMAP: Re:  Fix warning in clock.c
13953   * ARM: OMAP: Implement workaround for GPIO wakeup bug in OMAP2420 silicon
13954   * Sanitize camera power-up and -down code
13955   * MMC: Fix "command gets stuck" problem
13956   * TSC2301: audio: move clock handling to correct place
13957   * TSC2301: call suspend / resume also for the touchscreen and keypad
13958   * TSC2301: keypad: workaround for key scan HW bugs
13959   * ARM: OMAP: I2C: Do not use interruptible wait call in omap_i2c_xfer_msg
13960   * MMC: Select only one voltage bit in OCR response
13961   * Add multi block-write capability
13962   * OMAP: MMC: Fix oops when we get a command/data CRC error
13963   * mmc: multi sector write transfers
13964   * DSPGW: Removed EAC workaround patch for dsp s/w (rx-34-specific)
13965   * DSPGW: Cleaned up namespace and indentation for dspgw and mailbox
13966   * DSPGW: MBOX: Added kfunc power message print on mailbox log
13967   * DSPGW: MBOX: Created mailbox workqueue for performance and robustness
13968   * ARM: OMAP: Common MMU management framework
13969   * ARM: OMAP: Common MMU management framework (omap1 specific parts)
13970   * ARM: OMAP: Common MMU management framework (omap2 specific parts)
13971   * DSPGW: mapped EAC and STI for dsp (rx-34-specific)
13972   * DSPGW: MBOX: Deferred mailbox initialization
13973   * DSPGW: MBOX: introduced request_queue for mailbox message handling
13974   * Disable all I/O schedulers except the NOOP scheduler
13975   * ARM: OMAP: DISPC: ignore FIFO underflow
13976   * DSPGW: fix wrong kconfig dependency
13977   * TSC2301: keypad: mask keys when disabled
13978
13979  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 11 Oct 2006 17:12:10 +0300
13980
13981 kernel-source-rx-34 (2.6.18-osso3) unstable; urgency=low
13982
13983   * week200640-1
13984   * CBUS: Tahvo: add atomic set and clear register bits function
13985   * BUS: Retu: Combine set / clear register bits into one function
13986   * CBUS: retu-headset: update set / clear register function
13987   * blizzard: move PM code to board specific file
13988   * Camera: Setting DOUT_BUF to 8mA
13989   * Camera: Fixing bit offsets for the boolean video controls
13990   * musb_hdrc: Workaround for incomplete SETUP packet with USB HSHET
13991
13992  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  4 Oct 2006 17:02:13 +0300
13993
13994 kernel-source-rx-34 (2.6.18-osso2) unstable; urgency=low
13995
13996   * week200639-3 release
13997   * OneNAND: Always use CPU to read the buffer RAM
13998   * ARM: OMAP: Camera sensor power management added into OMAP2 camera
13999   * Add iptables support to default config
14000   * omapfb: Enable DISPC and DSS autoidling
14001   * ARM: OMAP: Enable 24xx GPIO autoidling
14002   * TSC2301: Add suspend, resume and wakeup functionality
14003   * CBUS: Enable suspend wakeup for Retu IRQ
14004   * ARM: OMAP: Add function to print clock usecounts
14005   * ARM: OMAP2: Enable serial idling and wakeup features
14006   * ARM: OMAP2: Optimize INTC register accesses and enable autoidling
14007   * ARM: OMAP: Replace clock framework debug functions
14008   * New PM code
14009   * ARM: OMAP: Avoid updating system time for sub-jiffy interrupts
14010   * ARM: OMAP: Optimize idle for dyntick
14011   * ARM: OMAP: FB: add controller platform data
14012
14013  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 29 Sep 2006 18:07:55 +0300
14014
14015 kernel-source-rx-34 (2.6.18-osso1) unstable; urgency=low
14016
14017   * week200639-1 release
14018   * new upstream release
14019   * ARM: OMAP2: Add support for forcing osc_ck on
14020   * ARM: OMAP: DSPGW: Remove workaround for dsp s/w pm
14021   * Audio: Do not enable the codec by default 
14022   * RM: OMAP: Clock use change for OMAP2 camera
14023   * Revert "Audio: Do not enable the codec by default 
14024   * genirq: fix typo in resend
14025   * ARM: OMAP2: fb: clock refcounting for dynamic sleep mode
14026   * ARM: OMAP: OMAP2 dmtimer power management support
14027   * Updated PM patch from Amit
14028   * Typo fix for previous commit
14029   * fb: blizzard: enable dynamic sleep
14030   * MUSB: More TUSB OTG support
14031   * MUSB: TUSB peripheral connection bugfix
14032   * Bluetooth: Dynamic clock usage H4+ driver
14033   * blizzard: fix rev1 suspend
14034   * ARM: OMAP2: PM: remove oscillator clock reference when going idle
14035   * camera: don't disable DSS1 interface clock at suspend
14036   * ARM: OMAP: Avoid sleeping function being called
14037   * MUSB: Enable/disable osc_ck for TUSB
14038   * Fix wrong file path mmc
14039   * ARM: OMAP: DSPGW: Use device model
14040   * ARM: OMAP: DSPGW: Fix deadlock
14041   * ARM: OMAP: Disable keypad repeating 
14042   * OneNAND: Enable wait pin monitoring
14043   * ARM: OMAP2: PM: don't put APLLs into auto idle mode
14044   * Blizzard: check line buffer status before starting transfer
14045   * TEA5761: Fix mute control query
14046   * ARM: OMAP: DSPGW: Peripheral (kfunc) control
14047   * ARM: OMAP: DSPGW: Peripheral (kfunc) control, 
14048   * ARM: OMAP: DSPGW: make mbox a member of struct omap_dsp
14049   * DSPGW: Fix compilation error
14050   * Bauhaus: Add check for osc_ck handling
14051   * DSPGW: Allow DSP GW to be removed from Kconfig
14052   * ARM: OMAP: DSPGW: DSPGW driver 3.3.1 public release (merge)
14053   * Menelaus: Fix voltage values for VMEM
14054   * Camera: Fix sensor power-on sequence
14055   * ARM: OMAP: DSPGW: fix bug in kfunc device list operation
14056   * Camera: Turn off sensor power if the sensor was not detected
14057   * ARM: OMAP: Add support for forcing osc_ck on
14058   * ARM: OMAP2: Make sure peripherals can be accessed after clk_enable
14059   * ARM: OMAP2: Keep both APLLs active during bootup
14060   * ARM: OMAP: Add sanity check to clk_disable
14061   * ARM: OMAP2: Make McSPI clocking more fine-grained
14062   * Disable cam_turn GPIO IRQ when camera is not popped out
14063   * PM: Don't kill STI clocks
14064   * ARM: OMAP: DSPGW: mailbox build fix
14065   * ARM: OMAP: DSPGW: fix build warning
14066   * ARM: OMAP: DSPGW: Deferred dsp initializtion
14067   * ARM: OMAP: MAILBOX: add member "ick" in struct omap_mbox
14068   * ARM: OMAP: DSPGW: another workaround for eac access from dsp s/w
14069   * ARM: OMAP: DSPGW: remove kfunc to handle mailbox
14070   * Revert "ARM: OMAP: MAILBOX: add member "ick" in struct omap_mbox"
14071   * DSPGW: Fix compilation error in previous commit
14072
14073  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 27 Sep 2006 15:54:30 +0300
14074
14075 kernel-source-rx-34 (2.6.17-osso9) unstable; urgency=low
14076
14077   * week200637-1 release
14078   * changed package name to kernel-source-rx-34
14079   * MUSB: PM cleanup
14080   * MUSB: Enable the TUSB irq signal as a wake event source
14081   * MUSB: Add back irq_work for cable events
14082   * ARM: OMAP: Fix spinlock recursion for dyntick
14083   * ARM: OMAP: Fix omap_set_dma_callback spinlock release
14084   * MUSB: Additional checks for TUSB DMA
14085   * MUSB: Add more TUSB endpoints
14086   * lcd_mipid: add SPI Kconfig dependency
14087   * ARM: OMAP: DSPGW: bugfix: added missing return
14088   * MUSB: PM cleanup
14089   * ARM: OMAP: GPIO: IRQSTATUS2 workaround for retention state
14090   * ARM: OMAP: DSP: Fix shared memory synchronization
14091   * ARM: OMAP: EAC: Clock use change
14092   * ARM: OMAP: DSPGW: Remove compilation warnings
14093   * ARM: OMAP: Fix typo for 24xx GPIO resume
14094   * Set correct mass storage bMaxPower value
14095   * ARM: OMAP: DSPGW: fix build error
14096   * Implement multi-block MMC writes to improve write performance
14097   * MUSB: Miscellaneous updates
14098   * Revert "Fix double deleting rfcomm device"
14099   * Bluetooth: Check if rfcomm device is already deleted
14100   * MUSB: Update TUSB looptest
14101   * MMC: Remove support WP switch
14102   * OMAP: MMC: Fix typo in mmc_omap_resume()
14103   * MUSB: Fix TUSB DMA for short tx packets
14104   * Revert "Implement multi-block MMC writes to improve write performance"
14105
14106  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 13 Sep 2006 17:47:42 +0300
14107
14108 kernel-source-rx-34-2.6.17 (2.6.17-osso8) unstable; urgency=low
14109
14110   * ARM: OMAP: DSPGW: bugfix: added missing return
14111   * Merge ../linux-omap 
14112
14113  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri,  8 Sep 2006 16:15:21 +0300
14114
14115 kernel-source-rx-34-2.6.17 (2.6.17-osso7) unstable; urgency=low
14116
14117   * week200636-1
14118   * MUSB: Fix TUSB register access
14119   * OMAP: Menelaus: Add support for controlling Vaux
14120   * Add driver for TMP105 temperature sensor chip
14121   * OMAP: Menelaus: Add prototype for menelaus_set_vaux()
14122   * usb gadget: g_ether spinlock recursion fix
14123   * MUSB: Fix TUSB DMA register access
14124   * MUSB: Optimize g_ether with NET_IP_ALIGN to align buffers
14125   * MUSB: tusb updates 1/2 -- host side test support
14126   * MUSB: tusb patches 2/2 -- whitespace etc
14127   * MUSB: tusb multipoint fixes
14128   * MUSB: Make TUSB DMA debug less verbose
14129   * tell the Mentor HDRC controller driver to avoid ZLPs.
14130   * MUSB: Update defconfig for changed Kconfig names
14131   * MUSB: Update register access based on new HDRC core spec
14132   * Add missing tmp105.c file
14133   * Enable TMP105  
14134   * ARM: OMAP: cleanup init device
14135   * OMAP: Menelaus: Add a stabilization delay of 1 ms after setting voltage
14136   * ARM: OMAP: Add write memory barriers to OMAP2 clock code
14137   * ARM: OMAP: cleanup init device
14138   * ARM: OMAP: omap-pwm-led: Disable GPT when not used
14139   * JFFS2: Use all fragments of  nand_ecclayout->oobfree
14140   * OneNAND: Update OOB free table
14141   * MUSB: Clean up TUSB DMA handling
14142   * MUSB: TUSB PM cleanup
14143   * MUSB: Clean up cable status sysfs_notify() events
14144   * MUSB: MiniAB
14145   * IDLETIMER: Update license text
14146   * ARM: OMAP: Remove Remove superfluous/recursive locking for GPIO
14147   * MUSB: Workarounds for TUSB PLL
14148   * MUSB: Minor cleanups
14149   * [PATCH] MUSB: Fix TUSB compilation if CONFIG_USB_TUSB6010_TEST is not set
14150   * ARM: OMAP: F10 spec changed
14151   
14152  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu,  7 Sep 2006 17:44:36 +0300
14153
14154 kernel-source-rx-34-2.6.17 (2.6.17-osso6) unstable; urgency=low
14155
14156   * week200635-2 release
14157   * ARM: OMAP: DSPGW: re-add workaround for dsp s/w pm""
14158   * Remove kernel debugging options from defconfig
14159   * ARM: OMAP: DMA source and destination addresses are unsigned
14160   * MUSB: Update to MUSB snapshot 0825
14161   * MUSB: Fix USB high-speed electrical test TEST_PACKET mode
14162   * usb gadget: g_ether spinlock recursion fix
14163   * MUSB: Clean up TUSB ep0 register configuration
14164   * MUSB: Clean up TUSB looptest
14165   * MUSB: Disable TUSB looptest debug mode
14166   * Fix double deleting rfcomm device
14167   * ARM: OMAP: Camera scrolling bug fix
14168   * MUSB: Change TUSB DMA log level to be less verbose
14169   * retu-headset: Brown paperbag fix
14170   * MMC: Add sysfs attributes for the WP switch
14171   * ARM: OMAP: Add GPIO irq startup and shutdown functions
14172   * ARM: OMAP: Remove IVA IRQ bank
14173   * RTC: Add rtc-omap
14174   * ARM: OMAP: DISPC scale down in one direction
14175   * ARM: OMAP: DSPGW: bugfix for dynamic dsptask deletion
14176   * ARM: OMAP: Reset timer for OMAP2 camera
14177   *  Revert "ARM: OMAP: Add GPIO irq startup and shutdown functions"
14178   * Revert "ARM: OMAP: DSPGW: workaround for dsp s/w pm"
14179   * TSC2301 Mixer: Audio output activation delay added
14180   * ARM: OMAP: Reset GPIO irq state after free_irq()
14181   * Revert "ARM: OMAP: Add GPIO irq startup and shutdown functions"
14182   * GPIO: Re-add top-secret PM voodoo that got lost in previous merge
14183   * BT: Disable driver if no valid address supplied
14184
14185  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 31 Aug 2006 15:02:29 +0300
14186
14187 kernel-source-rx-34-2.6.17 (2.6.17-osso5) unstable; urgency=low
14188
14189   * week200634-1 release
14190   * ARM: OMAP: Fix OMAP2 clock.c typo
14191   * ARM: OMAP: Fix GPMC_CS_CONFIG1 writing and typos
14192   * Revert "FIXME: Keep 48M clock enabled until drivers are fixed"
14193   * ARM: OMAP: Use GPT iclk only when needed
14194   * TSC2301 keypad: add disable sysfs entry
14195   * OMAP: MMC: Fix timeout calculation
14196   * MMC: Fix typo
14197   * BT: Fix driver for new skb_pad API
14198   * TSC2301 Mixer: Power control for additional GPIO mixer controls
14199   * audio: Enable audio amplifier's power-down
14200   * ARM: OMAP: Camera compilation fixes for OMAP2
14201   * ARM: OMAP: Use 32kHz clock source in omap-pwm-led
14202   * TEA5761: update after mainline merge
14203   * ARM: OMAP: Sensor query_control should return -EINVAL when ID is wrong
14204   * ARM: OMAP: ov9640 fixes
14205   * ARM: OMAP: DSPGW: workaround for dsp s/w pm
14206   * Update defconfig
14207
14208  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 23 Aug 2006 15:59:33 +0300
14209
14210 kernel-source-rx-34-2.6.17 (2.6.17-osso4) unstable; urgency=low
14211
14212   * week200633-1 release
14213   * CBUS: Add functions for setting/clearing Retu register bits
14214   * Add first version of Retu/Vilma headset detection driver
14215   * Add support for Vilma headset detection
14216   * ARM: OMAP: Camera: DMA setting prevents OMAP sleep
14217   * blizzard: put the device to power save mode during suspend
14218   * ARM: OMAP: EAC: Use resources to pass the base address
14219   * Do not tie headphone indicator to headset detection 
14220   * CBUS: Add enable attribute for headset detection
14221   * CBUS: Move the retu-headset device registration to board-specific code
14222   * Add Retu headset device initialization to audio
14223   * TSC2301 Mixer: Fix to PLL configuration
14224   * audio: Add author and activate power down code
14225   * Enable CONFIG_CBUS_RETU_HEADSET and CONFIG_OMAP_RESET_CLOCKS
14226   * ARM: OMAP: DSPGW: fix power management functions
14227   * CBUS: remove unused function from retu-headset
14228   * MUSB: Fix problem with rmmod g_file_storage after unplug
14229   * Introduce OMAP_PM_DEBUG for all debugging code in PM
14230   * Allows Clock FW Refcounting to debug drivers in PM code
14231   * ARM: OMAP: EAC: Locking change and fixes to clock use and
14232     powering sequence
14233   * ARM: OMAP: DSP: dsp powerdomain should be handled in dsp code
14234   * ARM: OMAP: DSP: Fix typo
14235   * Enable suspend-resume on OMAP2, fix GPIO wakeup
14236   * ARM: OMAP: Use McSPI clocks only when needed
14237   * ARM: OMAP: TSC2301 Mixer: Locking added, improved power-up/-down
14238     polling and cleanup
14239   * FIXME: Keep 48M clock enabled until drivers are fixed
14240
14241  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 17 Aug 2006 15:58:56 +0300
14242
14243 kernel-source-rx-34-2.6.17 (2.6.17-osso3) unstable; urgency=low
14244
14245   * week200632-1 release
14246   * ARM: OMAP: Remove sys_ck and sys_clkout from McBSP for 24xx
14247   * ARM: OMAP: Fix missing channel parameter in omapfb_main.c
14248   * [PATCH] ARM: OMAP: 2420 boot BUG(): failure to map SRAM
14249   * ARM: OMAP: Sleep is prevented when no LCD is attached
14250   * CBUS: turn off tahvo-usb OTG idle mode during enabling
14251   * Fix typo in MMC driver
14252   * ARM: OMAP: Check STI channel value before registering console driver
14253   * MMC: Do not poll when cover is open and no cards are inserted
14254   * ARM: OMAP: Update gpio-switch framework
14255   * Implement support  internal MMC slot cover
14256   * TCM825x: power on/off callback fix
14257
14258  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue,  8 Aug 2006 17:35:57 +0300
14259
14260 kernel-source-rx-34-2.6.17 (2.6.17-osso2) unstable; urgency=low
14261
14262   * week200631-1 release
14263   * ARM: OMAP: omapfb: lcd_mipid ESD is blocking keventd
14264   * OMAP: MMC: Add support for limiting the maximum bus frequency
14265   * ARM: OMAP: Remove non-static declaration of clocks
14266   * If MMC is not enabled in Kconfig, do nothing in mmc
14267   * OMAP: MMC: Fix suspend and resume
14268   * Enable Retu RTC 
14269   * Add the lowmem module
14270   * Enable lowmem module 
14271   * TEA5761: add support for the chip with V4L2 API
14272   * Enable FM radio in defconfig
14273   * TEA5761: missing init of the video_dev->dev field
14274   * Always use a block size of 512 regardless of MMC/SD capacity
14275   * ARM: OMAP: Camera: get / use DISPC clocks properly
14276   * ARM: OMAP: omapfb: fix error path
14277   * Backport patch-sysrq-deadlock until kernel is updated
14278   * ARM: OMAP: Avoid sleeping during arch_reset
14279   * ARM: OMAP: Fix CONFIG_OMAP_RESET_CLOCKS
14280   * ARM: OMAP: make McBSP support a Kconfig option
14281   * ARM: OMAP: Make GPIO switch framework sysfs usage more sensible
14282   * Remove unneeded #warning from audio
14283   * Enable CONFIG_PM in defconfig
14284   * Update defconfig, disable CONFIG_OMAP_MCBSP
14285   * ARM: OMAP remove McBSP from statically built objects
14286
14287  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu,  3 Aug 2006 18:26:24 +0300
14288
14289 kernel-source-rx-34-2.6.17 (2.6.17-osso1) unstable; urgency=low
14290
14291   * week200630-1 release
14292   * First merged release
14293   * Changed maintaner name
14294   * changed package name
14295
14296  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 31 Jul 2006 11:53:32 +0300
14297
14298 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso23) unstable; urgency=low
14299
14300   * week200626-1 release
14301   * ARM: OMAP: DSPGW: MAILBOX: cleanup: unused files
14302   * ARM: OMAP: Generic Mailbox API
14303   * ARM: OMAP: DSPGW: autoidle mailbox
14304   * ARM: OMAP: DSPGW: set autoidle for dsp and mailbox
14305   * ARM: OMAP: DSPGW: power management idle framework
14306   * ARM: OMAP: DSPGW pm idle specific parts
14307   * ARM: OMAP: DSPGW: DVFS blocking
14308   * use the platform resource field for allocating McSPI IO range.
14309   * DMA support for McSPI
14310
14311  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 28 Jun 2006 17:03:58 +0300
14312
14313 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso22) unstable; urgency=low
14314
14315   * week200625-1 release
14316   * ARM: OMAP: Fix DMA channel irq handling for omap24xx
14317   * Avoid infinite interrupt loops with zero size packets
14318   * TSC2301 Mixer: Fix compile error
14319   * omapfb: missing return value in omapfb_update_full_screen
14320
14321  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 20 Jun 2006 18:37:24 +0300
14322
14323 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso21) unstable; urgency=low
14324
14325   * week200624-1 release
14326   * ARM: OMAP: omap2_mcspi: prevent debug message flood
14327   * dspfs: New simplistic virtual file system for dsp resource management.
14328   * ARM: OMAP: Simple IVA1 co-processor access through dspfs.
14329   * [PATCH] ARM: OMAP: OMAP2 DMA burst support
14330   * ARM: OMAP: Additional 24xx DMA fixes and functions
14331
14332  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 14 Jun 2006 16:23:14 +0300
14333
14334 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso20) unstable; urgency=low
14335
14336   * week200623-1 release 
14337   * TSC2301 Mixer: Some cleanups and fixes to initialization & exit sequence
14338   * ARM: OMAP: Fixup EAC initializers for gcc 4.1.
14339   * SPI: Kill duplicate TSC2301_MCLK_256xFS definition.
14340   * TSC2301 Mixer: Interface changes
14341   * ARM: OMAP: EAC: Added ALSA sound card instance
14342   * ARM: OMAP: TSC2301 callbacks added into EAC platform_data 
14343   * Disable CONFIG_SPI_TSC2301_AUDIO_SELF_REGISTRATION.
14344   * Add bauhaus PM support
14345   * lcd_lph8923: set LCD data lines correctly
14346   * TSC2301 Mixer: Changes to control "Mic Volume"
14347   * lph8923: ESD check and recovery for Ural displays
14348   * retu-led: Initialize blinking PWM (works now also with B3)
14349   * disable CONFIG_SPI_DEBUG
14350
14351  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  7 Jun 2006 19:18:58 +0300
14352
14353 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso19) unstable; urgency=low
14354
14355   * week200621-2 release
14356   * Lame try to boot bt chip many times
14357     Some cases bt chip is not started when initialized. In this case
14358     try again, max 4 times.
14359
14360  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 26 May 2006 16:56:17 +0300
14361
14362 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso18) unstable; urgency=low
14363
14364   * week200621-1 release
14365   * SPI: add per transfer wordsize and speed parameter
14366   * SPI: rename bitbang_transfer_setup
14367   * ARM: OMAP: omap2_mcspi: use the per transfer wordsize and speedi overrides
14368   * lcd_lph8923: use SPI per transfer parameters
14369   * ARM: OMAP: EAC: Configuration structures added into EAC header file.
14370   * ARM: OMAP: EAC device added
14371   * ARM: OMAP: EAC: Driver made platform independent.
14372   * ARM: OMAP: MMC: bugfix for cover switch event
14373   * TSC2301 Mixer: Minimum register value defined for volume registers.
14374   * ARM: OMAP: DSPGW: memmap for STI
14375   * Merged bt driver  
14376       - Use probe(). This is allready one selftest.
14377       - Use 12byte negotiation message 
14378       - disable uart while changin speed
14379       - add gpl information and license
14380       - enable power saving  
14381       - enable clock framework usage 
14382
14383  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 25 May 2006 12:34:14 +0300
14384
14385 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso17) unstable; urgency=low
14386
14387   * week200620-1 release
14388   * We also want to use aapcs-linux if the compiler supports it.
14389   * USB: Add g_file_storage product ID for new hardware
14390   * We don't want 8 bits enum optimisations. This should fix some issues with
14391     userspace.
14392   * USB: musb: add pollable sysfs events for TUSB6010 cable
14393   * Enable 32KHz timer and dyntick
14394   * Enable CBUS_RETU_LED
14395   * retu-led: support for LEDs driven by retu
14396   * ARM: OMAP: Build fixes for bogus .driver initialization.
14397   * Merge with upstream
14398   * ARM: OMAP: MMC: PM: fix mmc suspend problem
14399   * ARM: OMAP: Sync gpio.c  (GPIO IRQ lazy IRQ disable fix)
14400
14401  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 17 May 2006 17:13:31 +0300
14402
14403 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso16) unstable; urgency=low
14404
14405   * week200619-1 release
14406   * tsc2301-kp: use x86 keycodes in raw mode
14407     Post raw keyboard events using standard x86 keycodes, which enables the
14408     simultaneous use of the keypad and an external (e.g. Bluetooth) keyboard
14409     when using raw mode.
14410   * keyboard: enable raw mode on ARM
14411   * This patch adds beginnings of suspend support for 24xx.
14412     Please note the following:
14413     - Some drivers still oops while suspending, such as MMC
14414     - To see suspend errors, you must comment out .suspend and .resume
14415       in drivers/serial/8250.c as the serial port gets suspended before
14416       other drivers.
14417     - Wake-up events don't work if the MPU power domain goes into retention
14418   * OMAP24xx EAC & TSC2301 Mixer: Default samplerate changed from 44.1 to 48
14419     kHz.
14420   * This patch enables 32KHz timer wake-up events as needed by
14421     dyntick
14422   * This patch fixes some dyntick locking issues on ARM
14423   * Fix CONFIG_PRINTK_TIME hangs on systems where sched_clock() does
14424     not work before timer is initialized.
14425   * This patch is a backport to fix sys_nanosleep() with dyntick timer.
14426     It broke with recent hrtimer updates.
14427   * security: Add updated version of lowmem LSM module.
14428
14429  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 10 May 2006 17:51:53 +0300
14430
14431 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso15) unstable; urgency=low
14432
14433   * week200618-2 release
14434   * Found another way to solve this problem. thank god
14435     Revert "adding __attribute__((packed)) to one structure on asound.h"
14436
14437  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri,  5 May 2006 17:28:09 +0300
14438
14439 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso14) unstable; urgency=low
14440
14441   * week200618-1 release
14442   * adding __attribute__((packed)) to one structure on asound.h
14443     This should be solved on another way
14444   * key repeat support to the TSC2301 keypad driver. Fixes: NB#24084.
14445   * spi: Fix modular master driver remove and device suspend/remove
14446   * Fix two problems in the spi subsystem:
14447     1) spi subsystem core dumps when modular spi master is unloaded.
14448     2) spi subsystem core dumps when spi slave device is suspended/resumed and
14449        module slave driver is not loaded.
14450   * OMAP24xx EAC: Space-to-tab cleanups to EAC header file. 
14451
14452  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu,  4 May 2006 16:38:50 +0300
14453
14454 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso13) unstable; urgency=low
14455
14456   * week200617-1
14457   * Add missing definition
14458   * ARM: OMAP: Add EAC I/O area mapping for DSP
14459   * OMAP24xx EAC: one trivial bug corrected in eac_hw_init
14460   * enable CONFIG_SND_OMAP24XX_EAC
14461   * Revert DSP mailbox changes
14462   * Add bt address writing and non working dma skeleton
14463   * OMAP24xx EAC: low-level support functions
14464     - These will contain basic initialization and clock management code.
14465   * Header file for OMAP24xx Enhanced Audio Controller.
14466   * DSPGW: mailbox: set clock autoidle
14467   * DSPGW: memmap for STI
14468   * DSPGW: memmap for EAC
14469   * MMC: add slot number in card info which it resides. Fixes: NB#27006.
14470   * dspgw: mailbox autoidle temporary disabled. it does not work.
14471   * Revert "Ural panel detection based on revision"
14472   * dspgw: idle power management
14473     - Add dsp clock autoidle(auto-control mode: spec 5.10.8.2)
14474             - DSP_FCLK
14475             - DSP_ICLK
14476             - INT_D_FCLK
14477             - INT_D_ICLK
14478      The above clocks are controled together by auto-control mode.
14479     - Add mailbox clock autoidle
14480   * Enable component version display
14481   * dspgw: idle power management
14482   * ARM: OMAP: Generic Mailbox API.
14483   * omapfb: include asm/types.h in omapfb.h
14484   * Detect all Ural versions as type B except revision 82
14485
14486  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 27 Apr 2006 21:25:32 +0300
14487
14488 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso12) unstable; urgency=low
14489
14490   * ls041y3_b display detection change 
14491
14492  -- Yauheni Kaliuta <ykaliuta@ok.research.nokia.com>  Wed, 19 Apr 2006 19:55:45 +0300
14493
14494 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso11) unstable; urgency=low
14495
14496   * week200616-1 release
14497   * defconfig
14498     - Compile USB_ETHERNET and USB_FILESTORAGE as a module
14499       Also added USB_SERIAL as a module
14500   * This patch fixes USB loopback test on Darium.
14501   * Detect new version 
14502   * omapfb: add get_color_key
14503   * omapfb: include asm/ioctl.h in omapfb.h
14504   * mmc: negotiable voltage
14505     - dual voltage cards are supported. If both a higher voltage card
14506       and a lower voltage card exists at once, higher voltage is
14507       provided.
14508
14509  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 19 Apr 2006 17:00:21 +0300
14510
14511 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso10) unstable; urgency=low
14512
14513   * week200615-1 release
14514   * sysfs: attribute
14515     - For userland applications to migrate new pollable sysfs interface,
14516       this is provided. This allows both notifications from pollable sysfs
14517       attributes and kobject_uevent. 
14518   * kobject_uevent: attribute drivers
14519   * kobject_uevent: attribute
14520     - This is derived from s+ tree for backward compatibility
14521       of sysfs attribute through kobject_uevent.
14522   * sysfs: Allow sysfs attribute files to be pollable
14523     - This is a backport from mm tree for the userland application
14524       to migrate pollable sysfs attribute.
14525   * ALSA Mixer control for headset mic select added  and
14526     name of headset power amplifier control changed.
14527   * Add multiple plane support with scaling / color space conversion.
14528   * Allocate 752kB frame buffer memory for each plane.
14529   * Register a /dev/fb node for each plane.
14530   * Change the FBMEM ATAG to support per plane memory configuarion.
14531   * Move the window update kernel API from blizzard to omapfb_main.
14532   * Add omapfb Kconfig option to increase the consistent DMA pool size.
14533     Update defconfig to set this to 4MB.
14534   * Handle multiple board config entries that have the same TAG properly.
14535     So far this was done only during the boot tag table parsing.
14536   * Set board configuration earlier,
14537     since things like SRAM initializing earlier can call get_config.
14538   * bugfix: correct cover switch handling
14539
14540  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 11 Apr 2006 13:39:06 +0300
14541
14542 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso9) unstable; urgency=low
14543
14544   * week200614-1 release
14545   * USB: test pass in adapter using  trick
14546   * Change IOCTL enum parameters to ints, exported u8/16/32 parameters to
14547     __u8/16/32. Fixes a bug with a new toolchain where sizeof(enum) is
14548     different between user space and kernel space.
14549   * Enabling EABI  also modifications to
14550     arch/arm/kernel/calls.S
14551     arch/arm/kernel/sys_oabi-compat.c
14552     to make this possible
14553   * Remove extraneous alignment on x / width values of the update window.
14554     This fixes a bug where a right stripe of the update window is not updated
14555     properly.
14556   * MUSB: Select EP0 again after reading EPx CSR register
14557   * Enable OMAP watchdog
14558
14559  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  5 Apr 2006 15:55:54 +0300
14560
14561 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso8) unstable; urgency=low
14562
14563   * week200613-2 release
14564   * Add Hailstorm support
14565   * Correct exposure time implementation.
14566   * Stupid bug: &, not &&... 
14567
14568  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 30 Mar 2006 16:39:25 +0300
14569
14570 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso7) unstable; urgency=low
14571
14572   * week200613-1 release
14573   * Tony's USB patches
14574   * MMC: negotialble voltage for 2 slots
14575   * Merge branch 'master'
14576   * Upstream mmc/omap.c merge
14577
14578  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 29 Mar 2006 16:16:34 +0300
14579
14580 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso6) unstable; urgency=low
14581
14582   * week200612-1 release
14583   * update defconfig
14584     CONFIG_SOUND=y
14585     CONFIG_SND=y
14586     CONFIG_SPI_TSC2301_AUDIO=y
14587     CONFIG_SPI_TSC2301_AUDIO_SELF_REGISTRATION=y
14588     CONFIG_SND_OSSEMUL=y
14589     CONFIG_SND_MIXER_OSS=y
14590   * Revert "MMC NEGOTIALBLE VOLTAGE FOR 2 SLOTS"
14591   * More sensible sysfs naming for the sensor entry.
14592   * Camera sensor code cleanup, and sysfs entries addition
14593   * MMC NEGOTIALBLE VOLTAGE FOR 2 SLOTS
14594   * MMC HOTSWAP SUPPORT
14595   * SD MULTIPLE SLOTS SUPPORT
14596   * MMC MULTIPLE SLOTS SUPPORT UPDATES
14597     - Basically reformatted.
14598     - slots member moved into omap host structure.
14599   * MMC BUGFIX TRIVIAL STUFFS
14600     - kmalloc() & memset(0) was replaced by kzalloc()
14601     - bugfix for incorrect pointer argument
14602   * ARM: OMAP: omap2_mcspi: fix for channel configuration and CS
14603   * That fixes a kernel oops when VIDIOC_STREAMOFF was called.
14604     Now we can do streaming I/O with the camera.
14605   * Corrects two bug in arch/arm/mach-omap2/clock.c.
14606   * Extra TSC2301 Mixer controls are compiled 
14607     if CONFIG_SPI_TSC2301_AUDIO is defined.
14608   * Merge branch 'master'
14609   * Enable ppp in defconfig
14610   * VGA capture seems to work fine now.
14611   * Poll should work now.
14612   * TSC2301 ALSA Mixer.
14613   * TSC2301 touchscreen: mangle reported coordinates above max pressure
14614
14615  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 22 Mar 2006 17:11:28 +0200
14616
14617 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso5) unstable; urgency=low
14618
14619   * week200611-1 release
14620   * TSC2301 touchscreen: increase x plate resistance for the lph8923 panel
14621   * TSC2301 touchscreen: adjust maximum pressure for LS041Y3 panels
14622   * Fix the previous fix. Damn, these untried patches never work out. 
14623   * ARM: OMAP: omapfb: workaround for alignment bug in window updates
14624   * Updated camera driver. This is in sync with David's latest code.
14625   * ARM: OMAP: Make McBSP selectable through Kconfig
14626
14627  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 15 Mar 2006 16:00:15 +0200
14628
14629 kernel-source-rx-34-2.6.16 (2.6.16-rc2-osso4) unstable; urgency=low
14630
14631   * week200610-1 release
14632   * Changed packages name
14633   * config: remove CONFIG_DEBUG_INFO
14634
14635  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed,  8 Mar 2006 17:26:52 +0200
14636
14637 kernel-source-2.6.16 (2.6.16-rc2-osso3) unstable; urgency=low
14638
14639   * TSC2301 touchscreen: set different parameters depending on panel type
14640
14641     Different panel types require different setup for the touchscreen
14642     controller. This includes the X plate resistance, the number of samples
14643     for HW and SW averaging and samples to be ignored before pen up occurs.
14644     Set this configuration in the board-* file depending on the panel name
14645     passed from the bootloader.
14646
14647  -- Ed Bartosh <eduard.bartosh@nokia.com>  Fri,  3 Mar 2006 12:23:58 +0200
14648
14649 kernel-source-2.6.16 (2.6.16-rc2-osso2) unstable; urgency=low
14650
14651   * ARM: OMAP: omapfb: set panel name correctly in lcd_lph8923
14652     Depending on the version set the panel name to either lph8923 or ls041y3.
14653  
14654   *  TSC2301 touchscreen: add HW and SW averaging and pen up workaround
14655      Some touch panels may generate rather unreliable readings even with
14656      maximum HW averaging turned on. Implement SW averaging to improve the
14657      readings.
14658      Add a parameter to set the voltage settling time.
14659      Workaround a problem where the pen up event may generate unreliable
14660      reading. Ignore the last n samples from the average if required.
14661
14662  -- Eduard Bartosh <ed@ok.research.nokia.com>  Thu,  2 Mar 2006 17:17:33 +0200
14663
14664 kernel-source-2.6.16 (2.6.16-rc2-osso1) unstable; urgency=low
14665
14666   * First build for rx-34 product
14667
14668  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon, 27 Feb 2006 18:09:52 +0200
14669
14670 kernel-source-2.6.16 (2.6.16-rc4-osso1) unstable; urgency=low
14671
14672   * Disable CONFIG_AEABI from N770 defconfig
14673     It seems that some places in our drivers still need a bit of
14674     work until we can enable EABI.
14675   * Fix Bluetooth RFCOMM reference counting
14676     This also fixes a problem with pairing getting stuck.
14677   * ARM: OMAP: Add external LCD controller support for DSP Gateway
14678     If an external LCD controller is in manual update mode, the DSP
14679     must let the FB driver know when a frame should be send over the
14680     remote framebuffer interface.
14681   * ARM: OMAP: MMC driver interoperability updates
14682     - Decreased the MMC max sectors count
14683     Some MMC cards get stuck hard when the max sectors count is >= 128.
14684     - Add a delay after enabling the MMC power regulators
14685     Regulator voltages typically have a rising delay. We have to make sure
14686     the voltage has stabilized before sending the MMC init sequence.
14687     - Add MMC cover switch last state initialization
14688     The default last state was left to value 0 (= cover closed). If the cover
14689     switch was initially open and then closed, no kevent about it is sent,
14690     because the state didn't change from the last seen state.
14691     - Add MMC transfer timeout
14692     Very rarely the controller itself gets stuck. It needs a really hard reset
14693     to recover. Add a timeout to work around against this.
14694   * ARM: OMAP: Update n770_defconfig
14695     - Enable kernel preemption
14696     - Enable EABI user-space support
14697     - Disable dyntick for now
14698   * ARM: OMAP: Fix uWire SPI driver CS deselect.
14699     CS deselection didn't work as expected. Writing 0 to CSR isn't enough,
14700     the given CS value with CS_CMD cleared has to be written.
14701   * ARM: OMAP: Set serial 8250 ECB for TX fifo
14702     Code to fix serial TX fifo by Richard Woodruff.
14703     The extended capabilities bit is needed to write fcr, or else some
14704     settings don't get set.  That is what the OMAP-UART data sheet says.
14705     The write water mark bits 4:5 are not accessible unless ECB is set.
14706     The data sheet says it is TI16C750 compatible but it seems to share more
14707     with what the code calls a TI16C752.  The 750 has a DLAB to set 64bit
14708     fifo and I don't believe that is the case for ours.
14709     A minor note is we are still only using 32 bytes of the 64 byte TX fifo
14710     for transmits in the current code.  I'm not sure if there is an
14711     application that this matters to.
14712     Note that the current code id's OMAP serial ports as a 16654 which isn't
14713     quite correct.
14714     Also note that to use the actual TX watermark interrupt set at 32bytes
14715     required too ugly of a hack to use (not use OMAP_SCR=0).
14716   * [PATCH] ARM: OMAP: update flash timing on OMAP5912OSK
14717     In linux-2.6.15-omap1 patch, in arch/arm/mach-omap1/board-osk.c,
14718     EMIFS_CS3_VAL is set to 0x30003361.
14719     This was introduced to fix flash timing error.
14720     http://linux.omap.com/pipermail/linux-omap-open-source/2005-July/004717.html
14721     On the other hand, in SectionE:Errata in EMIFS timing at:
14722     http://omap.spectrumdigital.com/osk5912/osk5912_faq.html
14723     EMIFS_CS3_VAL was set to 0x88013141, fixing write/read rate.
14724     Reading from
14725     http://focus.ti.com/lit/ug/spru742/spru742.pdf
14726     3.6 EMIFS Registers,
14727     0x30003361 will set read mode from "page mode, 4 word/page" to
14728     "asynchronous read", and read from flash slowed down.
14729     I tested with new value 0x88013141, and works good so far.
14730   * ARM: OMAP: Support all four OMAP1610 GPIO trigger modes
14731   * ARM: OMAP: Update usage of SA_SAMPLE_RANDOM flag
14732   * [PATCH] ARM: OMAP: omap keypad H4 update
14733     Move H4 Menelaus specific gpio settings to board-h4.c and fix
14734     get_row_gpio_val function.
14735   * [PATCH] ARM: OMAP: various whitespace cleanups
14736     Please use 'let c_space_errors=1' in vim to see what this patch fixes.
14737     While there, remove initilizers from variables which are by default
14738     initialized to zero (to respect linux policy). No code changes.
14739   * ARM: OMAP: lcd_lph8923: fix register read / write
14740     A local variable hiding the one with the same name at an upper scope,
14741     resulted in storing the register address instead of the desired value in
14742     LCD registers.
14743     In register writes there is no extra cycle after the command, so we use
14744     only 9-bit word size.
14745   * Linux v2.6.16-rc4
14746   * Fixes from mainstream
14747
14748  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed, 22 Feb 2006 19:35:25 +0200
14749
14750 kernel-source-2.6.16 (2.6.16-rc3-osso1) unstable; urgency=low
14751
14752   * First 2.6.16 build. A lot of changes from kernel mainstream 
14753     amd from Nokia.
14754
14755  -- Ed Bartosh <eduard.bartosh@nokia.com>  Thu, 16 Feb 2006 14:46:03 +0200
14756
14757 kernel-source-2.6.12.3 (2.6.12.3-osso25) unstable; urgency=low
14758
14759   * Default PSM should be dynamic. Kiitos to Janne Ylalehto for 
14760     reviewing my trash.
14761     We use PSM active whenever we lose the link. wlancond and 
14762     other supplicant can always overwrite that setting ig they 
14763     don't like it.
14764
14765   * BUGFIX: #22941
14766
14767   * Bug 22388 seemed to be fixed according to production statistics, but
14768     some people are having troubles booting the device with the new boot
14769     sequence. We now take the Symbian way, seems to work fine.
14770
14771   * BUGFIX: #22388
14772
14773  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed, 15 Feb 2006 14:28:42 +0200
14774
14775 kernel-source-2.6.12.3 (2.6.12.3-osso24) unstable; urgency=low
14776
14777   * #22372 fix:  Frame lifetime needs to be increased for some Netgear APs.
14778
14779  -- Ed Bartosh <eduard.bartosh@nokia.com>  Thu, 26 Jan 2006 15:36:43 +0200
14780
14781 kernel-source-2.6.12.3 (2.6.12.3-osso23) unstable; urgency=low
14782
14783   * week200603 release
14784   * Toggling the START_HALTED bit in the boot sequence makes it more robust.
14785     BUGFIX: #22388 
14786
14787  -- Ed Bartosh <eduard.bartosh@nokia.com>  Thu, 19 Jan 2006 15:51:00 +0200
14788
14789 kernel-source-2.6.12.3 (2.6.12.3-osso22) unstable; urgency=low
14790
14791   * week200550 release
14792   * Tasklet latency is much better than workqueues. Also, we return jiffies 
14793     in microseconds instead of timeofday for UMAC timekeeping.
14794     BUGFIX: #21747, #21145
14795   *   arch/arm/mach-omap/dsp/proclist.h
14796       DSP Gateway patch for bug 20342 fix.
14797       It is changed so that the processes that uses DSP Gateway driver are
14798       listed with their pid's, instead of the task_struct pointers which has
14799       been caused this bug.
14800       Patch from Toshihiro Kobayashi <Toshihiro.Kobayashi@nokia.com>
14801       
14802       arch/arm/mach-omap/dsp/task.c
14803       DSP Gateway patch for bug 20342 fix.
14804       It is changed so that the processes that uses DSP Gateway driver are
14805       listed with their pid's, instead of the task_struct pointers which has
14806       been caused this bug.
14807       Patch from Toshihiro Kobayashi <Toshihiro.Kobayashi@nokia.com>
14808   *  Merge ok:/osso/linux-2.6 into  
14809      six.research.nokia.com:/osso/bitkeeper_osso/linux-2.6
14810
14811  -- Ed Bartosh <eduard.bartosh@nokia.com>  Tue, 13 Dec 2005 14:56:07 +0200
14812
14813 kernel-source-2.6.12.3 (2.6.12.3-osso21) unstable; urgency=low
14814
14815   * week200547 release
14816   * TX burst mode implementation and newest MTUM integration.
14817   * BUGFIX: 19579, 21543.
14818   * Patched UMAC: The PMKID cache is not reset when we find a new AP (Stupid
14819     Windows requirement)
14820   * BUGFIX: 19482
14821   * We need to give the possibility to run set_encryption with NET_ADMIN
14822     capabilities. 
14823
14824  -- Ed Bartosh <ed@bifh.research.nokia.com>  Thu, 24 Nov 2005 14:16:08 +0200
14825
14826 kernel-source-2.6.12.3 (2.6.12.3-osso20) unstable; urgency=low
14827
14828   * week200546 release
14829   
14830   * Fix bugs #20445 and #20446. Also the similar bugs was fixed
14831     for g_ether module.
14832     These are just a cosmetic changes. They do not modify module
14833     behavior. The changes affect initfs only.
14834   
14835   * TX dropped and stupid spin_lock bug fixes.
14836   
14837  -- Ed Bartosh <ed@bifh.research.nokia.com>  Sun, 20 Nov 2005 16:57:27 +0200
14838
14839 kernel-source-2.6.12.3 (2.6.12.3-osso19) unstable; urgency=low
14840
14841   * get rid of kpkg 
14842
14843  -- Ed Bartosh <eduard.bartosh@nokia.com>  Thu, 17 Nov 2005 16:36:20 +0200
14844
14845 kernel-source-2.6.12.3 (2.6.12.3-osso18) unstable; urgency=low
14846
14847   * 'XBCS-Scratchbox-Architecture: uarm' added
14848
14849  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed, 16 Nov 2005 17:16:57 +0200
14850
14851 kernel-source-2.6.12.3 (2.6.12.3-osso17) unstable; urgency=low
14852
14853   * gettext support removed (now it's possible to build package in uclibc
14854     toolchain) 
14855
14856  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed, 16 Nov 2005 15:30:20 +0200
14857
14858 kernel-source-2.6.12.3 (2.6.12.3-osso16) unstable; urgency=low
14859
14860   * Fixed stupid warning...
14861   * WPA fixes, stability improved, or so we claim...
14862   * BUGFIX: 19241, 21003, 15947, 21033, 11618 
14863
14864  -- Ed Bartosh <eduard.bartosh@nokia.com>  Fri, 11 Nov 2005 16:48:31 +0200
14865
14866 kernel-source-2.6.12.3 (2.6.12.3-osso15) unstable; urgency=low
14867
14868   * We disable background scanning only when receiving a deauth trap.
14869   * Cset exclude: samuel@irie.nokia.com|ChangeSet|20051026134204|36577
14870   * Several changes:
14871     - Background scanning disabled. It is really bad.
14872     - Removed the unused RX queues routines.
14873     - Created our own work queue.
14874   * Oops, one more OSMO reference to go..
14875   * STI: Export omap_sti_init() for early console init.
14876   * sti-fifo.c: Don't double check the IRQ status.
14877   * STI: Rework to use proper platform devices.
14878   * STI: Move to own subdir.
14879   * STI: Get rid of old OSMO code, consolidate relevant bits, and cleanup.
14880   * omap: Drop the STI tasklet handler, do irqdesc walking in IRQ context.
14881     tasklets work well for some of these other status bits that could trigger
14882     the interrupt, but unfortunately aren't suitable for the RX FIFO case on
14883     account of being too slow. So we do inline irqdesc walking and dispatch
14884     in the sti_interrupt() handler instead, this may be a bit heavy, but is
14885     the only thing that ends up working in practice when we are under heavy
14886     interrupt load.
14887   * sti-fifo: Fixup buffer pointer assignment.
14888   * omap: STI RX FIFO support.
14889   * omap: Move STI enums to sti.h and export sti_readl/writel().
14890   * sti-netlink.c: Adjust the skb tail based off of the payload size.
14891                    Handle netlink_unicast() retval properly.
14892   * sm_drv_spi_io.c: Cleaner complete/wait_for_completion DMA transfers.
14893
14894  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon, 31 Oct 2005 10:12:41 +0200
14895
14896 kernel-source-2.6.12.3 (2.6.12.3-osso14) unstable; urgency=low
14897
14898   * source cleanup
14899
14900  -- Ed Bartosh <eduard.bartosh@nokia.com>  Thu, 27 Oct 2005 18:25:10 +0300
14901
14902 kernel-source-2.6.12.3 (2.6.12.3-osso13) unstable; urgency=low
14903
14904   * STI: Export omap_sti_init() for early console init.
14905   * Don't double check the IRQ status.
14906   * STI: Rework to use proper platform devices.
14907   * STI: Move to own subdir.
14908   * STI: cleanup.
14909   * omap: Drop the STI tasklet handler, do irqdesc walking in IRQ context.
14910   * Cleaner complete/wait_for_completion DMA transfers. 
14911
14912  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed, 26 Oct 2005 09:35:05 +0300
14913
14914 kernel-source-2.6.12.3 (2.6.12.3-osso12) unstable; urgency=low
14915
14916   * w200543 release
14917   * When booting the WLAN chip, we have to wait a bit more for 
14918     workqueues to start.
14919   * retu-rtc.c: Reinstate comments that were lamely removed by 
14920     people who have no place touching code.
14921     Purposely obscure the comments to make this thing look 
14922     better than it actually is.
14923   * Major WLAN driver cleanup and reorganisation for legal reasons.
14924   * Prepare the CBUS and EM ASIC drivers for publishing
14925     - add GPL license + copyrights + warranties to CBUS drives
14926     - remove unnecessary #define's
14927     - ack IRQs before enabling them in [retu|tahvo]_request_irq() functions
14928       to avoid immediate interrups after requesting them
14929   * 1 second SPI timer seems to be agressive and causes connection loses.
14930   * We need to check the SPI bus more often since the UMAC BSS timeout can
14931     be as low as 3 seconds.
14932   * Ugly hack to support Nokia A032.
14933   * Also we prevent the driver to send twice an IE event from the same state.
14934     dsp_dld kills the wrong processes when rebooting DSP".
14935     When a process opens a DSP device, the task_struct is put in the
14936     dev->proc_list and when closing, it is removed from the list.
14937     The problem was that when a process is killed while it is opening a DSP
14938     device, the caller of close() won't be one which called open(), but the
14939     parent of it. In this case the opener's task_struct is left in the
14940     proc_list, which is not valid anymore and causes this bug.
14941
14942  -- Ed Bartosh <eduard.bartosh@nokia.com>  Tue, 25 Oct 2005 12:53:39 +0300
14943
14944 kernel-source-2.6.12.3 (2.6.12.3-osso11) unstable; urgency=low
14945
14946   * w200543 release 
14947
14948  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed, 19 Oct 2005 16:40:51 +0300
14949
14950 kernel-source-2.6.12.3 (2.6.12.3-osso10) unstable; urgency=low
14951
14952   * w200542 release 
14953
14954  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 16 Oct 2005 11:22:26 +0300
14955
14956 kernel-source-2.6.12.3 (2.6.12.3-osso9) unstable; urgency=low
14957
14958   * w200541 release 
14959
14960  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon, 10 Oct 2005 11:00:36 +0300
14961
14962 kernel-source-2.6.12.3 (2.6.12.3-osso8) unstable; urgency=low
14963
14964   * w200540 release 
14965
14966  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon,  3 Oct 2005 12:36:55 +0300
14967
14968 kernel-source-2.6.12.3 (2.6.12.3-osso7) unstable; urgency=low
14969
14970   * w200539 release 
14971
14972  -- Ed Bartosh <eduard.bartosh@nokia.com>  Thu, 22 Sep 2005 17:30:56 +0300
14973
14974 kernel-source-2.6.12.3 (2.6.12.3-osso6) unstable; urgency=low
14975
14976   * w200538 release 
14977
14978  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 18 Sep 2005 02:17:05 +0300
14979
14980 kernel-source-2.6.12.3 (2.6.12.3-osso5) unstable; urgency=low
14981
14982   * w200536 release 
14983
14984  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon,  5 Sep 2005 15:36:31 +0300
14985
14986 kernel-source-2.6.12.3 (2.6.12.3-osso4) unstable; urgency=low
14987
14988   * bluetooth fix from Ville 
14989
14990  -- Ed Bartosh <eduard.bartosh@nokia.com>  Fri,  2 Sep 2005 01:59:51 +0300
14991
14992 kernel-source-2.6.12.3 (2.6.12.3-osso3) unstable; urgency=low
14993
14994   * one more mmc patch applied 
14995
14996  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed, 31 Aug 2005 19:09:45 +0300
14997
14998 kernel-source-2.6.12.3 (2.6.12.3-osso2) unstable; urgency=low
14999
15000   * mmc fixes applied 
15001
15002  -- Ed Bartosh <eduard.bartosh@nokia.com>  Tue, 30 Aug 2005 19:09:22 +0300
15003
15004 kernel-source-2.6.12.3 (2.6.12.3-osso1) unstable; urgency=low
15005
15006   * w200535 release
15007
15008  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 28 Aug 2005 15:05:56 +0300
15009
15010 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso10) unstable; urgency=low
15011
15012   * w200533 release
15013
15014  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 14 Aug 2005 15:45:54 +0300
15015
15016 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso9) unstable; urgency=low
15017
15018   * w200532 release 
15019
15020  -- Alexey Kotovich <aliaksei.katovich@nokia.com>  Mon,  8 Aug 2005 01:24:40 +0300
15021
15022 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso8) unstable; urgency=low
15023
15024   * w200531 release
15025
15026  -- Alexey Kotovich <aliaksei.katovich@nokia.com>  Mon,  1 Aug 2005 15:42:57 +0300
15027
15028 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso7) unstable; urgency=low
15029
15030   * w200529 release 
15031
15032  -- Alexey Kotovich <aliaksei.katovich@nokia.com>  Sun, 17 Jul 2005 04:28:06 +0300
15033
15034 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso6) unstable; urgency=low
15035
15036   * w200528 release 
15037
15038  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 10 Jul 2005 20:11:10 +0300
15039
15040 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso5) unstable; urgency=low
15041
15042   * w200527 release 
15043
15044  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed,  6 Jul 2005 01:46:19 +0300
15045
15046 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso4) unstable; urgency=low
15047
15048   * w200526 release 
15049
15050  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sat, 25 Jun 2005 11:52:00 +0300
15051
15052 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso3) unstable; urgency=low
15053
15054   * w20025 release 
15055
15056  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sat, 25 Jun 2005 11:48:28 +0300
15057
15058 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso2) unstable; urgency=low
15059
15060   * w200524 release 
15061
15062  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 12 Jun 2005 22:35:57 +0300
15063
15064 kernel-source-2.6.12-rc2 (2.6.12-rc2-osso1) unstable; urgency=low
15065
15066   * w200523 release
15067
15068  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon,  6 Jun 2005 22:11:46 +0300
15069
15070 kernel-source-2.6.12-rc2-200521 (2.6.12-rc2-osso1) unstable; urgency=low
15071
15072   * w200521 release 
15073
15074  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 22 May 2005 22:10:57 +0300
15075
15076 kernel-source-2.6.12-rc2-200520 (2.6.12-rc2-osso1) unstable; urgency=low
15077
15078   * w200520 release
15079
15080  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 15 May 2005 21:48:39 +0300
15081
15082 kernel-source-2.6.12-rc2-200517 (2.6.12-rc2-osso7) unstable; urgency=low
15083
15084   * w200517 release
15085
15086  -- Ed Bartosh <eduard.bartosh@nokia.com>  Fri, 29 Apr 2005 11:09:22 +0300
15087
15088 kernel-source-2.6.12-rc2-200516 (2.6.12-rc2-osso6) unstable; urgency=low
15089
15090   * w200516 release 
15091
15092  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon, 18 Apr 2005 10:20:12 +0300
15093
15094 kernel-source-2.6.12-rc2-200515 (2.6.12-rc2-osso5) unstable; urgency=low
15095
15096   * w200515 release 
15097
15098  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon, 11 Apr 2005 09:52:14 +0300
15099
15100 kernel-source-2.6.12-rc1-200514 (2.6.12-rc1-osso4) unstable; urgency=low
15101
15102   * w200514 release
15103
15104  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon,  4 Apr 2005 10:15:13 +0300
15105
15106 kernel-source-2.6.11-200512 (2.6.11-osso3) unstable; urgency=low
15107
15108   * w200512 release 
15109
15110  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 20 Mar 2005 13:22:12 +0200
15111
15112 kernel-source-2.6.11-200511 (2.6.11-osso2) unstable; urgency=low
15113
15114   * w200511 release 
15115
15116  -- Ed Bartosh <eduard.bartosh@nokia.com>  Fri, 11 Mar 2005 14:02:26 +0200
15117
15118 kernel-source-2.6.11-rc5-200510 (2.6.11-osso1) unstable; urgency=low
15119
15120   * w200510 release 
15121
15122  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon,  7 Mar 2005 11:06:28 +0200
15123
15124 kernel-source-2.6.11-rc4-200509 (2.6.11-osso1) unstable; urgency=low
15125
15126   * w200509 release 
15127
15128  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon, 28 Feb 2005 09:40:36 +0200
15129
15130 kernel-source-2.6.11-rc3-200508 (2.6.11-osso1) unstable; urgency=low
15131
15132   * w200508 release
15133
15134  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 20 Feb 2005 19:27:12 +0200
15135
15136 kernel-source-2.6.10-200507 (2.6.10-osso3) unstable; urgency=low
15137
15138   * w200507 release
15139
15140  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 13 Feb 2005 09:49:37 +0200
15141
15142 kernel-source-2.6.10-200506 (2.6.10-osso2) unstable; urgency=low
15143
15144   * fix for usb 
15145
15146  -- Ed Bartosh <eduard.bartosh@nokia.com>  Tue,  8 Feb 2005 17:56:56 +0200
15147
15148 kernel-source-2.6.10-200506 (2.6.10-osso1) unstable; urgency=low
15149
15150   * w200506 release
15151
15152  -- Ed Bartosh <eduard.bartosh@nokia.com>  Fri,  4 Feb 2005 14:46:47 +0200
15153
15154 kernel-source-2.6.10-200505 (2.6.10-osso1) unstable; urgency=low
15155
15156   * w200505 release
15157
15158  -- Ed Bartosh <eduard.bartosh@nokia.com>  Thu, 27 Jan 2005 14:59:27 +0200
15159
15160 kernel-source-2.6.10.w200504 (2.6.10-osso.0.200504.1) unstable; urgency=low
15161
15162   * w200504 release 
15163
15164  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon, 24 Jan 2005 19:30:56 +0200
15165
15166 kernel-source-2.6.10 (2.6.10-osso.0.200503.1) unstable; urgency=low
15167
15168   *  w200503 release
15169
15170  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon, 17 Jan 2005 10:57:47 +0200
15171
15172 kernel-source-2.6.10-rc3 (2.6.10-rc3-osso.0.52.1) unstable; urgency=low
15173
15174   * w52 fake release 
15175
15176  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed, 12 Jan 2005 18:53:40 +0200
15177
15178 kernel-source-2.6.10-rc3 (2.6.10-rc3-osso.0.51.1) unstable; urgency=low
15179
15180   * W51 release
15181
15182  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 12 Dec 2004 20:40:34 +0200
15183
15184 kernel-source-2.6.10-rc1 (2.6.10-rc1-osso.0.48.3) unstable; urgency=low
15185
15186   * last minute WLAN fixes 
15187
15188  -- Ed Bartosh <eduard.bartosh@nokia.com>  Thu, 25 Nov 2004 18:54:39 +0200
15189
15190 kernel-source-2.6.10-rc1 (2.6.10-rc1-osso.0.48.2) unstable; urgency=low
15191
15192   * usb-serial support is turned on 
15193
15194  -- Ed Bartosh <eduard.bartosh@nokia.com>  Wed, 24 Nov 2004 15:57:46 +0200
15195
15196 kernel-source-2.6.10-rc1 (2.6.10-rc1-osso.0.48.1) unstable; urgency=low
15197
15198   * W48 core release  
15199
15200  -- Ed Bartosh <eduard.bartosh@nokia.com>  Mon, 22 Nov 2004 13:32:32 +0200
15201
15202 kernel-source-2.6.10-rc1 (2.6.10-rc1-osso.0.46.1) unstable; urgency=low
15203
15204   * W46 core release
15205
15206  -- Ed Bartosh <eduard.bartosh@nokia.com>  Tue,  9 Nov 2004 12:00:42 +0200
15207
15208 kernel-source-2.6.10 (2.6.10-rc1-osso.0.45.1) unstable; urgency=low
15209
15210   * Initial release
15211
15212  -- Ed Bartosh <eduard.bartosh@nokia.com>  Sun, 31 Oct 2004 15:47:18 +0200
15213