summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+6
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-3/+5
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2774/+12746
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+3
2013-02-21Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-2/+2
2013-02-11x86, uv, uv3: Check current gru hub support for SGI UV3Mike Travis-1/+1
2013-02-11Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown-2/+2
2013-02-08drivers/misc/cb710: add missing GENERIC_HARDIRQS dependencyHeiko Carstens-1/+1
2013-02-07mei: fix undefined wd symbols when MEI_ME is not setTomas Winkler-1/+1
2013-02-06mei: move clients cleanup code from init.c to client.cTomas Winkler-22/+62
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler-23/+27
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler-150/+164
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler-74/+210
2013-02-06mei: initial extract of ME hw specifics from mei_deviceTomas Winkler-88/+114
2013-02-06mei: sperate interface and pci code into two filesTomas Winkler-342/+409
2013-01-28drivers: misc: at24: mention other supported types in KconfigLars Poeschel-5/+6
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman-1/+36
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman-4/+47
2013-01-25drivers, vmci: Fix build errorDavid Rientjes-0/+1
2013-01-22Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho-1/+36
2013-01-22misc: Convert to devm_ioremap_resource()Thierry Reding-5/+3
2013-01-22VMCI: Fix broken context ID retrievalAndy King-4/+1
2013-01-21Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho-1/+36
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach-2/+2
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman-3/+11
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov-0/+4
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov-5/+5
2013-01-17VMCI: Fix "always true condition"Andy King-1/+1
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King-2/+2
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King-12/+16
2013-01-17VMCI: Add PCI as a dependencyAndy King-1/+1
2013-01-17mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek-2/+2
2013-01-17misc: lattice-ecp3-config.c: remove __dev* markingsGreg Kroah-Hartman-4/+4
2013-01-17misc: Add Lattice ECP3 FPGA configuration via SPIStefan Roese-0/+255
2013-01-17misc: st_core: Error triggered by convert "char" to "int"channing-1/+2
2013-01-16Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-0/+8
2013-01-14mei: drop the warning when cl is not initialized during unlinkingTomas Winkler-2/+3
2013-01-12ASoC: atmel-ssc: add pinctrl selection to driverBo Shen-0/+8
2013-01-08mei: move work initialization to mei_device_initTomas Winkler-2/+4
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler-53/+37
2013-01-08mei: reenable mei_hcsr_set abstractionTomas Winkler-24/+15
2013-01-08mei: abstract host and device readienessTomas Winkler-18/+54
2013-01-08mei: use non cached hcsr for interrupt enablementTomas Winkler-9/+12
2013-01-08mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler-28/+36
2013-01-08mei: remove mei_csr_clear_his prototypeTomas Winkler-2/+1
2013-01-08mei: remove write only need_reset member of struct mei_deviceTomas Winkler-6/+1
2013-01-08mei: hw-me.c fix kernel docTomas Winkler-9/+18
2013-01-08mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler-1/+2
2013-01-08mei: normalize me host client linking routinesTomas Winkler-75/+98