1. 22 7月, 2007 1 次提交
  2. 09 5月, 2007 4 次提交
  3. 02 5月, 2007 1 次提交
  4. 26 4月, 2007 1 次提交
  5. 13 4月, 2007 1 次提交
  6. 24 3月, 2007 1 次提交
  7. 05 3月, 2007 1 次提交
  8. 20 2月, 2007 6 次提交
  9. 13 2月, 2007 3 次提交
  10. 20 12月, 2006 1 次提交
  11. 09 12月, 2006 2 次提交
  12. 04 10月, 2006 1 次提交
    • A
      [PATCH] fbdev: riva warning fix · 0271eb94
      Andrew Morton 提交于
      drivers/video/riva/fbdev.c: In function `riva_get_EDID_OF':
      drivers/video/riva/fbdev.c:1846: warning: assignment discards qualifiers from pointer target type
      
      This code is being bad: copying a pointer to read-only OF data into a
      non-const pointer.
      
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      0271eb94
  13. 03 10月, 2006 1 次提交
  14. 24 9月, 2006 2 次提交
  15. 02 9月, 2006 1 次提交
  16. 31 8月, 2006 1 次提交
  17. 01 8月, 2006 1 次提交
    • G
      [PATCH] rivafb/nvidiafb: race between register_framebuffer and *_bl_init · ce38cac4
      Guido Guenther 提交于
      Since we now use the generic backlight infrastructure, I think we need to
      call rivafb_bl_init before calling register_framebuffer since otherwise
      rivafb_bl_init might race with the framebuffer layer already opening the
      device and setting up the video mode.  In this case we might end up with a
      not yet fully intialized backlight (info->bl_dev still NULL) when calling
      riva_bl_set_power via rivafb_set_par/rivafb_load_video_mode and the kernel
      dies without any further notice during boot.
      
      This fixes booting current git on a PB 6,1.  In this case radeonfb/atyfb
      would be affected too - I can fix that too but don't have any hardware to
      test this on.
      
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      ce38cac4
  18. 31 7月, 2006 1 次提交
  19. 11 7月, 2006 2 次提交
  20. 01 7月, 2006 1 次提交
  21. 27 6月, 2006 1 次提交
  22. 26 6月, 2006 1 次提交
  23. 28 3月, 2006 2 次提交
  24. 11 1月, 2006 2 次提交
  25. 09 9月, 2005 1 次提交