aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler15-251/+239
2014-09-29mei: push all standard settings into mei_device_initTomas Winkler4-10/+21
2014-09-29mei: move mei_hbm_hdr function from hbm.h the hbm.cTomas Winkler2-9/+16
2014-09-29mei: kill error message for allocation failureTomas Winkler3-5/+1
2014-09-29mei: nfc: fix style warningTomas Winkler1-1/+0
2014-09-29mei: fix style warning: Missing a blank line after declarationsTomas Winkler9-6/+51
2014-09-29mei: pg: fix cat and paste error in commentsTomas Winkler1-2/+2
2014-09-29mei: debugfs: add single buffer indicatorTomas Winkler1-3/+4
2014-09-29mei: debugfs: adjust print bufferAlexander Usyskin1-7/+15
2014-09-29mei: add hbm and pg state in devstate debugfs printAlexander Usyskin5-1/+38
2014-09-26mei: fix commentsGeert Uytterhoeven2-4/+4
2014-09-24Merge tag 'imx-cleanup-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/cleanupOlof Johansson2-6/+6
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri1-1/+0
2014-09-23VMCI: integer overflow in vmci_datagram_dispatch()Dan Carpenter1-1/+2
2014-09-23GenWQE: Support blocking when DDCB queue is busyFrank Haverkamp4-22/+57
2014-09-23GenWQE: Fix problem when reading HSI and RetcEberhard S. Amann1-1/+2
2014-09-23GenWQE: Fix checkpatch complaintsFrank Haverkamp4-27/+25
2014-09-23GenWQE: Check return code of pci_sriov_enableFrank Haverkamp1-1/+4
2014-09-23GenWQE: Do not modify return code of genwqe_set_interrupt_capabilityFrank Haverkamp1-3/+1
2014-09-23GenWQE: Update author informationFrank Haverkamp9-10/+10
2014-09-23GenWQE: Remove sysfs entry for driver versionFrank Haverkamp5-13/+4
2014-09-23GenWQE: Check pci_get_totalvfs return codeFrank Haverkamp2-2/+9
2014-09-23misc: st_core: Protect unsigned value against becoming negativeLee Jones1-6/+5
2014-09-23pcie-gadget-spear: use devm_ functionsHimangi Saraogi1-75/+23
2014-09-23misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()Takashi Iwai1-0/+1
2014-09-23EEPROM: Introduce the use of devm_kzallocHimangi Saraogi1-17/+6
2014-09-23mei: bus: fix possible boundaries violationAlexander Usyskin1-1/+1
2014-09-23mei: use connect_data on the stackTomas Winkler1-16/+5
2014-09-23mei: enable adding more IOCTL handlersTomas Winkler1-25/+28
2014-09-23mei: extract supported features from the hbm versionTomas Winkler3-6/+29
2014-09-23mei: simplify handling of hbm client eventsTomas Winkler1-31/+43
2014-09-23mei: wait for hbm start non-interruptibleAlexander Usyskin4-14/+22
2014-09-23mei: revamp connect and disconnect response handlingTomas Winkler2-57/+65
2014-09-23mei: use disconnect name consistentlyTomas Winkler3-9/+8
2014-09-23mei: add hbm commands return status valuesTomas Winkler2-8/+53
2014-09-23mei: add mei_me_cl_by_uuid_id functionTomas Winkler8-9/+26
2014-09-23mei: add me client remove functionsTomas Winkler3-7/+38
2014-09-23mei: use list for me clients book keepingTomas Winkler5-103/+71
2014-09-23mei: me_client lookup function to return me_client objectTomas Winkler8-89/+74
2014-09-23mei: use wrapper for simple hbm client messageTomas Winkler1-26/+25
2014-09-23mei: use consistently me_addr in the hbm structuresTomas Winkler2-6/+5
2014-09-23mei: amthif: don't check amthif client identity on amthif queuesAlexander Usyskin1-22/+15
2014-09-23mei: amthif: use service function to flush amthif queueAlexander Usyskin3-12/+5
2014-09-23mei: me: wait for hw ready non-interruptibleAlexander Usyskin1-10/+5
2014-09-08Lattice ECP3 FPGA: Check firmware pointerJean-Michel Hautbois1-0/+5
2014-09-08ARM: at91/tclib: mask interruptions at shutdown and probeGaël PORTAY1-0/+16
2014-09-08ARM: at91/tclib: move initialization from alloc to probeGaël PORTAY1-49/+22
2014-09-08ARM: at91/tclib: prefer using of devm_* functionsGaël PORTAY1-8/+6
2014-08-25mei: nfc: fix memory leak in error pathAlexander Usyskin1-6/+5
2014-08-25mei: reset client state on queued connect requestAlexander Usyskin1-0/+1