[RFC PATCH] tty: serial: Add 8250-core based omap driver
From: javier@dowhile0.org (Javier Martinez Canillas)
Date: 2014-07-03 16:19:54
Also in:
linux-omap, linux-serial, lkml
From: javier@dowhile0.org (Javier Martinez Canillas)
Date: 2014-07-03 16:19:54
Also in:
linux-omap, linux-serial, lkml
On Thu, Jul 3, 2014 at 6:06 PM, Sebastian Reichel [off-list ref] wrote:
Hi, On Thu, Jul 03, 2014 at 10:52:40AM -0500, Felipe Balbi wrote:quoted
quoted
DT is supposed to contain information about the hardware, so it should stay the same? I think there is no non-hackish way to decidecompatible would change, at a minimum.why? I would expect it to stay the same (and the current patch uses the same compatible strings).
Exactly, the new driver must support all the compatible strings defined in Documentation/devicetree/bindings/serial/omap_serial.tx (which already does as you pointed out). Otherwise the current drivers/tty/serial/omap-serial.c could never be removed since that would mean breaking DT backward compatibility.
-- Sebastian
Best regards, Javier