android_kernel_samsung_msm8976/drivers
Catalin(ux aka Dino) BOIE ad8c48ad3b Fix io ordering problems in e100
Checking e100.c code against Documentation/io_ordering.txt I found the
following problem:

spin_lock_irq...
write
spin-unlock
e100_write_flush

The attached patch fix the code like this:

spin_lock_irq...
write
e100_write_flush
spin-unlock

Signed-off-by: Catalin BOIE <catab@umbrella.ro>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-03-04 12:18:59 -05:00
..
acorn
acpi
amba
atm
base
block
bluetooth
cdrom
char [PATCH] pcmcia: CM4000, CM4040 Driver fixes 2006-03-01 11:18:30 +01:00
connector
cpufreq
crypto
dio
edac
eisa
fc4
firmware
hwmon
i2c
ide [PATCH] pcmcia: add another ide-cs CF card id 2006-03-01 10:52:12 +01:00
ieee1394 [PATCH] video1394: fix "return E;" typo 2006-02-28 20:53:43 -08:00
infiniband
input
isdn
macintosh
mca
md
media
message
mfd
misc
mmc
mtd [PATCH] "drivers/mtd/redboot.c: recognise a foreign byte sex partition table" update 2006-03-02 08:33:07 -08:00
net Fix io ordering problems in e100 2006-03-04 12:18:59 -05:00
nubus
oprofile
parisc
parport
pci
pcmcia [PATCH] pcmcia: properly handle pseudo multi-function devices 2006-03-01 10:52:11 +01:00
pnp [PATCH] pnp bus type fix 2006-02-28 20:53:43 -08:00
rapidio
s390
sbus
scsi Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 2006-03-01 10:22:04 -08:00
serial
sh
sn Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 2006-02-28 20:56:24 -08:00
spi
tc
telephony
usb
video
w1
zorro
Kconfig
Makefile