Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AVR32: Add missing return instruction in __raw_writesb | Haavard Skinnemoen | 2006-11-06 | 1 | -0/+2 |
| | | | | | | | __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> | ||||
* | [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] | Haavard Skinnemoen | 2006-10-25 | 1 | -0/+47 |
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> |