| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-11-06 | AVR32: Add missing return instruction in __raw_writesb | Haavard Skinnemoen | |
| __raw_writesb ends with a conditional branch, which is obviously wrong. It should return after the last loop terminates. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
| 2006-10-25 | [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] | Haavard Skinnemoen | |
| Implement __raw_readsb and __raw_writesb. Export __raw_reads[bwl] and __raw_writes[bwl] for use by modules. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | |||
