summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2015-03-01mei: add mei_cl_alloc_linked functionTomas Winkler-36/+61
2015-03-01mei: always initialize the callback with the intended operation typeTomas Winkler-45/+55
2015-03-01mei: use only one buffer in callbackTomas Winkler-63/+31
2015-03-01mei: iamthif: use regular client read functionsTomas Winkler-81/+35
2015-03-01mei: iamthif: use client write functionsTomas Winkler-139/+51
2015-03-01mei: iamthif: send flow control as a regular clientTomas Winkler-84/+77
2015-03-01mei: iamthif: remove useless iamthif_ioctl variableTomas Winkler-11/+3
2015-03-01mei: iamthif: fix device reset on mei_amthif_irq_read_msgTomas Winkler-34/+51
2015-03-01mei: fix device reset on mei_cl_irq_read_msg allocation failureTomas Winkler-62/+80
2015-03-01mei: fix function names and format in KDocAlexander Usyskin-16/+17
2015-03-01mei: me: change power gating function name conventionsAlexander Usyskin-14/+14
2015-03-01mei: me: add io register tracingTomas Winkler-4/+129
2015-03-01mei: me: use io register wrappers consistentlyTomas Winkler-57/+66
2015-03-01mei: revamp me clients list handlingTomas Winkler-62/+162
2015-03-01mei: make device disabled on stop unconditionallyAlexander Usyskin-0/+2
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-186/+418
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-26/+898
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-12/+96
2015-02-06cxl: Add missing return statement after handling AFU errrorIan Munsie-0/+1
2015-02-06cxl: Fail AFU initialisation if an invalid configuration record is foundIan Munsie-0/+9
2015-02-06cxl: Export optional AFU configuration record in sysfsIan Munsie-10/+205
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro-8/+8
2015-02-03ti-st: clean up data types (fix harmless memory corruption)Dan Carpenter-6/+6
2015-02-03mei: me: release hw from reset only during the reset flowAlexander Usyskin-2/+1
2015-02-03mei: mask interrupt set bit on clean reset bitAlexander Usyskin-1/+1
2015-02-02cxl: Fix device_node reference countingRyan Grimm-1/+1
2015-01-25VMCI: Fix two UVA mapping bugsJorgen Hansen-7/+8
2015-01-25misc: ti-st: add handling of the signal caseNicholas Mc Guire-8/+11
2015-01-25mei: add reference counting for me clientsTomas Winkler-94/+221
2015-01-22cxl: Add ability to reset the cardRyan Grimm-0/+56
2015-01-22cxl: Enable CAPP recoveryRyan Grimm-1/+7
2015-01-22cxl: Add image control to sysfsRyan Grimm-0/+39
2015-01-22cxl: Use image state defaults for reloading FPGARyan Grimm-2/+41
2015-01-22cxl: Add tracepointsIan Munsie-9/+520
2015-01-22cxl: remove redundant increment of hwirqColin Ian King-1/+1
2015-01-19Merge 3.19-rc5 into char-misc-nextGreg Kroah-Hartman-25/+83
2015-01-17Merge tag 'char-misc-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+12
2015-01-12ad525x_dpot-spi: Added Blank lines after declarationsMohammad Jamal-0/+4
2015-01-12ad525x_dpot:Remove break after returnMohammad Jamal-6/+0
2015-01-12ad525x_dpot: Add a blank line after declarationMohammad Jamal-0/+1
2015-01-12GenWQE: remove unnecessary version.h inclusionFabian Frederick-2/+0
2015-01-12misc: ioc4: simplify wave period measurement in clock_calibrateRichard Leitner-15/+16
2015-01-12drivers:misc:ti-st: protect against bad packetsGigi Joseph-6/+18
2015-01-12drivers: misc: ti-st: fix null pointer exception in st_kim_ref()Gigi Joseph-4/+8
2015-01-12drivers: misc: ti-st: fix debugfs creation error handlingGigi Joseph-5/+1
2015-01-12st_kim: allow suspend if callback is not registeredGigi Joseph-2/+2
2015-01-12ti-st: add device tree supportGigi Joseph-10/+104
2015-01-12mei: use uuid, me_addr tuple addressing also for flow control creditsTomas Winkler-2/+2
2015-01-12mei: bus: use ssize_t as the return type for send and receiveTomas Winkler-19/+17
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie-25/+71