aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-22mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler1-1/+1
2015-07-07mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler3-19/+2
2015-06-13mei: me: wait for power gating exit confirmationAlexander Usyskin4-5/+80
2015-06-13mei: reset flow control on the last client disconnectionAlexander Usyskin1-0/+3
2015-05-31mei: fix up uuid matchingGreg Kroah-Hartman1-7/+2
2015-05-24mei: export hbm features to debugfs under devstateTomas Winkler1-0/+7
2015-05-24mei: export mei client device struct to external useTomas Winkler1-35/+0
2015-05-24mei: bus: kill mei_cl_opsTomas Winkler1-24/+0
2015-05-24NFC: mei_phy: move all nfc logic from mei driver to nfcTomas Winkler3-207/+11
2015-05-24mei: bus: add name and uuid into device attributesTomas Winkler1-0/+33
2015-05-24mei: bus: report also uuid in module aliasTomas Winkler2-8/+36
2015-05-24mei: add also write waiting list to runtime pm blockersTomas Winkler1-3/+5
2015-05-24mei: request autosuspend at the end of writeAlexander Usyskin1-1/+7
2015-05-24mei: consume flow control on the first chunk of writingAlexander Usyskin1-14/+14
2015-05-24mei: debug prints with client info in readAlexander Usyskin1-5/+4
2015-05-24mei: txe: fix incorrect indentationTomas Winkler1-1/+1
2015-05-24mei: drop iamthif_mtu from device structureAlexander Usyskin2-10/+1
2015-05-24mei: connection to fixed address clients from user-spaceAlexander Usyskin3-1/+17
2015-05-24mei: support for fixed address clientsAlexander Usyskin4-19/+68
2015-05-24mei: fix flow control for single buffer clientsAlexander Usyskin2-6/+27
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin11-179/+225
2015-05-24mei: revamp client connectionTomas Winkler4-66/+83
2015-05-24mei: revamp client disconnection flowTomas Winkler7-96/+134
2015-05-24mei: txe: reduce suspend/resume timeTomas Winkler1-10/+10
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds20-866/+935
2015-04-13mei: trace: remove unused TRACE_SYSTEM_STRINGTomas Winkler1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro3-3/+0
2015-04-03mei: replace check for connection instead of transitioningTomas Winkler3-10/+12
2015-04-03mei: use mei_cl_is_connected consistentlyTomas Winkler5-17/+22
2015-04-03mei: fix mei_poll operationTomas Winkler3-24/+27
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig3-3/+0
2015-03-25mei: fix regression on NFC connectionTomas Winkler1-3/+1
2015-03-09Merge 4.0-rc3 into char-misc-nextGreg Kroah-Hartman1-0/+2
2015-03-04mei: trace: fix missing include to linux/device.hTomas Winkler1-0/+2
2015-03-04mei: free me client references on host initTomas Winkler1-0/+3
2015-03-01mei: bus: call device disable handler prior to disconnectionTomas Winkler1-14/+11
2015-03-01mei: allow read concurrencyTomas Winkler8-119/+98
2015-03-01mei: simplify io callback disposalTomas Winkler6-105/+63
2015-03-01mei: add mei_cl_alloc_linked functionTomas Winkler4-36/+61
2015-03-01mei: always initialize the callback with the intended operation typeTomas Winkler6-45/+55
2015-03-01mei: use only one buffer in callbackTomas Winkler7-63/+31
2015-03-01mei: iamthif: use regular client read functionsTomas Winkler4-81/+35
2015-03-01mei: iamthif: use client write functionsTomas Winkler4-139/+51
2015-03-01mei: iamthif: send flow control as a regular clientTomas Winkler3-84/+77
2015-03-01mei: iamthif: remove useless iamthif_ioctl variableTomas Winkler3-11/+3
2015-03-01mei: iamthif: fix device reset on mei_amthif_irq_read_msgTomas Winkler3-34/+51
2015-03-01mei: fix device reset on mei_cl_irq_read_msg allocation failureTomas Winkler4-62/+80
2015-03-01mei: fix function names and format in KDocAlexander Usyskin4-16/+17
2015-03-01mei: me: change power gating function name conventionsAlexander Usyskin3-14/+14
2015-03-01mei: me: add io register tracingTomas Winkler4-4/+129