Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [ARM] Hide ISA DMA API when ISA_DMA_API is unset | Russell King | 2008-11-29 |
| | | | | | | | | | | | | | When ISA_DMA_API is unset, we're not implementing the ISA DMA API, so there's no point in publishing the prototypes via asm/dma.h, nor including the machine dependent parts of that API. This allows us to remove a lot of mach/dma.h files which don't contain any useful code. Unfortunately though, some platforms put their own private non-ISA definitions into mach/dma.h, so we leave these behind and fix the appropriate #include statments. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||
* | [ARM] Fix class_device damage caused by 0c55445f201841bfd6c658c47df8311b6722f002 | Russell King | 2008-01-28 |
| | | | | | | Lots of compile errors in drivers/mfd/ucb1x00-assabet.c... Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||
* | MCP_UCB1200: Convert from class_device to device | Tony Jones | 2008-01-24 |
| | | | | | | | | | | | struct class_device is going away, this converts the code to use struct device instead. Signed-off-by: Tony Jones <tonyj@suse.de> Cc: Russell King <rmk@arm.linux.org.uk> Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | ||
* | [MFD] Add code UCB1200/UCB1300 assabet platform support | Russell King | 2005-09-11 |
Add support for Intel assabet specific board support for UCB1200/UCB1300 devices. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |