aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2014-05-03mei: txe: use runtime PG pm domain for non wakeable devicesAlexander Usyskin1-0/+49
2014-05-03mei: me: use runtime PG pm domain for non wakeable devicesTomas Winkler2-0/+53
2014-05-03mei: use runtime pm in write and read flowTomas Winkler1-13/+71
2014-05-03mei: txe: add runtime pm frameworkAlexander Usyskin2-4/+99
2014-05-03mei: me: add runtime pm frameworkTomas Winkler3-2/+100
2014-05-03mei: add function to check write queuesTomas Winkler2-0/+23
2014-05-03mei: me: add pg exit and entry flow commandsTomas Winkler4-4/+95
2014-05-03mei: expose hardware power gating state to mei layerTomas Winkler5-19/+93
2014-05-03mei: condition PGI support on HW and HBM versionTomas Winkler4-0/+67
2014-05-03mei: me: add power gating isolation register write wrappersTomas Winkler1-0/+29
2014-05-03mei: me: introduce power gating registersTomas Winkler1-0/+9
2014-05-03mei: implement power gating isolation hbm layerTomas Winkler5-0/+60
2014-04-25GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()Alexander Gordeev1-1/+1
2014-04-16misc: Grammar s/addition/additional/Geert Uytterhoeven1-2/+2
2014-04-16mei: ignore client writing state during cb completionAlexander Usyskin2-4/+2
2014-04-16mei: me: do not load the driver if the FW doesn't support MEI interfaceTomas Winkler2-7/+28
2014-04-16GenWQE: Increase driver version numberFrank Haverkamp1-1/+1
2014-04-16GenWQE: Fix multithreading problemsFrank Haverkamp3-86/+180
2014-04-16GenWQE: Ensure rc is not returning an uninitialized valueColin Ian King1-1/+1
2014-04-16GenWQE: Add wmb before DDCB is startedFrank Haverkamp1-0/+4
2014-04-16GenWQE: Enable access to VPD flash areaFrank Haverkamp1-1/+5
2014-04-07drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a littleDan Carpenter1-3/+3
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2014-04-01Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-0/+1183
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds49-604/+2671
2014-04-01Merge tag 'sound-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+6
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+3
2014-04-01x86/UV: Fix conditional in gru_exit()Dimitri Sivanich1-3/+8
2014-03-23Merge tag 'asoc-v3.15' into asoc-nextMark Brown1-0/+6
2014-03-17mei: don't use deprecated DEFINE_PCI_DEVICE_TABLE macroTomas Winkler2-2/+2
2014-03-17mei: amthif: fix checkpatch errorTomas Winkler1-2/+1
2014-03-17mei: client.h fix checkpatch errorsTomas Winkler1-4/+4
2014-03-17mei: use cl_dbg where appropriateTomas Winkler2-10/+3
2014-03-17mei: fix Unnecessary space after function pointer nameTomas Winkler1-12/+12
2014-03-17mei: report consistently copy_from/to_user failuresAlexander Usyskin2-3/+6
2014-03-17mei: drop pr_fmt macrosTomas Winkler2-6/+0
2014-03-17mei: make me hw headers private to me hw.Tomas Winkler9-10/+4
2014-03-17mei: fix memory leak of pending write cb objectsTomas Winkler2-39/+55
2014-03-17mei: me: do not reset when less than expected data is receivedTomas Winkler2-1/+10
2014-03-17Merge 3.14-rc7 into staging-nextGreg Kroah-Hartman1-1/+1
2014-03-12Merge remote-tracking branches 'asoc/topic/arizona', 'asoc/topic/atmel', 'aso...Mark Brown1-0/+6
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-1/+1
2014-03-08cs5535-mfgpt: Simplify dependenciesJean Delvare1-1/+1
2014-03-08pch_phub: Report error writing MAC back to userAlexander Stein1-1/+4
2014-03-08mei: fix regressions caused by removing ext_msgAlexander Usyskin1-0/+2
2014-02-28misc: sram: implement reserved sram areasHeiko Stübner1-7/+118
2014-02-28vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+4
2014-02-28mic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-02-28mei: wd: fix stop completion failureTomas Winkler2-16/+18
2014-02-28mei: wd: simplify wd_send commandTomas Winkler2-29/+30