summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
2013-01-25drivers, vmci: Fix build errorDavid Rientjes
2013-01-22VMCI: Fix broken context ID retrievalAndy King
2013-01-21Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov
2013-01-17VMCI: Fix "always true condition"Andy King
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King
2013-01-17VMCI: Add PCI as a dependencyAndy King
2013-01-17mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek
2013-01-17misc: lattice-ecp3-config.c: remove __dev* markingsGreg Kroah-Hartman
2013-01-17misc: Add Lattice ECP3 FPGA configuration via SPIStefan Roese
2013-01-17misc: st_core: Error triggered by convert "char" to "int"channing
2013-01-16Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2013-01-14mei: drop the warning when cl is not initialized during unlinkingTomas Winkler
2013-01-12ASoC: atmel-ssc: add pinctrl selection to driverBo Shen
2013-01-09mei: move work initialization to mei_device_initTomas Winkler
2013-01-09mei: make host csr and me csr internal to hw-meTomas Winkler
2013-01-09mei: reenable mei_hcsr_set abstractionTomas Winkler
2013-01-09mei: abstract host and device readienessTomas Winkler
2013-01-09mei: use non cached hcsr for interrupt enablementTomas Winkler
2013-01-09mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler
2013-01-09mei: remove mei_csr_clear_his prototypeTomas Winkler
2013-01-09mei: remove write only need_reset member of struct mei_deviceTomas Winkler
2013-01-09mei: hw-me.c fix kernel docTomas Winkler
2013-01-09mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler
2013-01-09mei: normalize me host client linking routinesTomas Winkler
2013-01-09mei: rename remaining amthi strings to amthifTomas Winkler
2013-01-09mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler
2013-01-09mei: move me client storage allocation to hbm.cTomas Winkler
2013-01-09mei: drop read_pending member form struct mei_clTomas Winkler
2013-01-09mei: rename interface to hw-meTomas Winkler
2013-01-09mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler
2013-01-09mei: implement mei_cl_connect functionTomas Winkler
2013-01-09mei: fix client functions namesTomas Winkler
2013-01-09mei: move client functions to client.cTomas Winkler
2013-01-09mei: add new hbm.h header to export hbm protocolTomas Winkler
2013-01-09VMCI: Some header and config files.George Zhang
2013-01-09VMCI: host side driver implementation.George Zhang
2013-01-09VMCI: guest side driver implementation.George Zhang
2013-01-09VMCI: routing implementation.George Zhang
2013-01-09VMCI: resource object implementation.George Zhang
2013-01-09VMCI: queue pairs implementation.George Zhang
2013-01-09VMCI: handle array implementation.George Zhang
2013-01-09VMCI: event handling implementation.George Zhang
2013-01-09VMCI: device driver implementaton.George Zhang
2013-01-09VMCI: doorbell implementation.George Zhang
2013-01-09VMCI: datagram implementation.George Zhang
2013-01-09VMCI: context implementation.George Zhang