27 Jun, 2008
1 commit
-
__raw_readsb() should always use byte accesses, never halfword accesses,
to I/O memory.Signed-off-by: Haavard Skinnemoen
06 Nov, 2006
1 commit
-
__raw_writesb ends with a conditional branch, which is obviously
wrong. It should return after the last loop terminates.Signed-off-by: Haavard Skinnemoen
26 Oct, 2006
1 commit
-
Implement __raw_readsb and __raw_writesb. Export __raw_reads[bwl]
and __raw_writes[bwl] for use by modules.Signed-off-by: Haavard Skinnemoen
Signed-off-by: Linus Torvalds