Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a7df2d4b authored by Ricardo Ribalda's avatar Ricardo Ribalda Committed by Robert Nelson
Browse files

serdev: Add serdev_device_id


Currently,a serdev device driver can only be used with devices that are
nodes of a device tree, or are part of the ACPI table.id_table will be
used for devices that are not part of the device tree nor the ACPI table
(example: device on greybus gbphy created uart).

corresponding modalias field is introduced to name the driver to be
used with the device, required device(s) that are neither described
by device tree nor ACPI table.

serdev_device_uevent is also extended for modalias devices.

Signed-off-by: default avatarRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
parent e0ccdbeb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment