]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: imx: serial: Support driver model in the MXC serial driver
authorSimon Glass <sjg@chromium.org>
Thu, 2 Oct 2014 01:57:27 +0000 (19:57 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 16:36:56 +0000 (10:36 -0600)
commita8ba569cba1e79f97438c1643ddc08f3ca7bffef
tree99aab36f444d11bf6a6bdd5a80de65a2815cfc6b
parent441d0cfff151852120a04acceffcd79195d36336
dm: imx: serial: Support driver model in the MXC serial driver

Add driver model support with this driver. Boards which use this driver
should define platform data in their board files.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial_mxc.c
include/serial_mxc.h [new file with mode: 0644]