linux-oz-2.6: 2.6.15 updates:
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 30 Jan 2006 01:46:06 +0000 (01:46 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 30 Jan 2006 01:46:06 +0000 (01:46 +0000)
 * LEDs updates based on comments from LKML and other sources:
   * Functions now all follow the name led_*
   * brightness is now an enum
   * the timer frequency is in Hz
   * the time has a duty parameter
   * include the ixp4xx driver in the LED patch series (thanks jbowler)
 * Rework backlight class to handle a number of bugs to do with suspend/resume
   making state assumptions
 * Move common backlight code/variables are moved out of the driver into the core.
 * Update corgi_generic_bl patch so tosa can share the code
 * Add arm IP checksum fix (some users reported seeing checksum corruption)
 * Add potential fix for pxafb issues (whitescreen)
 * Fix pxa27x cpu speed reporting
 * Increase the scanrate on c series keyboards (solved key repeat issue)

packages/linux/linux-openzaurus_2.6.15.bb

index 8df47ef..6e09270 100644 (file)
@@ -1,6 +1,6 @@
 include linux-openzaurus.inc
 
-PR = "r1"
+PR = "r2"
 
 # Handy URLs
 # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
@@ -20,22 +20,24 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \
            ${RPSRC}/pxa_i2c_fixes-r5.patch;patch=1 \
            ${RPSRC}/scoop_cpr_fix-r1.patch;patch=1 \
            ${RPSRC}/pxa2xx_release-r1.patch;patch=1 \
+           ${RPSRC}/arm_apm_pm_legacy-r1.patch;patch=1 \
            ${RPSRC}/ide_not_removable-r0.patch;patch=1 \
            ${RPSRC}/sharpsl_pm_move-r0.patch;patch=1 \
            ${RPSRC}/sharpsl_pm_gcc4_fix-r0.patch;patch=1 \
            ${RPSRC}/pcmcia_dev_ids-r3.patch;patch=1 \
-           ${RPSRC}/led_core-r10.patch;patch=1 \
-           ${RPSRC}/led_triggers-r8.patch;patch=1 \
-           ${RPSRC}/led_trig_timer-r3.patch;patch=1 \
-           ${RPSRC}/led_trig_sharpsl_pm-r2.patch;patch=1 \
-           ${RPSRC}/led_zaurus-r7.patch;patch=1 \
-           ${RPSRC}/led_locomo-r4.patch;patch=1 \
-           ${RPSRC}/led_ide-r1.patch;patch=1 \
-           ${RPSRC}/led_nand-r1.patch;patch=1 \
+           ${RPSRC}/led_core-r11.patch;patch=1 \
+           ${RPSRC}/led_triggers-r9.patch;patch=1 \
+           ${RPSRC}/led_trig_timer-r4.patch;patch=1 \
+           ${RPSRC}/led_trig_sharpsl_pm-r4a.patch;patch=1 \
+           ${RPSRC}/led_zaurus-r8.patch;patch=1 \
+           ${RPSRC}/led_locomo-r5.patch;patch=1 \
+           ${RPSRC}/led_ixp4xx-r0.patch;patch=1 \
+           ${RPSRC}/led_tosa-r2.patch;patch=1 \           
+           ${RPSRC}/led_ide-r2.patch;patch=1 \
+           ${RPSRC}/led_nand-r2.patch;patch=1 \
            ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \
            ${RPSRC}/pxa_rtc-r3.patch;patch=1 \
            ${RPSRC}/input_power-r4.patch;patch=1 \
-           ${RPSRC}/arm_apm_pm_legacy-r1.patch;patch=1 \
            ${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \
            ${RPSRC}/pxa25x_cpufreq-r0.patch;patch=1 \
            ${RPSRC}/ipaq/hx2750_base-r24.patch;patch=1 \
@@ -47,14 +49,13 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \
            ${DOSRC}/tc6393-device-r8.patch;patch=1 \
            ${DOSRC}/tc6393_nand-r7.patch;patch=1 \
            ${DOSRC}/tosa-keyboard-r9.patch;patch=1 \
-           ${DOSRC}/tosa-pxaac97-r5.patch;patch=1 \
-           ${DOSRC}/tosa-tc6393-r1.patch;patch=1 \
-           ${DOSRC}/tosa-power-r9.patch;patch=1 \
+           ${RPSRC}/temp/tosa-pxaac97-r5-rp.patch;patch=1 \
+           ${RPSRC}/temp/tosa-tc6393-r1-rp.patch;patch=1 \
+           ${RPSRC}/temp/tosa-power-r9-rp.patch;patch=1 \
            ${DOSRC}/tc6393fb-r9.patch;patch=1 \
-           ${DOSRC}/tosa-lcd-r6.patch;patch=1 \
+           ${RPSRC}/temp/tosa-lcd-r6-rp.patch;patch=1 \
            ${DOSRC}/tosa-bl-r9.patch;patch=1 \
            ${DOSRC}/tosa-bluetooth-r2.patch;patch=1 \
-           ${RPSRC}/led_tosa-r0.patch;patch=1 \
            ${RPSRC}/mmc_timeout-r0.patch;patch=1 \        
            ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \
            ${RPSRC}/usb_pxa27x_udc-r0.patch;patch=1 \
@@ -63,8 +64,13 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \
            ${RPSRC}/alsa/alsa-soc-0.9-0.10rc1.patch;patch=1 \
            ${RPSRC}/alsa_soc_rpupdate7-r2.patch;patch=1 \
            ${RPSRC}/alsa_akita_fix-r0.patch;patch=1 \
+           ${RPSRC}/zaurus_keyboard_tweak-r0.patch;patch=1 \
+           ${RPSRC}/corgi_bl_cleanup-r2.patch;patch=1 \
+           ${RPSRC}/corgi_bl_generic-r2.patch;patch=1 \
+           ${RPSRC}/arm_checksum_memory-r0.patch;patch=1 \
+           ${RPSRC}/pxafb_tweaks-r0.patch;patch=1 \
+           ${RPSRC}/pxa_clocks-r0.patch;patch=1 \
            ${RPSRC}/pm_changes-r0.patch;patch=1 \
-           ${RPSRC}/corgi-bl-generic-r0.patch;patch=1 \
            ${RPSRC}/sharpsl_pm-do-r1.patch;patch=1 \
            file://add-oz-release-string.patch;patch=1 \
            file://pxa-serial-hack.patch;patch=1 \