Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1221966
| From | Tomas Winkler <tomas.winkler@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [char-misc-next 0/8] mei: mei client bus enhancements |
| Date | 2015-09-10 09:20 +0200 |
| Message-ID | <q74jf-2ZU-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[char-misc-next 0/8] mei: mei client bus enhancements Tomas Winkler <tomas.winkler@intel.com> - 2015-09-10 09:20 +0200 [char-misc-next 8/8] mei: bus: use mei_cl_bus_ prefix consistently Tomas Winkler <tomas.winkler@intel.com> - 2015-09-10 09:20 +0200 [char-misc-next 3/8] mei: bus: add client protocol version to the device alias Tomas Winkler <tomas.winkler@intel.com> - 2015-09-10 09:30 +0200 [char-misc-next 1/8 V2] mei: make modules.alias UUID information easier to read Tomas Winkler <tomas.winkler@intel.com> - 2015-09-10 09:30 +0200 [char-misc-next 7/8] mei: bus: use mei_cldev_ prefix for the API functions Tomas Winkler <tomas.winkler@intel.com> - 2015-09-10 09:30 +0200 [char-misc-next 4/8] mei: bus: export uuid and protocol version to mei_cl bus drivers Tomas Winkler <tomas.winkler@intel.com> - 2015-09-10 09:30 +0200 [char-misc-next 6/8] mei: bus: complete variable rename of type struct mei_cl_device Tomas Winkler <tomas.winkler@intel.com> - 2015-09-10 09:30 +0200
csiph-web