aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-09ti-st: st-kim: Dont let probe fail when debugfs is disabledRobin van der Gracht1-2/+1
2014-07-09mfd: vexpress: fix error handling vexpress_syscfg_regmap_init()Dan Carpenter1-4/+8
2014-07-09Add MODULE_DESCRIPTION to dummy-irq.c and lkdtm.c in drivers/miscTerry Chia2-0/+2
2014-07-09drivers/misc/carma/carma-fpga.c: use PTR_ERR_OR_ZEROFabian Frederick1-4/+1
2014-07-09mei: add WPT second mei interfaceAlexander Usyskin2-0/+2
2014-07-09mei: move from misc to char deviceAlexander Usyskin4-31/+131
2014-07-09misc/GenWQE: fix pci_enable_msi usageSebastian Ott2-7/+7
2014-07-09GenWQE: Increase driver version numberKleber Sacilotto de Souza1-1/+1
2014-07-09GenWQE: Improve hardware error recoveryKleber Sacilotto de Souza1-0/+45
2014-07-09GenWQE: Add support for EEH error recoveryKleber Sacilotto de Souza7-18/+115
2014-07-09GenWQE: Add sysfs interface for bitstream reloadKleber Sacilotto de Souza2-0/+115
2014-07-09misc: atmel_pwm: remove obsolete driverAlexandre Belloni3-413/+0
2014-06-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-06-25Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann1-1/+1
2014-06-25misc: atmel_pwm: fix Kconfig symbolsNicolas Ferre1-1/+1
2014-06-21Merge tag 'char-misc-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+2
2014-06-21ASoC: atmel-ssc: distinguish whether SSC supports fslen extBo Shen1-0/+13
2014-06-20MAINTAINERS: add entry for VMware Balloon driverDmitry Torokhov1-1/+2
2014-06-17misc: vexpress: fix error handling vexpress_syscfg_regmap_init()Dan Carpenter1-4/+8
2014-06-03Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-3/+8
2014-06-03Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into nextLinus Torvalds23-166/+1132
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds3-0/+334
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds1-1/+1
2014-05-27misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl()Christian Engelmayer1-1/+1
2014-05-27misc: atmel_pwm: only build for supported platformsArnd Bergmann1-1/+2
2014-05-27mei: me: move probe quirk to cfg structureTomas Winkler4-34/+54
2014-05-27mei: add per device configurationAlexander Usyskin8-52/+144
2014-05-27mei: me: read H_CSR after asserting resetTomas Winkler1-0/+12
2014-05-27mei: me: drop harmful wait optimizationTomas Winkler1-3/+1
2014-05-27mei: me: fix hw ready reset flowTomas Winkler1-3/+6
2014-05-27mei: fix memory leak of mei_clients arrayTomas Winkler3-18/+31
2014-05-27misc: pch_phub: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-15mfd: vexpress: Define the device as MFD cellsPawel Moll3-0/+334
2014-05-03misc: arm-charlcd: add DT probe supportRob Herring1-0/+7
2014-05-03misc: (ds1682) replace obsolete simple_strtoull() with kstrtoull()Sebastien Bourdelin1-3/+2
2014-05-03misc: genwqe: Fix format string mismatch in card_debugfs.cMasanari Iida1-2/+2
2014-05-03misc: Add hardware dependencies to Atmel driversJean Delvare1-2/+2
2014-05-03mei: set connecting state just upon connection request is sent to the fwAlexander Usyskin5-7/+1
2014-05-03mei: make return values consistent across the driverAlexander Usyskin2-4/+3
2014-05-03mei: extract fw status registersAlexander Usyskin5-5/+127
2014-05-03mei: me: bump hbm version to 1.1 to support power gatingTomas Winkler1-1/+1
2014-05-03mei: txe: use runtime PG pm domain for non wakeable devicesAlexander Usyskin1-0/+49
2014-05-03mei: me: use runtime PG pm domain for non wakeable devicesTomas Winkler2-0/+53
2014-05-03mei: use runtime pm in write and read flowTomas Winkler1-13/+71
2014-05-03mei: txe: add runtime pm frameworkAlexander Usyskin2-4/+99
2014-05-03mei: me: add runtime pm frameworkTomas Winkler3-2/+100
2014-05-03mei: add function to check write queuesTomas Winkler2-0/+23
2014-05-03mei: me: add pg exit and entry flow commandsTomas Winkler4-4/+95
2014-05-03mei: expose hardware power gating state to mei layerTomas Winkler5-19/+93
2014-05-03mei: condition PGI support on HW and HBM versionTomas Winkler4-0/+67