- 21 5月, 2013 2 次提交
-
-
由 Samuel Ortiz 提交于
Enabling and disabling device is exclusively handled by the mei_phy_ops. Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
-
由 Samuel Ortiz 提交于
The callback registration starts a waiting read, so it needs to be fired everytime the device is enabled. Otherwise following writes will never get an answer back. Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
-
- 16 4月, 2013 1 次提交
-
-
由 Eric Lapuyade 提交于
This isolates the common code that is required to use an mei bus nfc device from an NFC HCI drivers. This prepares for future drivers for NFC chips connected behind an Intel Management Engine controller. The microread_mei HCI driver is also modified to use that common code. Signed-off-by: NEric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
-
- 04 4月, 2013 1 次提交
-
-
由 Samuel Ortiz 提交于
This reverts commit 63cd353c. We no longer need this fix as the MEI bus APIs are now merged into char-misc-next. Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com> Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
-
- 01 4月, 2013 1 次提交
-
-
由 Samuel Ortiz 提交于
uuid device_id field is removed and mei_device is renamed mei_cl_device. Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
-
- 11 3月, 2013 1 次提交
-
-
由 Samuel Ortiz 提交于
The mei_device field should be called device, not mei_device. Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
-
- 12 2月, 2013 1 次提交
-
-
由 Samuel Ortiz 提交于
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: NSamuel Ortiz <sameo@linux.intel.com>
-
- 08 2月, 2013 1 次提交
-
-
由 Samuel Ortiz 提交于
On some peculiar worlds, microreads are found hidden behind MEIs and needs to be accessed through the ME bus. Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
-