summaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mei: enable async event notifications only from hbm version 2.0Tomas Winkler2015-08-044-0/+14
* mei: implement async notification hbm messagesTomas Winkler2015-08-043-0/+145
* mei: define async notification hbm commandsTomas Winkler2015-08-041-0/+62
* mei: disconnect on connection request timeoutAlexander Usyskin2015-08-046-29/+95
* mei: support for dynamic clientsTomas Winkler2015-08-044-2/+144
* mei: bus: link client devices instead of host clientsTomas Winkler2015-08-045-310/+213
* mei: bus: simplify how we build nfc bus nameTomas Winkler2015-08-043-64/+55
* mei: bus: blacklist clients by number of connectionsTomas Winkler2015-08-041-0/+19
* mei: bus: blacklist the nfc info clientTomas Winkler2015-08-041-4/+19
* mei: bus: enable running fixup routines before device registrationTomas Winkler2015-08-043-16/+107
* mei: bus: add me client device list infrastructureTomas Winkler2015-08-043-2/+6
* mei: bus: add reference to bus device in struct mei_cl_clientTomas Winkler2015-08-041-0/+17
* mei: bus: revamp probe and remove functionsTomas Winkler2015-08-041-11/+30
* mei: bus: revamp device matchingTomas Winkler2015-08-041-19/+44
* mei: bus: report if event registration failedTomas Winkler2015-08-041-1/+5
* mei: bus: don't enable events implicitly in device enableTomas Winkler2015-08-041-3/+0
* mei: bus: rename uevent handler to mei_cl_device_ueventTomas Winkler2015-08-041-2/+10
* mei: bus: move driver api functions at the start of the fileTomas Winkler2015-08-041-262/+351
* mei: bus: rename nfc.c to bus-fixup.cTomas Winkler2015-08-042-1/+1
* mei: bus: fix drivers and devices names confusionTomas Winkler2015-08-043-176/+176
* mei: do not access freed cb in blocking writeAlexander Usyskin2015-08-041-7/+9
* ARM: qcom: Add coincell charger driverTim Bird2015-07-293-0/+163
* misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-279-9/+0
* mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler2015-07-231-1/+1
* misc: mic: scif bug fix for vmalloc_to_page crashSudeep Dutt2015-07-231-10/+5
* Merge tag 'powerpc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-07-105-13/+20
|\
| * cxl: Check if afu is not null in cxl_slbiaDaniel Axtens2015-07-101-1/+1
| * cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie2015-07-081-2/+2
| * cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie2015-07-081-1/+9
| * cxl: Fix refcounting in kernel APIMichael Neuling2015-07-071-7/+5
| * cxl: Test the correct mmio space before unmappingDaniel Axtens2015-07-061-1/+1
| * cxl/vphb.c: Use phb pointer after NULL checkManinder Singh2015-07-061-1/+2
* | mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler2015-07-083-19/+2
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-2659-3469/+7022
|\ \
| * | mei: me: wait for power gating exit confirmationAlexander Usyskin2015-06-144-5/+80
| * | mei: reset flow control on the last client disconnectionAlexander Usyskin2015-06-141-0/+3
| * | misc: sram: sort and clean up included headersVladimir Zapolskiy2015-06-131-8/+2
| * | misc: sram: move reserved block logic out of probe functionVladimir Zapolskiy2015-06-131-36/+46
| * | misc: sram: add private struct device and virt_base membersVladimir Zapolskiy2015-06-131-25/+29
| * | misc: sram: report correct SRAM pool sizeVladimir Zapolskiy2015-06-131-1/+2
| * | misc: sram: bump error message level on unclean driver unbindingVladimir Zapolskiy2015-06-131-1/+1
| * | misc: sram: fix device node reference leak on errorVladimir Zapolskiy2015-06-131-0/+2
| * | misc: sram: fix enabled clock leak on error pathVladimir Zapolskiy2015-06-131-13/+9
| * | misc: mic: Fix reported static checker warningSudeep Dutt2015-06-131-4/+0
| * | misc: mic: Fix randconfig build error by including errno.hSudeep Dutt2015-06-131-0/+1
| * | mei: fix up uuid matchingGreg Kroah-Hartman2015-05-311-7/+2
| * | ti-st: handle null allocation return correctly.Colin Ian King2015-05-241-2/+1
| * | misc: mic: MIC card driver specific changes to enable SCIFSudeep Dutt2015-05-245-6/+201