summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2015-08-03mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWEDAlexander Usyskin-0/+3
2015-08-03mei: bus: add and call callback on notify eventAlexander Usyskin-4/+49
2015-08-03mei: implement fasync for event notificationTomas Winkler-4/+53
2015-08-03mei: support polling for event notificationTomas Winkler-0/+8
2015-08-03mei: add async event notification ioctlsTomas Winkler-0/+67
2015-08-03mei: add a handler that waits for notification on eventTomas Winkler-1/+58
2015-08-03mei: add mei_cl_notify_request commandTomas Winkler-4/+157
2015-08-03mei: enable async event notifications only from hbm version 2.0Tomas Winkler-0/+14
2015-08-03mei: implement async notification hbm messagesTomas Winkler-0/+145
2015-08-03mei: define async notification hbm commandsTomas Winkler-0/+62
2015-08-03mei: disconnect on connection request timeoutAlexander Usyskin-29/+95
2015-08-03mei: support for dynamic clientsTomas Winkler-2/+144
2015-08-03mei: bus: link client devices instead of host clientsTomas Winkler-310/+213
2015-08-03mei: bus: simplify how we build nfc bus nameTomas Winkler-64/+55
2015-08-03mei: bus: blacklist clients by number of connectionsTomas Winkler-0/+19
2015-08-03mei: bus: blacklist the nfc info clientTomas Winkler-4/+19
2015-08-03mei: bus: enable running fixup routines before device registrationTomas Winkler-16/+107
2015-08-03mei: bus: add me client device list infrastructureTomas Winkler-2/+6
2015-08-03mei: bus: add reference to bus device in struct mei_cl_clientTomas Winkler-0/+17
2015-08-03mei: bus: revamp probe and remove functionsTomas Winkler-11/+30
2015-08-03mei: bus: revamp device matchingTomas Winkler-19/+44
2015-08-03mei: bus: report if event registration failedTomas Winkler-1/+5
2015-08-03mei: bus: don't enable events implicitly in device enableTomas Winkler-3/+0
2015-08-03mei: bus: rename uevent handler to mei_cl_device_ueventTomas Winkler-2/+10
2015-08-03mei: bus: move driver api functions at the start of the fileTomas Winkler-262/+351
2015-08-03mei: bus: rename nfc.c to bus-fixup.cTomas Winkler-1/+1
2015-08-03mei: bus: fix drivers and devices names confusionTomas Winkler-176/+176
2015-08-03mei: do not access freed cb in blocking writeAlexander Usyskin-7/+9
2015-08-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+0
2015-07-31misc: eeprom: at24: clean up at24_bin_write()Vladimir Zapolskiy-3/+0
2015-07-29ARM: qcom: Add coincell charger driverTim Bird-0/+163
2015-07-27misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski-9/+0
2015-07-22mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler-1/+1
2015-07-22misc: mic: scif bug fix for vmalloc_to_page crashSudeep Dutt-10/+5
2015-07-16cxl: Destroy afu->contexts_idr on release of an afuJohannes Thumshirn-0/+1
2015-07-16cxl: Destroy cxl_adapter_idr on module_exitJohannes Thumshirn-0/+1
2015-07-13cxl: use more common format specifierRasmus Villemoes-31/+31
2015-07-13cxl: Add explicit precision specifiersRasmus Villemoes-2/+2
2015-07-10Merge tag 'powerpc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-13/+20
2015-07-10cxl: Check if afu is not null in cxl_slbiaDaniel Axtens-1/+1
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie-2/+2
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie-1/+9
2015-07-07mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler-19/+2
2015-07-07cxl: Fix refcounting in kernel APIMichael Neuling-7/+5
2015-07-06cxl: Test the correct mmio space before unmappingDaniel Axtens-1/+1
2015-07-06cxl/vphb.c: Use phb pointer after NULL checkManinder Singh-1/+2
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3469/+7022
2015-06-25drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefixColin Ian King-1/+1
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett-1/+1