1. 14 1月, 2014 5 次提交
  2. 14 10月, 2013 1 次提交
  3. 09 8月, 2013 1 次提交
  4. 15 7月, 2013 2 次提交
  5. 29 5月, 2013 1 次提交
  6. 13 5月, 2013 1 次提交
  7. 03 5月, 2013 1 次提交
  8. 30 4月, 2013 1 次提交
  9. 26 4月, 2013 1 次提交
    • A
      sound: oss/dmabuf: use dma_map_single · 4b417cf0
      Arnd Bergmann 提交于
      The virt_to_bus/bus_to_virt functions have been deprecated
      for as long as I can remember, and they are used in very
      few remaining instances, usually in obscure ISA device
      drivers. The OSS sound drivers are the only ones that are
      still used on the ARM architecture, and only on some of
      the earliest StrongARM machines.
      
      The problem for converting the OSS subsystem to use
      dma_map_single instead is that the caller of virt_to_bus
      does not have a device pointer, since the subsystem has
      never been ported to use the common device infrastructure.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4b417cf0
  10. 02 4月, 2013 2 次提交
  11. 15 3月, 2013 1 次提交
  12. 23 2月, 2013 1 次提交
  13. 04 1月, 2013 1 次提交
  14. 07 12月, 2012 1 次提交
  15. 18 11月, 2012 1 次提交
  16. 07 10月, 2012 1 次提交
    • A
      ARM: footbridge: nw_gpio_lock is raw_spin_lock · 45ef6ac6
      Arnd Bergmann 提交于
      bd31b859 "locking, ARM: Annotate low level hw locks as raw"
      made nw_gpio_lock a raw spinlock, but did not change all the
      users in device drivers. This fixes the remaining ones.
      
      sound/oss/waveartist.c: In function 'vnc_mute_spkr':
      sound/oss/waveartist.c:1485:2: warning: passing argument 1 of 'spinlock_check' from incompatible pointer type [enabled by default]
      include/linux/spinlock.h:272:102: note: expected 'struct spinlock_t *' but argument is of type 'struct raw_spinlock_t *'
      drivers/char/ds1620.c: In function 'netwinder_lock':
      drivers/char/ds1620.c:77:2: warning: passing argument 1 of 'spinlock_check' from incompatible pointer type [enabled by default]
      include/linux/spinlock.h:272:102: note: expected 'struct spinlock_t *' but argument is of type 'struct raw_spinlock_t *'
      drivers/char/nwflash.c: In function 'kick_open':
      drivers/char/nwflash.c:620:2: warning: passing argument 1 of 'spinlock_check' from incompatible pointer type [enabled by default]
      include/linux/spinlock.h:272:102: note: expected 'struct spinlock_t *' but argument is of type 'struct raw_spinlock_t *'
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      45ef6ac6
  17. 06 10月, 2012 1 次提交
  18. 01 9月, 2012 1 次提交
  19. 20 8月, 2012 1 次提交
  20. 20 6月, 2012 1 次提交
  21. 03 6月, 2012 1 次提交
  22. 10 4月, 2012 1 次提交
  23. 29 3月, 2012 2 次提交
  24. 19 12月, 2011 1 次提交
  25. 23 11月, 2011 1 次提交
  26. 29 9月, 2011 1 次提交
  27. 28 9月, 2011 1 次提交
    • P
      doc: fix broken references · 395cf969
      Paul Bolle 提交于
      There are numerous broken references to Documentation files (in other
      Documentation files, in comments, etc.). These broken references are
      caused by typo's in the references, and by renames or removals of the
      Documentation files. Some broken references are simply odd.
      
      Fix these broken references, sometimes by dropping the irrelevant text
      they were part of.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      395cf969
  28. 08 8月, 2011 1 次提交
  29. 04 8月, 2011 1 次提交
  30. 28 7月, 2011 1 次提交
  31. 20 5月, 2011 1 次提交
  32. 31 3月, 2011 1 次提交
  33. 24 3月, 2011 1 次提交