Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move definition of container_of() to common.h | Haavard Skinnemoen | 2008-06-03 | -11/+0 |
| | | | | | | | | | | | AVR32 and AT91SAM9 both have their own identical definitions of container_of() taken from the Linux kernel. Move it to common.h so that all architectures can use it. container_of() is already used by some drivers, and will be used extensively by the new and improved SPI API. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | |||
* | Add AVR32 architecture support | Wolfgang Denk | 2006-10-24 | -0/+56 |
Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 This patch adds common infrastructure code for the Atmel AVR32 architecture. See doc/README.AVR32 for details. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> |