1. 23 9月, 2006 7 次提交
  2. 04 7月, 2006 1 次提交
    • A
      [PATCH] sparc: resource warning fix · 5863aa65
      Andrew Morton 提交于
      sound/sparc/amd7930.c: In function 'amd7930_attach_common':
      sound/sparc/amd7930.c:1040: warning: format '%08lx' expects type 'long unsigned int', but argument 5 has type 'resource_size_t'
      
      sound/sparc/cs4231.c:2043: warning: format '%016lx' expects type 'long unsigned int', but argument 5 has type 'resource_size_t'
      
      sound/sparc/dbri.c: In function 'dbri_attach':
      sound/sparc/dbri.c:2650: warning: format '%016lx' expects type 'long unsigned int', but argument 5 has type 'resource_size_t'
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      5863aa65
  3. 03 7月, 2006 1 次提交
  4. 01 7月, 2006 1 次提交
  5. 28 6月, 2006 1 次提交
  6. 23 6月, 2006 2 次提交
  7. 20 6月, 2006 1 次提交
    • D
      [SPARC]: Kill __irq_itoa(). · c6387a48
      David S. Miller 提交于
      This ugly hack was long overdue to die.
      
      It was a way to print out Sparc interrupts in a more freindly format,
      since IRQ numbers were arbitrary opaque 32-bit integers which vectored
      into PIL levels.  These 32-bit integers were not necessarily in the
      0-->NR_IRQS range, but the PILs they vectored to were.
      
      The idea now is that we will increase NR_IRQS a little bit and use a
      virtual<-->real IRQ number mapping scheme similar to PowerPC.
      
      That makes this IRQ printing hack irrelevant, and furthermore only a
      handful of drivers actually used __irq_itoa() making it even less
      useful.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c6387a48
  8. 03 1月, 2006 3 次提交
  9. 04 11月, 2005 1 次提交
  10. 12 9月, 2005 2 次提交
    • M
      [ALSA] Several fixes for the Sun DBRI driver · 4338829e
      Martin Habets 提交于
      SPARC DBRI driver
      This patch contains the following fixes to the Alsa DBRI driver:
      
      - Remove 2.6.13 build warning on the prom_getproperty() call.
      
      - Rework command synchronization: send a sequence number with D_WAIT,
        and check it in the completion interrupt.
        Move synchronization delays from _cmdsend() to _cmdlock() allowing the
        CPU to do other usefull things while the DBRI is processing the
        commands.
      
      - Fix first argument of printk() calls.
      
      - Enable burst transfers for DBRI. Original 2.4 patch from Krzysztof
        Helt
      
      - Make dbri_debug module parameter writable from sysfs. Remove obsolete
        write access to the /proc debug file.
      
      - Replace udelay() with msleep_interruptible() where possible.
      
      - Update documentation comments.
      Signed-off-by: NMartin Habets <errandir_news@mph.eclipse.co.uk>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4338829e
    • T
      [ALSA] Add snd_card_set_generic_dev() call · 16dab54b
      Takashi Iwai 提交于
      ARM,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,MIPS
      MIPS AU1x00 driver,PPC,PPC PowerMac driver,SPARC,SPARC AMD7930 driver
      SPARC cs4231 driver,SPARC DBRI driver
      - Added snd_card_set_generic_dev() call.
      - Added SND_GENERIC_DRIVER to Kconfig.
      - Clean up the error path in probe if necessary.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      16dab54b
  11. 28 7月, 2005 1 次提交