aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-18mei: Remove all bus devices from the mei_dev list when stopping the MEITomas Winkler1-0/+2
2014-02-14mei: get rid of ext_msgTomas Winkler1-1/+0
2014-02-07mei: allow multiple retries if the hw reset has failedTomas Winkler1-10/+30
2014-01-13mei: limit the number of consecutive resetsTomas Winkler1-0/+10
2014-01-13mei: revamp mei reset state machineTomas Winkler1-83/+126
2014-01-08mei: use hbm idle state to prevent spurious resetsTomas Winkler1-4/+8
2014-01-08mei: do not run reset flow from the interrupt threadTomas Winkler1-39/+61
2013-11-27mei: remove flash_work_queueTomas Winkler1-5/+12
2013-10-29mei: print correct device state during unexpected resetAlexander Usyskin1-4/+4
2013-10-19mei: move host_clients_map cleanup to device initAlexander Usyskin1-0/+8
2013-10-03mei: revamp open handler countsTomas Winkler1-5/+0
2013-09-26mei: cancel stall timers in mei_resetAlexander Usyskin1-0/+3
2013-07-29Merge 3.11-rc3 into char-misc-next.Greg Kroah-Hartman1-3/+2
2013-07-26mei: don't get stuck in select during resetTomas Winkler1-5/+8
2013-07-24mei: wake also writers on resetTomas Winkler1-1/+1
2013-07-23mei: don't have to clean the state on power upTomas Winkler1-1/+2
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-06-24mei: check whether hw start has succeededTomas Winkler1-1/+6
2013-06-24mei: check if the hardware reset succeededTomas Winkler1-1/+7
2013-06-17mei: support HBM versioningTomas Winkler1-2/+1
2013-06-13mei: init: Flush scheduled work before resetting the deviceSamuel Ortiz1-2/+2
2013-05-28treewide: Fix typo in printkMasanari Iida1-1/+1
2013-04-19mei: reseting -> resettingBill Nottingham1-2/+2
2013-04-19mei: revamp hbm state machineTomas Winkler1-19/+3
2013-04-10mei: nfc: Initial nfc implementationSamuel Ortiz1-0/+2
2013-03-29mei: bus: Add bus related structures to mei_clSamuel Ortiz1-0/+1
2013-03-29mei: move mei-me to separate moduleTomas Winkler1-2/+5
2013-03-29mei: rename function mei_hw_init to mei_startTomas Winkler1-2/+2
2013-03-29mei: ME structures should be initialized in mei_device_initTomas Winkler1-0/+9
2013-03-29mei: unregister watchdog from mei_stop functionTomas Winkler1-0/+3
2013-03-29mei: drop RECOVERING_FROM_RESET device stateTomas Winkler1-4/+0
2013-03-26Merge branch 'char-misc-linus' into char-misc-nextGreg Kroah-Hartman1-0/+18
2013-03-15mei: add mei_stop function to stop mei deviceTomas Winkler1-0/+18
2013-03-15mei: add hw start callbackTomas Winkler1-0/+16
2013-02-06mei: move clients cleanup code from init.c to client.cTomas Winkler1-22/+6
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler1-1/+1
2013-02-06mei: initial extract of ME hw specifics from mei_deviceTomas Winkler1-27/+1
2013-01-08mei: move work initialization to mei_device_initTomas Winkler1-0/+4
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler1-44/+19
2013-01-08mei: abstract host and device readienessTomas Winkler1-8/+6
2013-01-08mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler1-28/+0
2013-01-08mei: remove write only need_reset member of struct mei_deviceTomas Winkler1-5/+1
2013-01-08mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler1-1/+0
2013-01-08mei: normalize me host client linking routinesTomas Winkler1-0/+4
2013-01-08mei: move me client storage allocation to hbm.cTomas Winkler1-39/+0
2013-01-08mei: rename interface to hw-meTomas Winkler1-1/+0
2013-01-08mei: fix client functions namesTomas Winkler1-3/+3
2013-01-08mei: move client functions to client.cTomas Winkler1-252/+0
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler1-0/+1
2013-01-07mei: add common prefix to hbm functionTomas Winkler1-2/+2