summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei
AgeCommit message (Expand)AuthorLines
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov-3/+3
2012-12-19watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler-1/+1
2012-11-21misc: remove use of __devexitBill Pemberton-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton-2/+2
2012-11-21mei: remove use of __devexit_pBill Pemberton-2/+2
2012-11-21mei: Simplify the ME client enumeration codeSamuel Ortiz-86/+95
2012-11-21mei: simplify write complete loop in irq handlerTomas Winkler-25/+12
2012-11-21mei: don't mix read and write slotsTomas Winkler-16/+19
2012-11-21mei: streamline amthif write complete functionTomas Winkler-60/+48
2012-11-21mei: streamline write complete flow functionTomas Winkler-70/+43
2012-11-21mei: use structured buffer for extra write bufferTomas Winkler-27/+22
2012-11-21mei: compact code for mei bus message creationTomas Winkler-148/+112
2012-11-15mei: use the same bus msg for connect and disconnect requestTomas Winkler-27/+34
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler-61/+44
2012-11-15mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler-10/+25
2012-11-15mei: move amthif specific release code to amithifTomas Winkler-138/+154
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler-23/+31
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler-29/+24
2012-11-15mei: amthif: prefix cb list with amthifTomas Winkler-20/+18
2012-11-01mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler-23/+41
2012-11-01mei: use internal watchdog device registration trackingTomas Winkler-7/+1
2012-11-01mei: mei_clear_list: kill file_tempTomas Winkler-4/+2
2012-11-01mei: extract AMTHI functions into the amthif.c fileTomas Winkler-556/+613
2012-11-01mei: normalize timeouts definitionsTomas Winkler-24/+29
2012-11-01mei: mei_write: revamp function flowTomas Winkler-44/+44
2012-10-24mei: use mei_io_cb_ warppers also for control flowsTomas Winkler-109/+94
2012-10-24mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler-35/+35
2012-10-24mei: kill usless struct mei_io_listTomas Winkler-156/+118
2012-10-24mei: mei_write: revamp error path handlingTomas Winkler-48/+27
2012-10-24mei: add allocation and initialization wrappers for io callbackTomas Winkler-24/+87
2012-10-24mei: rename mei_cl_cb.information to mei_cl_cb.buf_idxTomas Winkler-50/+45
2012-09-18char/misc: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman-1/+1
2012-09-10mei: don't print buffer as a stringTomas Winkler-8/+1
2012-09-10mei: struct mei_message_data doesn't have to be packedTomas Winkler-1/+1
2012-09-10mei: add error messages for open count errorsTomas Winkler-2/+8
2012-09-05mei: add lynx point pci device idsTomas Winkler-0/+4
2012-09-05mei: fix max number of open handlesTomas Winkler-6/+8
2012-09-05mei: rename struct pci_dev *mei_device to mei_pdevTomas Winkler-14/+8
2012-08-16mei: wd: use watchdog_set/get_drvdata for passing mei_deviceTomas Winkler-13/+16
2012-08-16mei: wd: decouple and revamp watchdog state machineTomas Winkler-27/+34
2012-08-16mei: wd: rename watchdog constants to be more descriptiveTomas Winkler-26/+23
2012-08-16mei: wd: add option WDIOF_SETTIMEOUTTomas Winkler-1/+3
2012-08-16mei: fix device stall after wd is stoppedTomas Winkler-1/+1
2012-08-16mei: name space for mei device stateTomas Winkler-55/+77
2012-08-16mei: style : reformat PCI device IDsTomas Winkler-40/+39
2012-08-16mei: use KBUILD_MODNAME when allocating resources from the OSTomas Winkler-8/+6
2012-08-16mei: add mei_quirk_probe functionTomas Winkler-0/+27
2012-08-16mei: revamp me client search functionTomas Winkler-74/+60
2012-07-19mei: use module_pci_driverTomas Winkler-38/+1
2012-07-18Merge 3.5-rc7 into char-misc-next.Greg Kroah-Hartman-7/+8