summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'char-misc-linus' into char-misc-nextGreg Kroah-Hartman2013-03-275-55/+49Star
|\ \ \
| * | | VMCI: Fix process-to-process DRGAMs.Andy King2013-03-151-1/+3
| * | | mei: ME hardware reset needs to be synchronizedTomas Winkler2013-03-151-9/+20
| * | | mei: add mei_stop function to stop mei deviceTomas Winkler2013-03-153-45/+26Star
| | |/ | |/|
* | | dummy-irq: introduce a dummy IRQ handler driverJiri Kosina2013-03-253-0/+68
* | | mei: add mei_irq_compl_handler functionTomas Winkler2013-03-253-26/+34
* | | misc: Remove max8997-muic.o Makefile line againPaul Bolle2013-03-151-1/+0Star
* | | drivers/misc: beautify code: chip->lux_calib is u16 which will never more tha...Chen Gang2013-03-151-3/+0Star
* | | misc/vmw_vmci: Add dependency on CONFIG_NETGuenter Roeck2013-03-151-1/+1
* | | misc: ep93xx_pwm: use module_platform_driver_probe()Jingoo Han2013-03-151-12/+1Star
* | | misc: atmel_pwm: use module_platform_driver_probe()Jingoo Han2013-03-151-11/+1Star
* | | misc: arm-charlcd: use module_platform_driver_probe()Jingoo Han2013-03-151-12/+1Star
* | | mei: add hw start callbackTomas Winkler2013-03-153-15/+62
* | | mei: revamp mei_data2slotsTomas Winkler2013-03-155-34/+47
|/ /
* / fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
|/
* 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