]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: microread: Fix mei physical layer
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 11 Feb 2013 09:30:04 +0000 (10:30 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 11 Feb 2013 17:35:36 +0000 (18:35 +0100)
commit29da595a115126a5555dde243284e857883cd8de
tree354c294c7eea0af66cd72036deff5f8c6ec6d53b
parentd700140aefc2a7a108bd01bc5a860309e1f0082e
NFC: microread: Fix mei physical layer

The MEI bus API changed according to the latest comments from the char-misc
maintainers, and this patch fixes the microread mei physical layer code
according to those changes:
We pass the MEI id back to the probe routine, and the mei_driver takes a
table of MEI ids instead of one static id.
Also, mei_bus_driver got renamed to mei_driver, mei_bus_client to
mei_device, and mei_bus_set/get_clientdata to mei_set/get_clientdata.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/microread/mei.c