1. 05 7月, 2008 1 次提交
  2. 03 7月, 2008 1 次提交
  3. 28 4月, 2008 1 次提交
  4. 11 4月, 2008 1 次提交
  5. 07 2月, 2008 1 次提交
  6. 03 2月, 2008 1 次提交
  7. 11 12月, 2007 1 次提交
  8. 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
  9. 17 10月, 2007 2 次提交
  10. 31 8月, 2007 1 次提交
  11. 18 7月, 2007 1 次提交
  12. 01 6月, 2007 1 次提交
  13. 21 2月, 2007 1 次提交
  14. 13 2月, 2007 1 次提交
    • A
      [PATCH] SPI: Freescale iMX SPI controller driver (BIS+) · 69c202af
      Andrea Paterniani 提交于
      Add the SPI controller driver for Freescale i.MX(S/L/1).
      Main features summary:
      
       > Per chip setup via board specific code and/or protocol driver.
       > Per transfer setup.
       > PIO transfers.
       > DMA transfers.
       > Managing of NULL tx / rx buffer for rd only / wr only transfers.
      
      This patch replace patch-2.6.20-rc4-spi_imx with the following changes:
       > Few cosmetic changes.
       > Function map_dma_buffers now return 0 for success and -1 for failure.
       > Solved a bug inside spi_imx_probe function (wrong error path).
       > Solved a bug inside setup function (bad undo setup for max_speed_hz).
       > For read-only transfers, always write zero bytes.
      
      This is almost the same as the 'BIS' version sent by Andrea, except for
      updating the 'DUMMY' byte so that read-only transfers shift out zeroes.
      That part of the API changed recently, since some half duplex peripheral
      chips require that semantic.
      Signed-off-by: NAndrea Paterniani <a.paterniani@swapp-eng.it>
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      69c202af