/* * Copyright (C) 2005 Russell King. * Data taken from include/asm-i386/serial.h * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include #include #include #include "8250.h" static struct plat_serial8250_port accent_data[] = { SERIAL8250_PORT(0x330, 4), SERIAL8250_PORT(0x338, 4), { }, }; static struct platform_device accent_device = { .name = "serial8250", .id = PLAT8250_DEV_ACCENT, .dev = { .platform_data = accent_data, }, }; static int __init accent_init(void) { return platform_device_register(&accent_device); } module_init(accent_init); MODULE_AUTHOR("Russell King"); MODULE_DESCRIPTION("8250 serial probe module for Accent Async cards"); MODULE_LICENSE("GPL"); e='id' value='d9e1661dab02e62a2ce971cfc2b957ee52f7cdf3'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov1-0/+6
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov1-1/+4