]> git.baikalelectronics.ru Git - kernel.git/commit
staging: fsl-mc: add support for device table matching
authorStuart Yoder <stuart.yoder@nxp.com>
Wed, 22 Jun 2016 21:40:45 +0000 (16:40 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2016 00:14:03 +0000 (17:14 -0700)
commit8e0c83741cf633fe32c8fa28feba02dd36ee64f7
tree8f1ce0a2ad4a69fdd08426c6cf861b4c6adbc8c7
parent735090c57310d01a4f0e3e34698be438e96218ba
staging: fsl-mc: add support for device table matching

Move the definition of fsl_mc_device_id to its proper location in
mod_devicetable.h, and add fsl-mc bus support to devicetable-offsets.c
and file2alias.c to enable device table matching.  With this patch udev
based module loading of fsl-mc drivers is supported.

Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/include/mc.h
include/linux/mod_devicetable.h
scripts/mod/devicetable-offsets.c
scripts/mod/file2alias.c