]> git.openfabrics.org - ~emulex/infiniband.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)
commitcd48d8ba149484c4723a2b75159deeb83f3d2273
tree354c294c7eea0af66cd72036deff5f8c6ec6d53b
parent8708aac79e4572ba673d7a21e94ddca9f3abb7fc
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