lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 08 Aug 2014 17:55:09 +0530 From: Varka Bhadram <varkabhadram@...il.com> To: Matthias Brugger <matthias.bgg@...il.com>, linux-kernel@...r.kernel.org CC: robh+dt@...nel.org, pawel.moll@....com, mark.rutland@....com, ijc+devicetree@...lion.org.uk, galak@...eaurora.org, rdunlap@...radead.org, gregkh@...uxfoundation.org, jslaby@...e.cz, grant.likely@...aro.org, alan@...ux.intel.com, heiko@...ech.de, yingjoe.chen@...il.com, devicetree@...r.kernel.org, linux-doc@...r.kernel.org, linux-serial@...r.kernel.org Subject: Re: [PATCH v3 1/2] tty: serial: 8250: Add Mediatek UART driver On 08/08/2014 05:02 PM, Matthias Brugger wrote: > This patch adds support for the UART block found on Mediatek SoCs. > The device has a highspeed register which influences the calcualtion of the > divisor. The chip lacks support for some baudrates. When requested, we set the > divisor to the next smaller baudrate and adjust the c_cflag accordingly. (...) > +static struct platform_driver mtk8250_platform_driver = { > + .driver = { > + .name = "mt6577-uart", > + .owner = THIS_MODULE, We can remove this field. Its updated by module_platform_driver() Thanks. -- Regards, Varka Bhadram. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists