summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman-1/+5
2016-02-11misc: ibmasm: Replace timeval with timespec64Amitoj Kaur Chawla-3/+6
2016-02-11misc: panel, convert struct to bitmapDaniel Chromik-47/+40
2016-02-11mei: fix double freeing of a cb during link resetAlexander Usyskin-20/+14
2016-02-11misc: eeprom_93xx46: Add support for a GPIO 'select' line.Cory Tusar-0/+35
2016-02-11misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.Cory Tusar-35/+91
2016-02-09misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt-7/+215
2016-02-09misc: mic: Enable VOP debugfs and driver buildSudeep Dutt-0/+262
2016-02-09misc: mic: Enable VOP card side functionalityAshutosh Dixit-0/+755
2016-02-09misc: mic: Enable VOP host side functionalitySudeep Dutt-0/+1164
2016-02-09misc: mic: Add data structures for the VOP driverSudeep Dutt-0/+170
2016-02-09misc: mic: MIC VOP BusSudeep Dutt-0/+361
2016-02-09misc: mic: Remove MIC X100 card virtio functionalitySudeep Dutt-719/+1
2016-02-09misc: mic: Remove MIC X100 host virtio functionalitySudeep Dutt-1464/+4
2016-02-09mei: wd: drop AGAIN the watchdog code from the core mei driverTomas Winkler-391/+0
2016-02-09lkdtm: mark execute_location as noinlineArnd Bergmann-1/+1
2016-02-09misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings.Cory Tusar-0/+49
2016-02-09misc: eeprom_93xx46: Fix 16-bit read and write accesses.Cory Tusar-2/+2
2016-02-08GenWQE: use kobj_to_dev()Geliang Tang-1/+1
2016-02-08pch_phub: use kobj_to_dev()Geliang Tang-4/+2
2016-02-07misc: c2port: use kobj_to_dev()Geliang Tang-6/+2
2016-02-07misc: cxl: use kobj_to_dev()Geliang Tang-3/+2
2016-02-07misc: eeprom: use kobj_to_dev()Geliang Tang-7/+7
2016-02-07misc: apds990x, bh1770glc, lis3lv02d: use to_i2c_clientGeliang Tang-12/+12
2016-02-07misc/bmp085: Enable building as a moduleBen Hutchings-1/+1
2016-02-07drivers/misc: make arm-charlcd.c explicitly non-modularPaul Gortmaker-22/+2
2016-02-07misc: pch_phub: allow build on MIPS platformsPaul Burton-1/+1
2016-02-07misc: st_core: remove unreachable codeSudip Mukherjee-1/+0
2016-02-07misc: mic: use common error pathSudip Mukherjee-6/+7
2016-02-07misc: mic: return error directlySudip Mukherjee-2/+2
2016-02-07misc: mic: return error properlySudip Mukherjee-1/+6
2016-02-07misc: mic: remove unneeded debug messageSudip Mukherjee-6/+5
2016-02-07mic_virtio: fix a timeout loopDan Carpenter-1/+1
2016-02-07misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED stateAshutosh Dixit-4/+11
2016-02-07VMCI: Use 32bit atomics for queue headers on X86_32Jorgen Hansen-1/+1
2016-02-07misc: mic: fix incorrect use of error codes in SCIF DMA driverEric Biggers-9/+5
2016-02-07misc: mic/scif: use list_next_entry instead of list_entry_nextGeliang Tang-16/+11
2016-02-07misc: mic/scif: fix wrap around testsDan Carpenter-3/+4
2016-02-07mei: split amthif client init from end of clients enumerationAlexander Usyskin-23/+15
2016-02-07mei: hbm: send immediate reply flag in enum requestAlexander Usyskin-5/+32
2016-02-07mei: bus: run rescan on me_clients list changeAlexander Usyskin-1/+20
2016-02-07mei: drop reserved host client idsAlexander Usyskin-24/+11
2016-02-07mei: hbm: warn about fw-initiated disconnectAlexander Usyskin-1/+4
2016-02-07mei: fixed address clients for the new platformsAlexander Usyskin-6/+57
2016-02-07mei: fill file pointer in read cb for fixed address clientAlexander Usyskin-10/+397
2016-02-07mei: discard replies from unconnected fixed address clientsAlexander Usyskin-1/+19
2016-02-07mei: clean write queues and wake waiters on disconnectAlexander Usyskin-48/+30
2016-02-07mei: wake blocked write on link resetAlexander Usyskin-1/+6
2016-02-07mei: drop superfluous closing bracket from write tracesAlexander Usyskin-2/+2
2016-02-07mei: bus: check if the device is enabled before data transferAlexander Usyskin-0/+9