/* * Written by Paul B Schroeder < pschroeder "at" uplogix "dot" com > * Based on 8250_boca. * * 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 exar_data[] = { SERIAL8250_PORT(0x100, 5), SERIAL8250_PORT(0x108, 5), SERIAL8250_PORT(0x110, 5), SERIAL8250_PORT(0x118, 5), { }, }; static struct platform_device exar_device = { .name = "serial8250", .id = PLAT8250_DEV_EXAR_ST16C554, .dev = { .platform_data = exar_data, }, }; static int __init exar_init(void) { return platform_device_register(&exar_device); } module_init(exar_init); MODULE_AUTHOR("Paul B Schroeder"); MODULE_DESCRIPTION("8250 serial probe module for Exar cards"); MODULE_LICENSE("GPL"); te-cleanup'>emaclite-cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-12-11 11:17:54 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-11 11:17:54 -0800
commit69973b830859bc6529a7a0468ba0d80ee5117826 (patch)
tree5f11fe15ed9d9a3ab9c92242030e54b73ecdce45 /include/dt-bindings/clock/qcom,mmcc-msm8960.h
parent2e4333c14de06a333783d6812cf3c4998f78b0c8 (diff)
Linux 4.9
Diffstat (limited to 'include/dt-bindings/clock/qcom,mmcc-msm8960.h')