summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2017-10-12misc: ad525x_dpot: Fix the enabling of the "otpXen" attributesDan Bogdan Nechita1-1/+1
2017-10-12scsi: ses: do not add a device to an enclosure if enclosure_add_links() fails.Maurizio Lombardi1-4/+10
2017-03-16mei: move write cb to completion on credentials failuresAlexander Usyskin1-8/+12
2017-02-23mei: bus: fix received data size check in NFC fixupAlexander Usyskin1-1/+1
2017-02-23GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer1-1/+11
2017-02-23mei: txe: don't clean an unprocessed interrupt cause.Alexander Usyskin1-2/+4
2016-08-23misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit1-0/+5
2016-05-01drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errorsMichael Hennerich1-1/+1
2016-05-01mei: fix format string in debug printsAlexander Usyskin4-6/+6
2016-05-01mei: fix possible integer overflow issueTomas Winkler5-16/+24
2016-05-01misc/bmp085: Enable building as a moduleBen Hutchings1-1/+1
2015-03-18mei: make device disabled on stop unconditionallyAlexander Usyskin1-0/+2
2015-03-02mei: me: release hw from reset only during the reset flowAlexander Usyskin1-1/+1
2015-03-02mei: mask interrupt set bit on clean reset bitAlexander Usyskin1-1/+1
2015-01-22mei: clean reset bit before resetAlexander Usyskin1-0/+12
2015-01-05misc: genwqe: check for error from get_user_pages_fast()Ian Abbott1-0/+2
2014-10-30mei: bus: fix possible boundaries violationAlexander Usyskin1-1/+1
2014-09-06mei: nfc: fix memory leak in error pathAlexander Usyskin1-6/+5
2014-09-06mei: reset client state on queued connect requestAlexander Usyskin1-0/+1
2014-09-06mei: fix return value on disconnect timeoutAlexander Usyskin1-10/+5
2014-09-06mei: don't schedule suspend in pm idleAlexander Usyskin2-2/+2
2014-09-06mei: start disconnect request timer consistentlyAlexander Usyskin1-0/+1
2014-09-06mei: reset client connection state on timeoutAlexander Usyskin1-0/+1
2014-06-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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/g...Linus Torvalds1-1/+2
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-04Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+8
2014-06-03Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds23-166/+1132
2014-06-03Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+334
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-05-28misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl()Christian Engelmayer1-1/+1
2014-05-28misc: atmel_pwm: only build for supported platformsArnd Bergmann1-1/+2
2014-05-28mei: me: move probe quirk to cfg structureTomas Winkler4-34/+54
2014-05-28mei: add per device configurationAlexander Usyskin8-52/+144
2014-05-28mei: me: read H_CSR after asserting resetTomas Winkler1-0/+12
2014-05-28mei: me: drop harmful wait optimizationTomas Winkler1-3/+1
2014-05-28mei: me: fix hw ready reset flowTomas Winkler1-3/+6
2014-05-28mei: 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-04misc: arm-charlcd: add DT probe supportRob Herring1-0/+7
2014-05-04misc: (ds1682) replace obsolete simple_strtoull() with kstrtoull()Sebastien Bourdelin1-3/+2
2014-05-04misc: genwqe: Fix format string mismatch in card_debugfs.cMasanari Iida1-2/+2
2014-05-04misc: Add hardware dependencies to Atmel driversJean Delvare1-2/+2
2014-05-04mei: set connecting state just upon connection request is sent to the fwAlexander Usyskin5-7/+1
2014-05-04mei: make return values consistent across the driverAlexander Usyskin2-4/+3
2014-05-04mei: extract fw status registersAlexander Usyskin5-5/+127