summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2013-02-09drivers/misc/cb710: add missing GENERIC_HARDIRQS dependencyHeiko Carstens1-1/+1
2013-02-08mei: fix undefined wd symbols when MEI_ME is not setTomas Winkler1-1/+1
2013-02-06mei: move clients cleanup code from init.c to client.cTomas Winkler3-22/+62
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler6-23/+27
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler5-150/+164
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler9-74/+210
2013-02-06mei: initial extract of ME hw specifics from mei_deviceTomas Winkler5-88/+114
2013-02-06mei: sperate interface and pci code into two filesTomas Winkler4-342/+409
2013-01-26drivers, vmci: Fix build errorDavid Rientjes1-0/+1
2013-01-22VMCI: Fix broken context ID retrievalAndy King1-4/+1
2013-01-22Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho1-1/+36
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman2-3/+11
2013-01-18VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2-0/+4
2013-01-18VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov2-5/+5
2013-01-18VMCI: Fix "always true condition"Andy King1-1/+1
2013-01-18VMCI: Fix deref before NULL-check of queuepair ptrAndy King1-2/+2
2013-01-18VMCI: Remove dependency on BLOCK I/OAndy King1-12/+16
2013-01-18VMCI: Add PCI as a dependencyAndy King1-1/+1
2013-01-17mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek1-2/+2
2013-01-17misc: lattice-ecp3-config.c: remove __dev* markingsGreg Kroah-Hartman1-4/+4
2013-01-17misc: Add Lattice ECP3 FPGA configuration via SPIStefan Roese3-0/+255
2013-01-17misc: st_core: Error triggered by convert "char" to "int"channing1-1/+2
2013-01-16Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+8
2013-01-14mei: drop the warning when cl is not initialized during unlinkingTomas Winkler1-2/+3
2013-01-12ASoC: atmel-ssc: add pinctrl selection to driverBo Shen1-0/+8
2013-01-09mei: move work initialization to mei_device_initTomas Winkler2-2/+4
2013-01-09mei: make host csr and me csr internal to hw-meTomas Winkler4-53/+37
2013-01-09mei: reenable mei_hcsr_set abstractionTomas Winkler2-24/+15
2013-01-09mei: abstract host and device readienessTomas Winkler4-18/+54
2013-01-09mei: use non cached hcsr for interrupt enablementTomas Winkler3-9/+12
2013-01-09mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler3-28/+36
2013-01-09mei: remove mei_csr_clear_his prototypeTomas Winkler1-2/+1
2013-01-09mei: remove write only need_reset member of struct mei_deviceTomas Winkler2-6/+1
2013-01-09mei: hw-me.c fix kernel docTomas Winkler1-9/+18
2013-01-09mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler2-1/+2
2013-01-09mei: normalize me host client linking routinesTomas Winkler7-75/+98
2013-01-09mei: rename remaining amthi strings to amthifTomas Winkler4-36/+36
2013-01-09mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler1-4/+0
2013-01-09mei: move me client storage allocation to hbm.cTomas Winkler3-41/+38
2013-01-09mei: drop read_pending member form struct mei_clTomas Winkler3-5/+2
2013-01-09mei: rename interface to hw-meTomas Winkler13-210/+208
2013-01-09mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler2-20/+17
2013-01-09mei: implement mei_cl_connect functionTomas Winkler3-159/+163
2013-01-09mei: fix client functions namesTomas Winkler9-198/+267
2013-01-09mei: move client functions to client.cTomas Winkler4-366/+361
2013-01-09mei: add new hbm.h header to export hbm protocolTomas Winkler9-15/+47
2013-01-09VMCI: Some header and config files.George Zhang4-0/+23
2013-01-09VMCI: host side driver implementation.George Zhang1-0/+1042
2013-01-09VMCI: guest side driver implementation.George Zhang1-0/+759
2013-01-09VMCI: routing implementation.George Zhang2-0/+256