summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2015-08-04mei: add a handler that waits for notification on eventTomas Winkler4-1/+58
2015-08-04mei: add mei_cl_notify_request commandTomas Winkler4-4/+157
2015-08-04mei: enable async event notifications only from hbm version 2.0Tomas Winkler4-0/+14
2015-08-04mei: implement async notification hbm messagesTomas Winkler3-0/+145
2015-08-04mei: define async notification hbm commandsTomas Winkler1-0/+62
2015-08-04mei: disconnect on connection request timeoutAlexander Usyskin6-29/+95
2015-08-04mei: support for dynamic clientsTomas Winkler4-2/+144
2015-08-04mei: bus: link client devices instead of host clientsTomas Winkler5-310/+213
2015-08-04mei: bus: simplify how we build nfc bus nameTomas Winkler3-64/+55
2015-08-04mei: bus: blacklist clients by number of connectionsTomas Winkler1-0/+19
2015-08-04mei: bus: blacklist the nfc info clientTomas Winkler1-4/+19
2015-08-04mei: bus: enable running fixup routines before device registrationTomas Winkler3-16/+107
2015-08-04mei: bus: add me client device list infrastructureTomas Winkler3-2/+6
2015-08-04mei: bus: add reference to bus device in struct mei_cl_clientTomas Winkler1-0/+17
2015-08-04mei: bus: revamp probe and remove functionsTomas Winkler1-11/+30
2015-08-04mei: bus: revamp device matchingTomas Winkler1-19/+44
2015-08-04mei: bus: report if event registration failedTomas Winkler1-1/+5
2015-08-04mei: bus: don't enable events implicitly in device enableTomas Winkler1-3/+0
2015-08-04mei: bus: rename uevent handler to mei_cl_device_ueventTomas Winkler1-2/+10
2015-08-04mei: bus: move driver api functions at the start of the fileTomas Winkler1-262/+351
2015-08-04mei: bus: rename nfc.c to bus-fixup.cTomas Winkler2-1/+1
2015-08-04mei: bus: fix drivers and devices names confusionTomas Winkler3-176/+176
2015-08-04mei: do not access freed cb in blocking writeAlexander Usyskin1-7/+9
2015-07-29ARM: qcom: Add coincell charger driverTim Bird3-0/+163
2015-07-27misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski9-9/+0
2015-07-23mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler1-1/+1
2015-07-23misc: mic: scif bug fix for vmalloc_to_page crashSudeep Dutt1-10/+5
2015-07-10Merge tag 'powerpc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-13/+20
2015-07-10cxl: Check if afu is not null in cxl_slbiaDaniel Axtens1-1/+1
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie1-2/+2
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie1-1/+9
2015-07-08mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler3-19/+2
2015-07-07cxl: Fix refcounting in kernel APIMichael Neuling1-7/+5
2015-07-06cxl: Test the correct mmio space before unmappingDaniel Axtens1-1/+1
2015-07-06cxl/vphb.c: Use phb pointer after NULL checkManinder Singh1-1/+2
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-06-27Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds59-3469/+7022
2015-06-26drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefixColin Ian King1-1/+1
2015-06-26clone: support passing tls argument via C rather than pt_regs magicJosh Triplett1-1/+1
2015-06-26Pratyush Anand has movedPratyush Anand1-1/+1
2015-06-19cxl: Fix typo in debug printMichael Neuling1-1/+1
2015-06-19cxl: Add CXL_KERNEL_API config optionMichael Neuling1-0/+5
2015-06-14mei: me: wait for power gating exit confirmationAlexander Usyskin4-5/+80
2015-06-14mei: reset flow control on the last client disconnectionAlexander Usyskin1-0/+3
2015-06-13misc: sram: sort and clean up included headersVladimir Zapolskiy1-8/+2
2015-06-13misc: sram: move reserved block logic out of probe functionVladimir Zapolskiy1-36/+46
2015-06-13misc: sram: add private struct device and virt_base membersVladimir Zapolskiy1-25/+29
2015-06-13misc: sram: report correct SRAM pool sizeVladimir Zapolskiy1-1/+2
2015-06-13misc: sram: bump error message level on unclean driver unbindingVladimir Zapolskiy1-1/+1
2015-06-13misc: sram: fix device node reference leak on errorVladimir Zapolskiy1-0/+2