1. 19 8月, 2011 1 次提交
  2. 07 1月, 2009 1 次提交
  3. 28 4月, 2008 1 次提交
  4. 19 10月, 2007 1 次提交
    • J
      Add missing newlines to some uses of dev_<level> messages · 898eb71c
      Joe Perches 提交于
      Found these while looking at printk uses.
      
      Add missing newlines to dev_<level> uses
      Add missing KERN_<level> prefixes to multiline dev_<level>s
      Fixed a wierd->weird spelling typo
      Added a newline to a printk
      Signed-off-by: NJoe Perches <joe@perches.com>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Cc: Mark M. Hoffman <mhoffman@lightlink.com>
      Cc: Roland Dreier <rolandd@cisco.com>
      Cc: Tilman Schmidt <tilman@imap.cc>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      Cc: Greg KH <greg@kroah.com>
      Cc: Jeremy Fitzhardinge <jeremy@goop.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: David Brownell <david-b@pacbell.net>
      Cc: James Smart <James.Smart@Emulex.Com>
      Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Jaroslav Kysela <perex@suse.cz>
      Cc: Takashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      898eb71c
  5. 23 12月, 2006 1 次提交
    • P
      [PATCH] gxt4500: Fix colormap and PLL setting, support GXT6000P · 31fccf7f
      Paul Mackerras 提交于
      This fixes some bugs in the gxt4500 framebuffer driver, and adds support
      for GXT6000P cards.
      
      First, I had the red and blue channels swapped in the colormap update code,
      resulting in penguins' noses and feet turning blue (though the penguins
      weren't actually shivering :).
      
      Secondly, the code that calculated the values to put in the PLL that
      generates the pixel clock wasn't observing some constraints that I wasn't
      originally aware of, but am now that I have some documentation on the chip.
      
      The GXT6000P is essentially identical from software's point of view, except
      for a different reference clock for the PLL, and the addition of a geometry
      engine (which this driver doesn't use).
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      Cc: James Simmons <jsimmons@infradead.org>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      31fccf7f
  6. 11 12月, 2006 1 次提交