Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

m68knommu: add platform struct for ColdFire UART driver

Add platform support structure for use with new ColdFire UART driver.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Greg Ungerer and committed by
Linus Torvalds
99dc736f f386c3cc

+10
+10
include/asm-m68knommu/mcfuart.h
··· 51 51 #endif 52 52 53 53 54 + #include <linux/serial_core.h> 55 + #include <linux/platform_device.h> 56 + 57 + struct mcf_platform_uart { 58 + unsigned long mapbase; /* Physical address base */ 59 + void __iomem *membase; /* Virtual address if mapped */ 60 + unsigned int irq; /* Interrupt vector */ 61 + unsigned int uartclk; /* UART clock rate */ 62 + }; 63 + 54 64 /* 55 65 * Define the ColdFire UART register set addresses. 56 66 */