[PATCH v3 2/2] serial: mxs-auart: Allow device tree probing
From: festevam@gmail.com (Fabio Estevam)
Date: 2012-06-15 16:18:30
Also in:
linux-serial
From: festevam@gmail.com (Fabio Estevam)
Date: 2012-06-15 16:18:30
Also in:
linux-serial
On Fri, Jun 15, 2012 at 1:16 PM, Marek Vasut [off-list ref] wrote:
Dear Fabio Estevam,quoted
On Fri, Jun 15, 2012 at 1:06 PM, Shawn Guo [off-list ref] wrote:quoted
quoted
+MODULE_DEVICE_TABLE(platform, mxs_auart_devtype);...quoted
+ ? ? ? ? ? ? .id_table = mxs_auart_devtype,I do not think we need these.WIthout this, the non-dt kernel does not probe correctly.But we don't support non-DT kernel anymore.
but I don't want my patch to break something that has been working for a long time.