Skip to content
  1. Dec 13, 2005
  2. Dec 12, 2005
  3. Nov 30, 2005
  4. Nov 28, 2005
  5. Nov 25, 2005
  6. Nov 22, 2005
    • Antonino A. Daplas's avatar
      [PATCH] vgacon: Fix usage of stale height value on vc initialization · 5ef897c7
      Antonino A. Daplas authored
      
      
      Reported by: Wayne E. Harlan
      
      "[1.] One line summary of the problem:
      When the kernel option "vga=1" is used, additional tty's (alt+control+Fx
      with x=2,3,4,5, etc) do not provide the full 50 lines of output.  The first
      one does have 50 lines, however.
      
      [2.] Full description of the problem/report:
      These addtitional tty's show only 39 lines plus the top pixel of the 40-th
      line.  The remaining lines are black and not shown.  Kernel version
      2.6.13.4 does not show this problem."
      
      This bug is caused by using a stale font height value on vgacon_init.
      
      Booting with vga=1 gives an 80x50 screen with an 8x8 font.  Somewhere
      during the initialization, the font was changed to 8x9 and the first
      vc was correctly resized to 80x44.  However, the rest of the vc's were
      not allocated yet, and when they were subsequently initialized, they
      still used a font height of 8 (instead of 9) causing the mentioned bug.
      
      Fix by saving the new font height to vga_video_font_height.
      
      Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      5ef897c7
    • Antonino A. Daplas's avatar
      [PATCH] fbcon: Console Rotation - Fix wrong shift calculation · b4627dea
      Antonino A. Daplas authored
      
      
      The shift value (amount to shift the bitmap so first pixel starts at
      origin(0,0)) is incorrect.  This causes corrupted characters or a kernel crash
      if fontwidth is not divisible by 8 at 270 degrees, or fontheight not divisible
      by 8 at 180 degrees.
      
      Report and part of the fix contributed by Knut Petersen.
      
      Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      b4627dea
  7. Nov 18, 2005
  8. Nov 17, 2005
  9. Nov 14, 2005
  10. Nov 12, 2005
  11. Nov 10, 2005
    • Richard Purdie's avatar
      [ARM] 3096/1: Add SharpSL Zaurus power and battery management core driver · 078abcf9
      Richard Purdie authored
      
      
      Patch from Richard Purdie
      
      This patch adds a power and battery management core driver which with
      the addition of the right device files, supports the c7x0 and cxx00
      series of Sharp Zaurus handhelds.
      
      The driver is complex for several reasons. Battery charging is manually
      monitored and controlled. When suspended, the device needs to
      periodically partially resume, check the charging status and then
      re-suspend. It does without bothering the higher linux layers as
      a full resume and re-suspend is unnecessary. The code is carefully
      written to avoid interrupts or calling code outside the module under
      these circumstances. It also vets the various wake up sources and
      monitors the device's power situation.
      
      Hooks to limit the backlight intensity and to notify the battery
      monitoring code of backlight events are connected/added as the
      backlight is one of the biggest users of power on the device.
      
      Signed-off-by: default avatarRichard Purdie <rpurdie@rpsys.net>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      078abcf9
  12. Nov 09, 2005
  13. Nov 08, 2005
    • Russell King's avatar
      [ARM] More sparse fixes · 2c250134
      Russell King authored
      
      
      arch/arm/kernel/irq.c:998:26: warning: Using plain integer as NULL pointer
      arch/arm/kernel/smp.c:145:25: warning: Using plain integer as NULL pointer
      arch/arm/kernel/smp.c:362:5: warning: symbol 'smp_call_function_on_cpu' was not declared. Should it be static?
      drivers/video/amba-clcd.c:521:12: warning: symbol 'amba_clcdfb_init' was not declared. Should it be static?
      
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      2c250134
  14. Nov 07, 2005
Loading