summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Lattice ECP3 FPGA: Check firmware pointerJean-Michel Hautbois2014-09-081-0/+5
* mei: nfc: fix memory leak in error pathAlexander Usyskin2014-08-251-6/+5
* mei: reset client state on queued connect requestAlexander Usyskin2014-08-251-0/+1
* Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-083-413/+0
|\
| * misc: atmel_pwm: remove obsolete driverAlexandre Belloni2014-07-093-413/+0
* | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-081-0/+1
|\ \
| * \ Merge tag 'tegra-for-3.17-fuse-move' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2014-07-191-0/+1
| |\ \ | | |/ | |/|
| | * soc/tegra: Add efuse driver for TegraPeter De Schrijver2014-07-171-0/+1
* | | Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-08-061-0/+13
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/cirrus' and 'a...Mark Brown2014-08-041-0/+13
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/
| | * | ASoC: atmel-ssc: distinguish whether SSC supports fslen extBo Shen2014-06-211-0/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+2
|\ \ \ \
| * | | | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-5/+2
|\ \ \ \
| * | | | misc: ioc4: Use ktime_get_ns()Thomas Gleixner2014-07-231-5/+2
| |/ / /
* | | | misc: bh1780: Introduce the use of devm_kzallocHimangi Saraogi2014-07-271-24/+9
* | | | Lattice ECP3 FPGA: Correct endiannessJean-Michel Hautbois2014-07-271-7/+9
* | | | drivers/misc/ti-st: Load firmware from ti-connectivity directory.Enric Balletbo i Serra2014-07-231-2/+3
* | | | misc: vexpress: Fix sparse non static symbol warningsWei Yongjun2014-07-221-2/+2
* | | | mei: drop unused hw dependent fw status functionsAlexander Usyskin2014-07-223-89/+0
* | | | misc: bh1770glc: Use managed functionsHimangi Saraogi2014-07-221-21/+14
* | | | misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman2014-07-183-3/+3
* | | | mei: fix return value on disconnect timeoutAlexander Usyskin2014-07-171-10/+5
* | | | mei: don't schedule suspend in pm idleAlexander Usyskin2014-07-172-2/+2
* | | | mei: start disconnect request timer consistentlyAlexander Usyskin2014-07-171-0/+1
* | | | mei: reset client connection state on timeoutAlexander Usyskin2014-07-171-0/+1
* | | | misc: mic: Introduce the managed version of ioremapHimangi Saraogi2014-07-161-6/+3
* | | | Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman2014-07-132-2/+3
|\| | |
| * | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-251-1/+1
| |\ \ \
| | * \ \ Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann2014-06-251-1/+1
| | |\ \ \
| | | * | | misc: atmel_pwm: fix Kconfig symbolsNicolas Ferre2014-06-251-1/+1
| | | | |/ | | | |/|
| * | | | Merge tag 'char-misc-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-211-1/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | MAINTAINERS: add entry for VMware Balloon driverDmitry Torokhov2014-06-201-1/+2
| | |/ /
| * / / misc: vexpress: fix error handling vexpress_syscfg_regmap_init()Dan Carpenter2014-06-171-4/+8
| |/ /
* | | misc: mic: add dma support in card driverSiva Yerramreddy2014-07-113-4/+61
* | | misc: mic: add threaded irq support in card driverSiva Yerramreddy2014-07-113-15/+20
* | | misc: mic: add dma support in host driverSiva Yerramreddy2014-07-117-41/+281
* | | misc: mic: add threaded irq support in host driverSiva Yerramreddy2014-07-114-60/+96
* | | misc: mic: add a bus driver for virtual MIC devicesSudeep Dutt2014-07-114-0/+241
* | | GenWQE: Remove unnecessary includeKleber Sacilotto de Souza2014-07-101-1/+0
* | | ti-st: st-kim: Dont let probe fail when debugfs is disabledRobin van der Gracht2014-07-091-2/+1
* | | mfd: vexpress: fix error handling vexpress_syscfg_regmap_init()Dan Carpenter2014-07-091-4/+8
* | | Add MODULE_DESCRIPTION to dummy-irq.c and lkdtm.c in drivers/miscTerry Chia2014-07-092-0/+2
* | | drivers/misc/carma/carma-fpga.c: use PTR_ERR_OR_ZEROFabian Frederick2014-07-091-4/+1
* | | mei: add WPT second mei interfaceAlexander Usyskin2014-07-092-0/+2
* | | mei: move from misc to char deviceAlexander Usyskin2014-07-094-31/+131
* | | misc/GenWQE: fix pci_enable_msi usageSebastian Ott2014-07-092-7/+7
* | | GenWQE: Increase driver version numberKleber Sacilotto de Souza2014-07-091-1/+1
* | | GenWQE: Improve hardware error recoveryKleber Sacilotto de Souza2014-07-091-0/+45
* | | GenWQE: Add support for EEH error recoveryKleber Sacilotto de Souza2014-07-097-18/+115