summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2013-03-021-0/+2
|\
| * kgdb/kgdbts: support ppc64Tiejun Chen2013-03-021-0/+2
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-283-11/+5Star
* | misc/tifm_core: convert to idr_alloc()Tejun Heo2013-02-281-5/+6
* | misc/c2port: convert to idr_alloc()Tejun Heo2013-02-281-13/+9Star
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-261-5/+6
|\ \
| * | drivers: misc: at24: mention other supported types in KconfigLars Poeschel2013-01-281-5/+6
| |/
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-262-3/+5
|\ \
| * | dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz2013-01-082-2/+2
| * | carma-fpga: pass correct flags to ->device_prep_dma_memcpy()Bartlomiej Zolnierkiewicz2013-01-081-1/+3
* | | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-2147-2774/+12746
|\ \ \
| * | | drivers/misc/cb710: add missing GENERIC_HARDIRQS dependencyHeiko Carstens2013-02-081-1/+1
| * | | mei: fix undefined wd symbols when MEI_ME is not setTomas Winkler2013-02-071-1/+1
| * | | mei: move clients cleanup code from init.c to client.cTomas Winkler2013-02-063-22/+62
| * | | mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler2013-02-066-23/+27
| * | | mei: move interrupt handlers to be me hw specificTomas Winkler2013-02-065-150/+164
| * | | mei: separate compilation of the ME hardware specificsTomas Winkler2013-02-069-74/+210
| * | | mei: initial extract of ME hw specifics from mei_deviceTomas Winkler2013-02-065-88/+114
| * | | mei: sperate interface and pci code into two filesTomas Winkler2013-02-064-342/+409
| * | | drivers, vmci: Fix build errorDavid Rientjes2013-01-251-0/+1
| * | | VMCI: Fix broken context ID retrievalAndy King2013-01-221-4/+1Star
| * | | Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho2013-01-211-1/+36
| * | | Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman2013-01-182-3/+11
| |\ \ \
| * | | | VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2013-01-172-0/+4
| * | | | VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov2013-01-172-5/+5
| * | | | VMCI: Fix "always true condition"Andy King2013-01-171-1/+1
| * | | | VMCI: Fix deref before NULL-check of queuepair ptrAndy King2013-01-171-2/+2
| * | | | VMCI: Remove dependency on BLOCK I/OAndy King2013-01-171-12/+16
| * | | | VMCI: Add PCI as a dependencyAndy King2013-01-171-1/+1
| * | | | mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek2013-01-171-2/+2
| * | | | misc: lattice-ecp3-config.c: remove __dev* markingsGreg Kroah-Hartman2013-01-171-4/+4
| * | | | misc: Add Lattice ECP3 FPGA configuration via SPIStefan Roese2013-01-173-0/+255
| * | | | misc: st_core: Error triggered by convert "char" to "int"channing2013-01-171-1/+2
| * | | | mei: drop the warning when cl is not initialized during unlinkingTomas Winkler2013-01-141-2/+3
| * | | | mei: move work initialization to mei_device_initTomas Winkler2013-01-092-2/+4
| * | | | mei: make host csr and me csr internal to hw-meTomas Winkler2013-01-094-53/+37Star
| * | | | mei: reenable mei_hcsr_set abstractionTomas Winkler2013-01-092-24/+15Star
| * | | | mei: abstract host and device readienessTomas Winkler2013-01-094-18/+54
| * | | | mei: use non cached hcsr for interrupt enablementTomas Winkler2013-01-093-9/+12
| * | | | mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler2013-01-093-28/+36
| * | | | mei: remove mei_csr_clear_his prototypeTomas Winkler2013-01-091-2/+1Star
| * | | | mei: remove write only need_reset member of struct mei_deviceTomas Winkler2013-01-092-6/+1Star
| * | | | mei: hw-me.c fix kernel docTomas Winkler2013-01-091-9/+18
| * | | | mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler2013-01-092-1/+2
| * | | | mei: normalize me host client linking routinesTomas Winkler2013-01-097-75/+98
| * | | | mei: rename remaining amthi strings to amthifTomas Winkler2013-01-094-36/+36
| * | | | mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler2013-01-091-4/+0Star
| * | | | mei: move me client storage allocation to hbm.cTomas Winkler2013-01-093-41/+38Star
| * | | | mei: drop read_pending member form struct mei_clTomas Winkler2013-01-093-5/+2Star
| * | | | mei: rename interface to hw-meTomas Winkler2013-01-0913-210/+208Star