serial: mxs-auart: distinguish the different SOCs
authorHuang Shijie <b32955@freescale.com>
Fri, 16 Nov 2012 08:03:52 +0000 (16:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Nov 2012 12:41:55 +0000 (04:41 -0800)
commitf4b1f03b826ba22c9835e9e89a1ca03541313e04
treeba7cc3be1f4bc01b92b0f193f10ba6fbcbd4b5f2
parented71871bed7198ca4aa6a79b7a93b73ad6408e98
serial: mxs-auart: distinguish the different SOCs

The current mxs-auart driver is used for both mx23 and mx28.

But in mx23, the DMA has a bug(see errata:2836). We can not add the
DMA support in mx23, but we can add DMA support to auart in mx28.

So in order to add the DMA support for the auart in mx28, we should
distinguish the distinguish SOCs.

This patch adds a new platform_device_id table and a inline function
is_imx28_auart() to distinguish the mx23 and mx28.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mxs-auart.c