summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2016-03-02misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn1-30/+1
2016-03-02eeprom: 93xx46: extend driver to plug into the NVMEM frameworkAndrew Lunn2-27/+95
2016-03-02eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn2-55/+71
2016-03-02eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn1-26/+0
2016-03-02eeprom: at24: extend driver to plug into the NVMEM frameworkAndrew Lunn2-41/+82
2016-03-02misc: ad525x_dpot: Fix the enabling of the "otpXen" attributesDan Bogdan Nechita1-1/+1
2016-03-02drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errorsMichael Hennerich1-1/+1
2016-03-02mei: me: add broxton pci device idsTomas Winkler2-0/+7
2016-03-02Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/...Greg Kroah-Hartman1-3/+119
2016-03-02lkdtm: improve use-after-free testsKees Cook1-4/+15
2016-03-02lkdtm: add test for atomic_t underflow/overflowDavid Windsor1-0/+13
2016-03-02lkdtm: Add read/write after free tests for buddy memoryLaura Abbott1-0/+45
2016-03-02lkdtm: Update WRITE_AFTER_FREE testLaura Abbott1-4/+13
2016-03-02lkdtm: Add READ_AFTER_FREE testLaura Abbott1-0/+38
2016-02-21mei: fix format string in debug printsAlexander Usyskin4-6/+6
2016-02-15misc: mic: silence an overflow warningDan Carpenter1-1/+2
2016-02-15misc: mic: use after free printing error messageDan Carpenter1-1/+1
2016-02-15Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+5
2016-02-12misc: ibmasm: Replace timeval with timespec64Amitoj Kaur Chawla1-3/+6
2016-02-12mei: fix double freeing of a cb during link resetAlexander Usyskin3-20/+14
2016-02-12misc: eeprom_93xx46: Add support for a GPIO 'select' line.Cory Tusar1-0/+35
2016-02-12misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.Cory Tusar1-35/+91
2016-02-10misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt7-7/+215
2016-02-10misc: mic: Enable VOP debugfs and driver buildSudeep Dutt4-0/+262
2016-02-10misc: mic: Enable VOP card side functionalityAshutosh Dixit1-0/+755
2016-02-10misc: mic: Enable VOP host side functionalitySudeep Dutt1-0/+1164
2016-02-10misc: mic: Add data structures for the VOP driverSudeep Dutt1-0/+170
2016-02-10misc: mic: MIC VOP BusSudeep Dutt4-0/+361
2016-02-10misc: mic: Remove MIC X100 card virtio functionalitySudeep Dutt4-719/+1
2016-02-10misc: mic: Remove MIC X100 host virtio functionalitySudeep Dutt9-1464/+4
2016-02-10mei: wd: drop AGAIN the watchdog code from the core mei driverTomas Winkler1-391/+0
2016-02-10lkdtm: mark execute_location as noinlineArnd Bergmann1-1/+1
2016-02-10misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings.Cory Tusar1-0/+49
2016-02-10misc: eeprom_93xx46: Fix 16-bit read and write accesses.Cory Tusar1-2/+2
2016-02-09GenWQE: use kobj_to_dev()Geliang Tang1-1/+1
2016-02-09pch_phub: use kobj_to_dev()Geliang Tang1-4/+2
2016-02-08misc: c2port: use kobj_to_dev()Geliang Tang1-6/+2
2016-02-08misc: cxl: use kobj_to_dev()Geliang Tang1-3/+2
2016-02-08misc: eeprom: use kobj_to_dev()Geliang Tang4-7/+7
2016-02-08misc: apds990x, bh1770glc, lis3lv02d: use to_i2c_clientGeliang Tang3-12/+12
2016-02-08misc/bmp085: Enable building as a moduleBen Hutchings1-1/+1
2016-02-08drivers/misc: make arm-charlcd.c explicitly non-modularPaul Gortmaker1-22/+2
2016-02-08misc: pch_phub: allow build on MIPS platformsPaul Burton1-1/+1
2016-02-08misc: st_core: remove unreachable codeSudip Mukherjee1-1/+0
2016-02-08misc: mic: use common error pathSudip Mukherjee1-6/+7
2016-02-08misc: mic: return error directlySudip Mukherjee1-2/+2
2016-02-08misc: mic: return error properlySudip Mukherjee1-1/+6
2016-02-08misc: mic: remove unneeded debug messageSudip Mukherjee1-6/+5
2016-02-08mic_virtio: fix a timeout loopDan Carpenter1-1/+1
2016-02-08misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED stateAshutosh Dixit2-4/+11