1. 23 6月, 2006 2 次提交
  2. 28 4月, 2006 1 次提交
  3. 21 4月, 2006 1 次提交
  4. 28 3月, 2006 1 次提交
  5. 24 3月, 2006 2 次提交
  6. 08 2月, 2006 1 次提交
  7. 02 2月, 2006 1 次提交
  8. 23 1月, 2006 1 次提交
    • S
      [ALSA] sound/ppc/pmac.c typo · 168a95f1
      Stelian Pop 提交于
      Modules: PPC PMAC driver
      
      In 2.6.16-rc1 there is a small typo introduced by the
      'Remove device_node addrs/n_addr' changes
      which prevents my Powerbook G4 sound from working:
      
      	Advanced Linux Sound Architecture Driver Version 1.0.11rc2
      	(Wed Jan 04 08:57:20 2006 UTC).
      	snd: can't request rsrc  0 (Sound Control: 0x80000000:80004fff)
      	ALSA device list:
      	   No soundcards found.
      
      The patch below fixes it. Of course, the patch fixing the i2c issues
      ('i2c_smbus_write_i2c_block_data' patch) needs to be applied to in
      order for the sound to completly work.
      Signed-off-by: NStelian Pop <stelian@popies.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      168a95f1
  9. 09 1月, 2006 1 次提交
  10. 06 1月, 2006 3 次提交
  11. 03 1月, 2006 6 次提交
  12. 16 11月, 2005 1 次提交
  13. 09 11月, 2005 1 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
  14. 04 11月, 2005 2 次提交
  15. 29 10月, 2005 1 次提交
  16. 07 10月, 2005 1 次提交
  17. 12 9月, 2005 4 次提交
  18. 18 8月, 2005 1 次提交
  19. 28 7月, 2005 2 次提交
  20. 28 6月, 2005 1 次提交
  21. 29 5月, 2005 2 次提交
  22. 02 5月, 2005 2 次提交
  23. 01 5月, 2005 2 次提交