1. Use standard little endian UUID formatting in the device alias. 2. Add client protocol version to the device alias
Prarit Bhargava (1): mei: make modules.alias UUID information easier to read Tomas Winkler (7): mei: bus: export client protocol version mei: bus: add client protocol version to the device alias mei: bus: export uuid and protocol version to mei_cl bus drivers mei: bus: export mei_cldev_enabled function mei: bus: complete variable rename of type struct mei_cl_device mei: bus: use mei_cldev_ prefix for the API functions mei: bus: use mei_cl_bus_ prefix consistently Documentation/ABI/testing/sysfs-bus-mei | 7 ++ drivers/misc/mei/bus-fixup.c | 4 +- drivers/misc/mei/bus.c | 184 ++++++++++++++++++++++---------- drivers/misc/mei/client.h | 12 +++ drivers/misc/mei/mei_dev.h | 2 +- drivers/nfc/mei_phy.c | 31 +++--- drivers/nfc/mei_phy.h | 4 +- drivers/nfc/microread/mei.c | 14 +-- drivers/nfc/pn544/mei.c | 14 +-- include/linux/mei_cl_bus.h | 40 +++---- include/linux/mod_devicetable.h | 7 +- scripts/mod/devicetable-offsets.c | 1 + scripts/mod/file2alias.c | 12 ++- 13 files changed, 215 insertions(+), 117 deletions(-) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

