Searched hist:"6175 ddf06b6172046a329e3abfd9c901a43efd2e" (Results 1 – 3 of 3) sorted by relevance
/linux/sound/pci/lx6464es/ |
H A D | lx_core.c | diff a29878553a9a7b4c06f93c7e383527cf014d4ceb Tue Nov 22 11:15:45 CET 2011 Tim Blechmann <tim@klingt.org> ALSA: lx6464es - fix device communication via command bus
commit 6175ddf06b6172046a329e3abfd9c901a43efd2e optimized the mem*io functions that have been used to send commands to the device. these optimizations somehow corrupted the communication with the lx6464es, that resulted the device to be unusable with kernels after 2.6.33.
this patch emulates the memcpy_*_io functions via a loop to avoid these problems.
Signed-off-by: Tim Blechmann <tim@klingt.org> LKML-Reference: <4ECB5257.4040600@ladisch.de> Cc: <stable@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/linux/arch/x86/lib/ |
H A D | Makefile | diff 6175ddf06b6172046a329e3abfd9c901a43efd2e Fri Feb 05 15:37:07 CET 2010 Brian Gerst <brgerst@gmail.com> x86: Clean up mem*io functions.
Iomem has no special significance on x86. Use the standard mem* functions instead of trying to call other versions. Some fixups are needed to match the function prototypes.
Signed-off-by: Brian Gerst <brgerst@gmail.com> LKML-Reference: <1265380629-3212-6-git-send-email-brgerst@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
/linux/arch/x86/boot/compressed/ |
H A D | misc.c | diff 6175ddf06b6172046a329e3abfd9c901a43efd2e Fri Feb 05 15:37:07 CET 2010 Brian Gerst <brgerst@gmail.com> x86: Clean up mem*io functions.
Iomem has no special significance on x86. Use the standard mem* functions instead of trying to call other versions. Some fixups are needed to match the function prototypes.
Signed-off-by: Brian Gerst <brgerst@gmail.com> LKML-Reference: <1265380629-3212-6-git-send-email-brgerst@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|